project.pbxproj 24 KB

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