project.pbxproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 255D24A5243E32BB00198B35 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 255D24A4243E32BB00198B35 /* AppDelegate.swift */; };
  10. 255D24A7243E32BB00198B35 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 255D24A6243E32BB00198B35 /* SceneDelegate.swift */; };
  11. 255D24A9243E32BB00198B35 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 255D24A8243E32BB00198B35 /* ViewController.swift */; };
  12. 255D24AC243E32BB00198B35 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 255D24AA243E32BB00198B35 /* Main.storyboard */; };
  13. 255D24AE243E32BE00198B35 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 255D24AD243E32BE00198B35 /* Assets.xcassets */; };
  14. 255D24B1243E32BE00198B35 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 255D24AF243E32BE00198B35 /* LaunchScreen.storyboard */; };
  15. 25FFEDEE243E35BF00C2A81F /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 25FFEDED243E35BF00C2A81F /* GoogleService-Info.plist */; };
  16. AD17158819149A200736C73C /* Pods_ABTQA.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C35C0A4297077A1FB0E6D7B /* Pods_ABTQA.framework */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. 255D24B8243E32BE00198B35 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = 255D2499243E32BB00198B35 /* Project object */;
  22. proxyType = 1;
  23. remoteGlobalIDString = 255D24A0243E32BB00198B35;
  24. remoteInfo = ABTQA;
  25. };
  26. 255D24C3243E32BE00198B35 /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = 255D2499243E32BB00198B35 /* Project object */;
  29. proxyType = 1;
  30. remoteGlobalIDString = 255D24A0243E32BB00198B35;
  31. remoteInfo = ABTQA;
  32. };
  33. /* End PBXContainerItemProxy section */
  34. /* Begin PBXFileReference section */
  35. 255D24A1243E32BB00198B35 /* ABTQA.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ABTQA.app; sourceTree = BUILT_PRODUCTS_DIR; };
  36. 255D24A4243E32BB00198B35 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  37. 255D24A6243E32BB00198B35 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  38. 255D24A8243E32BB00198B35 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  39. 255D24AB243E32BB00198B35 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  40. 255D24AD243E32BE00198B35 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  41. 255D24B0243E32BE00198B35 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  42. 255D24B2243E32BE00198B35 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  43. 255D24B7243E32BE00198B35 /* ABTQATests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ABTQATests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  44. 255D24C2243E32BE00198B35 /* ABTQAUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ABTQAUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  45. 25FFEDED243E35BF00C2A81F /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
  46. 7C35C0A4297077A1FB0E6D7B /* Pods_ABTQA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ABTQA.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  47. 9F7FA3676E99EC590CEEAC0F /* Pods-ABTQA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ABTQA.debug.xcconfig"; path = "Target Support Files/Pods-ABTQA/Pods-ABTQA.debug.xcconfig"; sourceTree = "<group>"; };
  48. C102C1701D9907088D93DB4D /* Pods-ABTQA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ABTQA.release.xcconfig"; path = "Target Support Files/Pods-ABTQA/Pods-ABTQA.release.xcconfig"; sourceTree = "<group>"; };
  49. /* End PBXFileReference section */
  50. /* Begin PBXFrameworksBuildPhase section */
  51. 255D249E243E32BB00198B35 /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. AD17158819149A200736C73C /* Pods_ABTQA.framework in Frameworks */,
  56. );
  57. runOnlyForDeploymentPostprocessing = 0;
  58. };
  59. 255D24B4243E32BE00198B35 /* Frameworks */ = {
  60. isa = PBXFrameworksBuildPhase;
  61. buildActionMask = 2147483647;
  62. files = (
  63. );
  64. runOnlyForDeploymentPostprocessing = 0;
  65. };
  66. 255D24BF243E32BE00198B35 /* Frameworks */ = {
  67. isa = PBXFrameworksBuildPhase;
  68. buildActionMask = 2147483647;
  69. files = (
  70. );
  71. runOnlyForDeploymentPostprocessing = 0;
  72. };
  73. /* End PBXFrameworksBuildPhase section */
  74. /* Begin PBXGroup section */
  75. 255D2498243E32BB00198B35 = {
  76. isa = PBXGroup;
  77. children = (
  78. 255D24A3243E32BB00198B35 /* ABTQA */,
  79. 255D24A2243E32BB00198B35 /* Products */,
  80. FC73BA2658C640D2CEB51416 /* Pods */,
  81. A6341FFA37CD381C238CFACD /* Frameworks */,
  82. );
  83. sourceTree = "<group>";
  84. };
  85. 255D24A2243E32BB00198B35 /* Products */ = {
  86. isa = PBXGroup;
  87. children = (
  88. 255D24A1243E32BB00198B35 /* ABTQA.app */,
  89. 255D24B7243E32BE00198B35 /* ABTQATests.xctest */,
  90. 255D24C2243E32BE00198B35 /* ABTQAUITests.xctest */,
  91. );
  92. name = Products;
  93. sourceTree = "<group>";
  94. };
  95. 255D24A3243E32BB00198B35 /* ABTQA */ = {
  96. isa = PBXGroup;
  97. children = (
  98. 25FFEDED243E35BF00C2A81F /* GoogleService-Info.plist */,
  99. 255D24A4243E32BB00198B35 /* AppDelegate.swift */,
  100. 255D24A6243E32BB00198B35 /* SceneDelegate.swift */,
  101. 255D24A8243E32BB00198B35 /* ViewController.swift */,
  102. 255D24AA243E32BB00198B35 /* Main.storyboard */,
  103. 255D24AD243E32BE00198B35 /* Assets.xcassets */,
  104. 255D24AF243E32BE00198B35 /* LaunchScreen.storyboard */,
  105. 255D24B2243E32BE00198B35 /* Info.plist */,
  106. );
  107. path = ABTQA;
  108. sourceTree = "<group>";
  109. };
  110. A6341FFA37CD381C238CFACD /* Frameworks */ = {
  111. isa = PBXGroup;
  112. children = (
  113. 7C35C0A4297077A1FB0E6D7B /* Pods_ABTQA.framework */,
  114. );
  115. name = Frameworks;
  116. sourceTree = "<group>";
  117. };
  118. FC73BA2658C640D2CEB51416 /* Pods */ = {
  119. isa = PBXGroup;
  120. children = (
  121. 9F7FA3676E99EC590CEEAC0F /* Pods-ABTQA.debug.xcconfig */,
  122. C102C1701D9907088D93DB4D /* Pods-ABTQA.release.xcconfig */,
  123. );
  124. path = Pods;
  125. sourceTree = "<group>";
  126. };
  127. /* End PBXGroup section */
  128. /* Begin PBXNativeTarget section */
  129. 255D24A0243E32BB00198B35 /* ABTQA */ = {
  130. isa = PBXNativeTarget;
  131. buildConfigurationList = 255D24CB243E32BE00198B35 /* Build configuration list for PBXNativeTarget "ABTQA" */;
  132. buildPhases = (
  133. 2FD2371C77637C00228E0222 /* [CP] Check Pods Manifest.lock */,
  134. 255D249D243E32BB00198B35 /* Sources */,
  135. 255D249E243E32BB00198B35 /* Frameworks */,
  136. 255D249F243E32BB00198B35 /* Resources */,
  137. C335D81655632B345829C5CC /* [CP] Embed Pods Frameworks */,
  138. );
  139. buildRules = (
  140. );
  141. dependencies = (
  142. );
  143. name = ABTQA;
  144. productName = ABTQA;
  145. productReference = 255D24A1243E32BB00198B35 /* ABTQA.app */;
  146. productType = "com.apple.product-type.application";
  147. };
  148. 255D24B6243E32BE00198B35 /* ABTQATests */ = {
  149. isa = PBXNativeTarget;
  150. buildConfigurationList = 255D24CE243E32BE00198B35 /* Build configuration list for PBXNativeTarget "ABTQATests" */;
  151. buildPhases = (
  152. 255D24B3243E32BE00198B35 /* Sources */,
  153. 255D24B4243E32BE00198B35 /* Frameworks */,
  154. 255D24B5243E32BE00198B35 /* Resources */,
  155. );
  156. buildRules = (
  157. );
  158. dependencies = (
  159. 255D24B9243E32BE00198B35 /* PBXTargetDependency */,
  160. );
  161. name = ABTQATests;
  162. productName = ABTQATests;
  163. productReference = 255D24B7243E32BE00198B35 /* ABTQATests.xctest */;
  164. productType = "com.apple.product-type.bundle.unit-test";
  165. };
  166. 255D24C1243E32BE00198B35 /* ABTQAUITests */ = {
  167. isa = PBXNativeTarget;
  168. buildConfigurationList = 255D24D1243E32BE00198B35 /* Build configuration list for PBXNativeTarget "ABTQAUITests" */;
  169. buildPhases = (
  170. 255D24BE243E32BE00198B35 /* Sources */,
  171. 255D24BF243E32BE00198B35 /* Frameworks */,
  172. 255D24C0243E32BE00198B35 /* Resources */,
  173. );
  174. buildRules = (
  175. );
  176. dependencies = (
  177. 255D24C4243E32BE00198B35 /* PBXTargetDependency */,
  178. );
  179. name = ABTQAUITests;
  180. productName = ABTQAUITests;
  181. productReference = 255D24C2243E32BE00198B35 /* ABTQAUITests.xctest */;
  182. productType = "com.apple.product-type.bundle.ui-testing";
  183. };
  184. /* End PBXNativeTarget section */
  185. /* Begin PBXProject section */
  186. 255D2499243E32BB00198B35 /* Project object */ = {
  187. isa = PBXProject;
  188. attributes = {
  189. LastSwiftUpdateCheck = 1140;
  190. LastUpgradeCheck = 1140;
  191. ORGANIZATIONNAME = Firebase;
  192. TargetAttributes = {
  193. 255D24A0243E32BB00198B35 = {
  194. CreatedOnToolsVersion = 11.4;
  195. };
  196. 255D24B6243E32BE00198B35 = {
  197. CreatedOnToolsVersion = 11.4;
  198. TestTargetID = 255D24A0243E32BB00198B35;
  199. };
  200. 255D24C1243E32BE00198B35 = {
  201. CreatedOnToolsVersion = 11.4;
  202. TestTargetID = 255D24A0243E32BB00198B35;
  203. };
  204. };
  205. };
  206. buildConfigurationList = 255D249C243E32BB00198B35 /* Build configuration list for PBXProject "ABTQA" */;
  207. compatibilityVersion = "Xcode 9.3";
  208. developmentRegion = en;
  209. hasScannedForEncodings = 0;
  210. knownRegions = (
  211. en,
  212. Base,
  213. );
  214. mainGroup = 255D2498243E32BB00198B35;
  215. productRefGroup = 255D24A2243E32BB00198B35 /* Products */;
  216. projectDirPath = "";
  217. projectRoot = "";
  218. targets = (
  219. 255D24A0243E32BB00198B35 /* ABTQA */,
  220. 255D24B6243E32BE00198B35 /* ABTQATests */,
  221. 255D24C1243E32BE00198B35 /* ABTQAUITests */,
  222. );
  223. };
  224. /* End PBXProject section */
  225. /* Begin PBXResourcesBuildPhase section */
  226. 255D249F243E32BB00198B35 /* Resources */ = {
  227. isa = PBXResourcesBuildPhase;
  228. buildActionMask = 2147483647;
  229. files = (
  230. 255D24B1243E32BE00198B35 /* LaunchScreen.storyboard in Resources */,
  231. 25FFEDEE243E35BF00C2A81F /* GoogleService-Info.plist in Resources */,
  232. 255D24AE243E32BE00198B35 /* Assets.xcassets in Resources */,
  233. 255D24AC243E32BB00198B35 /* Main.storyboard in Resources */,
  234. );
  235. runOnlyForDeploymentPostprocessing = 0;
  236. };
  237. 255D24B5243E32BE00198B35 /* Resources */ = {
  238. isa = PBXResourcesBuildPhase;
  239. buildActionMask = 2147483647;
  240. files = (
  241. );
  242. runOnlyForDeploymentPostprocessing = 0;
  243. };
  244. 255D24C0243E32BE00198B35 /* Resources */ = {
  245. isa = PBXResourcesBuildPhase;
  246. buildActionMask = 2147483647;
  247. files = (
  248. );
  249. runOnlyForDeploymentPostprocessing = 0;
  250. };
  251. /* End PBXResourcesBuildPhase section */
  252. /* Begin PBXShellScriptBuildPhase section */
  253. 2FD2371C77637C00228E0222 /* [CP] Check Pods Manifest.lock */ = {
  254. isa = PBXShellScriptBuildPhase;
  255. buildActionMask = 2147483647;
  256. files = (
  257. );
  258. inputFileListPaths = (
  259. );
  260. inputPaths = (
  261. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  262. "${PODS_ROOT}/Manifest.lock",
  263. );
  264. name = "[CP] Check Pods Manifest.lock";
  265. outputFileListPaths = (
  266. );
  267. outputPaths = (
  268. "$(DERIVED_FILE_DIR)/Pods-ABTQA-checkManifestLockResult.txt",
  269. );
  270. runOnlyForDeploymentPostprocessing = 0;
  271. shellPath = /bin/sh;
  272. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  273. showEnvVarsInLog = 0;
  274. };
  275. C335D81655632B345829C5CC /* [CP] Embed Pods Frameworks */ = {
  276. isa = PBXShellScriptBuildPhase;
  277. buildActionMask = 2147483647;
  278. files = (
  279. );
  280. inputFileListPaths = (
  281. "${PODS_ROOT}/Target Support Files/Pods-ABTQA/Pods-ABTQA-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  282. );
  283. name = "[CP] Embed Pods Frameworks";
  284. outputFileListPaths = (
  285. "${PODS_ROOT}/Target Support Files/Pods-ABTQA/Pods-ABTQA-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  286. );
  287. runOnlyForDeploymentPostprocessing = 0;
  288. shellPath = /bin/sh;
  289. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ABTQA/Pods-ABTQA-frameworks.sh\"\n";
  290. showEnvVarsInLog = 0;
  291. };
  292. /* End PBXShellScriptBuildPhase section */
  293. /* Begin PBXSourcesBuildPhase section */
  294. 255D249D243E32BB00198B35 /* Sources */ = {
  295. isa = PBXSourcesBuildPhase;
  296. buildActionMask = 2147483647;
  297. files = (
  298. 255D24A9243E32BB00198B35 /* ViewController.swift in Sources */,
  299. 255D24A5243E32BB00198B35 /* AppDelegate.swift in Sources */,
  300. 255D24A7243E32BB00198B35 /* SceneDelegate.swift in Sources */,
  301. );
  302. runOnlyForDeploymentPostprocessing = 0;
  303. };
  304. 255D24B3243E32BE00198B35 /* Sources */ = {
  305. isa = PBXSourcesBuildPhase;
  306. buildActionMask = 2147483647;
  307. files = (
  308. );
  309. runOnlyForDeploymentPostprocessing = 0;
  310. };
  311. 255D24BE243E32BE00198B35 /* Sources */ = {
  312. isa = PBXSourcesBuildPhase;
  313. buildActionMask = 2147483647;
  314. files = (
  315. );
  316. runOnlyForDeploymentPostprocessing = 0;
  317. };
  318. /* End PBXSourcesBuildPhase section */
  319. /* Begin PBXTargetDependency section */
  320. 255D24B9243E32BE00198B35 /* PBXTargetDependency */ = {
  321. isa = PBXTargetDependency;
  322. target = 255D24A0243E32BB00198B35 /* ABTQA */;
  323. targetProxy = 255D24B8243E32BE00198B35 /* PBXContainerItemProxy */;
  324. };
  325. 255D24C4243E32BE00198B35 /* PBXTargetDependency */ = {
  326. isa = PBXTargetDependency;
  327. target = 255D24A0243E32BB00198B35 /* ABTQA */;
  328. targetProxy = 255D24C3243E32BE00198B35 /* PBXContainerItemProxy */;
  329. };
  330. /* End PBXTargetDependency section */
  331. /* Begin PBXVariantGroup section */
  332. 255D24AA243E32BB00198B35 /* Main.storyboard */ = {
  333. isa = PBXVariantGroup;
  334. children = (
  335. 255D24AB243E32BB00198B35 /* Base */,
  336. );
  337. name = Main.storyboard;
  338. sourceTree = "<group>";
  339. };
  340. 255D24AF243E32BE00198B35 /* LaunchScreen.storyboard */ = {
  341. isa = PBXVariantGroup;
  342. children = (
  343. 255D24B0243E32BE00198B35 /* Base */,
  344. );
  345. name = LaunchScreen.storyboard;
  346. sourceTree = "<group>";
  347. };
  348. /* End PBXVariantGroup section */
  349. /* Begin XCBuildConfiguration section */
  350. 255D24C9243E32BE00198B35 /* Debug */ = {
  351. isa = XCBuildConfiguration;
  352. buildSettings = {
  353. ALWAYS_SEARCH_USER_PATHS = NO;
  354. CLANG_ANALYZER_NONNULL = YES;
  355. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  356. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  357. CLANG_CXX_LIBRARY = "libc++";
  358. CLANG_ENABLE_MODULES = YES;
  359. CLANG_ENABLE_OBJC_ARC = YES;
  360. CLANG_ENABLE_OBJC_WEAK = YES;
  361. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  362. CLANG_WARN_BOOL_CONVERSION = YES;
  363. CLANG_WARN_COMMA = YES;
  364. CLANG_WARN_CONSTANT_CONVERSION = YES;
  365. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  366. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  367. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  368. CLANG_WARN_EMPTY_BODY = YES;
  369. CLANG_WARN_ENUM_CONVERSION = YES;
  370. CLANG_WARN_INFINITE_RECURSION = YES;
  371. CLANG_WARN_INT_CONVERSION = YES;
  372. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  373. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  374. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  375. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  376. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  377. CLANG_WARN_STRICT_PROTOTYPES = YES;
  378. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  379. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  380. CLANG_WARN_UNREACHABLE_CODE = YES;
  381. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  382. COPY_PHASE_STRIP = NO;
  383. DEBUG_INFORMATION_FORMAT = dwarf;
  384. ENABLE_STRICT_OBJC_MSGSEND = YES;
  385. ENABLE_TESTABILITY = YES;
  386. GCC_C_LANGUAGE_STANDARD = gnu11;
  387. GCC_DYNAMIC_NO_PIC = NO;
  388. GCC_NO_COMMON_BLOCKS = YES;
  389. GCC_OPTIMIZATION_LEVEL = 0;
  390. GCC_PREPROCESSOR_DEFINITIONS = (
  391. "DEBUG=1",
  392. "$(inherited)",
  393. );
  394. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  395. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  396. GCC_WARN_UNDECLARED_SELECTOR = YES;
  397. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  398. GCC_WARN_UNUSED_FUNCTION = YES;
  399. GCC_WARN_UNUSED_VARIABLE = YES;
  400. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  401. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  402. MTL_FAST_MATH = YES;
  403. ONLY_ACTIVE_ARCH = YES;
  404. SDKROOT = iphoneos;
  405. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  406. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  407. };
  408. name = Debug;
  409. };
  410. 255D24CA243E32BE00198B35 /* Release */ = {
  411. isa = XCBuildConfiguration;
  412. buildSettings = {
  413. ALWAYS_SEARCH_USER_PATHS = NO;
  414. CLANG_ANALYZER_NONNULL = YES;
  415. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  416. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  417. CLANG_CXX_LIBRARY = "libc++";
  418. CLANG_ENABLE_MODULES = YES;
  419. CLANG_ENABLE_OBJC_ARC = YES;
  420. CLANG_ENABLE_OBJC_WEAK = YES;
  421. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  422. CLANG_WARN_BOOL_CONVERSION = YES;
  423. CLANG_WARN_COMMA = YES;
  424. CLANG_WARN_CONSTANT_CONVERSION = YES;
  425. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  426. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  427. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  428. CLANG_WARN_EMPTY_BODY = YES;
  429. CLANG_WARN_ENUM_CONVERSION = YES;
  430. CLANG_WARN_INFINITE_RECURSION = YES;
  431. CLANG_WARN_INT_CONVERSION = YES;
  432. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  433. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  434. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  435. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  436. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  437. CLANG_WARN_STRICT_PROTOTYPES = YES;
  438. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  439. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  440. CLANG_WARN_UNREACHABLE_CODE = YES;
  441. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  442. COPY_PHASE_STRIP = NO;
  443. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  444. ENABLE_NS_ASSERTIONS = NO;
  445. ENABLE_STRICT_OBJC_MSGSEND = YES;
  446. GCC_C_LANGUAGE_STANDARD = gnu11;
  447. GCC_NO_COMMON_BLOCKS = YES;
  448. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  449. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  450. GCC_WARN_UNDECLARED_SELECTOR = YES;
  451. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  452. GCC_WARN_UNUSED_FUNCTION = YES;
  453. GCC_WARN_UNUSED_VARIABLE = YES;
  454. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  455. MTL_ENABLE_DEBUG_INFO = NO;
  456. MTL_FAST_MATH = YES;
  457. SDKROOT = iphoneos;
  458. SWIFT_COMPILATION_MODE = wholemodule;
  459. SWIFT_OPTIMIZATION_LEVEL = "-O";
  460. VALIDATE_PRODUCT = YES;
  461. };
  462. name = Release;
  463. };
  464. 255D24CC243E32BE00198B35 /* Debug */ = {
  465. isa = XCBuildConfiguration;
  466. baseConfigurationReference = 9F7FA3676E99EC590CEEAC0F /* Pods-ABTQA.debug.xcconfig */;
  467. buildSettings = {
  468. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  469. CODE_SIGN_STYLE = Automatic;
  470. DEVELOPMENT_TEAM = 965RJH2QM8;
  471. INFOPLIST_FILE = ABTQA/Info.plist;
  472. LD_RUNPATH_SEARCH_PATHS = (
  473. "$(inherited)",
  474. "@executable_path/Frameworks",
  475. );
  476. MARKETING_VERSION = 0.1;
  477. PRODUCT_BUNDLE_IDENTIFIER = com.firebase.ABTQA;
  478. PRODUCT_NAME = "$(TARGET_NAME)";
  479. SWIFT_VERSION = 5.0;
  480. TARGETED_DEVICE_FAMILY = "1,2";
  481. };
  482. name = Debug;
  483. };
  484. 255D24CD243E32BE00198B35 /* Release */ = {
  485. isa = XCBuildConfiguration;
  486. baseConfigurationReference = C102C1701D9907088D93DB4D /* Pods-ABTQA.release.xcconfig */;
  487. buildSettings = {
  488. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  489. CODE_SIGN_STYLE = Automatic;
  490. DEVELOPMENT_TEAM = 965RJH2QM8;
  491. INFOPLIST_FILE = ABTQA/Info.plist;
  492. LD_RUNPATH_SEARCH_PATHS = (
  493. "$(inherited)",
  494. "@executable_path/Frameworks",
  495. );
  496. MARKETING_VERSION = 0.1;
  497. PRODUCT_BUNDLE_IDENTIFIER = com.firebase.ABTQA;
  498. PRODUCT_NAME = "$(TARGET_NAME)";
  499. SWIFT_VERSION = 5.0;
  500. TARGETED_DEVICE_FAMILY = "1,2";
  501. };
  502. name = Release;
  503. };
  504. 255D24CF243E32BE00198B35 /* Debug */ = {
  505. isa = XCBuildConfiguration;
  506. buildSettings = {
  507. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  508. BUNDLE_LOADER = "$(TEST_HOST)";
  509. CODE_SIGN_STYLE = Automatic;
  510. DEVELOPMENT_TEAM = 965RJH2QM8;
  511. INFOPLIST_FILE = ABTQATests/Info.plist;
  512. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  513. LD_RUNPATH_SEARCH_PATHS = (
  514. "$(inherited)",
  515. "@executable_path/Frameworks",
  516. "@loader_path/Frameworks",
  517. );
  518. PRODUCT_BUNDLE_IDENTIFIER = com.firebase.ABTQATests;
  519. PRODUCT_NAME = "$(TARGET_NAME)";
  520. SWIFT_VERSION = 5.0;
  521. TARGETED_DEVICE_FAMILY = "1,2";
  522. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ABTQA.app/ABTQA";
  523. };
  524. name = Debug;
  525. };
  526. 255D24D0243E32BE00198B35 /* Release */ = {
  527. isa = XCBuildConfiguration;
  528. buildSettings = {
  529. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  530. BUNDLE_LOADER = "$(TEST_HOST)";
  531. CODE_SIGN_STYLE = Automatic;
  532. DEVELOPMENT_TEAM = 965RJH2QM8;
  533. INFOPLIST_FILE = ABTQATests/Info.plist;
  534. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  535. LD_RUNPATH_SEARCH_PATHS = (
  536. "$(inherited)",
  537. "@executable_path/Frameworks",
  538. "@loader_path/Frameworks",
  539. );
  540. PRODUCT_BUNDLE_IDENTIFIER = com.firebase.ABTQATests;
  541. PRODUCT_NAME = "$(TARGET_NAME)";
  542. SWIFT_VERSION = 5.0;
  543. TARGETED_DEVICE_FAMILY = "1,2";
  544. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ABTQA.app/ABTQA";
  545. };
  546. name = Release;
  547. };
  548. 255D24D2243E32BE00198B35 /* Debug */ = {
  549. isa = XCBuildConfiguration;
  550. buildSettings = {
  551. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  552. CODE_SIGN_STYLE = Automatic;
  553. DEVELOPMENT_TEAM = 965RJH2QM8;
  554. INFOPLIST_FILE = ABTQAUITests/Info.plist;
  555. LD_RUNPATH_SEARCH_PATHS = (
  556. "$(inherited)",
  557. "@executable_path/Frameworks",
  558. "@loader_path/Frameworks",
  559. );
  560. PRODUCT_BUNDLE_IDENTIFIER = com.firebase.ABTQAUITests;
  561. PRODUCT_NAME = "$(TARGET_NAME)";
  562. SWIFT_VERSION = 5.0;
  563. TARGETED_DEVICE_FAMILY = "1,2";
  564. TEST_TARGET_NAME = ABTQA;
  565. };
  566. name = Debug;
  567. };
  568. 255D24D3243E32BE00198B35 /* Release */ = {
  569. isa = XCBuildConfiguration;
  570. buildSettings = {
  571. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  572. CODE_SIGN_STYLE = Automatic;
  573. DEVELOPMENT_TEAM = 965RJH2QM8;
  574. INFOPLIST_FILE = ABTQAUITests/Info.plist;
  575. LD_RUNPATH_SEARCH_PATHS = (
  576. "$(inherited)",
  577. "@executable_path/Frameworks",
  578. "@loader_path/Frameworks",
  579. );
  580. PRODUCT_BUNDLE_IDENTIFIER = com.firebase.ABTQAUITests;
  581. PRODUCT_NAME = "$(TARGET_NAME)";
  582. SWIFT_VERSION = 5.0;
  583. TARGETED_DEVICE_FAMILY = "1,2";
  584. TEST_TARGET_NAME = ABTQA;
  585. };
  586. name = Release;
  587. };
  588. /* End XCBuildConfiguration section */
  589. /* Begin XCConfigurationList section */
  590. 255D249C243E32BB00198B35 /* Build configuration list for PBXProject "ABTQA" */ = {
  591. isa = XCConfigurationList;
  592. buildConfigurations = (
  593. 255D24C9243E32BE00198B35 /* Debug */,
  594. 255D24CA243E32BE00198B35 /* Release */,
  595. );
  596. defaultConfigurationIsVisible = 0;
  597. defaultConfigurationName = Release;
  598. };
  599. 255D24CB243E32BE00198B35 /* Build configuration list for PBXNativeTarget "ABTQA" */ = {
  600. isa = XCConfigurationList;
  601. buildConfigurations = (
  602. 255D24CC243E32BE00198B35 /* Debug */,
  603. 255D24CD243E32BE00198B35 /* Release */,
  604. );
  605. defaultConfigurationIsVisible = 0;
  606. defaultConfigurationName = Release;
  607. };
  608. 255D24CE243E32BE00198B35 /* Build configuration list for PBXNativeTarget "ABTQATests" */ = {
  609. isa = XCConfigurationList;
  610. buildConfigurations = (
  611. 255D24CF243E32BE00198B35 /* Debug */,
  612. 255D24D0243E32BE00198B35 /* Release */,
  613. );
  614. defaultConfigurationIsVisible = 0;
  615. defaultConfigurationName = Release;
  616. };
  617. 255D24D1243E32BE00198B35 /* Build configuration list for PBXNativeTarget "ABTQAUITests" */ = {
  618. isa = XCConfigurationList;
  619. buildConfigurations = (
  620. 255D24D2243E32BE00198B35 /* Debug */,
  621. 255D24D3243E32BE00198B35 /* Release */,
  622. );
  623. defaultConfigurationIsVisible = 0;
  624. defaultConfigurationName = Release;
  625. };
  626. /* End XCConfigurationList section */
  627. };
  628. rootObject = 255D2499243E32BB00198B35 /* Project object */;
  629. }