暂无描述

project.pbxproj 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. A50EEFCD255D175400545CFE /* ContentDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = A50EEFCC255D175400545CFE /* ContentDataSource.swift */; };
  10. A51B4F772546674C002AFF05 /* FlowersResponseModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A51B4F762546674C002AFF05 /* FlowersResponseModel.swift */; };
  11. A51B4F7B25466A75002AFF05 /* flowers.json in Resources */ = {isa = PBXBuildFile; fileRef = A51B4F7A25466A75002AFF05 /* flowers.json */; };
  12. A52FB5C42546C2EA000AD235 /* rawResponse.json in Resources */ = {isa = PBXBuildFile; fileRef = A52FB5C32546C2EA000AD235 /* rawResponse.json */; };
  13. A5711B8B255CE03000E727BB /* Flower.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5711B8A255CE03000E727BB /* Flower.swift */; };
  14. A5711B8E255CE53900E727BB /* DummyData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5711B8D255CE53900E727BB /* DummyData.swift */; };
  15. A58640BA258F30AD00F626AB /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A58640B9258F30AD00F626AB /* LoginView.swift */; };
  16. A58640BE258F30F200F626AB /* RegisterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A58640BD258F30F200F626AB /* RegisterView.swift */; };
  17. A59A2741254556880052319F /* FlowerdexApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59A2740254556880052319F /* FlowerdexApp.swift */; };
  18. A59A2743254556880052319F /* DiscoverView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59A2742254556880052319F /* DiscoverView.swift */; };
  19. A59A27452545568A0052319F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A59A27442545568A0052319F /* Assets.xcassets */; };
  20. A59A27482545568A0052319F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A59A27472545568A0052319F /* Preview Assets.xcassets */; };
  21. A5AF3F5C2545FDEB0035AC9A /* FlowerCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5AF3F5B2545FDEB0035AC9A /* FlowerCard.swift */; };
  22. A5EA2F24258FEC2300699182 /* AuthenticationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F23258FEC2300699182 /* AuthenticationService.swift */; };
  23. A5EA2F28258FEC3D00699182 /* FlowerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F27258FEC3D00699182 /* FlowerService.swift */; };
  24. A5EA2F2C258FF0BD00699182 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F2B258FF0BD00699182 /* Constants.swift */; };
  25. A5EA2F32258FF58200699182 /* Responses.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F31258FF58200699182 /* Responses.swift */; };
  26. A5EE388D2576362B0014D0BE /* FilterFields.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE388C2576362B0014D0BE /* FilterFields.swift */; };
  27. A5EE389125763D3A0014D0BE /* AuthenticationModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE389025763D3A0014D0BE /* AuthenticationModel.swift */; };
  28. A5EE3897257658400014D0BE /* Filters.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE3896257658400014D0BE /* Filters.swift */; };
  29. A5EE38A4257700230014D0BE /* ImageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE38A3257700230014D0BE /* ImageManager.swift */; };
  30. A5EE38AC257772200014D0BE /* FiltersSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE38AB257772200014D0BE /* FiltersSheet.swift */; };
  31. A5EE38B0257818520014D0BE /* FlowersList.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE38AF257818520014D0BE /* FlowersList.swift */; };
  32. A5EE38B3257818BE0014D0BE /* StatusIcons.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE38B2257818BE0014D0BE /* StatusIcons.swift */; };
  33. A5F0D2FC258F3D2200AF735C /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5F0D2FB258F3D2200AF735C /* User.swift */; };
  34. A5F3271A25460C0B003BCE0F /* FlowerDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5F3271925460C0B003BCE0F /* FlowerDetailView.swift */; };
  35. /* End PBXBuildFile section */
  36. /* Begin PBXFileReference section */
  37. A50EEFCC255D175400545CFE /* ContentDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentDataSource.swift; sourceTree = "<group>"; };
  38. A51B4F762546674C002AFF05 /* FlowersResponseModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowersResponseModel.swift; sourceTree = "<group>"; };
  39. A51B4F7A25466A75002AFF05 /* flowers.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = flowers.json; sourceTree = "<group>"; };
  40. A52FB5C32546C2EA000AD235 /* rawResponse.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = rawResponse.json; sourceTree = "<group>"; };
  41. A5711B8A255CE03000E727BB /* Flower.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Flower.swift; sourceTree = "<group>"; };
  42. A5711B8D255CE53900E727BB /* DummyData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DummyData.swift; sourceTree = "<group>"; };
  43. A58640B9258F30AD00F626AB /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
  44. A58640BD258F30F200F626AB /* RegisterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterView.swift; sourceTree = "<group>"; };
  45. A59A273D254556880052319F /* Flowerdex.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Flowerdex.app; sourceTree = BUILT_PRODUCTS_DIR; };
  46. A59A2740254556880052319F /* FlowerdexApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerdexApp.swift; sourceTree = "<group>"; };
  47. A59A2742254556880052319F /* DiscoverView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiscoverView.swift; sourceTree = "<group>"; };
  48. A59A27442545568A0052319F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  49. A59A27472545568A0052319F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  50. A59A27492545568A0052319F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  51. A5AF3F5B2545FDEB0035AC9A /* FlowerCard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerCard.swift; sourceTree = "<group>"; };
  52. A5EA2F23258FEC2300699182 /* AuthenticationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationService.swift; sourceTree = "<group>"; };
  53. A5EA2F27258FEC3D00699182 /* FlowerService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerService.swift; sourceTree = "<group>"; };
  54. A5EA2F2B258FF0BD00699182 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
  55. A5EA2F31258FF58200699182 /* Responses.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Responses.swift; sourceTree = "<group>"; };
  56. A5EE388C2576362B0014D0BE /* FilterFields.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilterFields.swift; sourceTree = "<group>"; };
  57. A5EE389025763D3A0014D0BE /* AuthenticationModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationModel.swift; sourceTree = "<group>"; };
  58. A5EE3896257658400014D0BE /* Filters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Filters.swift; sourceTree = "<group>"; };
  59. A5EE38A3257700230014D0BE /* ImageManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageManager.swift; sourceTree = "<group>"; };
  60. A5EE38AB257772200014D0BE /* FiltersSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FiltersSheet.swift; sourceTree = "<group>"; };
  61. A5EE38AF257818520014D0BE /* FlowersList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowersList.swift; sourceTree = "<group>"; };
  62. A5EE38B2257818BE0014D0BE /* StatusIcons.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusIcons.swift; sourceTree = "<group>"; };
  63. A5F0D2FB258F3D2200AF735C /* User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = "<group>"; };
  64. A5F3271925460C0B003BCE0F /* FlowerDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerDetailView.swift; sourceTree = "<group>"; };
  65. /* End PBXFileReference section */
  66. /* Begin PBXFrameworksBuildPhase section */
  67. A59A273A254556880052319F /* Frameworks */ = {
  68. isa = PBXFrameworksBuildPhase;
  69. buildActionMask = 2147483647;
  70. files = (
  71. );
  72. runOnlyForDeploymentPostprocessing = 0;
  73. };
  74. /* End PBXFrameworksBuildPhase section */
  75. /* Begin PBXGroup section */
  76. A51B4F7125466562002AFF05 /* Model */ = {
  77. isa = PBXGroup;
  78. children = (
  79. A51B4F762546674C002AFF05 /* FlowersResponseModel.swift */,
  80. A5711B8A255CE03000E727BB /* Flower.swift */,
  81. A5EE3896257658400014D0BE /* Filters.swift */,
  82. A5EE389025763D3A0014D0BE /* AuthenticationModel.swift */,
  83. A5F0D2FB258F3D2200AF735C /* User.swift */,
  84. );
  85. path = Model;
  86. sourceTree = "<group>";
  87. };
  88. A51B4F79254668C2002AFF05 /* Resources */ = {
  89. isa = PBXGroup;
  90. children = (
  91. A5711B8D255CE53900E727BB /* DummyData.swift */,
  92. A51B4F7A25466A75002AFF05 /* flowers.json */,
  93. A52FB5C32546C2EA000AD235 /* rawResponse.json */,
  94. );
  95. path = Resources;
  96. sourceTree = "<group>";
  97. };
  98. A5711B85255CCC1700E727BB /* View */ = {
  99. isa = PBXGroup;
  100. children = (
  101. A58640AE258F213600F626AB /* Authentication */,
  102. A5EE38B6257819AA0014D0BE /* Discover Page */,
  103. A5EE38B2257818BE0014D0BE /* StatusIcons.swift */,
  104. );
  105. path = View;
  106. sourceTree = "<group>";
  107. };
  108. A58640AE258F213600F626AB /* Authentication */ = {
  109. isa = PBXGroup;
  110. children = (
  111. A58640B9258F30AD00F626AB /* LoginView.swift */,
  112. A58640BD258F30F200F626AB /* RegisterView.swift */,
  113. );
  114. path = Authentication;
  115. sourceTree = "<group>";
  116. };
  117. A59A2734254556870052319F = {
  118. isa = PBXGroup;
  119. children = (
  120. A59A273F254556880052319F /* Flowerdex */,
  121. A59A273E254556880052319F /* Products */,
  122. );
  123. sourceTree = "<group>";
  124. };
  125. A59A273E254556880052319F /* Products */ = {
  126. isa = PBXGroup;
  127. children = (
  128. A59A273D254556880052319F /* Flowerdex.app */,
  129. );
  130. name = Products;
  131. sourceTree = "<group>";
  132. };
  133. A59A273F254556880052319F /* Flowerdex */ = {
  134. isa = PBXGroup;
  135. children = (
  136. A59A2740254556880052319F /* FlowerdexApp.swift */,
  137. A5EA2F22258FEBE700699182 /* Services */,
  138. A51B4F7125466562002AFF05 /* Model */,
  139. A5711B85255CCC1700E727BB /* View */,
  140. A5EA2F2A258FF07800699182 /* Supporting */,
  141. A51B4F79254668C2002AFF05 /* Resources */,
  142. A59A27442545568A0052319F /* Assets.xcassets */,
  143. A59A27492545568A0052319F /* Info.plist */,
  144. A59A27462545568A0052319F /* Preview Content */,
  145. );
  146. path = Flowerdex;
  147. sourceTree = "<group>";
  148. };
  149. A59A27462545568A0052319F /* Preview Content */ = {
  150. isa = PBXGroup;
  151. children = (
  152. A59A27472545568A0052319F /* Preview Assets.xcassets */,
  153. );
  154. path = "Preview Content";
  155. sourceTree = "<group>";
  156. };
  157. A5EA2F22258FEBE700699182 /* Services */ = {
  158. isa = PBXGroup;
  159. children = (
  160. A50EEFCC255D175400545CFE /* ContentDataSource.swift */,
  161. A5EA2F23258FEC2300699182 /* AuthenticationService.swift */,
  162. A5EA2F27258FEC3D00699182 /* FlowerService.swift */,
  163. A5EE38A3257700230014D0BE /* ImageManager.swift */,
  164. );
  165. path = Services;
  166. sourceTree = "<group>";
  167. };
  168. A5EA2F2A258FF07800699182 /* Supporting */ = {
  169. isa = PBXGroup;
  170. children = (
  171. A5EA2F2B258FF0BD00699182 /* Constants.swift */,
  172. A5EA2F31258FF58200699182 /* Responses.swift */,
  173. );
  174. path = Supporting;
  175. sourceTree = "<group>";
  176. };
  177. A5EE38B6257819AA0014D0BE /* Discover Page */ = {
  178. isa = PBXGroup;
  179. children = (
  180. A59A2742254556880052319F /* DiscoverView.swift */,
  181. A5EE38AF257818520014D0BE /* FlowersList.swift */,
  182. A5F3271925460C0B003BCE0F /* FlowerDetailView.swift */,
  183. A5AF3F5B2545FDEB0035AC9A /* FlowerCard.swift */,
  184. A5EE38AB257772200014D0BE /* FiltersSheet.swift */,
  185. A5EE388C2576362B0014D0BE /* FilterFields.swift */,
  186. );
  187. path = "Discover Page";
  188. sourceTree = "<group>";
  189. };
  190. /* End PBXGroup section */
  191. /* Begin PBXNativeTarget section */
  192. A59A273C254556880052319F /* Flowerdex */ = {
  193. isa = PBXNativeTarget;
  194. buildConfigurationList = A59A274C2545568A0052319F /* Build configuration list for PBXNativeTarget "Flowerdex" */;
  195. buildPhases = (
  196. A59A2739254556880052319F /* Sources */,
  197. A59A273A254556880052319F /* Frameworks */,
  198. A59A273B254556880052319F /* Resources */,
  199. );
  200. buildRules = (
  201. );
  202. dependencies = (
  203. );
  204. name = Flowerdex;
  205. productName = Flowerdex;
  206. productReference = A59A273D254556880052319F /* Flowerdex.app */;
  207. productType = "com.apple.product-type.application";
  208. };
  209. /* End PBXNativeTarget section */
  210. /* Begin PBXProject section */
  211. A59A2735254556870052319F /* Project object */ = {
  212. isa = PBXProject;
  213. attributes = {
  214. LastSwiftUpdateCheck = 1210;
  215. LastUpgradeCheck = 1210;
  216. TargetAttributes = {
  217. A59A273C254556880052319F = {
  218. CreatedOnToolsVersion = 12.1;
  219. };
  220. };
  221. };
  222. buildConfigurationList = A59A2738254556870052319F /* Build configuration list for PBXProject "Flowerdex" */;
  223. compatibilityVersion = "Xcode 9.3";
  224. developmentRegion = en;
  225. hasScannedForEncodings = 0;
  226. knownRegions = (
  227. en,
  228. Base,
  229. );
  230. mainGroup = A59A2734254556870052319F;
  231. productRefGroup = A59A273E254556880052319F /* Products */;
  232. projectDirPath = "";
  233. projectRoot = "";
  234. targets = (
  235. A59A273C254556880052319F /* Flowerdex */,
  236. );
  237. };
  238. /* End PBXProject section */
  239. /* Begin PBXResourcesBuildPhase section */
  240. A59A273B254556880052319F /* Resources */ = {
  241. isa = PBXResourcesBuildPhase;
  242. buildActionMask = 2147483647;
  243. files = (
  244. A59A27482545568A0052319F /* Preview Assets.xcassets in Resources */,
  245. A52FB5C42546C2EA000AD235 /* rawResponse.json in Resources */,
  246. A51B4F7B25466A75002AFF05 /* flowers.json in Resources */,
  247. A59A27452545568A0052319F /* Assets.xcassets in Resources */,
  248. );
  249. runOnlyForDeploymentPostprocessing = 0;
  250. };
  251. /* End PBXResourcesBuildPhase section */
  252. /* Begin PBXSourcesBuildPhase section */
  253. A59A2739254556880052319F /* Sources */ = {
  254. isa = PBXSourcesBuildPhase;
  255. buildActionMask = 2147483647;
  256. files = (
  257. A50EEFCD255D175400545CFE /* ContentDataSource.swift in Sources */,
  258. A5EA2F2C258FF0BD00699182 /* Constants.swift in Sources */,
  259. A59A2743254556880052319F /* DiscoverView.swift in Sources */,
  260. A5EE389125763D3A0014D0BE /* AuthenticationModel.swift in Sources */,
  261. A5EE38A4257700230014D0BE /* ImageManager.swift in Sources */,
  262. A5EE38B0257818520014D0BE /* FlowersList.swift in Sources */,
  263. A51B4F772546674C002AFF05 /* FlowersResponseModel.swift in Sources */,
  264. A5EE3897257658400014D0BE /* Filters.swift in Sources */,
  265. A5711B8B255CE03000E727BB /* Flower.swift in Sources */,
  266. A59A2741254556880052319F /* FlowerdexApp.swift in Sources */,
  267. A5EA2F32258FF58200699182 /* Responses.swift in Sources */,
  268. A58640BE258F30F200F626AB /* RegisterView.swift in Sources */,
  269. A5EE388D2576362B0014D0BE /* FilterFields.swift in Sources */,
  270. A5F3271A25460C0B003BCE0F /* FlowerDetailView.swift in Sources */,
  271. A58640BA258F30AD00F626AB /* LoginView.swift in Sources */,
  272. A5AF3F5C2545FDEB0035AC9A /* FlowerCard.swift in Sources */,
  273. A5EE38B3257818BE0014D0BE /* StatusIcons.swift in Sources */,
  274. A5EA2F24258FEC2300699182 /* AuthenticationService.swift in Sources */,
  275. A5711B8E255CE53900E727BB /* DummyData.swift in Sources */,
  276. A5F0D2FC258F3D2200AF735C /* User.swift in Sources */,
  277. A5EE38AC257772200014D0BE /* FiltersSheet.swift in Sources */,
  278. A5EA2F28258FEC3D00699182 /* FlowerService.swift in Sources */,
  279. );
  280. runOnlyForDeploymentPostprocessing = 0;
  281. };
  282. /* End PBXSourcesBuildPhase section */
  283. /* Begin XCBuildConfiguration section */
  284. A59A274A2545568A0052319F /* Debug */ = {
  285. isa = XCBuildConfiguration;
  286. buildSettings = {
  287. ALWAYS_SEARCH_USER_PATHS = NO;
  288. CLANG_ANALYZER_NONNULL = YES;
  289. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  290. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  291. CLANG_CXX_LIBRARY = "libc++";
  292. CLANG_ENABLE_MODULES = YES;
  293. CLANG_ENABLE_OBJC_ARC = YES;
  294. CLANG_ENABLE_OBJC_WEAK = YES;
  295. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  296. CLANG_WARN_BOOL_CONVERSION = YES;
  297. CLANG_WARN_COMMA = YES;
  298. CLANG_WARN_CONSTANT_CONVERSION = YES;
  299. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  300. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  301. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  302. CLANG_WARN_EMPTY_BODY = YES;
  303. CLANG_WARN_ENUM_CONVERSION = YES;
  304. CLANG_WARN_INFINITE_RECURSION = YES;
  305. CLANG_WARN_INT_CONVERSION = YES;
  306. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  307. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  308. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  309. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  310. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  311. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  312. CLANG_WARN_STRICT_PROTOTYPES = YES;
  313. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  314. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  315. CLANG_WARN_UNREACHABLE_CODE = YES;
  316. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  317. COPY_PHASE_STRIP = NO;
  318. DEBUG_INFORMATION_FORMAT = dwarf;
  319. ENABLE_STRICT_OBJC_MSGSEND = YES;
  320. ENABLE_TESTABILITY = YES;
  321. GCC_C_LANGUAGE_STANDARD = gnu11;
  322. GCC_DYNAMIC_NO_PIC = NO;
  323. GCC_NO_COMMON_BLOCKS = YES;
  324. GCC_OPTIMIZATION_LEVEL = 0;
  325. GCC_PREPROCESSOR_DEFINITIONS = (
  326. "DEBUG=1",
  327. "$(inherited)",
  328. );
  329. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  330. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  331. GCC_WARN_UNDECLARED_SELECTOR = YES;
  332. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  333. GCC_WARN_UNUSED_FUNCTION = YES;
  334. GCC_WARN_UNUSED_VARIABLE = YES;
  335. IPHONEOS_DEPLOYMENT_TARGET = 14.1;
  336. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  337. MTL_FAST_MATH = YES;
  338. ONLY_ACTIVE_ARCH = YES;
  339. SDKROOT = iphoneos;
  340. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  341. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  342. };
  343. name = Debug;
  344. };
  345. A59A274B2545568A0052319F /* Release */ = {
  346. isa = XCBuildConfiguration;
  347. buildSettings = {
  348. ALWAYS_SEARCH_USER_PATHS = NO;
  349. CLANG_ANALYZER_NONNULL = YES;
  350. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  351. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  352. CLANG_CXX_LIBRARY = "libc++";
  353. CLANG_ENABLE_MODULES = YES;
  354. CLANG_ENABLE_OBJC_ARC = YES;
  355. CLANG_ENABLE_OBJC_WEAK = YES;
  356. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  357. CLANG_WARN_BOOL_CONVERSION = YES;
  358. CLANG_WARN_COMMA = YES;
  359. CLANG_WARN_CONSTANT_CONVERSION = YES;
  360. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  361. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  362. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  363. CLANG_WARN_EMPTY_BODY = YES;
  364. CLANG_WARN_ENUM_CONVERSION = YES;
  365. CLANG_WARN_INFINITE_RECURSION = YES;
  366. CLANG_WARN_INT_CONVERSION = YES;
  367. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  368. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  369. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  370. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  371. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  372. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  373. CLANG_WARN_STRICT_PROTOTYPES = YES;
  374. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  375. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  376. CLANG_WARN_UNREACHABLE_CODE = YES;
  377. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  378. COPY_PHASE_STRIP = NO;
  379. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  380. ENABLE_NS_ASSERTIONS = NO;
  381. ENABLE_STRICT_OBJC_MSGSEND = YES;
  382. GCC_C_LANGUAGE_STANDARD = gnu11;
  383. GCC_NO_COMMON_BLOCKS = YES;
  384. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  385. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  386. GCC_WARN_UNDECLARED_SELECTOR = YES;
  387. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  388. GCC_WARN_UNUSED_FUNCTION = YES;
  389. GCC_WARN_UNUSED_VARIABLE = YES;
  390. IPHONEOS_DEPLOYMENT_TARGET = 14.1;
  391. MTL_ENABLE_DEBUG_INFO = NO;
  392. MTL_FAST_MATH = YES;
  393. SDKROOT = iphoneos;
  394. SWIFT_COMPILATION_MODE = wholemodule;
  395. SWIFT_OPTIMIZATION_LEVEL = "-O";
  396. VALIDATE_PRODUCT = YES;
  397. };
  398. name = Release;
  399. };
  400. A59A274D2545568A0052319F /* Debug */ = {
  401. isa = XCBuildConfiguration;
  402. buildSettings = {
  403. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  404. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  405. CODE_SIGN_STYLE = Automatic;
  406. DEVELOPMENT_ASSET_PATHS = "\"Flowerdex/Preview Content\"";
  407. DEVELOPMENT_TEAM = 64DLWCZQCP;
  408. ENABLE_PREVIEWS = YES;
  409. INFOPLIST_FILE = Flowerdex/Info.plist;
  410. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  411. LD_RUNPATH_SEARCH_PATHS = (
  412. "$(inherited)",
  413. "@executable_path/Frameworks",
  414. );
  415. PRODUCT_BUNDLE_IDENTIFIER = com.LosIndecisos.Flowerdex;
  416. PRODUCT_NAME = "$(TARGET_NAME)";
  417. SWIFT_VERSION = 5.0;
  418. TARGETED_DEVICE_FAMILY = "1,2";
  419. };
  420. name = Debug;
  421. };
  422. A59A274E2545568A0052319F /* Release */ = {
  423. isa = XCBuildConfiguration;
  424. buildSettings = {
  425. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  426. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  427. CODE_SIGN_STYLE = Automatic;
  428. DEVELOPMENT_ASSET_PATHS = "\"Flowerdex/Preview Content\"";
  429. DEVELOPMENT_TEAM = 64DLWCZQCP;
  430. ENABLE_PREVIEWS = YES;
  431. INFOPLIST_FILE = Flowerdex/Info.plist;
  432. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  433. LD_RUNPATH_SEARCH_PATHS = (
  434. "$(inherited)",
  435. "@executable_path/Frameworks",
  436. );
  437. PRODUCT_BUNDLE_IDENTIFIER = com.LosIndecisos.Flowerdex;
  438. PRODUCT_NAME = "$(TARGET_NAME)";
  439. SWIFT_VERSION = 5.0;
  440. TARGETED_DEVICE_FAMILY = "1,2";
  441. };
  442. name = Release;
  443. };
  444. /* End XCBuildConfiguration section */
  445. /* Begin XCConfigurationList section */
  446. A59A2738254556870052319F /* Build configuration list for PBXProject "Flowerdex" */ = {
  447. isa = XCConfigurationList;
  448. buildConfigurations = (
  449. A59A274A2545568A0052319F /* Debug */,
  450. A59A274B2545568A0052319F /* Release */,
  451. );
  452. defaultConfigurationIsVisible = 0;
  453. defaultConfigurationName = Release;
  454. };
  455. A59A274C2545568A0052319F /* Build configuration list for PBXNativeTarget "Flowerdex" */ = {
  456. isa = XCConfigurationList;
  457. buildConfigurations = (
  458. A59A274D2545568A0052319F /* Debug */,
  459. A59A274E2545568A0052319F /* Release */,
  460. );
  461. defaultConfigurationIsVisible = 0;
  462. defaultConfigurationName = Release;
  463. };
  464. /* End XCConfigurationList section */
  465. };
  466. rootObject = A59A2735254556870052319F /* Project object */;
  467. }