project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0EE64BA9241F91B400AEDD8C /* MobileVLCKit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0EE64BA8241F91B400AEDD8C /* MobileVLCKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  10. 0EE64BAB241F947A00AEDD8C /* VLCPlugins.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EE64BAA241F947A00AEDD8C /* VLCPlugins.m */; };
  11. 8DD4AA512167AA3100F3EF5A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DD4AA502167AA3100F3EF5A /* AppDelegate.swift */; };
  12. 8DD4AA562167AA3100F3EF5A /* Home.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8DD4AA542167AA3100F3EF5A /* Home.storyboard */; };
  13. 8DD4AA582167AA3300F3EF5A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8DD4AA572167AA3300F3EF5A /* Assets.xcassets */; };
  14. 8DD4AA5B2167AA3300F3EF5A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8DD4AA592167AA3300F3EF5A /* LaunchScreen.storyboard */; };
  15. 8DD4AA672167AB4900F3EF5A /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DD4AA662167AB4900F3EF5A /* HomeViewController.swift */; };
  16. 8DD4AA692167AE0C00F3EF5A /* PlaybackViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DD4AA682167AE0C00F3EF5A /* PlaybackViewController.swift */; };
  17. 8DD4AA6C2167B46C00F3EF5A /* Playback.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8DD4AA6B2167B46C00F3EF5A /* Playback.storyboard */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXCopyFilesBuildPhase section */
  20. 0EE64BA7241F913500AEDD8C /* CopyFiles */ = {
  21. isa = PBXCopyFilesBuildPhase;
  22. buildActionMask = 2147483647;
  23. dstPath = "";
  24. dstSubfolderSpec = 11;
  25. files = (
  26. 0EE64BA9241F91B400AEDD8C /* MobileVLCKit.framework in CopyFiles */,
  27. );
  28. runOnlyForDeploymentPostprocessing = 0;
  29. };
  30. /* End PBXCopyFilesBuildPhase section */
  31. /* Begin PBXFileReference section */
  32. 01CA1F570680619B3C32ADAB /* Pods-SwiftSimplePlayback.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftSimplePlayback.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftSimplePlayback/Pods-SwiftSimplePlayback.release.xcconfig"; sourceTree = "<group>"; };
  33. 0EE64BA8241F91B400AEDD8C /* MobileVLCKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileVLCKit.framework; path = ../../../build/MobileVLCKit.framework; sourceTree = "<group>"; };
  34. 0EE64BAA241F947A00AEDD8C /* VLCPlugins.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCPlugins.m; sourceTree = "<group>"; };
  35. 4184D98DCE5F0D9E79A7338D /* Pods-SwiftSimplePlayback.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftSimplePlayback.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftSimplePlayback/Pods-SwiftSimplePlayback.debug.xcconfig"; sourceTree = "<group>"; };
  36. 8DD4AA4D2167AA3100F3EF5A /* SwiftSimplePlayback.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftSimplePlayback.app; sourceTree = BUILT_PRODUCTS_DIR; };
  37. 8DD4AA502167AA3100F3EF5A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  38. 8DD4AA552167AA3100F3EF5A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Home.storyboard; sourceTree = "<group>"; };
  39. 8DD4AA572167AA3300F3EF5A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  40. 8DD4AA5A2167AA3300F3EF5A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  41. 8DD4AA5C2167AA3300F3EF5A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  42. 8DD4AA662167AB4900F3EF5A /* HomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = "<group>"; };
  43. 8DD4AA682167AE0C00F3EF5A /* PlaybackViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaybackViewController.swift; sourceTree = "<group>"; };
  44. 8DD4AA6A2167AF9A00F3EF5A /* SwiftSimplePlayback-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SwiftSimplePlayback-Bridging-Header.h"; sourceTree = "<group>"; };
  45. 8DD4AA6B2167B46C00F3EF5A /* Playback.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Playback.storyboard; sourceTree = "<group>"; };
  46. /* End PBXFileReference section */
  47. /* Begin PBXFrameworksBuildPhase section */
  48. 8DD4AA4A2167AA3100F3EF5A /* Frameworks */ = {
  49. isa = PBXFrameworksBuildPhase;
  50. buildActionMask = 2147483647;
  51. files = (
  52. );
  53. runOnlyForDeploymentPostprocessing = 0;
  54. };
  55. /* End PBXFrameworksBuildPhase section */
  56. /* Begin PBXGroup section */
  57. 5739E475059BFD9D18412FDB /* Frameworks */ = {
  58. isa = PBXGroup;
  59. children = (
  60. );
  61. name = Frameworks;
  62. sourceTree = "<group>";
  63. };
  64. 8DD4AA442167AA3100F3EF5A = {
  65. isa = PBXGroup;
  66. children = (
  67. 0EE64BA8241F91B400AEDD8C /* MobileVLCKit.framework */,
  68. 8DD4AA4F2167AA3100F3EF5A /* SwiftSimplePlayback */,
  69. 8DD4AA4E2167AA3100F3EF5A /* Products */,
  70. C62EB4E79E5659AB2FD57816 /* Pods */,
  71. 5739E475059BFD9D18412FDB /* Frameworks */,
  72. );
  73. sourceTree = "<group>";
  74. };
  75. 8DD4AA4E2167AA3100F3EF5A /* Products */ = {
  76. isa = PBXGroup;
  77. children = (
  78. 8DD4AA4D2167AA3100F3EF5A /* SwiftSimplePlayback.app */,
  79. );
  80. name = Products;
  81. sourceTree = "<group>";
  82. };
  83. 8DD4AA4F2167AA3100F3EF5A /* SwiftSimplePlayback */ = {
  84. isa = PBXGroup;
  85. children = (
  86. 8DD4AA642167AA9A00F3EF5A /* Sources */,
  87. 8DD4AA622167AA5C00F3EF5A /* Resources */,
  88. );
  89. path = SwiftSimplePlayback;
  90. sourceTree = "<group>";
  91. };
  92. 8DD4AA622167AA5C00F3EF5A /* Resources */ = {
  93. isa = PBXGroup;
  94. children = (
  95. 8DD4AA632167AA8900F3EF5A /* Storyboards */,
  96. 8DD4AA572167AA3300F3EF5A /* Assets.xcassets */,
  97. 8DD4AA5C2167AA3300F3EF5A /* Info.plist */,
  98. 8DD4AA6A2167AF9A00F3EF5A /* SwiftSimplePlayback-Bridging-Header.h */,
  99. );
  100. path = Resources;
  101. sourceTree = "<group>";
  102. };
  103. 8DD4AA632167AA8900F3EF5A /* Storyboards */ = {
  104. isa = PBXGroup;
  105. children = (
  106. 8DD4AA542167AA3100F3EF5A /* Home.storyboard */,
  107. 8DD4AA592167AA3300F3EF5A /* LaunchScreen.storyboard */,
  108. 8DD4AA6B2167B46C00F3EF5A /* Playback.storyboard */,
  109. );
  110. path = Storyboards;
  111. sourceTree = "<group>";
  112. };
  113. 8DD4AA642167AA9A00F3EF5A /* Sources */ = {
  114. isa = PBXGroup;
  115. children = (
  116. 8DD4AA502167AA3100F3EF5A /* AppDelegate.swift */,
  117. 8DD4AA662167AB4900F3EF5A /* HomeViewController.swift */,
  118. 8DD4AA682167AE0C00F3EF5A /* PlaybackViewController.swift */,
  119. 0EE64BAA241F947A00AEDD8C /* VLCPlugins.m */,
  120. );
  121. path = Sources;
  122. sourceTree = "<group>";
  123. };
  124. C62EB4E79E5659AB2FD57816 /* Pods */ = {
  125. isa = PBXGroup;
  126. children = (
  127. 4184D98DCE5F0D9E79A7338D /* Pods-SwiftSimplePlayback.debug.xcconfig */,
  128. 01CA1F570680619B3C32ADAB /* Pods-SwiftSimplePlayback.release.xcconfig */,
  129. );
  130. name = Pods;
  131. sourceTree = "<group>";
  132. };
  133. /* End PBXGroup section */
  134. /* Begin PBXNativeTarget section */
  135. 8DD4AA4C2167AA3100F3EF5A /* SwiftSimplePlayback */ = {
  136. isa = PBXNativeTarget;
  137. buildConfigurationList = 8DD4AA5F2167AA3300F3EF5A /* Build configuration list for PBXNativeTarget "SwiftSimplePlayback" */;
  138. buildPhases = (
  139. 9A50F34036361C661339757B /* [CP] Check Pods Manifest.lock */,
  140. 8DD4AA492167AA3100F3EF5A /* Sources */,
  141. 8DD4AA4A2167AA3100F3EF5A /* Frameworks */,
  142. 8DD4AA4B2167AA3100F3EF5A /* Resources */,
  143. 0EE64BA7241F913500AEDD8C /* CopyFiles */,
  144. );
  145. buildRules = (
  146. );
  147. dependencies = (
  148. );
  149. name = SwiftSimplePlayback;
  150. productName = SwiftSimplePlayback;
  151. productReference = 8DD4AA4D2167AA3100F3EF5A /* SwiftSimplePlayback.app */;
  152. productType = "com.apple.product-type.application";
  153. };
  154. /* End PBXNativeTarget section */
  155. /* Begin PBXProject section */
  156. 8DD4AA452167AA3100F3EF5A /* Project object */ = {
  157. isa = PBXProject;
  158. attributes = {
  159. LastSwiftUpdateCheck = 1000;
  160. LastUpgradeCheck = 1000;
  161. TargetAttributes = {
  162. 8DD4AA4C2167AA3100F3EF5A = {
  163. CreatedOnToolsVersion = 10.0;
  164. };
  165. };
  166. };
  167. buildConfigurationList = 8DD4AA482167AA3100F3EF5A /* Build configuration list for PBXProject "SwiftSimplePlayback" */;
  168. compatibilityVersion = "Xcode 9.3";
  169. developmentRegion = en;
  170. hasScannedForEncodings = 0;
  171. knownRegions = (
  172. en,
  173. Base,
  174. );
  175. mainGroup = 8DD4AA442167AA3100F3EF5A;
  176. productRefGroup = 8DD4AA4E2167AA3100F3EF5A /* Products */;
  177. projectDirPath = "";
  178. projectRoot = "";
  179. targets = (
  180. 8DD4AA4C2167AA3100F3EF5A /* SwiftSimplePlayback */,
  181. );
  182. };
  183. /* End PBXProject section */
  184. /* Begin PBXResourcesBuildPhase section */
  185. 8DD4AA4B2167AA3100F3EF5A /* Resources */ = {
  186. isa = PBXResourcesBuildPhase;
  187. buildActionMask = 2147483647;
  188. files = (
  189. 8DD4AA5B2167AA3300F3EF5A /* LaunchScreen.storyboard in Resources */,
  190. 8DD4AA6C2167B46C00F3EF5A /* Playback.storyboard in Resources */,
  191. 8DD4AA582167AA3300F3EF5A /* Assets.xcassets in Resources */,
  192. 8DD4AA562167AA3100F3EF5A /* Home.storyboard in Resources */,
  193. );
  194. runOnlyForDeploymentPostprocessing = 0;
  195. };
  196. /* End PBXResourcesBuildPhase section */
  197. /* Begin PBXShellScriptBuildPhase section */
  198. 9A50F34036361C661339757B /* [CP] Check Pods Manifest.lock */ = {
  199. isa = PBXShellScriptBuildPhase;
  200. buildActionMask = 2147483647;
  201. files = (
  202. );
  203. inputPaths = (
  204. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  205. "${PODS_ROOT}/Manifest.lock",
  206. );
  207. name = "[CP] Check Pods Manifest.lock";
  208. outputPaths = (
  209. "$(DERIVED_FILE_DIR)/Pods-SwiftSimplePlayback-checkManifestLockResult.txt",
  210. );
  211. runOnlyForDeploymentPostprocessing = 0;
  212. shellPath = /bin/sh;
  213. 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";
  214. showEnvVarsInLog = 0;
  215. };
  216. /* End PBXShellScriptBuildPhase section */
  217. /* Begin PBXSourcesBuildPhase section */
  218. 8DD4AA492167AA3100F3EF5A /* Sources */ = {
  219. isa = PBXSourcesBuildPhase;
  220. buildActionMask = 2147483647;
  221. files = (
  222. 8DD4AA692167AE0C00F3EF5A /* PlaybackViewController.swift in Sources */,
  223. 8DD4AA512167AA3100F3EF5A /* AppDelegate.swift in Sources */,
  224. 0EE64BAB241F947A00AEDD8C /* VLCPlugins.m in Sources */,
  225. 8DD4AA672167AB4900F3EF5A /* HomeViewController.swift in Sources */,
  226. );
  227. runOnlyForDeploymentPostprocessing = 0;
  228. };
  229. /* End PBXSourcesBuildPhase section */
  230. /* Begin PBXVariantGroup section */
  231. 8DD4AA542167AA3100F3EF5A /* Home.storyboard */ = {
  232. isa = PBXVariantGroup;
  233. children = (
  234. 8DD4AA552167AA3100F3EF5A /* Base */,
  235. );
  236. name = Home.storyboard;
  237. sourceTree = "<group>";
  238. };
  239. 8DD4AA592167AA3300F3EF5A /* LaunchScreen.storyboard */ = {
  240. isa = PBXVariantGroup;
  241. children = (
  242. 8DD4AA5A2167AA3300F3EF5A /* Base */,
  243. );
  244. name = LaunchScreen.storyboard;
  245. sourceTree = "<group>";
  246. };
  247. /* End PBXVariantGroup section */
  248. /* Begin XCBuildConfiguration section */
  249. 8DD4AA5D2167AA3300F3EF5A /* Debug */ = {
  250. isa = XCBuildConfiguration;
  251. buildSettings = {
  252. ALWAYS_SEARCH_USER_PATHS = NO;
  253. CLANG_ANALYZER_NONNULL = YES;
  254. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  255. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  256. CLANG_CXX_LIBRARY = "libc++";
  257. CLANG_ENABLE_MODULES = YES;
  258. CLANG_ENABLE_OBJC_ARC = YES;
  259. CLANG_ENABLE_OBJC_WEAK = YES;
  260. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  261. CLANG_WARN_BOOL_CONVERSION = YES;
  262. CLANG_WARN_COMMA = YES;
  263. CLANG_WARN_CONSTANT_CONVERSION = YES;
  264. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  265. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  266. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  267. CLANG_WARN_EMPTY_BODY = YES;
  268. CLANG_WARN_ENUM_CONVERSION = YES;
  269. CLANG_WARN_INFINITE_RECURSION = YES;
  270. CLANG_WARN_INT_CONVERSION = YES;
  271. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  272. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  273. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  274. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  275. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  276. CLANG_WARN_STRICT_PROTOTYPES = YES;
  277. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  278. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  279. CLANG_WARN_UNREACHABLE_CODE = YES;
  280. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  281. CODE_SIGN_IDENTITY = "iPhone Developer";
  282. COPY_PHASE_STRIP = NO;
  283. DEBUG_INFORMATION_FORMAT = dwarf;
  284. ENABLE_STRICT_OBJC_MSGSEND = YES;
  285. ENABLE_TESTABILITY = YES;
  286. GCC_C_LANGUAGE_STANDARD = gnu11;
  287. GCC_DYNAMIC_NO_PIC = NO;
  288. GCC_NO_COMMON_BLOCKS = YES;
  289. GCC_OPTIMIZATION_LEVEL = 0;
  290. GCC_PREPROCESSOR_DEFINITIONS = (
  291. "DEBUG=1",
  292. "$(inherited)",
  293. );
  294. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  295. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  296. GCC_WARN_UNDECLARED_SELECTOR = YES;
  297. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  298. GCC_WARN_UNUSED_FUNCTION = YES;
  299. GCC_WARN_UNUSED_VARIABLE = YES;
  300. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  301. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  302. MTL_FAST_MATH = YES;
  303. ONLY_ACTIVE_ARCH = YES;
  304. SDKROOT = iphoneos;
  305. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  306. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  307. };
  308. name = Debug;
  309. };
  310. 8DD4AA5E2167AA3300F3EF5A /* Release */ = {
  311. isa = XCBuildConfiguration;
  312. buildSettings = {
  313. ALWAYS_SEARCH_USER_PATHS = NO;
  314. CLANG_ANALYZER_NONNULL = YES;
  315. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  316. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  317. CLANG_CXX_LIBRARY = "libc++";
  318. CLANG_ENABLE_MODULES = YES;
  319. CLANG_ENABLE_OBJC_ARC = YES;
  320. CLANG_ENABLE_OBJC_WEAK = YES;
  321. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  322. CLANG_WARN_BOOL_CONVERSION = YES;
  323. CLANG_WARN_COMMA = YES;
  324. CLANG_WARN_CONSTANT_CONVERSION = YES;
  325. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  326. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  327. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  328. CLANG_WARN_EMPTY_BODY = YES;
  329. CLANG_WARN_ENUM_CONVERSION = YES;
  330. CLANG_WARN_INFINITE_RECURSION = YES;
  331. CLANG_WARN_INT_CONVERSION = YES;
  332. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  333. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  334. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  335. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  336. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  337. CLANG_WARN_STRICT_PROTOTYPES = YES;
  338. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  339. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  340. CLANG_WARN_UNREACHABLE_CODE = YES;
  341. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  342. CODE_SIGN_IDENTITY = "iPhone Developer";
  343. COPY_PHASE_STRIP = NO;
  344. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  345. ENABLE_NS_ASSERTIONS = NO;
  346. ENABLE_STRICT_OBJC_MSGSEND = YES;
  347. GCC_C_LANGUAGE_STANDARD = gnu11;
  348. GCC_NO_COMMON_BLOCKS = YES;
  349. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  350. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  351. GCC_WARN_UNDECLARED_SELECTOR = YES;
  352. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  353. GCC_WARN_UNUSED_FUNCTION = YES;
  354. GCC_WARN_UNUSED_VARIABLE = YES;
  355. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  356. MTL_ENABLE_DEBUG_INFO = NO;
  357. MTL_FAST_MATH = YES;
  358. SDKROOT = iphoneos;
  359. SWIFT_COMPILATION_MODE = wholemodule;
  360. SWIFT_OPTIMIZATION_LEVEL = "-O";
  361. VALIDATE_PRODUCT = YES;
  362. };
  363. name = Release;
  364. };
  365. 8DD4AA602167AA3300F3EF5A /* Debug */ = {
  366. isa = XCBuildConfiguration;
  367. baseConfigurationReference = 4184D98DCE5F0D9E79A7338D /* Pods-SwiftSimplePlayback.debug.xcconfig */;
  368. buildSettings = {
  369. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  370. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  371. CODE_SIGN_STYLE = Automatic;
  372. DEVELOPMENT_TEAM = "";
  373. INFOPLIST_FILE = "$(SRCROOT)/SwiftSimplePlayback/Resources/Info.plist";
  374. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  375. LD_RUNPATH_SEARCH_PATHS = (
  376. "$(inherited)",
  377. "@executable_path/Frameworks",
  378. );
  379. PRODUCT_BUNDLE_IDENTIFIER = com.example.SwiftSimplePlayback;
  380. PRODUCT_NAME = "$(TARGET_NAME)";
  381. SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/SwiftSimplePlayback/Resources/SwiftSimplePlayback-Bridging-Header.h";
  382. SWIFT_VERSION = 4.2;
  383. TARGETED_DEVICE_FAMILY = "1,2";
  384. };
  385. name = Debug;
  386. };
  387. 8DD4AA612167AA3300F3EF5A /* Release */ = {
  388. isa = XCBuildConfiguration;
  389. baseConfigurationReference = 01CA1F570680619B3C32ADAB /* Pods-SwiftSimplePlayback.release.xcconfig */;
  390. buildSettings = {
  391. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  392. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  393. CODE_SIGN_STYLE = Automatic;
  394. DEVELOPMENT_TEAM = "";
  395. INFOPLIST_FILE = "$(SRCROOT)/SwiftSimplePlayback/Resources/Info.plist";
  396. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  397. LD_RUNPATH_SEARCH_PATHS = (
  398. "$(inherited)",
  399. "@executable_path/Frameworks",
  400. );
  401. PRODUCT_BUNDLE_IDENTIFIER = com.example.SwiftSimplePlayback;
  402. PRODUCT_NAME = "$(TARGET_NAME)";
  403. SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/SwiftSimplePlayback/Resources/SwiftSimplePlayback-Bridging-Header.h";
  404. SWIFT_VERSION = 4.2;
  405. TARGETED_DEVICE_FAMILY = "1,2";
  406. };
  407. name = Release;
  408. };
  409. /* End XCBuildConfiguration section */
  410. /* Begin XCConfigurationList section */
  411. 8DD4AA482167AA3100F3EF5A /* Build configuration list for PBXProject "SwiftSimplePlayback" */ = {
  412. isa = XCConfigurationList;
  413. buildConfigurations = (
  414. 8DD4AA5D2167AA3300F3EF5A /* Debug */,
  415. 8DD4AA5E2167AA3300F3EF5A /* Release */,
  416. );
  417. defaultConfigurationIsVisible = 0;
  418. defaultConfigurationName = Release;
  419. };
  420. 8DD4AA5F2167AA3300F3EF5A /* Build configuration list for PBXNativeTarget "SwiftSimplePlayback" */ = {
  421. isa = XCConfigurationList;
  422. buildConfigurations = (
  423. 8DD4AA602167AA3300F3EF5A /* Debug */,
  424. 8DD4AA612167AA3300F3EF5A /* Release */,
  425. );
  426. defaultConfigurationIsVisible = 0;
  427. defaultConfigurationName = Release;
  428. };
  429. /* End XCConfigurationList section */
  430. };
  431. rootObject = 8DD4AA452167AA3100F3EF5A /* Project object */;
  432. }