project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. C386D6D02419975A00699085 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C386D6CF2419975A00699085 /* AppDelegate.swift */; };
  10. C386D6D22419975A00699085 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C386D6D12419975A00699085 /* SceneDelegate.swift */; };
  11. C386D6D62419975B00699085 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C386D6D52419975B00699085 /* Assets.xcassets */; };
  12. C386D6D92419975B00699085 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C386D6D82419975B00699085 /* Preview Assets.xcassets */; };
  13. C386D6DC2419975B00699085 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C386D6DA2419975B00699085 /* LaunchScreen.storyboard */; };
  14. C386D6E62419984700699085 /* CommitListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C386D6E52419984700699085 /* CommitListViewController.m */; };
  15. C386D6FD241AA4B700699085 /* image.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = C386D6F8241AA4B700699085 /* image.jpeg */; };
  16. C386D6FE241AA4B700699085 /* image in Resources */ = {isa = PBXBuildFile; fileRef = C386D6F9241AA4B700699085 /* image */; };
  17. C386D6FF241AA4B700699085 /* image.png in Resources */ = {isa = PBXBuildFile; fileRef = C386D6FA241AA4B700699085 /* image.png */; };
  18. C386D701241AA4B700699085 /* image.jpg in Resources */ = {isa = PBXBuildFile; fileRef = C386D6FC241AA4B700699085 /* image.jpg */; };
  19. C386D704241AA61600699085 /* music_library.db in Resources */ = {isa = PBXBuildFile; fileRef = C386D702241AA61600699085 /* music_library.db */; };
  20. C386D705241AA61600699085 /* music_library_schema.jpg in Resources */ = {isa = PBXBuildFile; fileRef = C386D703241AA61600699085 /* music_library_schema.jpg */; };
  21. C386D70B241AA67800699085 /* Dog.m in Sources */ = {isa = PBXBuildFile; fileRef = C386D709241AA67800699085 /* Dog.m */; };
  22. C386D70C241AA67800699085 /* Owner.m in Sources */ = {isa = PBXBuildFile; fileRef = C386D70A241AA67800699085 /* Owner.m */; };
  23. C3A67856241AB8AD005A4681 /* MiscNetworkRequests.m in Sources */ = {isa = PBXBuildFile; fileRef = C3A67855241AB8AD005A4681 /* MiscNetworkRequests.m */; };
  24. C3A67858241ADDF7005A4681 /* Commit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3A67857241ADDF7005A4681 /* Commit.swift */; };
  25. E211705F801A8167D308F94A /* libPods-FLEXample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BBD699DDBAC5A16D8CFD39AC /* libPods-FLEXample.a */; };
  26. /* End PBXBuildFile section */
  27. /* Begin PBXFileReference section */
  28. 33A4EDAC37AA215CF95EEA24 /* Pods-FLEXample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FLEXample.release.xcconfig"; path = "Target Support Files/Pods-FLEXample/Pods-FLEXample.release.xcconfig"; sourceTree = "<group>"; };
  29. 57041F764D8B1C098B9B4073 /* Pods-FLEXample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FLEXample.debug.xcconfig"; path = "Target Support Files/Pods-FLEXample/Pods-FLEXample.debug.xcconfig"; sourceTree = "<group>"; };
  30. BBD699DDBAC5A16D8CFD39AC /* libPods-FLEXample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FLEXample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  31. C386D6CC2419975A00699085 /* FLEXample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FLEXample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  32. C386D6CF2419975A00699085 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  33. C386D6D12419975A00699085 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  34. C386D6D52419975B00699085 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  35. C386D6D82419975B00699085 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  36. C386D6DB2419975B00699085 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  37. C386D6DD2419975B00699085 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  38. C386D6E32419984700699085 /* FLEXample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FLEXample-Bridging-Header.h"; sourceTree = "<group>"; };
  39. C386D6E42419984700699085 /* CommitListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommitListViewController.h; sourceTree = "<group>"; };
  40. C386D6E52419984700699085 /* CommitListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CommitListViewController.m; sourceTree = "<group>"; };
  41. C386D6F8241AA4B700699085 /* image.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = image.jpeg; sourceTree = "<group>"; };
  42. C386D6F9241AA4B700699085 /* image */ = {isa = PBXFileReference; lastKnownFileType = file; path = image; sourceTree = "<group>"; };
  43. C386D6FA241AA4B700699085 /* image.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = image.png; sourceTree = "<group>"; };
  44. C386D6FC241AA4B700699085 /* image.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = image.jpg; sourceTree = "<group>"; };
  45. C386D702241AA61600699085 /* music_library.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = music_library.db; sourceTree = "<group>"; };
  46. C386D703241AA61600699085 /* music_library_schema.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = music_library_schema.jpg; sourceTree = "<group>"; };
  47. C386D706241AA66100699085 /* dogs.realm */ = {isa = PBXFileReference; lastKnownFileType = file; path = dogs.realm; sourceTree = "<group>"; };
  48. C386D707241AA67800699085 /* Dog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dog.h; sourceTree = "<group>"; };
  49. C386D708241AA67800699085 /* Owner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Owner.h; sourceTree = "<group>"; };
  50. C386D709241AA67800699085 /* Dog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Dog.m; sourceTree = "<group>"; };
  51. C386D70A241AA67800699085 /* Owner.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Owner.m; sourceTree = "<group>"; };
  52. C3A67854241AB8AD005A4681 /* MiscNetworkRequests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MiscNetworkRequests.h; sourceTree = "<group>"; };
  53. C3A67855241AB8AD005A4681 /* MiscNetworkRequests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MiscNetworkRequests.m; sourceTree = "<group>"; };
  54. C3A67857241ADDF7005A4681 /* Commit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Commit.swift; sourceTree = "<group>"; };
  55. /* End PBXFileReference section */
  56. /* Begin PBXFrameworksBuildPhase section */
  57. C386D6C92419975A00699085 /* Frameworks */ = {
  58. isa = PBXFrameworksBuildPhase;
  59. buildActionMask = 2147483647;
  60. files = (
  61. E211705F801A8167D308F94A /* libPods-FLEXample.a in Frameworks */,
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. /* End PBXFrameworksBuildPhase section */
  66. /* Begin PBXGroup section */
  67. C386D6C32419975A00699085 = {
  68. isa = PBXGroup;
  69. children = (
  70. C386D6CE2419975A00699085 /* FLEXample */,
  71. C3A67853241AB88F005A4681 /* Realm */,
  72. C386D6CD2419975A00699085 /* Products */,
  73. E367791A4E4085CCB945F0F8 /* Pods */,
  74. DCEB5037DA3D5C01CB9CEE93 /* Frameworks */,
  75. );
  76. sourceTree = "<group>";
  77. };
  78. C386D6CD2419975A00699085 /* Products */ = {
  79. isa = PBXGroup;
  80. children = (
  81. C386D6CC2419975A00699085 /* FLEXample.app */,
  82. );
  83. name = Products;
  84. sourceTree = "<group>";
  85. };
  86. C386D6CE2419975A00699085 /* FLEXample */ = {
  87. isa = PBXGroup;
  88. children = (
  89. C386D6E72419985E00699085 /* Supporting Files */,
  90. C386D6CF2419975A00699085 /* AppDelegate.swift */,
  91. C386D6D12419975A00699085 /* SceneDelegate.swift */,
  92. C3A67854241AB8AD005A4681 /* MiscNetworkRequests.h */,
  93. C3A67855241AB8AD005A4681 /* MiscNetworkRequests.m */,
  94. C3A67852241AB86D005A4681 /* App */,
  95. );
  96. path = FLEXample;
  97. sourceTree = "<group>";
  98. };
  99. C386D6D72419975B00699085 /* Preview Content */ = {
  100. isa = PBXGroup;
  101. children = (
  102. C386D6D82419975B00699085 /* Preview Assets.xcassets */,
  103. );
  104. path = "Preview Content";
  105. sourceTree = "<group>";
  106. };
  107. C386D6E72419985E00699085 /* Supporting Files */ = {
  108. isa = PBXGroup;
  109. children = (
  110. C386D6D52419975B00699085 /* Assets.xcassets */,
  111. C386D6D72419975B00699085 /* Preview Content */,
  112. C386D6F7241AA4AA00699085 /* Bundle */,
  113. C386D6DA2419975B00699085 /* LaunchScreen.storyboard */,
  114. C386D6DD2419975B00699085 /* Info.plist */,
  115. C386D6E32419984700699085 /* FLEXample-Bridging-Header.h */,
  116. );
  117. path = "Supporting Files";
  118. sourceTree = "<group>";
  119. };
  120. C386D6F7241AA4AA00699085 /* Bundle */ = {
  121. isa = PBXGroup;
  122. children = (
  123. C386D702241AA61600699085 /* music_library.db */,
  124. C386D703241AA61600699085 /* music_library_schema.jpg */,
  125. C386D706241AA66100699085 /* dogs.realm */,
  126. C386D6F9241AA4B700699085 /* image */,
  127. C386D6F8241AA4B700699085 /* image.jpeg */,
  128. C386D6FC241AA4B700699085 /* image.jpg */,
  129. C386D6FA241AA4B700699085 /* image.png */,
  130. );
  131. path = Bundle;
  132. sourceTree = "<group>";
  133. };
  134. C3A67852241AB86D005A4681 /* App */ = {
  135. isa = PBXGroup;
  136. children = (
  137. C3A67857241ADDF7005A4681 /* Commit.swift */,
  138. C386D6E42419984700699085 /* CommitListViewController.h */,
  139. C386D6E52419984700699085 /* CommitListViewController.m */,
  140. );
  141. path = App;
  142. sourceTree = "<group>";
  143. };
  144. C3A67853241AB88F005A4681 /* Realm */ = {
  145. isa = PBXGroup;
  146. children = (
  147. C386D707241AA67800699085 /* Dog.h */,
  148. C386D709241AA67800699085 /* Dog.m */,
  149. C386D708241AA67800699085 /* Owner.h */,
  150. C386D70A241AA67800699085 /* Owner.m */,
  151. );
  152. path = Realm;
  153. sourceTree = "<group>";
  154. };
  155. DCEB5037DA3D5C01CB9CEE93 /* Frameworks */ = {
  156. isa = PBXGroup;
  157. children = (
  158. BBD699DDBAC5A16D8CFD39AC /* libPods-FLEXample.a */,
  159. );
  160. name = Frameworks;
  161. sourceTree = "<group>";
  162. };
  163. E367791A4E4085CCB945F0F8 /* Pods */ = {
  164. isa = PBXGroup;
  165. children = (
  166. 57041F764D8B1C098B9B4073 /* Pods-FLEXample.debug.xcconfig */,
  167. 33A4EDAC37AA215CF95EEA24 /* Pods-FLEXample.release.xcconfig */,
  168. );
  169. path = Pods;
  170. sourceTree = "<group>";
  171. };
  172. /* End PBXGroup section */
  173. /* Begin PBXNativeTarget section */
  174. C386D6CB2419975A00699085 /* FLEXample */ = {
  175. isa = PBXNativeTarget;
  176. buildConfigurationList = C386D6E02419975B00699085 /* Build configuration list for PBXNativeTarget "FLEXample" */;
  177. buildPhases = (
  178. E25E87A42AA269B0CF1830D1 /* [CP] Check Pods Manifest.lock */,
  179. C386D6C82419975A00699085 /* Sources */,
  180. C386D6C92419975A00699085 /* Frameworks */,
  181. C386D6CA2419975A00699085 /* Resources */,
  182. );
  183. buildRules = (
  184. );
  185. dependencies = (
  186. );
  187. name = FLEXample;
  188. productName = FLEXample;
  189. productReference = C386D6CC2419975A00699085 /* FLEXample.app */;
  190. productType = "com.apple.product-type.application";
  191. };
  192. /* End PBXNativeTarget section */
  193. /* Begin PBXProject section */
  194. C386D6C42419975A00699085 /* Project object */ = {
  195. isa = PBXProject;
  196. attributes = {
  197. LastSwiftUpdateCheck = 1130;
  198. LastUpgradeCheck = 1200;
  199. ORGANIZATIONNAME = Flipboard;
  200. TargetAttributes = {
  201. C386D6CB2419975A00699085 = {
  202. CreatedOnToolsVersion = 11.3.1;
  203. LastSwiftMigration = 1130;
  204. };
  205. };
  206. };
  207. buildConfigurationList = C386D6C72419975A00699085 /* Build configuration list for PBXProject "FLEXample" */;
  208. compatibilityVersion = "Xcode 9.3";
  209. developmentRegion = en;
  210. hasScannedForEncodings = 0;
  211. knownRegions = (
  212. en,
  213. Base,
  214. );
  215. mainGroup = C386D6C32419975A00699085;
  216. productRefGroup = C386D6CD2419975A00699085 /* Products */;
  217. projectDirPath = "";
  218. projectRoot = "";
  219. targets = (
  220. C386D6CB2419975A00699085 /* FLEXample */,
  221. );
  222. };
  223. /* End PBXProject section */
  224. /* Begin PBXResourcesBuildPhase section */
  225. C386D6CA2419975A00699085 /* Resources */ = {
  226. isa = PBXResourcesBuildPhase;
  227. buildActionMask = 2147483647;
  228. files = (
  229. C386D6DC2419975B00699085 /* LaunchScreen.storyboard in Resources */,
  230. C386D6FF241AA4B700699085 /* image.png in Resources */,
  231. C386D704241AA61600699085 /* music_library.db in Resources */,
  232. C386D6FE241AA4B700699085 /* image in Resources */,
  233. C386D6FD241AA4B700699085 /* image.jpeg in Resources */,
  234. C386D701241AA4B700699085 /* image.jpg in Resources */,
  235. C386D6D92419975B00699085 /* Preview Assets.xcassets in Resources */,
  236. C386D6D62419975B00699085 /* Assets.xcassets in Resources */,
  237. C386D705241AA61600699085 /* music_library_schema.jpg in Resources */,
  238. );
  239. runOnlyForDeploymentPostprocessing = 0;
  240. };
  241. /* End PBXResourcesBuildPhase section */
  242. /* Begin PBXShellScriptBuildPhase section */
  243. E25E87A42AA269B0CF1830D1 /* [CP] Check Pods Manifest.lock */ = {
  244. isa = PBXShellScriptBuildPhase;
  245. buildActionMask = 2147483647;
  246. files = (
  247. );
  248. inputFileListPaths = (
  249. );
  250. inputPaths = (
  251. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  252. "${PODS_ROOT}/Manifest.lock",
  253. );
  254. name = "[CP] Check Pods Manifest.lock";
  255. outputFileListPaths = (
  256. );
  257. outputPaths = (
  258. "$(DERIVED_FILE_DIR)/Pods-FLEXample-checkManifestLockResult.txt",
  259. );
  260. runOnlyForDeploymentPostprocessing = 0;
  261. shellPath = /bin/sh;
  262. 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";
  263. showEnvVarsInLog = 0;
  264. };
  265. /* End PBXShellScriptBuildPhase section */
  266. /* Begin PBXSourcesBuildPhase section */
  267. C386D6C82419975A00699085 /* Sources */ = {
  268. isa = PBXSourcesBuildPhase;
  269. buildActionMask = 2147483647;
  270. files = (
  271. C3A67858241ADDF7005A4681 /* Commit.swift in Sources */,
  272. C386D6D02419975A00699085 /* AppDelegate.swift in Sources */,
  273. C386D6E62419984700699085 /* CommitListViewController.m in Sources */,
  274. C386D70B241AA67800699085 /* Dog.m in Sources */,
  275. C3A67856241AB8AD005A4681 /* MiscNetworkRequests.m in Sources */,
  276. C386D70C241AA67800699085 /* Owner.m in Sources */,
  277. C386D6D22419975A00699085 /* SceneDelegate.swift in Sources */,
  278. );
  279. runOnlyForDeploymentPostprocessing = 0;
  280. };
  281. /* End PBXSourcesBuildPhase section */
  282. /* Begin PBXVariantGroup section */
  283. C386D6DA2419975B00699085 /* LaunchScreen.storyboard */ = {
  284. isa = PBXVariantGroup;
  285. children = (
  286. C386D6DB2419975B00699085 /* Base */,
  287. );
  288. name = LaunchScreen.storyboard;
  289. sourceTree = "<group>";
  290. };
  291. /* End PBXVariantGroup section */
  292. /* Begin XCBuildConfiguration section */
  293. C386D6DE2419975B00699085 /* Debug */ = {
  294. isa = XCBuildConfiguration;
  295. buildSettings = {
  296. ALWAYS_SEARCH_USER_PATHS = NO;
  297. CLANG_ANALYZER_NONNULL = YES;
  298. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  299. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  300. CLANG_CXX_LIBRARY = "libc++";
  301. CLANG_ENABLE_MODULES = YES;
  302. CLANG_ENABLE_OBJC_ARC = YES;
  303. CLANG_ENABLE_OBJC_WEAK = YES;
  304. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  305. CLANG_WARN_BOOL_CONVERSION = YES;
  306. CLANG_WARN_COMMA = YES;
  307. CLANG_WARN_CONSTANT_CONVERSION = YES;
  308. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  309. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  310. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  311. CLANG_WARN_EMPTY_BODY = YES;
  312. CLANG_WARN_ENUM_CONVERSION = YES;
  313. CLANG_WARN_INFINITE_RECURSION = YES;
  314. CLANG_WARN_INT_CONVERSION = YES;
  315. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  316. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  317. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  318. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  319. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  320. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  321. CLANG_WARN_STRICT_PROTOTYPES = NO;
  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. COPY_PHASE_STRIP = NO;
  327. DEBUG_INFORMATION_FORMAT = dwarf;
  328. ENABLE_STRICT_OBJC_MSGSEND = YES;
  329. ENABLE_TESTABILITY = YES;
  330. GCC_C_LANGUAGE_STANDARD = gnu11;
  331. GCC_DYNAMIC_NO_PIC = NO;
  332. GCC_NO_COMMON_BLOCKS = YES;
  333. GCC_OPTIMIZATION_LEVEL = 0;
  334. GCC_PREPROCESSOR_DEFINITIONS = (
  335. "DEBUG=1",
  336. "$(inherited)",
  337. );
  338. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  339. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  340. GCC_WARN_UNDECLARED_SELECTOR = YES;
  341. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  342. GCC_WARN_UNUSED_FUNCTION = YES;
  343. GCC_WARN_UNUSED_VARIABLE = YES;
  344. IPHONEOS_DEPLOYMENT_TARGET = 13.2;
  345. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  346. MTL_FAST_MATH = YES;
  347. ONLY_ACTIVE_ARCH = YES;
  348. SDKROOT = iphoneos;
  349. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  350. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  351. };
  352. name = Debug;
  353. };
  354. C386D6DF2419975B00699085 /* Release */ = {
  355. isa = XCBuildConfiguration;
  356. buildSettings = {
  357. ALWAYS_SEARCH_USER_PATHS = NO;
  358. CLANG_ANALYZER_NONNULL = YES;
  359. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  360. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  361. CLANG_CXX_LIBRARY = "libc++";
  362. CLANG_ENABLE_MODULES = YES;
  363. CLANG_ENABLE_OBJC_ARC = YES;
  364. CLANG_ENABLE_OBJC_WEAK = YES;
  365. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  366. CLANG_WARN_BOOL_CONVERSION = YES;
  367. CLANG_WARN_COMMA = YES;
  368. CLANG_WARN_CONSTANT_CONVERSION = YES;
  369. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  370. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  371. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  372. CLANG_WARN_EMPTY_BODY = YES;
  373. CLANG_WARN_ENUM_CONVERSION = YES;
  374. CLANG_WARN_INFINITE_RECURSION = YES;
  375. CLANG_WARN_INT_CONVERSION = YES;
  376. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  377. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  378. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  379. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  380. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  381. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  382. CLANG_WARN_STRICT_PROTOTYPES = NO;
  383. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  384. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  385. CLANG_WARN_UNREACHABLE_CODE = YES;
  386. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  387. COPY_PHASE_STRIP = NO;
  388. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  389. ENABLE_NS_ASSERTIONS = NO;
  390. ENABLE_STRICT_OBJC_MSGSEND = YES;
  391. GCC_C_LANGUAGE_STANDARD = gnu11;
  392. GCC_NO_COMMON_BLOCKS = YES;
  393. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  394. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  395. GCC_WARN_UNDECLARED_SELECTOR = YES;
  396. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  397. GCC_WARN_UNUSED_FUNCTION = YES;
  398. GCC_WARN_UNUSED_VARIABLE = YES;
  399. IPHONEOS_DEPLOYMENT_TARGET = 13.2;
  400. MTL_ENABLE_DEBUG_INFO = NO;
  401. MTL_FAST_MATH = YES;
  402. SDKROOT = iphoneos;
  403. SWIFT_COMPILATION_MODE = wholemodule;
  404. SWIFT_OPTIMIZATION_LEVEL = "-O";
  405. VALIDATE_PRODUCT = YES;
  406. };
  407. name = Release;
  408. };
  409. C386D6E12419975B00699085 /* Debug */ = {
  410. isa = XCBuildConfiguration;
  411. baseConfigurationReference = 57041F764D8B1C098B9B4073 /* Pods-FLEXample.debug.xcconfig */;
  412. buildSettings = {
  413. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  414. CLANG_ENABLE_MODULES = YES;
  415. CODE_SIGN_STYLE = Automatic;
  416. DEVELOPMENT_ASSET_PATHS = "\"FLEXample/Supporting Files/Preview Content\"";
  417. DEVELOPMENT_TEAM = S6N2F22V2Z;
  418. ENABLE_PREVIEWS = YES;
  419. INFOPLIST_FILE = "FLEXample/Supporting Files/Info.plist";
  420. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  421. LD_RUNPATH_SEARCH_PATHS = (
  422. "$(inherited)",
  423. "@executable_path/Frameworks",
  424. );
  425. PRODUCT_BUNDLE_IDENTIFIER = com.flipboard.flex.FLEXample;
  426. PRODUCT_NAME = "$(TARGET_NAME)";
  427. SWIFT_OBJC_BRIDGING_HEADER = "FLEXample/Supporting Files/FLEXample-Bridging-Header.h";
  428. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  429. SWIFT_VERSION = 5.0;
  430. TARGETED_DEVICE_FAMILY = "1,2";
  431. };
  432. name = Debug;
  433. };
  434. C386D6E22419975B00699085 /* Release */ = {
  435. isa = XCBuildConfiguration;
  436. baseConfigurationReference = 33A4EDAC37AA215CF95EEA24 /* Pods-FLEXample.release.xcconfig */;
  437. buildSettings = {
  438. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  439. CLANG_ENABLE_MODULES = YES;
  440. CODE_SIGN_STYLE = Automatic;
  441. DEVELOPMENT_ASSET_PATHS = "\"FLEXample/Supporting Files/Preview Content\"";
  442. DEVELOPMENT_TEAM = S6N2F22V2Z;
  443. ENABLE_PREVIEWS = YES;
  444. INFOPLIST_FILE = "FLEXample/Supporting Files/Info.plist";
  445. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  446. LD_RUNPATH_SEARCH_PATHS = (
  447. "$(inherited)",
  448. "@executable_path/Frameworks",
  449. );
  450. PRODUCT_BUNDLE_IDENTIFIER = com.flipboard.flex.FLEXample;
  451. PRODUCT_NAME = "$(TARGET_NAME)";
  452. SWIFT_OBJC_BRIDGING_HEADER = "FLEXample/Supporting Files/FLEXample-Bridging-Header.h";
  453. SWIFT_VERSION = 5.0;
  454. TARGETED_DEVICE_FAMILY = "1,2";
  455. };
  456. name = Release;
  457. };
  458. /* End XCBuildConfiguration section */
  459. /* Begin XCConfigurationList section */
  460. C386D6C72419975A00699085 /* Build configuration list for PBXProject "FLEXample" */ = {
  461. isa = XCConfigurationList;
  462. buildConfigurations = (
  463. C386D6DE2419975B00699085 /* Debug */,
  464. C386D6DF2419975B00699085 /* Release */,
  465. );
  466. defaultConfigurationIsVisible = 0;
  467. defaultConfigurationName = Release;
  468. };
  469. C386D6E02419975B00699085 /* Build configuration list for PBXNativeTarget "FLEXample" */ = {
  470. isa = XCConfigurationList;
  471. buildConfigurations = (
  472. C386D6E12419975B00699085 /* Debug */,
  473. C386D6E22419975B00699085 /* Release */,
  474. );
  475. defaultConfigurationIsVisible = 0;
  476. defaultConfigurationName = Release;
  477. };
  478. /* End XCConfigurationList section */
  479. };
  480. rootObject = C386D6C42419975A00699085 /* Project object */;
  481. }