project.pbxproj 28 KB

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