project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2707607F276409C000064F59 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2707607E276409C000064F59 /* AppDelegate.swift */; };
  10. 27076081276409C000064F59 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27076080276409C000064F59 /* SceneDelegate.swift */; };
  11. 27076083276409C000064F59 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27076082276409C000064F59 /* ViewController.swift */; };
  12. 27076088276409C200064F59 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 27076087276409C200064F59 /* Assets.xcassets */; };
  13. 2707608B276409C200064F59 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 27076089276409C200064F59 /* LaunchScreen.storyboard */; };
  14. 27076096276409C300064F59 /* LiveLikeGiphyChallengeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27076095276409C300064F59 /* LiveLikeGiphyChallengeTests.swift */; };
  15. 270760A0276409C300064F59 /* LiveLikeGiphyChallengeUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2707609F276409C300064F59 /* LiveLikeGiphyChallengeUITests.swift */; };
  16. 270760A2276409C300064F59 /* LiveLikeGiphyChallengeUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 270760A1276409C300064F59 /* LiveLikeGiphyChallengeUITestsLaunchTests.swift */; };
  17. 7616A149276A63C900ED1E5B /* Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7616A148276A63C900ED1E5B /* Test.swift */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXContainerItemProxy section */
  20. 27076092276409C300064F59 /* PBXContainerItemProxy */ = {
  21. isa = PBXContainerItemProxy;
  22. containerPortal = 27076073276409C000064F59 /* Project object */;
  23. proxyType = 1;
  24. remoteGlobalIDString = 2707607A276409C000064F59;
  25. remoteInfo = LiveLikeGiphyChallenge;
  26. };
  27. 2707609C276409C300064F59 /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = 27076073276409C000064F59 /* Project object */;
  30. proxyType = 1;
  31. remoteGlobalIDString = 2707607A276409C000064F59;
  32. remoteInfo = LiveLikeGiphyChallenge;
  33. };
  34. /* End PBXContainerItemProxy section */
  35. /* Begin PBXFileReference section */
  36. 2707607B276409C000064F59 /* LiveLikeGiphyChallenge.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LiveLikeGiphyChallenge.app; sourceTree = BUILT_PRODUCTS_DIR; };
  37. 2707607E276409C000064F59 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  38. 27076080276409C000064F59 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  39. 27076082276409C000064F59 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  40. 27076087276409C200064F59 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  41. 2707608A276409C200064F59 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  42. 2707608C276409C200064F59 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  43. 27076091276409C300064F59 /* LiveLikeGiphyChallengeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LiveLikeGiphyChallengeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  44. 27076095276409C300064F59 /* LiveLikeGiphyChallengeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveLikeGiphyChallengeTests.swift; sourceTree = "<group>"; };
  45. 2707609B276409C300064F59 /* LiveLikeGiphyChallengeUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LiveLikeGiphyChallengeUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  46. 2707609F276409C300064F59 /* LiveLikeGiphyChallengeUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveLikeGiphyChallengeUITests.swift; sourceTree = "<group>"; };
  47. 270760A1276409C300064F59 /* LiveLikeGiphyChallengeUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveLikeGiphyChallengeUITestsLaunchTests.swift; sourceTree = "<group>"; };
  48. 7616A148276A63C900ED1E5B /* Test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Test.swift; sourceTree = "<group>"; };
  49. /* End PBXFileReference section */
  50. /* Begin PBXFrameworksBuildPhase section */
  51. 27076078276409C000064F59 /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. );
  56. runOnlyForDeploymentPostprocessing = 0;
  57. };
  58. 2707608E276409C300064F59 /* Frameworks */ = {
  59. isa = PBXFrameworksBuildPhase;
  60. buildActionMask = 2147483647;
  61. files = (
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. 27076098276409C300064F59 /* Frameworks */ = {
  66. isa = PBXFrameworksBuildPhase;
  67. buildActionMask = 2147483647;
  68. files = (
  69. );
  70. runOnlyForDeploymentPostprocessing = 0;
  71. };
  72. /* End PBXFrameworksBuildPhase section */
  73. /* Begin PBXGroup section */
  74. 27076072276409C000064F59 = {
  75. isa = PBXGroup;
  76. children = (
  77. 2707607D276409C000064F59 /* LiveLikeGiphyChallenge */,
  78. 27076094276409C300064F59 /* LiveLikeGiphyChallengeTests */,
  79. 2707609E276409C300064F59 /* LiveLikeGiphyChallengeUITests */,
  80. 2707607C276409C000064F59 /* Products */,
  81. );
  82. sourceTree = "<group>";
  83. };
  84. 2707607C276409C000064F59 /* Products */ = {
  85. isa = PBXGroup;
  86. children = (
  87. 2707607B276409C000064F59 /* LiveLikeGiphyChallenge.app */,
  88. 27076091276409C300064F59 /* LiveLikeGiphyChallengeTests.xctest */,
  89. 2707609B276409C300064F59 /* LiveLikeGiphyChallengeUITests.xctest */,
  90. );
  91. name = Products;
  92. sourceTree = "<group>";
  93. };
  94. 2707607D276409C000064F59 /* LiveLikeGiphyChallenge */ = {
  95. isa = PBXGroup;
  96. children = (
  97. 2707607E276409C000064F59 /* AppDelegate.swift */,
  98. 27076080276409C000064F59 /* SceneDelegate.swift */,
  99. 27076082276409C000064F59 /* ViewController.swift */,
  100. 27076087276409C200064F59 /* Assets.xcassets */,
  101. 27076089276409C200064F59 /* LaunchScreen.storyboard */,
  102. 2707608C276409C200064F59 /* Info.plist */,
  103. 7616A148276A63C900ED1E5B /* Test.swift */,
  104. );
  105. path = LiveLikeGiphyChallenge;
  106. sourceTree = "<group>";
  107. };
  108. 27076094276409C300064F59 /* LiveLikeGiphyChallengeTests */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 27076095276409C300064F59 /* LiveLikeGiphyChallengeTests.swift */,
  112. );
  113. path = LiveLikeGiphyChallengeTests;
  114. sourceTree = "<group>";
  115. };
  116. 2707609E276409C300064F59 /* LiveLikeGiphyChallengeUITests */ = {
  117. isa = PBXGroup;
  118. children = (
  119. 2707609F276409C300064F59 /* LiveLikeGiphyChallengeUITests.swift */,
  120. 270760A1276409C300064F59 /* LiveLikeGiphyChallengeUITestsLaunchTests.swift */,
  121. );
  122. path = LiveLikeGiphyChallengeUITests;
  123. sourceTree = "<group>";
  124. };
  125. /* End PBXGroup section */
  126. /* Begin PBXNativeTarget section */
  127. 2707607A276409C000064F59 /* LiveLikeGiphyChallenge */ = {
  128. isa = PBXNativeTarget;
  129. buildConfigurationList = 270760A5276409C300064F59 /* Build configuration list for PBXNativeTarget "LiveLikeGiphyChallenge" */;
  130. buildPhases = (
  131. 27076077276409C000064F59 /* Sources */,
  132. 27076078276409C000064F59 /* Frameworks */,
  133. 27076079276409C000064F59 /* Resources */,
  134. );
  135. buildRules = (
  136. );
  137. dependencies = (
  138. );
  139. name = LiveLikeGiphyChallenge;
  140. productName = LiveLikeGiphyChallenge;
  141. productReference = 2707607B276409C000064F59 /* LiveLikeGiphyChallenge.app */;
  142. productType = "com.apple.product-type.application";
  143. };
  144. 27076090276409C300064F59 /* LiveLikeGiphyChallengeTests */ = {
  145. isa = PBXNativeTarget;
  146. buildConfigurationList = 270760A8276409C300064F59 /* Build configuration list for PBXNativeTarget "LiveLikeGiphyChallengeTests" */;
  147. buildPhases = (
  148. 2707608D276409C300064F59 /* Sources */,
  149. 2707608E276409C300064F59 /* Frameworks */,
  150. 2707608F276409C300064F59 /* Resources */,
  151. );
  152. buildRules = (
  153. );
  154. dependencies = (
  155. 27076093276409C300064F59 /* PBXTargetDependency */,
  156. );
  157. name = LiveLikeGiphyChallengeTests;
  158. productName = LiveLikeGiphyChallengeTests;
  159. productReference = 27076091276409C300064F59 /* LiveLikeGiphyChallengeTests.xctest */;
  160. productType = "com.apple.product-type.bundle.unit-test";
  161. };
  162. 2707609A276409C300064F59 /* LiveLikeGiphyChallengeUITests */ = {
  163. isa = PBXNativeTarget;
  164. buildConfigurationList = 270760AB276409C300064F59 /* Build configuration list for PBXNativeTarget "LiveLikeGiphyChallengeUITests" */;
  165. buildPhases = (
  166. 27076097276409C300064F59 /* Sources */,
  167. 27076098276409C300064F59 /* Frameworks */,
  168. 27076099276409C300064F59 /* Resources */,
  169. );
  170. buildRules = (
  171. );
  172. dependencies = (
  173. 2707609D276409C300064F59 /* PBXTargetDependency */,
  174. );
  175. name = LiveLikeGiphyChallengeUITests;
  176. productName = LiveLikeGiphyChallengeUITests;
  177. productReference = 2707609B276409C300064F59 /* LiveLikeGiphyChallengeUITests.xctest */;
  178. productType = "com.apple.product-type.bundle.ui-testing";
  179. };
  180. /* End PBXNativeTarget section */
  181. /* Begin PBXProject section */
  182. 27076073276409C000064F59 /* Project object */ = {
  183. isa = PBXProject;
  184. attributes = {
  185. BuildIndependentTargetsInParallel = 1;
  186. LastSwiftUpdateCheck = 1310;
  187. LastUpgradeCheck = 1310;
  188. TargetAttributes = {
  189. 2707607A276409C000064F59 = {
  190. CreatedOnToolsVersion = 13.1;
  191. };
  192. 27076090276409C300064F59 = {
  193. CreatedOnToolsVersion = 13.1;
  194. TestTargetID = 2707607A276409C000064F59;
  195. };
  196. 2707609A276409C300064F59 = {
  197. CreatedOnToolsVersion = 13.1;
  198. TestTargetID = 2707607A276409C000064F59;
  199. };
  200. };
  201. };
  202. buildConfigurationList = 27076076276409C000064F59 /* Build configuration list for PBXProject "LiveLikeGiphyChallenge" */;
  203. compatibilityVersion = "Xcode 13.0";
  204. developmentRegion = en;
  205. hasScannedForEncodings = 0;
  206. knownRegions = (
  207. en,
  208. Base,
  209. );
  210. mainGroup = 27076072276409C000064F59;
  211. productRefGroup = 2707607C276409C000064F59 /* Products */;
  212. projectDirPath = "";
  213. projectRoot = "";
  214. targets = (
  215. 2707607A276409C000064F59 /* LiveLikeGiphyChallenge */,
  216. 27076090276409C300064F59 /* LiveLikeGiphyChallengeTests */,
  217. 2707609A276409C300064F59 /* LiveLikeGiphyChallengeUITests */,
  218. );
  219. };
  220. /* End PBXProject section */
  221. /* Begin PBXResourcesBuildPhase section */
  222. 27076079276409C000064F59 /* Resources */ = {
  223. isa = PBXResourcesBuildPhase;
  224. buildActionMask = 2147483647;
  225. files = (
  226. 2707608B276409C200064F59 /* LaunchScreen.storyboard in Resources */,
  227. 27076088276409C200064F59 /* Assets.xcassets in Resources */,
  228. );
  229. runOnlyForDeploymentPostprocessing = 0;
  230. };
  231. 2707608F276409C300064F59 /* Resources */ = {
  232. isa = PBXResourcesBuildPhase;
  233. buildActionMask = 2147483647;
  234. files = (
  235. );
  236. runOnlyForDeploymentPostprocessing = 0;
  237. };
  238. 27076099276409C300064F59 /* Resources */ = {
  239. isa = PBXResourcesBuildPhase;
  240. buildActionMask = 2147483647;
  241. files = (
  242. );
  243. runOnlyForDeploymentPostprocessing = 0;
  244. };
  245. /* End PBXResourcesBuildPhase section */
  246. /* Begin PBXSourcesBuildPhase section */
  247. 27076077276409C000064F59 /* Sources */ = {
  248. isa = PBXSourcesBuildPhase;
  249. buildActionMask = 2147483647;
  250. files = (
  251. 27076083276409C000064F59 /* ViewController.swift in Sources */,
  252. 7616A149276A63C900ED1E5B /* Test.swift in Sources */,
  253. 2707607F276409C000064F59 /* AppDelegate.swift in Sources */,
  254. 27076081276409C000064F59 /* SceneDelegate.swift in Sources */,
  255. );
  256. runOnlyForDeploymentPostprocessing = 0;
  257. };
  258. 2707608D276409C300064F59 /* Sources */ = {
  259. isa = PBXSourcesBuildPhase;
  260. buildActionMask = 2147483647;
  261. files = (
  262. 27076096276409C300064F59 /* LiveLikeGiphyChallengeTests.swift in Sources */,
  263. );
  264. runOnlyForDeploymentPostprocessing = 0;
  265. };
  266. 27076097276409C300064F59 /* Sources */ = {
  267. isa = PBXSourcesBuildPhase;
  268. buildActionMask = 2147483647;
  269. files = (
  270. 270760A0276409C300064F59 /* LiveLikeGiphyChallengeUITests.swift in Sources */,
  271. 270760A2276409C300064F59 /* LiveLikeGiphyChallengeUITestsLaunchTests.swift in Sources */,
  272. );
  273. runOnlyForDeploymentPostprocessing = 0;
  274. };
  275. /* End PBXSourcesBuildPhase section */
  276. /* Begin PBXTargetDependency section */
  277. 27076093276409C300064F59 /* PBXTargetDependency */ = {
  278. isa = PBXTargetDependency;
  279. target = 2707607A276409C000064F59 /* LiveLikeGiphyChallenge */;
  280. targetProxy = 27076092276409C300064F59 /* PBXContainerItemProxy */;
  281. };
  282. 2707609D276409C300064F59 /* PBXTargetDependency */ = {
  283. isa = PBXTargetDependency;
  284. target = 2707607A276409C000064F59 /* LiveLikeGiphyChallenge */;
  285. targetProxy = 2707609C276409C300064F59 /* PBXContainerItemProxy */;
  286. };
  287. /* End PBXTargetDependency section */
  288. /* Begin PBXVariantGroup section */
  289. 27076089276409C200064F59 /* LaunchScreen.storyboard */ = {
  290. isa = PBXVariantGroup;
  291. children = (
  292. 2707608A276409C200064F59 /* Base */,
  293. );
  294. name = LaunchScreen.storyboard;
  295. sourceTree = "<group>";
  296. };
  297. /* End PBXVariantGroup section */
  298. /* Begin XCBuildConfiguration section */
  299. 270760A3276409C300064F59 /* Debug */ = {
  300. isa = XCBuildConfiguration;
  301. buildSettings = {
  302. ALWAYS_SEARCH_USER_PATHS = NO;
  303. CLANG_ANALYZER_NONNULL = YES;
  304. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  305. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  306. CLANG_CXX_LIBRARY = "libc++";
  307. CLANG_ENABLE_MODULES = YES;
  308. CLANG_ENABLE_OBJC_ARC = YES;
  309. CLANG_ENABLE_OBJC_WEAK = YES;
  310. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  311. CLANG_WARN_BOOL_CONVERSION = YES;
  312. CLANG_WARN_COMMA = YES;
  313. CLANG_WARN_CONSTANT_CONVERSION = YES;
  314. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  315. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  316. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  317. CLANG_WARN_EMPTY_BODY = YES;
  318. CLANG_WARN_ENUM_CONVERSION = YES;
  319. CLANG_WARN_INFINITE_RECURSION = YES;
  320. CLANG_WARN_INT_CONVERSION = YES;
  321. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  322. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  323. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  324. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  325. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  326. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  327. CLANG_WARN_STRICT_PROTOTYPES = YES;
  328. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  329. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  330. CLANG_WARN_UNREACHABLE_CODE = YES;
  331. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  332. COPY_PHASE_STRIP = NO;
  333. DEBUG_INFORMATION_FORMAT = dwarf;
  334. ENABLE_STRICT_OBJC_MSGSEND = YES;
  335. ENABLE_TESTABILITY = YES;
  336. GCC_C_LANGUAGE_STANDARD = gnu11;
  337. GCC_DYNAMIC_NO_PIC = NO;
  338. GCC_NO_COMMON_BLOCKS = YES;
  339. GCC_OPTIMIZATION_LEVEL = 0;
  340. GCC_PREPROCESSOR_DEFINITIONS = (
  341. "DEBUG=1",
  342. "$(inherited)",
  343. );
  344. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  345. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  346. GCC_WARN_UNDECLARED_SELECTOR = YES;
  347. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  348. GCC_WARN_UNUSED_FUNCTION = YES;
  349. GCC_WARN_UNUSED_VARIABLE = YES;
  350. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  351. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  352. MTL_FAST_MATH = YES;
  353. ONLY_ACTIVE_ARCH = YES;
  354. SDKROOT = iphoneos;
  355. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  356. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  357. };
  358. name = Debug;
  359. };
  360. 270760A4276409C300064F59 /* Release */ = {
  361. isa = XCBuildConfiguration;
  362. buildSettings = {
  363. ALWAYS_SEARCH_USER_PATHS = NO;
  364. CLANG_ANALYZER_NONNULL = YES;
  365. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  366. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  367. CLANG_CXX_LIBRARY = "libc++";
  368. CLANG_ENABLE_MODULES = YES;
  369. CLANG_ENABLE_OBJC_ARC = YES;
  370. CLANG_ENABLE_OBJC_WEAK = YES;
  371. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  372. CLANG_WARN_BOOL_CONVERSION = YES;
  373. CLANG_WARN_COMMA = YES;
  374. CLANG_WARN_CONSTANT_CONVERSION = YES;
  375. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  376. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  377. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  378. CLANG_WARN_EMPTY_BODY = YES;
  379. CLANG_WARN_ENUM_CONVERSION = YES;
  380. CLANG_WARN_INFINITE_RECURSION = YES;
  381. CLANG_WARN_INT_CONVERSION = YES;
  382. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  383. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  384. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  385. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  386. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  387. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  388. CLANG_WARN_STRICT_PROTOTYPES = YES;
  389. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  390. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  391. CLANG_WARN_UNREACHABLE_CODE = YES;
  392. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  393. COPY_PHASE_STRIP = NO;
  394. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  395. ENABLE_NS_ASSERTIONS = NO;
  396. ENABLE_STRICT_OBJC_MSGSEND = YES;
  397. GCC_C_LANGUAGE_STANDARD = gnu11;
  398. GCC_NO_COMMON_BLOCKS = YES;
  399. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  400. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  401. GCC_WARN_UNDECLARED_SELECTOR = YES;
  402. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  403. GCC_WARN_UNUSED_FUNCTION = YES;
  404. GCC_WARN_UNUSED_VARIABLE = YES;
  405. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  406. MTL_ENABLE_DEBUG_INFO = NO;
  407. MTL_FAST_MATH = YES;
  408. SDKROOT = iphoneos;
  409. SWIFT_COMPILATION_MODE = wholemodule;
  410. SWIFT_OPTIMIZATION_LEVEL = "-O";
  411. VALIDATE_PRODUCT = YES;
  412. };
  413. name = Release;
  414. };
  415. 270760A6276409C300064F59 /* Debug */ = {
  416. isa = XCBuildConfiguration;
  417. buildSettings = {
  418. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  419. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  420. CODE_SIGN_STYLE = Automatic;
  421. CURRENT_PROJECT_VERSION = 1;
  422. GENERATE_INFOPLIST_FILE = YES;
  423. INFOPLIST_FILE = LiveLikeGiphyChallenge/Info.plist;
  424. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  425. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  426. INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortraitUpsideDown";
  427. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  428. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  429. LD_RUNPATH_SEARCH_PATHS = (
  430. "$(inherited)",
  431. "@executable_path/Frameworks",
  432. );
  433. MARKETING_VERSION = 1.0;
  434. PRODUCT_BUNDLE_IDENTIFIER = com.livelike.LiveLikeGiphyChallenge;
  435. PRODUCT_NAME = "$(TARGET_NAME)";
  436. SWIFT_EMIT_LOC_STRINGS = YES;
  437. SWIFT_VERSION = 5.0;
  438. TARGETED_DEVICE_FAMILY = 1;
  439. };
  440. name = Debug;
  441. };
  442. 270760A7276409C300064F59 /* Release */ = {
  443. isa = XCBuildConfiguration;
  444. buildSettings = {
  445. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  446. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  447. CODE_SIGN_STYLE = Automatic;
  448. CURRENT_PROJECT_VERSION = 1;
  449. GENERATE_INFOPLIST_FILE = YES;
  450. INFOPLIST_FILE = LiveLikeGiphyChallenge/Info.plist;
  451. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  452. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  453. INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortraitUpsideDown";
  454. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  455. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  456. LD_RUNPATH_SEARCH_PATHS = (
  457. "$(inherited)",
  458. "@executable_path/Frameworks",
  459. );
  460. MARKETING_VERSION = 1.0;
  461. PRODUCT_BUNDLE_IDENTIFIER = com.livelike.LiveLikeGiphyChallenge;
  462. PRODUCT_NAME = "$(TARGET_NAME)";
  463. SWIFT_EMIT_LOC_STRINGS = YES;
  464. SWIFT_VERSION = 5.0;
  465. TARGETED_DEVICE_FAMILY = 1;
  466. };
  467. name = Release;
  468. };
  469. 270760A9276409C300064F59 /* Debug */ = {
  470. isa = XCBuildConfiguration;
  471. buildSettings = {
  472. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  473. BUNDLE_LOADER = "$(TEST_HOST)";
  474. CODE_SIGN_STYLE = Automatic;
  475. CURRENT_PROJECT_VERSION = 1;
  476. GENERATE_INFOPLIST_FILE = YES;
  477. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  478. LD_RUNPATH_SEARCH_PATHS = (
  479. "$(inherited)",
  480. "@executable_path/Frameworks",
  481. "@loader_path/Frameworks",
  482. );
  483. MARKETING_VERSION = 1.0;
  484. PRODUCT_BUNDLE_IDENTIFIER = com.livelike.LiveLikeGiphyChallengeTests;
  485. PRODUCT_NAME = "$(TARGET_NAME)";
  486. SWIFT_EMIT_LOC_STRINGS = NO;
  487. SWIFT_VERSION = 5.0;
  488. TARGETED_DEVICE_FAMILY = "1,2";
  489. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LiveLikeGiphyChallenge.app/LiveLikeGiphyChallenge";
  490. };
  491. name = Debug;
  492. };
  493. 270760AA276409C300064F59 /* Release */ = {
  494. isa = XCBuildConfiguration;
  495. buildSettings = {
  496. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  497. BUNDLE_LOADER = "$(TEST_HOST)";
  498. CODE_SIGN_STYLE = Automatic;
  499. CURRENT_PROJECT_VERSION = 1;
  500. GENERATE_INFOPLIST_FILE = YES;
  501. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  502. LD_RUNPATH_SEARCH_PATHS = (
  503. "$(inherited)",
  504. "@executable_path/Frameworks",
  505. "@loader_path/Frameworks",
  506. );
  507. MARKETING_VERSION = 1.0;
  508. PRODUCT_BUNDLE_IDENTIFIER = com.livelike.LiveLikeGiphyChallengeTests;
  509. PRODUCT_NAME = "$(TARGET_NAME)";
  510. SWIFT_EMIT_LOC_STRINGS = NO;
  511. SWIFT_VERSION = 5.0;
  512. TARGETED_DEVICE_FAMILY = "1,2";
  513. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LiveLikeGiphyChallenge.app/LiveLikeGiphyChallenge";
  514. };
  515. name = Release;
  516. };
  517. 270760AC276409C300064F59 /* Debug */ = {
  518. isa = XCBuildConfiguration;
  519. buildSettings = {
  520. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  521. CODE_SIGN_STYLE = Automatic;
  522. CURRENT_PROJECT_VERSION = 1;
  523. GENERATE_INFOPLIST_FILE = YES;
  524. LD_RUNPATH_SEARCH_PATHS = (
  525. "$(inherited)",
  526. "@executable_path/Frameworks",
  527. "@loader_path/Frameworks",
  528. );
  529. MARKETING_VERSION = 1.0;
  530. PRODUCT_BUNDLE_IDENTIFIER = com.livelike.LiveLikeGiphyChallengeUITests;
  531. PRODUCT_NAME = "$(TARGET_NAME)";
  532. SWIFT_EMIT_LOC_STRINGS = NO;
  533. SWIFT_VERSION = 5.0;
  534. TARGETED_DEVICE_FAMILY = "1,2";
  535. TEST_TARGET_NAME = LiveLikeGiphyChallenge;
  536. };
  537. name = Debug;
  538. };
  539. 270760AD276409C300064F59 /* Release */ = {
  540. isa = XCBuildConfiguration;
  541. buildSettings = {
  542. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  543. CODE_SIGN_STYLE = Automatic;
  544. CURRENT_PROJECT_VERSION = 1;
  545. GENERATE_INFOPLIST_FILE = YES;
  546. LD_RUNPATH_SEARCH_PATHS = (
  547. "$(inherited)",
  548. "@executable_path/Frameworks",
  549. "@loader_path/Frameworks",
  550. );
  551. MARKETING_VERSION = 1.0;
  552. PRODUCT_BUNDLE_IDENTIFIER = com.livelike.LiveLikeGiphyChallengeUITests;
  553. PRODUCT_NAME = "$(TARGET_NAME)";
  554. SWIFT_EMIT_LOC_STRINGS = NO;
  555. SWIFT_VERSION = 5.0;
  556. TARGETED_DEVICE_FAMILY = "1,2";
  557. TEST_TARGET_NAME = LiveLikeGiphyChallenge;
  558. };
  559. name = Release;
  560. };
  561. /* End XCBuildConfiguration section */
  562. /* Begin XCConfigurationList section */
  563. 27076076276409C000064F59 /* Build configuration list for PBXProject "LiveLikeGiphyChallenge" */ = {
  564. isa = XCConfigurationList;
  565. buildConfigurations = (
  566. 270760A3276409C300064F59 /* Debug */,
  567. 270760A4276409C300064F59 /* Release */,
  568. );
  569. defaultConfigurationIsVisible = 0;
  570. defaultConfigurationName = Release;
  571. };
  572. 270760A5276409C300064F59 /* Build configuration list for PBXNativeTarget "LiveLikeGiphyChallenge" */ = {
  573. isa = XCConfigurationList;
  574. buildConfigurations = (
  575. 270760A6276409C300064F59 /* Debug */,
  576. 270760A7276409C300064F59 /* Release */,
  577. );
  578. defaultConfigurationIsVisible = 0;
  579. defaultConfigurationName = Release;
  580. };
  581. 270760A8276409C300064F59 /* Build configuration list for PBXNativeTarget "LiveLikeGiphyChallengeTests" */ = {
  582. isa = XCConfigurationList;
  583. buildConfigurations = (
  584. 270760A9276409C300064F59 /* Debug */,
  585. 270760AA276409C300064F59 /* Release */,
  586. );
  587. defaultConfigurationIsVisible = 0;
  588. defaultConfigurationName = Release;
  589. };
  590. 270760AB276409C300064F59 /* Build configuration list for PBXNativeTarget "LiveLikeGiphyChallengeUITests" */ = {
  591. isa = XCConfigurationList;
  592. buildConfigurations = (
  593. 270760AC276409C300064F59 /* Debug */,
  594. 270760AD276409C300064F59 /* Release */,
  595. );
  596. defaultConfigurationIsVisible = 0;
  597. defaultConfigurationName = Release;
  598. };
  599. /* End XCConfigurationList section */
  600. };
  601. rootObject = 27076073276409C000064F59 /* Project object */;
  602. }