project.pbxproj 18 KB

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