project.pbxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 5B1A9B14232846F3001809E9 /* FRCLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B1A9B13232846F3001809E9 /* FRCLog.m */; };
  10. 5B1A9B1723284735001809E9 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5B1A9B1523284734001809E9 /* LaunchScreen.xib */; };
  11. 5BE818E323271577004DE6BA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BE818E223271577004DE6BA /* AppDelegate.m */; };
  12. 5BE818E623271577004DE6BA /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BE818E523271577004DE6BA /* ViewController.m */; };
  13. 5BE818E923271577004DE6BA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5BE818E723271577004DE6BA /* Main.storyboard */; };
  14. 5BE818EB23271579004DE6BA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5BE818EA23271579004DE6BA /* Assets.xcassets */; };
  15. 5BE818F123271579004DE6BA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BE818F023271579004DE6BA /* main.m */; };
  16. 5BE818FB23271579004DE6BA /* RemoteConfigSampleAppUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BE818FA23271579004DE6BA /* RemoteConfigSampleAppUITests.m */; };
  17. D5C72761A16C64F0DB522FE9 /* Pods_RemoteConfigSampleAppUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1244CD4C99B6BF70752BE1B6 /* Pods_RemoteConfigSampleAppUITests.framework */; };
  18. DE71200824C92CA800C28FE2 /* SecondApp-GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DE71200724C92CA800C28FE2 /* SecondApp-GoogleService-Info.plist */; };
  19. DE71200A24C9C1F100C28FE2 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DE71200924C9C1F000C28FE2 /* GoogleService-Info.plist */; };
  20. F149334D7027F03ADF9FF9FC /* Pods_RemoteConfigSampleApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D431F3C235B420372A7847C /* Pods_RemoteConfigSampleApp.framework */; };
  21. /* End PBXBuildFile section */
  22. /* Begin PBXContainerItemProxy section */
  23. 5BE818F723271579004DE6BA /* PBXContainerItemProxy */ = {
  24. isa = PBXContainerItemProxy;
  25. containerPortal = 5BE818D623271577004DE6BA /* Project object */;
  26. proxyType = 1;
  27. remoteGlobalIDString = 5BE818DD23271577004DE6BA;
  28. remoteInfo = RemoteConfigSampleApp;
  29. };
  30. /* End PBXContainerItemProxy section */
  31. /* Begin PBXFileReference section */
  32. 1244CD4C99B6BF70752BE1B6 /* Pods_RemoteConfigSampleAppUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RemoteConfigSampleAppUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  33. 1D431F3C235B420372A7847C /* Pods_RemoteConfigSampleApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RemoteConfigSampleApp.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  34. 320B1622DD22D8F84814CDA9 /* Pods-RemoteConfigSampleAppUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RemoteConfigSampleAppUITests.release.xcconfig"; path = "Target Support Files/Pods-RemoteConfigSampleAppUITests/Pods-RemoteConfigSampleAppUITests.release.xcconfig"; sourceTree = "<group>"; };
  35. 5B1A9B12232846F3001809E9 /* FRCLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FRCLog.h; sourceTree = "<group>"; };
  36. 5B1A9B13232846F3001809E9 /* FRCLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FRCLog.m; sourceTree = "<group>"; };
  37. 5B1A9B1623284734001809E9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  38. 5BE818DE23271577004DE6BA /* RemoteConfigSampleApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RemoteConfigSampleApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
  39. 5BE818E123271577004DE6BA /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  40. 5BE818E223271577004DE6BA /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  41. 5BE818E423271577004DE6BA /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  42. 5BE818E523271577004DE6BA /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  43. 5BE818E823271577004DE6BA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  44. 5BE818EA23271579004DE6BA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  45. 5BE818EF23271579004DE6BA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  46. 5BE818F023271579004DE6BA /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  47. 5BE818F623271579004DE6BA /* RemoteConfigSampleAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RemoteConfigSampleAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  48. 5BE818FA23271579004DE6BA /* RemoteConfigSampleAppUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RemoteConfigSampleAppUITests.m; sourceTree = "<group>"; };
  49. 5BE818FC23271579004DE6BA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  50. 5CC24231A56D124F27682F1C /* Pods-RemoteConfigSampleApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RemoteConfigSampleApp.debug.xcconfig"; path = "Target Support Files/Pods-RemoteConfigSampleApp/Pods-RemoteConfigSampleApp.debug.xcconfig"; sourceTree = "<group>"; };
  51. DA0A0BDC31A76C0D70249412 /* Pods-RemoteConfigSampleApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RemoteConfigSampleApp.release.xcconfig"; path = "Target Support Files/Pods-RemoteConfigSampleApp/Pods-RemoteConfigSampleApp.release.xcconfig"; sourceTree = "<group>"; };
  52. DE71200724C92CA800C28FE2 /* SecondApp-GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "SecondApp-GoogleService-Info.plist"; path = "../../Unit/SecondApp-GoogleService-Info.plist"; sourceTree = "<group>"; };
  53. DE71200924C9C1F000C28FE2 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../FakeUtils/GoogleService-Info.plist"; sourceTree = "<group>"; };
  54. DEB267EAC843EF4BD455C9EC /* Pods-RemoteConfigSampleAppUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RemoteConfigSampleAppUITests.debug.xcconfig"; path = "Target Support Files/Pods-RemoteConfigSampleAppUITests/Pods-RemoteConfigSampleAppUITests.debug.xcconfig"; sourceTree = "<group>"; };
  55. /* End PBXFileReference section */
  56. /* Begin PBXFrameworksBuildPhase section */
  57. 5BE818DB23271577004DE6BA /* Frameworks */ = {
  58. isa = PBXFrameworksBuildPhase;
  59. buildActionMask = 2147483647;
  60. files = (
  61. F149334D7027F03ADF9FF9FC /* Pods_RemoteConfigSampleApp.framework in Frameworks */,
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. 5BE818F323271579004DE6BA /* Frameworks */ = {
  66. isa = PBXFrameworksBuildPhase;
  67. buildActionMask = 2147483647;
  68. files = (
  69. D5C72761A16C64F0DB522FE9 /* Pods_RemoteConfigSampleAppUITests.framework in Frameworks */,
  70. );
  71. runOnlyForDeploymentPostprocessing = 0;
  72. };
  73. /* End PBXFrameworksBuildPhase section */
  74. /* Begin PBXGroup section */
  75. 0C290DF47A3C2D196A167E1F /* Frameworks */ = {
  76. isa = PBXGroup;
  77. children = (
  78. 1D431F3C235B420372A7847C /* Pods_RemoteConfigSampleApp.framework */,
  79. 1244CD4C99B6BF70752BE1B6 /* Pods_RemoteConfigSampleAppUITests.framework */,
  80. );
  81. name = Frameworks;
  82. sourceTree = "<group>";
  83. };
  84. 3758ED599824787428F6BB71 /* Pods */ = {
  85. isa = PBXGroup;
  86. children = (
  87. 5CC24231A56D124F27682F1C /* Pods-RemoteConfigSampleApp.debug.xcconfig */,
  88. DA0A0BDC31A76C0D70249412 /* Pods-RemoteConfigSampleApp.release.xcconfig */,
  89. DEB267EAC843EF4BD455C9EC /* Pods-RemoteConfigSampleAppUITests.debug.xcconfig */,
  90. 320B1622DD22D8F84814CDA9 /* Pods-RemoteConfigSampleAppUITests.release.xcconfig */,
  91. );
  92. path = Pods;
  93. sourceTree = "<group>";
  94. };
  95. 5BE818D523271577004DE6BA = {
  96. isa = PBXGroup;
  97. children = (
  98. 5BE818E023271577004DE6BA /* RemoteConfigSampleApp */,
  99. 5BE818F923271579004DE6BA /* RemoteConfigSampleAppUITests */,
  100. 5BE818DF23271577004DE6BA /* Products */,
  101. 3758ED599824787428F6BB71 /* Pods */,
  102. 0C290DF47A3C2D196A167E1F /* Frameworks */,
  103. );
  104. sourceTree = "<group>";
  105. };
  106. 5BE818DF23271577004DE6BA /* Products */ = {
  107. isa = PBXGroup;
  108. children = (
  109. 5BE818DE23271577004DE6BA /* RemoteConfigSampleApp.app */,
  110. 5BE818F623271579004DE6BA /* RemoteConfigSampleAppUITests.xctest */,
  111. );
  112. name = Products;
  113. sourceTree = "<group>";
  114. };
  115. 5BE818E023271577004DE6BA /* RemoteConfigSampleApp */ = {
  116. isa = PBXGroup;
  117. children = (
  118. DE71200924C9C1F000C28FE2 /* GoogleService-Info.plist */,
  119. DE71200724C92CA800C28FE2 /* SecondApp-GoogleService-Info.plist */,
  120. 5B1A9B12232846F3001809E9 /* FRCLog.h */,
  121. 5B1A9B13232846F3001809E9 /* FRCLog.m */,
  122. 5BE818E123271577004DE6BA /* AppDelegate.h */,
  123. 5BE818E223271577004DE6BA /* AppDelegate.m */,
  124. 5BE818E423271577004DE6BA /* ViewController.h */,
  125. 5BE818E523271577004DE6BA /* ViewController.m */,
  126. 5BE818E723271577004DE6BA /* Main.storyboard */,
  127. 5BE818EA23271579004DE6BA /* Assets.xcassets */,
  128. 5BE818EF23271579004DE6BA /* Info.plist */,
  129. 5BE818F023271579004DE6BA /* main.m */,
  130. 5B1A9B1523284734001809E9 /* LaunchScreen.xib */,
  131. );
  132. path = RemoteConfigSampleApp;
  133. sourceTree = "<group>";
  134. };
  135. 5BE818F923271579004DE6BA /* RemoteConfigSampleAppUITests */ = {
  136. isa = PBXGroup;
  137. children = (
  138. 5BE818FA23271579004DE6BA /* RemoteConfigSampleAppUITests.m */,
  139. 5BE818FC23271579004DE6BA /* Info.plist */,
  140. );
  141. path = RemoteConfigSampleAppUITests;
  142. sourceTree = "<group>";
  143. };
  144. /* End PBXGroup section */
  145. /* Begin PBXNativeTarget section */
  146. 5BE818DD23271577004DE6BA /* RemoteConfigSampleApp */ = {
  147. isa = PBXNativeTarget;
  148. buildConfigurationList = 5BE818FF23271579004DE6BA /* Build configuration list for PBXNativeTarget "RemoteConfigSampleApp" */;
  149. buildPhases = (
  150. 906F74C3F776C198B98BCEDD /* [CP] Check Pods Manifest.lock */,
  151. 5BE818DA23271577004DE6BA /* Sources */,
  152. 5BE818DB23271577004DE6BA /* Frameworks */,
  153. 5BE818DC23271577004DE6BA /* Resources */,
  154. 2AE302E89210FD0E9ADD4DA7 /* [CP] Embed Pods Frameworks */,
  155. );
  156. buildRules = (
  157. );
  158. dependencies = (
  159. );
  160. name = RemoteConfigSampleApp;
  161. productName = RemoteConfigSampleApp;
  162. productReference = 5BE818DE23271577004DE6BA /* RemoteConfigSampleApp.app */;
  163. productType = "com.apple.product-type.application";
  164. };
  165. 5BE818F523271579004DE6BA /* RemoteConfigSampleAppUITests */ = {
  166. isa = PBXNativeTarget;
  167. buildConfigurationList = 5BE8190223271579004DE6BA /* Build configuration list for PBXNativeTarget "RemoteConfigSampleAppUITests" */;
  168. buildPhases = (
  169. 64DE2AB2473E2BB72172C6F0 /* [CP] Check Pods Manifest.lock */,
  170. 5BE818F223271579004DE6BA /* Sources */,
  171. 5BE818F323271579004DE6BA /* Frameworks */,
  172. 5BE818F423271579004DE6BA /* Resources */,
  173. );
  174. buildRules = (
  175. );
  176. dependencies = (
  177. 5BE818F823271579004DE6BA /* PBXTargetDependency */,
  178. );
  179. name = RemoteConfigSampleAppUITests;
  180. productName = RemoteConfigSampleAppUITests;
  181. productReference = 5BE818F623271579004DE6BA /* RemoteConfigSampleAppUITests.xctest */;
  182. productType = "com.apple.product-type.bundle.ui-testing";
  183. };
  184. /* End PBXNativeTarget section */
  185. /* Begin PBXProject section */
  186. 5BE818D623271577004DE6BA /* Project object */ = {
  187. isa = PBXProject;
  188. attributes = {
  189. LastUpgradeCheck = 1030;
  190. ORGANIZATIONNAME = "Google Inc";
  191. TargetAttributes = {
  192. 5BE818DD23271577004DE6BA = {
  193. CreatedOnToolsVersion = 10.3;
  194. };
  195. 5BE818F523271579004DE6BA = {
  196. CreatedOnToolsVersion = 10.3;
  197. TestTargetID = 5BE818DD23271577004DE6BA;
  198. };
  199. };
  200. };
  201. buildConfigurationList = 5BE818D923271577004DE6BA /* Build configuration list for PBXProject "RemoteConfigSampleApp" */;
  202. compatibilityVersion = "Xcode 9.3";
  203. developmentRegion = en;
  204. hasScannedForEncodings = 0;
  205. knownRegions = (
  206. en,
  207. Base,
  208. );
  209. mainGroup = 5BE818D523271577004DE6BA;
  210. productRefGroup = 5BE818DF23271577004DE6BA /* Products */;
  211. projectDirPath = "";
  212. projectRoot = "";
  213. targets = (
  214. 5BE818DD23271577004DE6BA /* RemoteConfigSampleApp */,
  215. 5BE818F523271579004DE6BA /* RemoteConfigSampleAppUITests */,
  216. );
  217. };
  218. /* End PBXProject section */
  219. /* Begin PBXResourcesBuildPhase section */
  220. 5BE818DC23271577004DE6BA /* Resources */ = {
  221. isa = PBXResourcesBuildPhase;
  222. buildActionMask = 2147483647;
  223. files = (
  224. 5BE818EB23271579004DE6BA /* Assets.xcassets in Resources */,
  225. DE71200824C92CA800C28FE2 /* SecondApp-GoogleService-Info.plist in Resources */,
  226. DE71200A24C9C1F100C28FE2 /* GoogleService-Info.plist in Resources */,
  227. 5B1A9B1723284735001809E9 /* LaunchScreen.xib in Resources */,
  228. 5BE818E923271577004DE6BA /* Main.storyboard in Resources */,
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. };
  232. 5BE818F423271579004DE6BA /* Resources */ = {
  233. isa = PBXResourcesBuildPhase;
  234. buildActionMask = 2147483647;
  235. files = (
  236. );
  237. runOnlyForDeploymentPostprocessing = 0;
  238. };
  239. /* End PBXResourcesBuildPhase section */
  240. /* Begin PBXShellScriptBuildPhase section */
  241. 2AE302E89210FD0E9ADD4DA7 /* [CP] Embed Pods Frameworks */ = {
  242. isa = PBXShellScriptBuildPhase;
  243. buildActionMask = 2147483647;
  244. files = (
  245. );
  246. inputFileListPaths = (
  247. "${PODS_ROOT}/Target Support Files/Pods-RemoteConfigSampleApp/Pods-RemoteConfigSampleApp-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  248. );
  249. name = "[CP] Embed Pods Frameworks";
  250. outputFileListPaths = (
  251. "${PODS_ROOT}/Target Support Files/Pods-RemoteConfigSampleApp/Pods-RemoteConfigSampleApp-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  252. );
  253. runOnlyForDeploymentPostprocessing = 0;
  254. shellPath = /bin/sh;
  255. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RemoteConfigSampleApp/Pods-RemoteConfigSampleApp-frameworks.sh\"\n";
  256. showEnvVarsInLog = 0;
  257. };
  258. 64DE2AB2473E2BB72172C6F0 /* [CP] Check Pods Manifest.lock */ = {
  259. isa = PBXShellScriptBuildPhase;
  260. buildActionMask = 2147483647;
  261. files = (
  262. );
  263. inputFileListPaths = (
  264. );
  265. inputPaths = (
  266. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  267. "${PODS_ROOT}/Manifest.lock",
  268. );
  269. name = "[CP] Check Pods Manifest.lock";
  270. outputFileListPaths = (
  271. );
  272. outputPaths = (
  273. "$(DERIVED_FILE_DIR)/Pods-RemoteConfigSampleAppUITests-checkManifestLockResult.txt",
  274. );
  275. runOnlyForDeploymentPostprocessing = 0;
  276. shellPath = /bin/sh;
  277. 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";
  278. showEnvVarsInLog = 0;
  279. };
  280. 906F74C3F776C198B98BCEDD /* [CP] Check Pods Manifest.lock */ = {
  281. isa = PBXShellScriptBuildPhase;
  282. buildActionMask = 2147483647;
  283. files = (
  284. );
  285. inputFileListPaths = (
  286. );
  287. inputPaths = (
  288. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  289. "${PODS_ROOT}/Manifest.lock",
  290. );
  291. name = "[CP] Check Pods Manifest.lock";
  292. outputFileListPaths = (
  293. );
  294. outputPaths = (
  295. "$(DERIVED_FILE_DIR)/Pods-RemoteConfigSampleApp-checkManifestLockResult.txt",
  296. );
  297. runOnlyForDeploymentPostprocessing = 0;
  298. shellPath = /bin/sh;
  299. 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";
  300. showEnvVarsInLog = 0;
  301. };
  302. /* End PBXShellScriptBuildPhase section */
  303. /* Begin PBXSourcesBuildPhase section */
  304. 5BE818DA23271577004DE6BA /* Sources */ = {
  305. isa = PBXSourcesBuildPhase;
  306. buildActionMask = 2147483647;
  307. files = (
  308. 5B1A9B14232846F3001809E9 /* FRCLog.m in Sources */,
  309. 5BE818E623271577004DE6BA /* ViewController.m in Sources */,
  310. 5BE818F123271579004DE6BA /* main.m in Sources */,
  311. 5BE818E323271577004DE6BA /* AppDelegate.m in Sources */,
  312. );
  313. runOnlyForDeploymentPostprocessing = 0;
  314. };
  315. 5BE818F223271579004DE6BA /* Sources */ = {
  316. isa = PBXSourcesBuildPhase;
  317. buildActionMask = 2147483647;
  318. files = (
  319. 5BE818FB23271579004DE6BA /* RemoteConfigSampleAppUITests.m in Sources */,
  320. );
  321. runOnlyForDeploymentPostprocessing = 0;
  322. };
  323. /* End PBXSourcesBuildPhase section */
  324. /* Begin PBXTargetDependency section */
  325. 5BE818F823271579004DE6BA /* PBXTargetDependency */ = {
  326. isa = PBXTargetDependency;
  327. target = 5BE818DD23271577004DE6BA /* RemoteConfigSampleApp */;
  328. targetProxy = 5BE818F723271579004DE6BA /* PBXContainerItemProxy */;
  329. };
  330. /* End PBXTargetDependency section */
  331. /* Begin PBXVariantGroup section */
  332. 5B1A9B1523284734001809E9 /* LaunchScreen.xib */ = {
  333. isa = PBXVariantGroup;
  334. children = (
  335. 5B1A9B1623284734001809E9 /* Base */,
  336. );
  337. name = LaunchScreen.xib;
  338. sourceTree = "<group>";
  339. };
  340. 5BE818E723271577004DE6BA /* Main.storyboard */ = {
  341. isa = PBXVariantGroup;
  342. children = (
  343. 5BE818E823271577004DE6BA /* Base */,
  344. );
  345. name = Main.storyboard;
  346. sourceTree = "<group>";
  347. };
  348. /* End PBXVariantGroup section */
  349. /* Begin XCBuildConfiguration section */
  350. 5BE818FD23271579004DE6BA /* 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. CODE_SIGN_IDENTITY = "iPhone Developer";
  383. COPY_PHASE_STRIP = NO;
  384. DEBUG_INFORMATION_FORMAT = dwarf;
  385. ENABLE_STRICT_OBJC_MSGSEND = YES;
  386. ENABLE_TESTABILITY = YES;
  387. GCC_C_LANGUAGE_STANDARD = gnu11;
  388. GCC_DYNAMIC_NO_PIC = NO;
  389. GCC_NO_COMMON_BLOCKS = YES;
  390. GCC_OPTIMIZATION_LEVEL = 0;
  391. GCC_PREPROCESSOR_DEFINITIONS = (
  392. "DEBUG=1",
  393. "$(inherited)",
  394. );
  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 = 12.4;
  402. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  403. MTL_FAST_MATH = YES;
  404. ONLY_ACTIVE_ARCH = YES;
  405. SDKROOT = iphoneos;
  406. };
  407. name = Debug;
  408. };
  409. 5BE818FE23271579004DE6BA /* Release */ = {
  410. isa = XCBuildConfiguration;
  411. buildSettings = {
  412. ALWAYS_SEARCH_USER_PATHS = NO;
  413. CLANG_ANALYZER_NONNULL = YES;
  414. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  415. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  416. CLANG_CXX_LIBRARY = "libc++";
  417. CLANG_ENABLE_MODULES = YES;
  418. CLANG_ENABLE_OBJC_ARC = YES;
  419. CLANG_ENABLE_OBJC_WEAK = YES;
  420. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  421. CLANG_WARN_BOOL_CONVERSION = YES;
  422. CLANG_WARN_COMMA = YES;
  423. CLANG_WARN_CONSTANT_CONVERSION = YES;
  424. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  425. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  426. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  427. CLANG_WARN_EMPTY_BODY = YES;
  428. CLANG_WARN_ENUM_CONVERSION = YES;
  429. CLANG_WARN_INFINITE_RECURSION = YES;
  430. CLANG_WARN_INT_CONVERSION = YES;
  431. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  432. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  433. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  434. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  435. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  436. CLANG_WARN_STRICT_PROTOTYPES = YES;
  437. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  438. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  439. CLANG_WARN_UNREACHABLE_CODE = YES;
  440. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  441. CODE_SIGN_IDENTITY = "iPhone Developer";
  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 = 12.4;
  455. MTL_ENABLE_DEBUG_INFO = NO;
  456. MTL_FAST_MATH = YES;
  457. SDKROOT = iphoneos;
  458. VALIDATE_PRODUCT = YES;
  459. };
  460. name = Release;
  461. };
  462. 5BE8190023271579004DE6BA /* Debug */ = {
  463. isa = XCBuildConfiguration;
  464. baseConfigurationReference = 5CC24231A56D124F27682F1C /* Pods-RemoteConfigSampleApp.debug.xcconfig */;
  465. buildSettings = {
  466. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  467. CODE_SIGN_STYLE = Automatic;
  468. DEVELOPMENT_TEAM = 246BUJU4JM;
  469. INFOPLIST_FILE = RemoteConfigSampleApp/Info.plist;
  470. LD_RUNPATH_SEARCH_PATHS = (
  471. "$(inherited)",
  472. "@executable_path/Frameworks",
  473. );
  474. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.config.testapp.dev.RemoteConfigSampleApp;
  475. PRODUCT_NAME = "$(TARGET_NAME)";
  476. TARGETED_DEVICE_FAMILY = "1,2";
  477. };
  478. name = Debug;
  479. };
  480. 5BE8190123271579004DE6BA /* Release */ = {
  481. isa = XCBuildConfiguration;
  482. baseConfigurationReference = DA0A0BDC31A76C0D70249412 /* Pods-RemoteConfigSampleApp.release.xcconfig */;
  483. buildSettings = {
  484. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  485. CODE_SIGN_STYLE = Automatic;
  486. DEVELOPMENT_TEAM = 246BUJU4JM;
  487. INFOPLIST_FILE = RemoteConfigSampleApp/Info.plist;
  488. LD_RUNPATH_SEARCH_PATHS = (
  489. "$(inherited)",
  490. "@executable_path/Frameworks",
  491. );
  492. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.config.testapp.dev.RemoteConfigSampleApp;
  493. PRODUCT_NAME = "$(TARGET_NAME)";
  494. TARGETED_DEVICE_FAMILY = "1,2";
  495. };
  496. name = Release;
  497. };
  498. 5BE8190323271579004DE6BA /* Debug */ = {
  499. isa = XCBuildConfiguration;
  500. baseConfigurationReference = DEB267EAC843EF4BD455C9EC /* Pods-RemoteConfigSampleAppUITests.debug.xcconfig */;
  501. buildSettings = {
  502. CODE_SIGN_STYLE = Automatic;
  503. DEVELOPMENT_TEAM = 246BUJU4JM;
  504. INFOPLIST_FILE = RemoteConfigSampleAppUITests/Info.plist;
  505. LD_RUNPATH_SEARCH_PATHS = (
  506. "$(inherited)",
  507. "@executable_path/Frameworks",
  508. "@loader_path/Frameworks",
  509. );
  510. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.config.testapp.dev.RemoteConfigSampleAppUITests;
  511. PRODUCT_NAME = "$(TARGET_NAME)";
  512. TARGETED_DEVICE_FAMILY = "1,2";
  513. TEST_TARGET_NAME = RemoteConfigSampleApp;
  514. };
  515. name = Debug;
  516. };
  517. 5BE8190423271579004DE6BA /* Release */ = {
  518. isa = XCBuildConfiguration;
  519. baseConfigurationReference = 320B1622DD22D8F84814CDA9 /* Pods-RemoteConfigSampleAppUITests.release.xcconfig */;
  520. buildSettings = {
  521. CODE_SIGN_STYLE = Automatic;
  522. DEVELOPMENT_TEAM = 246BUJU4JM;
  523. INFOPLIST_FILE = RemoteConfigSampleAppUITests/Info.plist;
  524. LD_RUNPATH_SEARCH_PATHS = (
  525. "$(inherited)",
  526. "@executable_path/Frameworks",
  527. "@loader_path/Frameworks",
  528. );
  529. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.config.testapp.dev.RemoteConfigSampleAppUITests;
  530. PRODUCT_NAME = "$(TARGET_NAME)";
  531. TARGETED_DEVICE_FAMILY = "1,2";
  532. TEST_TARGET_NAME = RemoteConfigSampleApp;
  533. };
  534. name = Release;
  535. };
  536. /* End XCBuildConfiguration section */
  537. /* Begin XCConfigurationList section */
  538. 5BE818D923271577004DE6BA /* Build configuration list for PBXProject "RemoteConfigSampleApp" */ = {
  539. isa = XCConfigurationList;
  540. buildConfigurations = (
  541. 5BE818FD23271579004DE6BA /* Debug */,
  542. 5BE818FE23271579004DE6BA /* Release */,
  543. );
  544. defaultConfigurationIsVisible = 0;
  545. defaultConfigurationName = Release;
  546. };
  547. 5BE818FF23271579004DE6BA /* Build configuration list for PBXNativeTarget "RemoteConfigSampleApp" */ = {
  548. isa = XCConfigurationList;
  549. buildConfigurations = (
  550. 5BE8190023271579004DE6BA /* Debug */,
  551. 5BE8190123271579004DE6BA /* Release */,
  552. );
  553. defaultConfigurationIsVisible = 0;
  554. defaultConfigurationName = Release;
  555. };
  556. 5BE8190223271579004DE6BA /* Build configuration list for PBXNativeTarget "RemoteConfigSampleAppUITests" */ = {
  557. isa = XCConfigurationList;
  558. buildConfigurations = (
  559. 5BE8190323271579004DE6BA /* Debug */,
  560. 5BE8190423271579004DE6BA /* Release */,
  561. );
  562. defaultConfigurationIsVisible = 0;
  563. defaultConfigurationName = Release;
  564. };
  565. /* End XCConfigurationList section */
  566. };
  567. rootObject = 5BE818D623271577004DE6BA /* Project object */;
  568. }