|
|
@ -7,7 +7,8 @@ |
|
|
objects = { |
|
|
objects = { |
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */ |
|
|
/* Begin PBXBuildFile section */ |
|
|
1C7361D2B6E0AE689FAAF4F4 /* AVPlayerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736C7FFBDAC665AE04CB65 /* AVPlayerController.swift */; }; |
|
|
|
|
|
|
|
|
1C7360C0F2A4F0214FE353BD /* FileHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7367ECBD369A2A0C94C499 /* FileHelper.swift */; }; |
|
|
|
|
|
1C7361D2B6E0AE689FAAF4F4 /* VideoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736C7FFBDAC665AE04CB65 /* VideoController.swift */; }; |
|
|
1C7362A6FA1C5DA0B0677F1E /* readme.md in Sources */ = {isa = PBXBuildFile; fileRef = 1C736871C9B012CB704AB803 /* readme.md */; }; |
|
|
1C7362A6FA1C5DA0B0677F1E /* readme.md in Sources */ = {isa = PBXBuildFile; fileRef = 1C736871C9B012CB704AB803 /* readme.md */; }; |
|
|
1C73631EACF56BABD3B2BCFB /* LayoutTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736BC4450890C45F8FBC63 /* LayoutTools.swift */; }; |
|
|
1C73631EACF56BABD3B2BCFB /* LayoutTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736BC4450890C45F8FBC63 /* LayoutTools.swift */; }; |
|
|
1C73635138BBD2BB480A308F /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C736777456388CA571DA17B /* MediaPlayer.framework */; }; |
|
|
1C73635138BBD2BB480A308F /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C736777456388CA571DA17B /* MediaPlayer.framework */; }; |
|
|
@ -15,7 +16,8 @@ |
|
|
1C73646F87B495A47D7943C7 /* NetData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7369EC16B19B32B515169E /* NetData.swift */; }; |
|
|
1C73646F87B495A47D7943C7 /* NetData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7369EC16B19B32B515169E /* NetData.swift */; }; |
|
|
1C736503B656C999E5E12081 /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7365B06FA66294E99AC2D3 /* NetworkManager.swift */; }; |
|
|
1C736503B656C999E5E12081 /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7365B06FA66294E99AC2D3 /* NetworkManager.swift */; }; |
|
|
1C73654C9EA6D255CFC039C5 /* NetworkHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C73620D01687FB4F1811C5C /* NetworkHelper.swift */; }; |
|
|
1C73654C9EA6D255CFC039C5 /* NetworkHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C73620D01687FB4F1811C5C /* NetworkHelper.swift */; }; |
|
|
1C7365885FAF292F2221ED44 /* MediaPhotoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C73673DC671535E3A049F54 /* MediaPhotoController.swift */; }; |
|
|
|
|
|
|
|
|
1C7365885FAF292F2221ED44 /* PhotoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C73673DC671535E3A049F54 /* PhotoController.swift */; }; |
|
|
|
|
|
1C7366A0CFD2B55BF8C3BAF0 /* NetworkDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7364F10BED5DA0F1C0423C /* NetworkDelegate.swift */; }; |
|
|
1C7366DAC06047DE335EFC37 /* BMPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736927EA28AFBEB25D7487 /* BMPlayer.swift */; }; |
|
|
1C7366DAC06047DE335EFC37 /* BMPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736927EA28AFBEB25D7487 /* BMPlayer.swift */; }; |
|
|
1C73671FC2CCCACAA2FFC153 /* ThumbnailCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736EA15A11AF7D57F85824 /* ThumbnailCache.swift */; }; |
|
|
1C73671FC2CCCACAA2FFC153 /* ThumbnailCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736EA15A11AF7D57F85824 /* ThumbnailCache.swift */; }; |
|
|
1C73673F39A34C3275D0230A /* BMPlayerClearityChooseButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736DFBD072763248412F74 /* BMPlayerClearityChooseButton.swift */; }; |
|
|
1C73673F39A34C3275D0230A /* BMPlayerClearityChooseButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736DFBD072763248412F74 /* BMPlayerClearityChooseButton.swift */; }; |
|
|
@ -29,6 +31,7 @@ |
|
|
1C736953BDBBAFC40884132A /* BrowserController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C73602350ACE2436736F981 /* BrowserController.swift */; }; |
|
|
1C736953BDBBAFC40884132A /* BrowserController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C73602350ACE2436736F981 /* BrowserController.swift */; }; |
|
|
1C7369ABC44CFB530EA71FB6 /* HeaderCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736D9BB5498E7E8F11C754 /* HeaderCell.swift */; }; |
|
|
1C7369ABC44CFB530EA71FB6 /* HeaderCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736D9BB5498E7E8F11C754 /* HeaderCell.swift */; }; |
|
|
1C736A5FA5BA53B2597F2ED7 /* Kirschkeks-256x256.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C736059262A57AADE6AB761 /* Kirschkeks-256x256.png */; }; |
|
|
1C736A5FA5BA53B2597F2ED7 /* Kirschkeks-256x256.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C736059262A57AADE6AB761 /* Kirschkeks-256x256.png */; }; |
|
|
|
|
|
1C736A7B6221A1D50FB3904C /* ItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C73631C96E6C860833052CA /* ItemType.swift */; }; |
|
|
1C736CB96577F6A9A7BA03E8 /* BMPlayerItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7364F924BD979294C3EE4A /* BMPlayerItem.swift */; }; |
|
|
1C736CB96577F6A9A7BA03E8 /* BMPlayerItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7364F924BD979294C3EE4A /* BMPlayerItem.swift */; }; |
|
|
1C736CD0E54786D3A2405E51 /* BMPlayerLayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7366D766CDE0C9872E86F5 /* BMPlayerLayerView.swift */; }; |
|
|
1C736CD0E54786D3A2405E51 /* BMPlayerLayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7366D766CDE0C9872E86F5 /* BMPlayerLayerView.swift */; }; |
|
|
1C736D16E81BA1FB325200E0 /* HanekeFetchOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7360744ABACC3557D05760 /* HanekeFetchOperation.swift */; }; |
|
|
1C736D16E81BA1FB325200E0 /* HanekeFetchOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7360744ABACC3557D05760 /* HanekeFetchOperation.swift */; }; |
|
|
@ -36,7 +39,9 @@ |
|
|
1C736D24B49451141CD4B64D /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7369F53095B7A4D65679C2 /* DetailViewController.swift */; }; |
|
|
1C736D24B49451141CD4B64D /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7369F53095B7A4D65679C2 /* DetailViewController.swift */; }; |
|
|
1C736D895B75BDCDB35937C1 /* BMTimeSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7360AE55EB115762C42EB9 /* BMTimeSlider.swift */; }; |
|
|
1C736D895B75BDCDB35937C1 /* BMTimeSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7360AE55EB115762C42EB9 /* BMTimeSlider.swift */; }; |
|
|
1C736DB41BD06D359E6A0DEE /* BMSubtitles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7366AAB82A46086690E164 /* BMSubtitles.swift */; }; |
|
|
1C736DB41BD06D359E6A0DEE /* BMSubtitles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7366AAB82A46086690E164 /* BMSubtitles.swift */; }; |
|
|
|
|
|
1C736E21B246C0BE7E123FD3 /* MediaModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736B41C6AC33F3FA592C63 /* MediaModel.swift */; }; |
|
|
1C736F278DDC77F40C8CB1D4 /* BMPlayerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736E51F1A03E3A1200BDB6 /* BMPlayerControlView.swift */; }; |
|
|
1C736F278DDC77F40C8CB1D4 /* BMPlayerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736E51F1A03E3A1200BDB6 /* BMPlayerControlView.swift */; }; |
|
|
|
|
|
1C736F307C53C7C07F302630 /* save.json in Resources */ = {isa = PBXBuildFile; fileRef = 1C736B57996546198F6C50CB /* save.json */; }; |
|
|
1C736F3570EADA086682E6BC /* BMPlayerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7360D6580FB5D09C2BBCCB /* BMPlayerManager.swift */; }; |
|
|
1C736F3570EADA086682E6BC /* BMPlayerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7360D6580FB5D09C2BBCCB /* BMPlayerManager.swift */; }; |
|
|
1C736F6A223D4ADB2E1BA733 /* ItemCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736069C214E9522BB1BD97 /* ItemCell.swift */; }; |
|
|
1C736F6A223D4ADB2E1BA733 /* ItemCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C736069C214E9522BB1BD97 /* ItemCell.swift */; }; |
|
|
1C736FB92B19FE17E4357C85 /* MediaItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C73688DAB88F9360FB62A49 /* MediaItem.swift */; }; |
|
|
1C736FB92B19FE17E4357C85 /* MediaItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C73688DAB88F9360FB62A49 /* MediaItem.swift */; }; |
|
|
@ -71,22 +76,27 @@ |
|
|
1C73620D01687FB4F1811C5C /* NetworkHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkHelper.swift; sourceTree = "<group>"; }; |
|
|
1C73620D01687FB4F1811C5C /* NetworkHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkHelper.swift; sourceTree = "<group>"; }; |
|
|
1C736253AB7A95EA41B605B7 /* ItemModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ItemModel.swift; sourceTree = "<group>"; }; |
|
|
1C736253AB7A95EA41B605B7 /* ItemModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ItemModel.swift; sourceTree = "<group>"; }; |
|
|
1C736260E748CF136FF37EA7 /* UploadOperation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadOperation.swift; sourceTree = "<group>"; }; |
|
|
1C736260E748CF136FF37EA7 /* UploadOperation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadOperation.swift; sourceTree = "<group>"; }; |
|
|
|
|
|
1C73631C96E6C860833052CA /* ItemType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ItemType.swift; sourceTree = "<group>"; }; |
|
|
1C73648CEC974A2500172064 /* ViewControllerExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewControllerExtensions.swift; sourceTree = "<group>"; }; |
|
|
1C73648CEC974A2500172064 /* ViewControllerExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewControllerExtensions.swift; sourceTree = "<group>"; }; |
|
|
|
|
|
1C7364F10BED5DA0F1C0423C /* NetworkDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkDelegate.swift; sourceTree = "<group>"; }; |
|
|
1C7364F924BD979294C3EE4A /* BMPlayerItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerItem.swift; sourceTree = "<group>"; }; |
|
|
1C7364F924BD979294C3EE4A /* BMPlayerItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerItem.swift; sourceTree = "<group>"; }; |
|
|
1C7365B06FA66294E99AC2D3 /* NetworkManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; }; |
|
|
1C7365B06FA66294E99AC2D3 /* NetworkManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; }; |
|
|
1C7365F45D765A218FFC100F /* BMPlayerProtocols.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerProtocols.swift; sourceTree = "<group>"; }; |
|
|
1C7365F45D765A218FFC100F /* BMPlayerProtocols.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerProtocols.swift; sourceTree = "<group>"; }; |
|
|
1C7366AAB82A46086690E164 /* BMSubtitles.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMSubtitles.swift; sourceTree = "<group>"; }; |
|
|
1C7366AAB82A46086690E164 /* BMSubtitles.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMSubtitles.swift; sourceTree = "<group>"; }; |
|
|
1C7366D766CDE0C9872E86F5 /* BMPlayerLayerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerLayerView.swift; sourceTree = "<group>"; }; |
|
|
1C7366D766CDE0C9872E86F5 /* BMPlayerLayerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerLayerView.swift; sourceTree = "<group>"; }; |
|
|
1C73673DC671535E3A049F54 /* MediaPhotoController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaPhotoController.swift; sourceTree = "<group>"; }; |
|
|
|
|
|
|
|
|
1C73673DC671535E3A049F54 /* PhotoController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotoController.swift; sourceTree = "<group>"; }; |
|
|
1C736777456388CA571DA17B /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; |
|
|
1C736777456388CA571DA17B /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; |
|
|
|
|
|
1C7367ECBD369A2A0C94C499 /* FileHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileHelper.swift; sourceTree = "<group>"; }; |
|
|
1C736871C9B012CB704AB803 /* readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = readme.md; sourceTree = "<group>"; }; |
|
|
1C736871C9B012CB704AB803 /* readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = readme.md; sourceTree = "<group>"; }; |
|
|
1C73688DAB88F9360FB62A49 /* MediaItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaItem.swift; sourceTree = "<group>"; }; |
|
|
1C73688DAB88F9360FB62A49 /* MediaItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaItem.swift; sourceTree = "<group>"; }; |
|
|
1C736927EA28AFBEB25D7487 /* BMPlayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayer.swift; sourceTree = "<group>"; }; |
|
|
1C736927EA28AFBEB25D7487 /* BMPlayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayer.swift; sourceTree = "<group>"; }; |
|
|
1C7369EC16B19B32B515169E /* NetData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetData.swift; sourceTree = "<group>"; }; |
|
|
1C7369EC16B19B32B515169E /* NetData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetData.swift; sourceTree = "<group>"; }; |
|
|
1C7369F53095B7A4D65679C2 /* DetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; }; |
|
|
1C7369F53095B7A4D65679C2 /* DetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; }; |
|
|
|
|
|
1C736B41C6AC33F3FA592C63 /* MediaModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaModel.swift; sourceTree = "<group>"; }; |
|
|
|
|
|
1C736B57996546198F6C50CB /* save.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = save.json; sourceTree = "<group>"; }; |
|
|
1C736B794396F2E50387B8F2 /* stringutil.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = stringutil.swift; sourceTree = "<group>"; }; |
|
|
1C736B794396F2E50387B8F2 /* stringutil.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = stringutil.swift; sourceTree = "<group>"; }; |
|
|
1C736BC4450890C45F8FBC63 /* LayoutTools.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutTools.swift; sourceTree = "<group>"; }; |
|
|
1C736BC4450890C45F8FBC63 /* LayoutTools.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutTools.swift; sourceTree = "<group>"; }; |
|
|
1C736C7FFBDAC665AE04CB65 /* AVPlayerController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AVPlayerController.swift; sourceTree = "<group>"; }; |
|
|
|
|
|
|
|
|
1C736C7FFBDAC665AE04CB65 /* VideoController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoController.swift; sourceTree = "<group>"; }; |
|
|
1C736D9BB5498E7E8F11C754 /* HeaderCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HeaderCell.swift; sourceTree = "<group>"; }; |
|
|
1C736D9BB5498E7E8F11C754 /* HeaderCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HeaderCell.swift; sourceTree = "<group>"; }; |
|
|
1C736DCCE3AA9993E15F7652 /* UIImageExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIImageExtension.swift; sourceTree = "<group>"; }; |
|
|
1C736DCCE3AA9993E15F7652 /* UIImageExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIImageExtension.swift; sourceTree = "<group>"; }; |
|
|
1C736DFBD072763248412F74 /* BMPlayerClearityChooseButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerClearityChooseButton.swift; sourceTree = "<group>"; }; |
|
|
1C736DFBD072763248412F74 /* BMPlayerClearityChooseButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerClearityChooseButton.swift; sourceTree = "<group>"; }; |
|
|
@ -134,7 +144,7 @@ |
|
|
1C736069C214E9522BB1BD97 /* ItemCell.swift */, |
|
|
1C736069C214E9522BB1BD97 /* ItemCell.swift */, |
|
|
1C736D9BB5498E7E8F11C754 /* HeaderCell.swift */, |
|
|
1C736D9BB5498E7E8F11C754 /* HeaderCell.swift */, |
|
|
1C7369F53095B7A4D65679C2 /* DetailViewController.swift */, |
|
|
1C7369F53095B7A4D65679C2 /* DetailViewController.swift */, |
|
|
1C736C7FFBDAC665AE04CB65 /* AVPlayerController.swift */, |
|
|
|
|
|
|
|
|
1C736C7FFBDAC665AE04CB65 /* VideoController.swift */, |
|
|
1C73602350ACE2436736F981 /* BrowserController.swift */, |
|
|
1C73602350ACE2436736F981 /* BrowserController.swift */, |
|
|
); |
|
|
); |
|
|
path = detail; |
|
|
path = detail; |
|
|
@ -143,7 +153,7 @@ |
|
|
1C7363B608460DED4F522D1C /* photo */ = { |
|
|
1C7363B608460DED4F522D1C /* photo */ = { |
|
|
isa = PBXGroup; |
|
|
isa = PBXGroup; |
|
|
children = ( |
|
|
children = ( |
|
|
1C73673DC671535E3A049F54 /* MediaPhotoController.swift */, |
|
|
|
|
|
|
|
|
1C73673DC671535E3A049F54 /* PhotoController.swift */, |
|
|
); |
|
|
); |
|
|
path = photo; |
|
|
path = photo; |
|
|
sourceTree = "<group>"; |
|
|
sourceTree = "<group>"; |
|
|
@ -152,6 +162,7 @@ |
|
|
isa = PBXGroup; |
|
|
isa = PBXGroup; |
|
|
children = ( |
|
|
children = ( |
|
|
1C73611D226B48C24DB37535 /* MasterViewController.swift */, |
|
|
1C73611D226B48C24DB37535 /* MasterViewController.swift */, |
|
|
|
|
|
1C7364F10BED5DA0F1C0423C /* NetworkDelegate.swift */, |
|
|
); |
|
|
); |
|
|
path = master; |
|
|
path = master; |
|
|
sourceTree = "<group>"; |
|
|
sourceTree = "<group>"; |
|
|
@ -169,6 +180,7 @@ |
|
|
1C736F9338CE36708244D42A /* DataLoadOperation.swift */, |
|
|
1C736F9338CE36708244D42A /* DataLoadOperation.swift */, |
|
|
1C736B794396F2E50387B8F2 /* stringutil.swift */, |
|
|
1C736B794396F2E50387B8F2 /* stringutil.swift */, |
|
|
1C73648CEC974A2500172064 /* ViewControllerExtensions.swift */, |
|
|
1C73648CEC974A2500172064 /* ViewControllerExtensions.swift */, |
|
|
|
|
|
1C7367ECBD369A2A0C94C499 /* FileHelper.swift */, |
|
|
); |
|
|
); |
|
|
path = util; |
|
|
path = util; |
|
|
sourceTree = "<group>"; |
|
|
sourceTree = "<group>"; |
|
|
@ -180,6 +192,8 @@ |
|
|
1C73688DAB88F9360FB62A49 /* MediaItem.swift */, |
|
|
1C73688DAB88F9360FB62A49 /* MediaItem.swift */, |
|
|
1C736253AB7A95EA41B605B7 /* ItemModel.swift */, |
|
|
1C736253AB7A95EA41B605B7 /* ItemModel.swift */, |
|
|
1C736EA15A11AF7D57F85824 /* ThumbnailCache.swift */, |
|
|
1C736EA15A11AF7D57F85824 /* ThumbnailCache.swift */, |
|
|
|
|
|
1C736B41C6AC33F3FA592C63 /* MediaModel.swift */, |
|
|
|
|
|
1C73631C96E6C860833052CA /* ItemType.swift */, |
|
|
); |
|
|
); |
|
|
path = core; |
|
|
path = core; |
|
|
sourceTree = "<group>"; |
|
|
sourceTree = "<group>"; |
|
|
@ -227,6 +241,7 @@ |
|
|
8CB608B13A2BDFA9D708982B /* Frameworks */, |
|
|
8CB608B13A2BDFA9D708982B /* Frameworks */, |
|
|
1C736059262A57AADE6AB761 /* Kirschkeks-256x256.png */, |
|
|
1C736059262A57AADE6AB761 /* Kirschkeks-256x256.png */, |
|
|
8052F5B3AAC2535E5C08A529 /* Pods */, |
|
|
8052F5B3AAC2535E5C08A529 /* Pods */, |
|
|
|
|
|
1C736B57996546198F6C50CB /* save.json */, |
|
|
); |
|
|
); |
|
|
sourceTree = "<group>"; |
|
|
sourceTree = "<group>"; |
|
|
}; |
|
|
}; |
|
|
@ -343,7 +358,7 @@ |
|
|
}; |
|
|
}; |
|
|
C98AF5E81B124D6A00D196CC = { |
|
|
C98AF5E81B124D6A00D196CC = { |
|
|
CreatedOnToolsVersion = 6.3.1; |
|
|
CreatedOnToolsVersion = 6.3.1; |
|
|
LastSwiftMigration = 1000; |
|
|
|
|
|
|
|
|
LastSwiftMigration = 1240; |
|
|
TestTargetID = C98AF5CE1B124D6A00D196CC; |
|
|
TestTargetID = C98AF5CE1B124D6A00D196CC; |
|
|
}; |
|
|
}; |
|
|
}; |
|
|
}; |
|
|
@ -377,6 +392,7 @@ |
|
|
C98AF5E41B124D6A00D196CC /* LaunchScreen.xib in Resources */, |
|
|
C98AF5E41B124D6A00D196CC /* LaunchScreen.xib in Resources */, |
|
|
C98AF5E11B124D6A00D196CC /* Images.xcassets in Resources */, |
|
|
C98AF5E11B124D6A00D196CC /* Images.xcassets in Resources */, |
|
|
1C736A5FA5BA53B2597F2ED7 /* Kirschkeks-256x256.png in Resources */, |
|
|
1C736A5FA5BA53B2597F2ED7 /* Kirschkeks-256x256.png in Resources */, |
|
|
|
|
|
1C736F307C53C7C07F302630 /* save.json in Resources */, |
|
|
); |
|
|
); |
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
}; |
|
|
}; |
|
|
@ -456,14 +472,14 @@ |
|
|
1C73640D928DE56D35175D39 /* UploadOperation.swift in Sources */, |
|
|
1C73640D928DE56D35175D39 /* UploadOperation.swift in Sources */, |
|
|
1C73646F87B495A47D7943C7 /* NetData.swift in Sources */, |
|
|
1C73646F87B495A47D7943C7 /* NetData.swift in Sources */, |
|
|
1C73693A1334A7792856FC58 /* MasterViewController.swift in Sources */, |
|
|
1C73693A1334A7792856FC58 /* MasterViewController.swift in Sources */, |
|
|
1C7365885FAF292F2221ED44 /* MediaPhotoController.swift in Sources */, |
|
|
|
|
|
|
|
|
1C7365885FAF292F2221ED44 /* PhotoController.swift in Sources */, |
|
|
1C736D16E81BA1FB325200E0 /* HanekeFetchOperation.swift in Sources */, |
|
|
1C736D16E81BA1FB325200E0 /* HanekeFetchOperation.swift in Sources */, |
|
|
1C736D24891597F2728230EE /* ImageLoadOperation.swift in Sources */, |
|
|
1C736D24891597F2728230EE /* ImageLoadOperation.swift in Sources */, |
|
|
1C7367AF39961D2BA72480ED /* DataLoadOperation.swift in Sources */, |
|
|
1C7367AF39961D2BA72480ED /* DataLoadOperation.swift in Sources */, |
|
|
1C73675C34BE0990D44570BE /* ItemModel.swift in Sources */, |
|
|
1C73675C34BE0990D44570BE /* ItemModel.swift in Sources */, |
|
|
1C73691A9C7174E0C6B57267 /* stringutil.swift in Sources */, |
|
|
1C73691A9C7174E0C6B57267 /* stringutil.swift in Sources */, |
|
|
1C736821D6DF2237A3EABCC1 /* ViewControllerExtensions.swift in Sources */, |
|
|
1C736821D6DF2237A3EABCC1 /* ViewControllerExtensions.swift in Sources */, |
|
|
1C7361D2B6E0AE689FAAF4F4 /* AVPlayerController.swift in Sources */, |
|
|
|
|
|
|
|
|
1C7361D2B6E0AE689FAAF4F4 /* VideoController.swift in Sources */, |
|
|
1C736953BDBBAFC40884132A /* BrowserController.swift in Sources */, |
|
|
1C736953BDBBAFC40884132A /* BrowserController.swift in Sources */, |
|
|
1C7362A6FA1C5DA0B0677F1E /* readme.md in Sources */, |
|
|
1C7362A6FA1C5DA0B0677F1E /* readme.md in Sources */, |
|
|
1C73671FC2CCCACAA2FFC153 /* ThumbnailCache.swift in Sources */, |
|
|
1C73671FC2CCCACAA2FFC153 /* ThumbnailCache.swift in Sources */, |
|
|
@ -476,6 +492,10 @@ |
|
|
1C736DB41BD06D359E6A0DEE /* BMSubtitles.swift in Sources */, |
|
|
1C736DB41BD06D359E6A0DEE /* BMSubtitles.swift in Sources */, |
|
|
1C736D895B75BDCDB35937C1 /* BMTimeSlider.swift in Sources */, |
|
|
1C736D895B75BDCDB35937C1 /* BMTimeSlider.swift in Sources */, |
|
|
1C736F3570EADA086682E6BC /* BMPlayerManager.swift in Sources */, |
|
|
1C736F3570EADA086682E6BC /* BMPlayerManager.swift in Sources */, |
|
|
|
|
|
1C736E21B246C0BE7E123FD3 /* MediaModel.swift in Sources */, |
|
|
|
|
|
1C736A7B6221A1D50FB3904C /* ItemType.swift in Sources */, |
|
|
|
|
|
1C7360C0F2A4F0214FE353BD /* FileHelper.swift in Sources */, |
|
|
|
|
|
1C7366A0CFD2B55BF8C3BAF0 /* NetworkDelegate.swift in Sources */, |
|
|
); |
|
|
); |
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
}; |
|
|
}; |
|
|
@ -564,7 +584,7 @@ |
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
|
GCC_WARN_UNUSED_FUNCTION = YES; |
|
|
GCC_WARN_UNUSED_FUNCTION = YES; |
|
|
GCC_WARN_UNUSED_VARIABLE = YES; |
|
|
GCC_WARN_UNUSED_VARIABLE = YES; |
|
|
IPHONEOS_DEPLOYMENT_TARGET = 10.2; |
|
|
|
|
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.3; |
|
|
MTL_ENABLE_DEBUG_INFO = YES; |
|
|
MTL_ENABLE_DEBUG_INFO = YES; |
|
|
ONLY_ACTIVE_ARCH = YES; |
|
|
ONLY_ACTIVE_ARCH = YES; |
|
|
SDKROOT = iphoneos; |
|
|
SDKROOT = iphoneos; |
|
|
@ -613,7 +633,7 @@ |
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
|
GCC_WARN_UNUSED_FUNCTION = YES; |
|
|
GCC_WARN_UNUSED_FUNCTION = YES; |
|
|
GCC_WARN_UNUSED_VARIABLE = YES; |
|
|
GCC_WARN_UNUSED_VARIABLE = YES; |
|
|
IPHONEOS_DEPLOYMENT_TARGET = 10.2; |
|
|
|
|
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.3; |
|
|
MTL_ENABLE_DEBUG_INFO = NO; |
|
|
MTL_ENABLE_DEBUG_INFO = NO; |
|
|
SDKROOT = iphoneos; |
|
|
SDKROOT = iphoneos; |
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
|
|
@ -679,7 +699,7 @@ |
|
|
PRODUCT_BUNDLE_IDENTIFIER = "schmickler.$(PRODUCT_NAME:rfc1034identifier)"; |
|
|
PRODUCT_BUNDLE_IDENTIFIER = "schmickler.$(PRODUCT_NAME:rfc1034identifier)"; |
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
SWIFT_SWIFT3_OBJC_INFERENCE = On; |
|
|
SWIFT_SWIFT3_OBJC_INFERENCE = On; |
|
|
SWIFT_VERSION = 4.2; |
|
|
|
|
|
|
|
|
SWIFT_VERSION = 5.0; |
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/kplayer.app/kplayer"; |
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/kplayer.app/kplayer"; |
|
|
}; |
|
|
}; |
|
|
name = Debug; |
|
|
name = Debug; |
|
|
@ -697,7 +717,7 @@ |
|
|
PRODUCT_BUNDLE_IDENTIFIER = "schmickler.$(PRODUCT_NAME:rfc1034identifier)"; |
|
|
PRODUCT_BUNDLE_IDENTIFIER = "schmickler.$(PRODUCT_NAME:rfc1034identifier)"; |
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
SWIFT_SWIFT3_OBJC_INFERENCE = On; |
|
|
SWIFT_SWIFT3_OBJC_INFERENCE = On; |
|
|
SWIFT_VERSION = 4.2; |
|
|
|
|
|
|
|
|
SWIFT_VERSION = 5.0; |
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/kplayer.app/kplayer"; |
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/kplayer.app/kplayer"; |
|
|
}; |
|
|
}; |
|
|
name = Release; |
|
|
name = Release; |
|
|
|