project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. F05B2FB773791BF55D81248F /* Pods_SimplePlayback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B05BC1021135D0C7F6635605 /* Pods_SimplePlayback.framework */; };
  10. FFF926F820A58744008E37FD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFF926F720A58744008E37FD /* AppDelegate.swift */; };
  11. FFF926FA20A58744008E37FD /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFF926F920A58744008E37FD /* ViewController.swift */; };
  12. FFF926FD20A58744008E37FD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FFF926FB20A58744008E37FD /* Main.storyboard */; };
  13. FFF926FF20A58745008E37FD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FFF926FE20A58745008E37FD /* Assets.xcassets */; };
  14. /* End PBXBuildFile section */
  15. /* Begin PBXFileReference section */
  16. 305B6354D91459F44B66EE30 /* Pods-SimplePlayback.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SimplePlayback.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SimplePlayback/Pods-SimplePlayback.debug.xcconfig"; sourceTree = "<group>"; };
  17. 4C9617C744856EBCE4881321 /* Pods-SimplePlayback.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SimplePlayback.release.xcconfig"; path = "Pods/Target Support Files/Pods-SimplePlayback/Pods-SimplePlayback.release.xcconfig"; sourceTree = "<group>"; };
  18. B05BC1021135D0C7F6635605 /* Pods_SimplePlayback.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SimplePlayback.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  19. FF3E331D20A5885400EAE363 /* SimplePlayback-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SimplePlayback-Bridging-Header.h"; sourceTree = "<group>"; };
  20. FFA0D52320A59E1D007AE619 /* libTVVLCKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libTVVLCKit.a; sourceTree = BUILT_PRODUCTS_DIR; };
  21. FFA0D52520A59F0F007AE619 /* DynamicTVVLCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = DynamicTVVLCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  22. FFF926F420A58744008E37FD /* SimplePlayback.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimplePlayback.app; sourceTree = BUILT_PRODUCTS_DIR; };
  23. FFF926F720A58744008E37FD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  24. FFF926F920A58744008E37FD /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  25. FFF926FC20A58744008E37FD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  26. FFF926FE20A58745008E37FD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  27. FFF9270020A58745008E37FD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. /* End PBXFileReference section */
  29. /* Begin PBXFrameworksBuildPhase section */
  30. FFF926F120A58744008E37FD /* Frameworks */ = {
  31. isa = PBXFrameworksBuildPhase;
  32. buildActionMask = 2147483647;
  33. files = (
  34. F05B2FB773791BF55D81248F /* Pods_SimplePlayback.framework in Frameworks */,
  35. );
  36. runOnlyForDeploymentPostprocessing = 0;
  37. };
  38. /* End PBXFrameworksBuildPhase section */
  39. /* Begin PBXGroup section */
  40. 04AE6ADEEE24C899927563A6 /* Pods */ = {
  41. isa = PBXGroup;
  42. children = (
  43. 305B6354D91459F44B66EE30 /* Pods-SimplePlayback.debug.xcconfig */,
  44. 4C9617C744856EBCE4881321 /* Pods-SimplePlayback.release.xcconfig */,
  45. );
  46. name = Pods;
  47. sourceTree = "<group>";
  48. };
  49. FFA0D52220A59E1D007AE619 /* Frameworks */ = {
  50. isa = PBXGroup;
  51. children = (
  52. FFA0D52520A59F0F007AE619 /* DynamicTVVLCKit.framework */,
  53. FFA0D52320A59E1D007AE619 /* libTVVLCKit.a */,
  54. B05BC1021135D0C7F6635605 /* Pods_SimplePlayback.framework */,
  55. );
  56. name = Frameworks;
  57. sourceTree = "<group>";
  58. };
  59. FFF926EB20A58744008E37FD = {
  60. isa = PBXGroup;
  61. children = (
  62. FFF926F620A58744008E37FD /* SimplePlayback */,
  63. FFF926F520A58744008E37FD /* Products */,
  64. FFA0D52220A59E1D007AE619 /* Frameworks */,
  65. 04AE6ADEEE24C899927563A6 /* Pods */,
  66. );
  67. sourceTree = "<group>";
  68. };
  69. FFF926F520A58744008E37FD /* Products */ = {
  70. isa = PBXGroup;
  71. children = (
  72. FFF926F420A58744008E37FD /* SimplePlayback.app */,
  73. );
  74. name = Products;
  75. sourceTree = "<group>";
  76. };
  77. FFF926F620A58744008E37FD /* SimplePlayback */ = {
  78. isa = PBXGroup;
  79. children = (
  80. FFF926F720A58744008E37FD /* AppDelegate.swift */,
  81. FFF926F920A58744008E37FD /* ViewController.swift */,
  82. FFF926FB20A58744008E37FD /* Main.storyboard */,
  83. FFF926FE20A58745008E37FD /* Assets.xcassets */,
  84. FFF9270020A58745008E37FD /* Info.plist */,
  85. FF3E331D20A5885400EAE363 /* SimplePlayback-Bridging-Header.h */,
  86. );
  87. path = SimplePlayback;
  88. sourceTree = "<group>";
  89. };
  90. /* End PBXGroup section */
  91. /* Begin PBXNativeTarget section */
  92. FFF926F320A58744008E37FD /* SimplePlayback */ = {
  93. isa = PBXNativeTarget;
  94. buildConfigurationList = FFF9270320A58745008E37FD /* Build configuration list for PBXNativeTarget "SimplePlayback" */;
  95. buildPhases = (
  96. 6C19EE7D99BBECF0C3B8E27E /* [CP] Check Pods Manifest.lock */,
  97. FFF926F020A58744008E37FD /* Sources */,
  98. FFF926F120A58744008E37FD /* Frameworks */,
  99. FFF926F220A58744008E37FD /* Resources */,
  100. );
  101. buildRules = (
  102. );
  103. dependencies = (
  104. );
  105. name = SimplePlayback;
  106. productName = SimplePlayback;
  107. productReference = FFF926F420A58744008E37FD /* SimplePlayback.app */;
  108. productType = "com.apple.product-type.application";
  109. };
  110. /* End PBXNativeTarget section */
  111. /* Begin PBXProject section */
  112. FFF926EC20A58744008E37FD /* Project object */ = {
  113. isa = PBXProject;
  114. attributes = {
  115. LastSwiftUpdateCheck = 0930;
  116. LastUpgradeCheck = 0930;
  117. ORGANIZATIONNAME = VideoLAN;
  118. TargetAttributes = {
  119. FFF926F320A58744008E37FD = {
  120. CreatedOnToolsVersion = 9.3;
  121. };
  122. };
  123. };
  124. buildConfigurationList = FFF926EF20A58744008E37FD /* Build configuration list for PBXProject "SimplePlayback" */;
  125. compatibilityVersion = "Xcode 9.3";
  126. developmentRegion = en;
  127. hasScannedForEncodings = 0;
  128. knownRegions = (
  129. en,
  130. Base,
  131. );
  132. mainGroup = FFF926EB20A58744008E37FD;
  133. productRefGroup = FFF926F520A58744008E37FD /* Products */;
  134. projectDirPath = "";
  135. projectRoot = "";
  136. targets = (
  137. FFF926F320A58744008E37FD /* SimplePlayback */,
  138. );
  139. };
  140. /* End PBXProject section */
  141. /* Begin PBXResourcesBuildPhase section */
  142. FFF926F220A58744008E37FD /* Resources */ = {
  143. isa = PBXResourcesBuildPhase;
  144. buildActionMask = 2147483647;
  145. files = (
  146. FFF926FF20A58745008E37FD /* Assets.xcassets in Resources */,
  147. FFF926FD20A58744008E37FD /* Main.storyboard in Resources */,
  148. );
  149. runOnlyForDeploymentPostprocessing = 0;
  150. };
  151. /* End PBXResourcesBuildPhase section */
  152. /* Begin PBXShellScriptBuildPhase section */
  153. 6C19EE7D99BBECF0C3B8E27E /* [CP] Check Pods Manifest.lock */ = {
  154. isa = PBXShellScriptBuildPhase;
  155. buildActionMask = 2147483647;
  156. files = (
  157. );
  158. inputPaths = (
  159. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  160. "${PODS_ROOT}/Manifest.lock",
  161. );
  162. name = "[CP] Check Pods Manifest.lock";
  163. outputPaths = (
  164. "$(DERIVED_FILE_DIR)/Pods-SimplePlayback-checkManifestLockResult.txt",
  165. );
  166. runOnlyForDeploymentPostprocessing = 0;
  167. shellPath = /bin/sh;
  168. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  169. showEnvVarsInLog = 0;
  170. };
  171. /* End PBXShellScriptBuildPhase section */
  172. /* Begin PBXSourcesBuildPhase section */
  173. FFF926F020A58744008E37FD /* Sources */ = {
  174. isa = PBXSourcesBuildPhase;
  175. buildActionMask = 2147483647;
  176. files = (
  177. FFF926FA20A58744008E37FD /* ViewController.swift in Sources */,
  178. FFF926F820A58744008E37FD /* AppDelegate.swift in Sources */,
  179. );
  180. runOnlyForDeploymentPostprocessing = 0;
  181. };
  182. /* End PBXSourcesBuildPhase section */
  183. /* Begin PBXVariantGroup section */
  184. FFF926FB20A58744008E37FD /* Main.storyboard */ = {
  185. isa = PBXVariantGroup;
  186. children = (
  187. FFF926FC20A58744008E37FD /* Base */,
  188. );
  189. name = Main.storyboard;
  190. sourceTree = "<group>";
  191. };
  192. /* End PBXVariantGroup section */
  193. /* Begin XCBuildConfiguration section */
  194. FFF9270120A58745008E37FD /* Debug */ = {
  195. isa = XCBuildConfiguration;
  196. buildSettings = {
  197. ALWAYS_SEARCH_USER_PATHS = NO;
  198. CLANG_ANALYZER_NONNULL = YES;
  199. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  200. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  201. CLANG_CXX_LIBRARY = "libc++";
  202. CLANG_ENABLE_MODULES = YES;
  203. CLANG_ENABLE_OBJC_ARC = YES;
  204. CLANG_ENABLE_OBJC_WEAK = YES;
  205. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  206. CLANG_WARN_BOOL_CONVERSION = YES;
  207. CLANG_WARN_COMMA = YES;
  208. CLANG_WARN_CONSTANT_CONVERSION = YES;
  209. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  210. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  211. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  212. CLANG_WARN_EMPTY_BODY = YES;
  213. CLANG_WARN_ENUM_CONVERSION = YES;
  214. CLANG_WARN_INFINITE_RECURSION = YES;
  215. CLANG_WARN_INT_CONVERSION = YES;
  216. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  217. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  218. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  219. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  220. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  221. CLANG_WARN_STRICT_PROTOTYPES = YES;
  222. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  223. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  224. CLANG_WARN_UNREACHABLE_CODE = YES;
  225. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  226. COPY_PHASE_STRIP = NO;
  227. DEBUG_INFORMATION_FORMAT = dwarf;
  228. ENABLE_STRICT_OBJC_MSGSEND = YES;
  229. ENABLE_TESTABILITY = YES;
  230. GCC_C_LANGUAGE_STANDARD = gnu11;
  231. GCC_DYNAMIC_NO_PIC = NO;
  232. GCC_NO_COMMON_BLOCKS = YES;
  233. GCC_OPTIMIZATION_LEVEL = 0;
  234. GCC_PREPROCESSOR_DEFINITIONS = (
  235. "DEBUG=1",
  236. "$(inherited)",
  237. );
  238. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  239. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  240. GCC_WARN_UNDECLARED_SELECTOR = YES;
  241. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  242. GCC_WARN_UNUSED_FUNCTION = YES;
  243. GCC_WARN_UNUSED_VARIABLE = YES;
  244. MTL_ENABLE_DEBUG_INFO = YES;
  245. ONLY_ACTIVE_ARCH = YES;
  246. SDKROOT = appletvos;
  247. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  248. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  249. TVOS_DEPLOYMENT_TARGET = 11.3;
  250. };
  251. name = Debug;
  252. };
  253. FFF9270220A58745008E37FD /* Release */ = {
  254. isa = XCBuildConfiguration;
  255. buildSettings = {
  256. ALWAYS_SEARCH_USER_PATHS = NO;
  257. CLANG_ANALYZER_NONNULL = YES;
  258. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  259. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  260. CLANG_CXX_LIBRARY = "libc++";
  261. CLANG_ENABLE_MODULES = YES;
  262. CLANG_ENABLE_OBJC_ARC = YES;
  263. CLANG_ENABLE_OBJC_WEAK = YES;
  264. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  265. CLANG_WARN_BOOL_CONVERSION = YES;
  266. CLANG_WARN_COMMA = YES;
  267. CLANG_WARN_CONSTANT_CONVERSION = YES;
  268. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  269. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  270. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  271. CLANG_WARN_EMPTY_BODY = YES;
  272. CLANG_WARN_ENUM_CONVERSION = YES;
  273. CLANG_WARN_INFINITE_RECURSION = YES;
  274. CLANG_WARN_INT_CONVERSION = YES;
  275. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  276. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  277. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  278. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  279. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  280. CLANG_WARN_STRICT_PROTOTYPES = YES;
  281. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  282. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  283. CLANG_WARN_UNREACHABLE_CODE = YES;
  284. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  285. COPY_PHASE_STRIP = NO;
  286. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  287. ENABLE_NS_ASSERTIONS = NO;
  288. ENABLE_STRICT_OBJC_MSGSEND = YES;
  289. GCC_C_LANGUAGE_STANDARD = gnu11;
  290. GCC_NO_COMMON_BLOCKS = YES;
  291. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  292. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  293. GCC_WARN_UNDECLARED_SELECTOR = YES;
  294. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  295. GCC_WARN_UNUSED_FUNCTION = YES;
  296. GCC_WARN_UNUSED_VARIABLE = YES;
  297. MTL_ENABLE_DEBUG_INFO = NO;
  298. SDKROOT = appletvos;
  299. SWIFT_COMPILATION_MODE = wholemodule;
  300. SWIFT_OPTIMIZATION_LEVEL = "-O";
  301. TVOS_DEPLOYMENT_TARGET = 11.3;
  302. VALIDATE_PRODUCT = YES;
  303. };
  304. name = Release;
  305. };
  306. FFF9270420A58745008E37FD /* Debug */ = {
  307. isa = XCBuildConfiguration;
  308. baseConfigurationReference = 305B6354D91459F44B66EE30 /* Pods-SimplePlayback.debug.xcconfig */;
  309. buildSettings = {
  310. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  311. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  312. CODE_SIGN_STYLE = Automatic;
  313. INFOPLIST_FILE = SimplePlayback/Info.plist;
  314. LD_RUNPATH_SEARCH_PATHS = (
  315. "$(inherited)",
  316. "@executable_path/Frameworks",
  317. );
  318. PRODUCT_BUNDLE_IDENTIFIER = org.videolan.SimplePlayback;
  319. PRODUCT_NAME = "$(TARGET_NAME)";
  320. SWIFT_OBJC_BRIDGING_HEADER = "SimplePlayback/SimplePlayback-Bridging-Header.h";
  321. SWIFT_VERSION = 4.0;
  322. TARGETED_DEVICE_FAMILY = 3;
  323. TVOS_DEPLOYMENT_TARGET = 11.0;
  324. };
  325. name = Debug;
  326. };
  327. FFF9270520A58745008E37FD /* Release */ = {
  328. isa = XCBuildConfiguration;
  329. baseConfigurationReference = 4C9617C744856EBCE4881321 /* Pods-SimplePlayback.release.xcconfig */;
  330. buildSettings = {
  331. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  332. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  333. CODE_SIGN_STYLE = Automatic;
  334. INFOPLIST_FILE = SimplePlayback/Info.plist;
  335. LD_RUNPATH_SEARCH_PATHS = (
  336. "$(inherited)",
  337. "@executable_path/Frameworks",
  338. );
  339. PRODUCT_BUNDLE_IDENTIFIER = org.videolan.SimplePlayback;
  340. PRODUCT_NAME = "$(TARGET_NAME)";
  341. SWIFT_OBJC_BRIDGING_HEADER = "SimplePlayback/SimplePlayback-Bridging-Header.h";
  342. SWIFT_VERSION = 4.0;
  343. TARGETED_DEVICE_FAMILY = 3;
  344. TVOS_DEPLOYMENT_TARGET = 11.0;
  345. };
  346. name = Release;
  347. };
  348. /* End XCBuildConfiguration section */
  349. /* Begin XCConfigurationList section */
  350. FFF926EF20A58744008E37FD /* Build configuration list for PBXProject "SimplePlayback" */ = {
  351. isa = XCConfigurationList;
  352. buildConfigurations = (
  353. FFF9270120A58745008E37FD /* Debug */,
  354. FFF9270220A58745008E37FD /* Release */,
  355. );
  356. defaultConfigurationIsVisible = 0;
  357. defaultConfigurationName = Release;
  358. };
  359. FFF9270320A58745008E37FD /* Build configuration list for PBXNativeTarget "SimplePlayback" */ = {
  360. isa = XCConfigurationList;
  361. buildConfigurations = (
  362. FFF9270420A58745008E37FD /* Debug */,
  363. FFF9270520A58745008E37FD /* Release */,
  364. );
  365. defaultConfigurationIsVisible = 0;
  366. defaultConfigurationName = Release;
  367. };
  368. /* End XCConfigurationList section */
  369. };
  370. rootObject = FFF926EC20A58744008E37FD /* Project object */;
  371. }