project.pbxproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4265DE16D92C99B9A6E56539 /* Pods_FiamDisplaySwiftExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C72088F73776B875CB106D8 /* Pods_FiamDisplaySwiftExample.framework */; };
  10. AD7200B52124D19200AFD5F3 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD7200B42124D19200AFD5F3 /* AppDelegate.swift */; };
  11. AD7200BA2124D19200AFD5F3 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AD7200B82124D19200AFD5F3 /* Main.storyboard */; };
  12. AD7200BC2124D19400AFD5F3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AD7200BB2124D19400AFD5F3 /* Assets.xcassets */; };
  13. AD7200BF2124D19400AFD5F3 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AD7200BD2124D19400AFD5F3 /* LaunchScreen.storyboard */; };
  14. AD7200C82124E24300AFD5F3 /* ImageOnlyMessageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD7200C52124E24200AFD5F3 /* ImageOnlyMessageViewController.swift */; };
  15. AD7200C92124E24300AFD5F3 /* BannerMessageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD7200C62124E24300AFD5F3 /* BannerMessageViewController.swift */; };
  16. AD7200CA2124E24300AFD5F3 /* ModalMessageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD7200C72124E24300AFD5F3 /* ModalMessageViewController.swift */; };
  17. AD7200CC2124E2A800AFD5F3 /* CommonMessageTestVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD7200CB2124E2A800AFD5F3 /* CommonMessageTestVC.swift */; };
  18. AD7200D42125F92100AFD5F3 /* InAppMessagingDisplayModalViewUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD7200D32125F92100AFD5F3 /* InAppMessagingDisplayModalViewUITests.swift */; };
  19. AD7200DC2126136D00AFD5F3 /* InAppMessagingDisplayUITestsBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD7200DB2126136D00AFD5F3 /* InAppMessagingDisplayUITestsBase.swift */; };
  20. AD7200DE2126147100AFD5F3 /* InAppMessagingDisplayBannerViewUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD7200DD2126147100AFD5F3 /* InAppMessagingDisplayBannerViewUITests.swift */; };
  21. AD7200E02126150600AFD5F3 /* InAppMessagingDisplayImageOnlyViewUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD7200DF2126150600AFD5F3 /* InAppMessagingDisplayImageOnlyViewUITests.swift */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXContainerItemProxy section */
  24. AD7200D62125F92100AFD5F3 /* PBXContainerItemProxy */ = {
  25. isa = PBXContainerItemProxy;
  26. containerPortal = ADA7B5B021223CED00B1C614 /* Project object */;
  27. proxyType = 1;
  28. remoteGlobalIDString = AD7200B12124D19200AFD5F3;
  29. remoteInfo = FiamDisplaySwiftExample;
  30. };
  31. /* End PBXContainerItemProxy section */
  32. /* Begin PBXFileReference section */
  33. 0F66149C0079E8409F390CBE /* Pods-InAppMessagingDisplay-Sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InAppMessagingDisplay-Sample.release.xcconfig"; path = "Pods/Target Support Files/Pods-InAppMessagingDisplay-Sample/Pods-InAppMessagingDisplay-Sample.release.xcconfig"; sourceTree = "<group>"; };
  34. 46449F37C45EA76C97C32634 /* Pods-FiamDisplaySwiftExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FiamDisplaySwiftExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-FiamDisplaySwiftExample/Pods-FiamDisplaySwiftExample.release.xcconfig"; sourceTree = "<group>"; };
  35. 5C72088F73776B875CB106D8 /* Pods_FiamDisplaySwiftExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FiamDisplaySwiftExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  36. 8FF302EB136148B923534F2E /* Pods-FiamDisplaySwiftExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FiamDisplaySwiftExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-FiamDisplaySwiftExample/Pods-FiamDisplaySwiftExample.debug.xcconfig"; sourceTree = "<group>"; };
  37. AD7200B22124D19200AFD5F3 /* FiamDisplaySwiftExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FiamDisplaySwiftExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  38. AD7200B42124D19200AFD5F3 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  39. AD7200B92124D19200AFD5F3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  40. AD7200BB2124D19400AFD5F3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  41. AD7200BE2124D19400AFD5F3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  42. AD7200C02124D19400AFD5F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  43. AD7200C52124E24200AFD5F3 /* ImageOnlyMessageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageOnlyMessageViewController.swift; sourceTree = "<group>"; };
  44. AD7200C62124E24300AFD5F3 /* BannerMessageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BannerMessageViewController.swift; sourceTree = "<group>"; };
  45. AD7200C72124E24300AFD5F3 /* ModalMessageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ModalMessageViewController.swift; sourceTree = "<group>"; };
  46. AD7200CB2124E2A800AFD5F3 /* CommonMessageTestVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommonMessageTestVC.swift; sourceTree = "<group>"; };
  47. AD7200D12125F92100AFD5F3 /* InAppMessagingDisplay-UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "InAppMessagingDisplay-UITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  48. AD7200D32125F92100AFD5F3 /* InAppMessagingDisplayModalViewUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InAppMessagingDisplayModalViewUITests.swift; sourceTree = "<group>"; };
  49. AD7200D52125F92100AFD5F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  50. AD7200DB2126136D00AFD5F3 /* InAppMessagingDisplayUITestsBase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InAppMessagingDisplayUITestsBase.swift; sourceTree = "<group>"; };
  51. AD7200DD2126147100AFD5F3 /* InAppMessagingDisplayBannerViewUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InAppMessagingDisplayBannerViewUITests.swift; sourceTree = "<group>"; };
  52. AD7200DF2126150600AFD5F3 /* InAppMessagingDisplayImageOnlyViewUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InAppMessagingDisplayImageOnlyViewUITests.swift; sourceTree = "<group>"; };
  53. C265D6A970BC7B345291115C /* Pods_InAppMessagingDisplay_Sample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_InAppMessagingDisplay_Sample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  54. F9F84709E9638EACD6BB35C4 /* Pods-InAppMessagingDisplay-Sample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InAppMessagingDisplay-Sample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-InAppMessagingDisplay-Sample/Pods-InAppMessagingDisplay-Sample.debug.xcconfig"; sourceTree = "<group>"; };
  55. /* End PBXFileReference section */
  56. /* Begin PBXFrameworksBuildPhase section */
  57. AD7200AF2124D19200AFD5F3 /* Frameworks */ = {
  58. isa = PBXFrameworksBuildPhase;
  59. buildActionMask = 2147483647;
  60. files = (
  61. 4265DE16D92C99B9A6E56539 /* Pods_FiamDisplaySwiftExample.framework in Frameworks */,
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. AD7200CE2125F92100AFD5F3 /* Frameworks */ = {
  66. isa = PBXFrameworksBuildPhase;
  67. buildActionMask = 2147483647;
  68. files = (
  69. );
  70. runOnlyForDeploymentPostprocessing = 0;
  71. };
  72. /* End PBXFrameworksBuildPhase section */
  73. /* Begin PBXGroup section */
  74. 9355239275ABBF1A3B074E54 /* Pods */ = {
  75. isa = PBXGroup;
  76. children = (
  77. F9F84709E9638EACD6BB35C4 /* Pods-InAppMessagingDisplay-Sample.debug.xcconfig */,
  78. 0F66149C0079E8409F390CBE /* Pods-InAppMessagingDisplay-Sample.release.xcconfig */,
  79. 8FF302EB136148B923534F2E /* Pods-FiamDisplaySwiftExample.debug.xcconfig */,
  80. 46449F37C45EA76C97C32634 /* Pods-FiamDisplaySwiftExample.release.xcconfig */,
  81. );
  82. name = Pods;
  83. sourceTree = "<group>";
  84. };
  85. 9619953F9C0FE918881BCDED /* Frameworks */ = {
  86. isa = PBXGroup;
  87. children = (
  88. C265D6A970BC7B345291115C /* Pods_InAppMessagingDisplay_Sample.framework */,
  89. 5C72088F73776B875CB106D8 /* Pods_FiamDisplaySwiftExample.framework */,
  90. );
  91. name = Frameworks;
  92. sourceTree = "<group>";
  93. };
  94. AD7200B32124D19200AFD5F3 /* FiamDisplaySwiftExample */ = {
  95. isa = PBXGroup;
  96. children = (
  97. AD7200CB2124E2A800AFD5F3 /* CommonMessageTestVC.swift */,
  98. AD7200C62124E24300AFD5F3 /* BannerMessageViewController.swift */,
  99. AD7200C52124E24200AFD5F3 /* ImageOnlyMessageViewController.swift */,
  100. AD7200C72124E24300AFD5F3 /* ModalMessageViewController.swift */,
  101. AD7200B42124D19200AFD5F3 /* AppDelegate.swift */,
  102. AD7200B82124D19200AFD5F3 /* Main.storyboard */,
  103. AD7200BB2124D19400AFD5F3 /* Assets.xcassets */,
  104. AD7200BD2124D19400AFD5F3 /* LaunchScreen.storyboard */,
  105. AD7200C02124D19400AFD5F3 /* Info.plist */,
  106. );
  107. path = FiamDisplaySwiftExample;
  108. sourceTree = "<group>";
  109. };
  110. AD7200D22125F92100AFD5F3 /* InAppMessagingDisplay-UITests */ = {
  111. isa = PBXGroup;
  112. children = (
  113. AD7200D32125F92100AFD5F3 /* InAppMessagingDisplayModalViewUITests.swift */,
  114. AD7200DB2126136D00AFD5F3 /* InAppMessagingDisplayUITestsBase.swift */,
  115. AD7200DD2126147100AFD5F3 /* InAppMessagingDisplayBannerViewUITests.swift */,
  116. AD7200DF2126150600AFD5F3 /* InAppMessagingDisplayImageOnlyViewUITests.swift */,
  117. AD7200D52125F92100AFD5F3 /* Info.plist */,
  118. );
  119. path = "InAppMessagingDisplay-UITests";
  120. sourceTree = "<group>";
  121. };
  122. ADA7B5AF21223CED00B1C614 = {
  123. isa = PBXGroup;
  124. children = (
  125. AD7200B32124D19200AFD5F3 /* FiamDisplaySwiftExample */,
  126. AD7200D22125F92100AFD5F3 /* InAppMessagingDisplay-UITests */,
  127. ADA7B5B921223CED00B1C614 /* Products */,
  128. 9355239275ABBF1A3B074E54 /* Pods */,
  129. 9619953F9C0FE918881BCDED /* Frameworks */,
  130. );
  131. sourceTree = "<group>";
  132. };
  133. ADA7B5B921223CED00B1C614 /* Products */ = {
  134. isa = PBXGroup;
  135. children = (
  136. AD7200B22124D19200AFD5F3 /* FiamDisplaySwiftExample.app */,
  137. AD7200D12125F92100AFD5F3 /* InAppMessagingDisplay-UITests.xctest */,
  138. );
  139. name = Products;
  140. sourceTree = "<group>";
  141. };
  142. /* End PBXGroup section */
  143. /* Begin PBXNativeTarget section */
  144. AD7200B12124D19200AFD5F3 /* FiamDisplaySwiftExample */ = {
  145. isa = PBXNativeTarget;
  146. buildConfigurationList = AD7200C32124D19400AFD5F3 /* Build configuration list for PBXNativeTarget "FiamDisplaySwiftExample" */;
  147. buildPhases = (
  148. 08D42C2738A5B40BC9075B65 /* [CP] Check Pods Manifest.lock */,
  149. AD7200AE2124D19200AFD5F3 /* Sources */,
  150. AD7200AF2124D19200AFD5F3 /* Frameworks */,
  151. AD7200B02124D19200AFD5F3 /* Resources */,
  152. 0B0EF24B15B4BCBCC06B5C35 /* [CP] Copy Pods Resources */,
  153. 4F123C68EFE3A41A52219FAA /* [CP] Embed Pods Frameworks */,
  154. );
  155. buildRules = (
  156. );
  157. dependencies = (
  158. );
  159. name = FiamDisplaySwiftExample;
  160. productName = FiamDisplaySwiftExample;
  161. productReference = AD7200B22124D19200AFD5F3 /* FiamDisplaySwiftExample.app */;
  162. productType = "com.apple.product-type.application";
  163. };
  164. AD7200D02125F92100AFD5F3 /* InAppMessagingDisplay-UITests */ = {
  165. isa = PBXNativeTarget;
  166. buildConfigurationList = AD7200DA2125F92100AFD5F3 /* Build configuration list for PBXNativeTarget "InAppMessagingDisplay-UITests" */;
  167. buildPhases = (
  168. AD7200CD2125F92100AFD5F3 /* Sources */,
  169. AD7200CE2125F92100AFD5F3 /* Frameworks */,
  170. AD7200CF2125F92100AFD5F3 /* Resources */,
  171. );
  172. buildRules = (
  173. );
  174. dependencies = (
  175. AD7200D72125F92100AFD5F3 /* PBXTargetDependency */,
  176. );
  177. name = "InAppMessagingDisplay-UITests";
  178. productName = "InAppMessagingDisplay-UITests";
  179. productReference = AD7200D12125F92100AFD5F3 /* InAppMessagingDisplay-UITests.xctest */;
  180. productType = "com.apple.product-type.bundle.ui-testing";
  181. };
  182. /* End PBXNativeTarget section */
  183. /* Begin PBXProject section */
  184. ADA7B5B021223CED00B1C614 /* Project object */ = {
  185. isa = PBXProject;
  186. attributes = {
  187. LastSwiftUpdateCheck = 0940;
  188. LastUpgradeCheck = 0940;
  189. ORGANIZATIONNAME = Google;
  190. TargetAttributes = {
  191. AD7200B12124D19200AFD5F3 = {
  192. CreatedOnToolsVersion = 9.4.1;
  193. };
  194. AD7200D02125F92100AFD5F3 = {
  195. CreatedOnToolsVersion = 9.4.1;
  196. TestTargetID = AD7200B12124D19200AFD5F3;
  197. };
  198. };
  199. };
  200. buildConfigurationList = ADA7B5B321223CED00B1C614 /* Build configuration list for PBXProject "InAppMessagingDisplay-Sample" */;
  201. compatibilityVersion = "Xcode 9.3";
  202. developmentRegion = en;
  203. hasScannedForEncodings = 0;
  204. knownRegions = (
  205. en,
  206. Base,
  207. );
  208. mainGroup = ADA7B5AF21223CED00B1C614;
  209. productRefGroup = ADA7B5B921223CED00B1C614 /* Products */;
  210. projectDirPath = "";
  211. projectRoot = "";
  212. targets = (
  213. AD7200B12124D19200AFD5F3 /* FiamDisplaySwiftExample */,
  214. AD7200D02125F92100AFD5F3 /* InAppMessagingDisplay-UITests */,
  215. );
  216. };
  217. /* End PBXProject section */
  218. /* Begin PBXResourcesBuildPhase section */
  219. AD7200B02124D19200AFD5F3 /* Resources */ = {
  220. isa = PBXResourcesBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. AD7200BF2124D19400AFD5F3 /* LaunchScreen.storyboard in Resources */,
  224. AD7200BC2124D19400AFD5F3 /* Assets.xcassets in Resources */,
  225. AD7200BA2124D19200AFD5F3 /* Main.storyboard in Resources */,
  226. );
  227. runOnlyForDeploymentPostprocessing = 0;
  228. };
  229. AD7200CF2125F92100AFD5F3 /* Resources */ = {
  230. isa = PBXResourcesBuildPhase;
  231. buildActionMask = 2147483647;
  232. files = (
  233. );
  234. runOnlyForDeploymentPostprocessing = 0;
  235. };
  236. /* End PBXResourcesBuildPhase section */
  237. /* Begin PBXShellScriptBuildPhase section */
  238. 08D42C2738A5B40BC9075B65 /* [CP] Check Pods Manifest.lock */ = {
  239. isa = PBXShellScriptBuildPhase;
  240. buildActionMask = 2147483647;
  241. files = (
  242. );
  243. inputPaths = (
  244. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  245. "${PODS_ROOT}/Manifest.lock",
  246. );
  247. name = "[CP] Check Pods Manifest.lock";
  248. outputPaths = (
  249. "$(DERIVED_FILE_DIR)/Pods-FiamDisplaySwiftExample-checkManifestLockResult.txt",
  250. );
  251. runOnlyForDeploymentPostprocessing = 0;
  252. shellPath = /bin/sh;
  253. 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";
  254. showEnvVarsInLog = 0;
  255. };
  256. 0B0EF24B15B4BCBCC06B5C35 /* [CP] Copy Pods Resources */ = {
  257. isa = PBXShellScriptBuildPhase;
  258. buildActionMask = 2147483647;
  259. files = (
  260. );
  261. inputPaths = (
  262. "${SRCROOT}/Pods/Target Support Files/Pods-FiamDisplaySwiftExample/Pods-FiamDisplaySwiftExample-resources.sh",
  263. "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInAppMessagingDisplay/InAppMessagingDisplayResources.bundle",
  264. );
  265. name = "[CP] Copy Pods Resources";
  266. outputPaths = (
  267. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/InAppMessagingDisplayResources.bundle",
  268. );
  269. runOnlyForDeploymentPostprocessing = 0;
  270. shellPath = /bin/sh;
  271. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-FiamDisplaySwiftExample/Pods-FiamDisplaySwiftExample-resources.sh\"\n";
  272. showEnvVarsInLog = 0;
  273. };
  274. 4F123C68EFE3A41A52219FAA /* [CP] Embed Pods Frameworks */ = {
  275. isa = PBXShellScriptBuildPhase;
  276. buildActionMask = 2147483647;
  277. files = (
  278. );
  279. inputPaths = (
  280. "${SRCROOT}/Pods/Target Support Files/Pods-FiamDisplaySwiftExample/Pods-FiamDisplaySwiftExample-frameworks.sh",
  281. "${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
  282. "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
  283. );
  284. name = "[CP] Embed Pods Frameworks";
  285. outputPaths = (
  286. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
  287. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
  288. );
  289. runOnlyForDeploymentPostprocessing = 0;
  290. shellPath = /bin/sh;
  291. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-FiamDisplaySwiftExample/Pods-FiamDisplaySwiftExample-frameworks.sh\"\n";
  292. showEnvVarsInLog = 0;
  293. };
  294. /* End PBXShellScriptBuildPhase section */
  295. /* Begin PBXSourcesBuildPhase section */
  296. AD7200AE2124D19200AFD5F3 /* Sources */ = {
  297. isa = PBXSourcesBuildPhase;
  298. buildActionMask = 2147483647;
  299. files = (
  300. AD7200C82124E24300AFD5F3 /* ImageOnlyMessageViewController.swift in Sources */,
  301. AD7200CA2124E24300AFD5F3 /* ModalMessageViewController.swift in Sources */,
  302. AD7200CC2124E2A800AFD5F3 /* CommonMessageTestVC.swift in Sources */,
  303. AD7200C92124E24300AFD5F3 /* BannerMessageViewController.swift in Sources */,
  304. AD7200B52124D19200AFD5F3 /* AppDelegate.swift in Sources */,
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. };
  308. AD7200CD2125F92100AFD5F3 /* Sources */ = {
  309. isa = PBXSourcesBuildPhase;
  310. buildActionMask = 2147483647;
  311. files = (
  312. AD7200D42125F92100AFD5F3 /* InAppMessagingDisplayModalViewUITests.swift in Sources */,
  313. AD7200DE2126147100AFD5F3 /* InAppMessagingDisplayBannerViewUITests.swift in Sources */,
  314. AD7200DC2126136D00AFD5F3 /* InAppMessagingDisplayUITestsBase.swift in Sources */,
  315. AD7200E02126150600AFD5F3 /* InAppMessagingDisplayImageOnlyViewUITests.swift in Sources */,
  316. );
  317. runOnlyForDeploymentPostprocessing = 0;
  318. };
  319. /* End PBXSourcesBuildPhase section */
  320. /* Begin PBXTargetDependency section */
  321. AD7200D72125F92100AFD5F3 /* PBXTargetDependency */ = {
  322. isa = PBXTargetDependency;
  323. target = AD7200B12124D19200AFD5F3 /* FiamDisplaySwiftExample */;
  324. targetProxy = AD7200D62125F92100AFD5F3 /* PBXContainerItemProxy */;
  325. };
  326. /* End PBXTargetDependency section */
  327. /* Begin PBXVariantGroup section */
  328. AD7200B82124D19200AFD5F3 /* Main.storyboard */ = {
  329. isa = PBXVariantGroup;
  330. children = (
  331. AD7200B92124D19200AFD5F3 /* Base */,
  332. );
  333. name = Main.storyboard;
  334. sourceTree = "<group>";
  335. };
  336. AD7200BD2124D19400AFD5F3 /* LaunchScreen.storyboard */ = {
  337. isa = PBXVariantGroup;
  338. children = (
  339. AD7200BE2124D19400AFD5F3 /* Base */,
  340. );
  341. name = LaunchScreen.storyboard;
  342. sourceTree = "<group>";
  343. };
  344. /* End PBXVariantGroup section */
  345. /* Begin XCBuildConfiguration section */
  346. AD7200C12124D19400AFD5F3 /* Debug */ = {
  347. isa = XCBuildConfiguration;
  348. baseConfigurationReference = 8FF302EB136148B923534F2E /* Pods-FiamDisplaySwiftExample.debug.xcconfig */;
  349. buildSettings = {
  350. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  351. CODE_SIGN_STYLE = Automatic;
  352. "HEADER_SEARCH_PATHS[arch=*]" = (
  353. "\"${PODS_ROOT}/../../../Firebase/InAppMessagingDisplay/\"/**",
  354. "\"${PODS_ROOT}/../../../Firebase/InAppMessaging/\"/**",
  355. );
  356. INFOPLIST_FILE = FiamDisplaySwiftExample/Info.plist;
  357. LD_RUNPATH_SEARCH_PATHS = (
  358. "$(inherited)",
  359. "@executable_path/Frameworks",
  360. );
  361. PRODUCT_BUNDLE_IDENTIFIER = com.google.experimental1.dev.FiamDisplaySwiftExample;
  362. PRODUCT_NAME = "$(TARGET_NAME)";
  363. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  364. "SWIFT_OBJC_BRIDGING_HEADER[arch=*]" = ../../Firebase/InAppMessagingDisplay/Public/FirebaseInAppMessagingDisplay.h;
  365. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  366. SWIFT_VERSION = 4.0;
  367. TARGETED_DEVICE_FAMILY = "1,2";
  368. };
  369. name = Debug;
  370. };
  371. AD7200C22124D19400AFD5F3 /* Release */ = {
  372. isa = XCBuildConfiguration;
  373. baseConfigurationReference = 46449F37C45EA76C97C32634 /* Pods-FiamDisplaySwiftExample.release.xcconfig */;
  374. buildSettings = {
  375. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  376. CODE_SIGN_STYLE = Automatic;
  377. INFOPLIST_FILE = FiamDisplaySwiftExample/Info.plist;
  378. LD_RUNPATH_SEARCH_PATHS = (
  379. "$(inherited)",
  380. "@executable_path/Frameworks",
  381. );
  382. PRODUCT_BUNDLE_IDENTIFIER = com.google.experimental1.dev.FiamDisplaySwiftExample;
  383. PRODUCT_NAME = "$(TARGET_NAME)";
  384. SWIFT_COMPILATION_MODE = wholemodule;
  385. "SWIFT_OBJC_BRIDGING_HEADER[arch=*]" = ../../Firebase/InAppMessagingDisplay/Public/FirebaseInAppMessagingDisplay.h;
  386. SWIFT_OPTIMIZATION_LEVEL = "-O";
  387. SWIFT_VERSION = 4.0;
  388. TARGETED_DEVICE_FAMILY = "1,2";
  389. };
  390. name = Release;
  391. };
  392. AD7200D82125F92100AFD5F3 /* Debug */ = {
  393. isa = XCBuildConfiguration;
  394. buildSettings = {
  395. CODE_SIGN_STYLE = Automatic;
  396. INFOPLIST_FILE = "InAppMessagingDisplay-UITests/Info.plist";
  397. LD_RUNPATH_SEARCH_PATHS = (
  398. "$(inherited)",
  399. "@executable_path/Frameworks",
  400. "@loader_path/Frameworks",
  401. );
  402. PRODUCT_BUNDLE_IDENTIFIER = "com.google.experimental1.dev.InAppMessagingDisplay-UITests";
  403. PRODUCT_NAME = "$(TARGET_NAME)";
  404. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  405. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  406. SWIFT_VERSION = 4.0;
  407. TARGETED_DEVICE_FAMILY = "1,2";
  408. TEST_TARGET_NAME = FiamDisplaySwiftExample;
  409. };
  410. name = Debug;
  411. };
  412. AD7200D92125F92100AFD5F3 /* Release */ = {
  413. isa = XCBuildConfiguration;
  414. buildSettings = {
  415. CODE_SIGN_STYLE = Automatic;
  416. INFOPLIST_FILE = "InAppMessagingDisplay-UITests/Info.plist";
  417. LD_RUNPATH_SEARCH_PATHS = (
  418. "$(inherited)",
  419. "@executable_path/Frameworks",
  420. "@loader_path/Frameworks",
  421. );
  422. PRODUCT_BUNDLE_IDENTIFIER = "com.google.experimental1.dev.InAppMessagingDisplay-UITests";
  423. PRODUCT_NAME = "$(TARGET_NAME)";
  424. SWIFT_COMPILATION_MODE = wholemodule;
  425. SWIFT_OPTIMIZATION_LEVEL = "-O";
  426. SWIFT_VERSION = 4.0;
  427. TARGETED_DEVICE_FAMILY = "1,2";
  428. TEST_TARGET_NAME = FiamDisplaySwiftExample;
  429. };
  430. name = Release;
  431. };
  432. ADA7B5CC21223CEE00B1C614 /* Debug */ = {
  433. isa = XCBuildConfiguration;
  434. buildSettings = {
  435. ALWAYS_SEARCH_USER_PATHS = NO;
  436. CLANG_ANALYZER_NONNULL = YES;
  437. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  438. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  439. CLANG_CXX_LIBRARY = "libc++";
  440. CLANG_ENABLE_MODULES = YES;
  441. CLANG_ENABLE_OBJC_ARC = YES;
  442. CLANG_ENABLE_OBJC_WEAK = YES;
  443. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  444. CLANG_WARN_BOOL_CONVERSION = YES;
  445. CLANG_WARN_COMMA = YES;
  446. CLANG_WARN_CONSTANT_CONVERSION = YES;
  447. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  448. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  449. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  450. CLANG_WARN_EMPTY_BODY = YES;
  451. CLANG_WARN_ENUM_CONVERSION = YES;
  452. CLANG_WARN_INFINITE_RECURSION = YES;
  453. CLANG_WARN_INT_CONVERSION = YES;
  454. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  455. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  456. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  457. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  458. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  459. CLANG_WARN_STRICT_PROTOTYPES = YES;
  460. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  461. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  462. CLANG_WARN_UNREACHABLE_CODE = YES;
  463. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  464. CODE_SIGN_IDENTITY = "iPhone Developer";
  465. COPY_PHASE_STRIP = NO;
  466. DEBUG_INFORMATION_FORMAT = dwarf;
  467. ENABLE_STRICT_OBJC_MSGSEND = YES;
  468. ENABLE_TESTABILITY = YES;
  469. GCC_C_LANGUAGE_STANDARD = gnu11;
  470. GCC_DYNAMIC_NO_PIC = NO;
  471. GCC_NO_COMMON_BLOCKS = YES;
  472. GCC_OPTIMIZATION_LEVEL = 0;
  473. GCC_PREPROCESSOR_DEFINITIONS = (
  474. "DEBUG=1",
  475. "$(inherited)",
  476. );
  477. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  478. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  479. GCC_WARN_UNDECLARED_SELECTOR = YES;
  480. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  481. GCC_WARN_UNUSED_FUNCTION = YES;
  482. GCC_WARN_UNUSED_VARIABLE = YES;
  483. IPHONEOS_DEPLOYMENT_TARGET = 11.4;
  484. MTL_ENABLE_DEBUG_INFO = YES;
  485. ONLY_ACTIVE_ARCH = YES;
  486. SDKROOT = iphoneos;
  487. };
  488. name = Debug;
  489. };
  490. ADA7B5CD21223CEE00B1C614 /* Release */ = {
  491. isa = XCBuildConfiguration;
  492. buildSettings = {
  493. ALWAYS_SEARCH_USER_PATHS = NO;
  494. CLANG_ANALYZER_NONNULL = YES;
  495. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  496. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  497. CLANG_CXX_LIBRARY = "libc++";
  498. CLANG_ENABLE_MODULES = YES;
  499. CLANG_ENABLE_OBJC_ARC = YES;
  500. CLANG_ENABLE_OBJC_WEAK = YES;
  501. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  502. CLANG_WARN_BOOL_CONVERSION = YES;
  503. CLANG_WARN_COMMA = YES;
  504. CLANG_WARN_CONSTANT_CONVERSION = YES;
  505. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  506. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  507. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  508. CLANG_WARN_EMPTY_BODY = YES;
  509. CLANG_WARN_ENUM_CONVERSION = YES;
  510. CLANG_WARN_INFINITE_RECURSION = YES;
  511. CLANG_WARN_INT_CONVERSION = YES;
  512. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  513. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  514. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  515. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  516. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  517. CLANG_WARN_STRICT_PROTOTYPES = YES;
  518. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  519. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  520. CLANG_WARN_UNREACHABLE_CODE = YES;
  521. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  522. CODE_SIGN_IDENTITY = "iPhone Developer";
  523. COPY_PHASE_STRIP = NO;
  524. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  525. ENABLE_NS_ASSERTIONS = NO;
  526. ENABLE_STRICT_OBJC_MSGSEND = YES;
  527. GCC_C_LANGUAGE_STANDARD = gnu11;
  528. GCC_NO_COMMON_BLOCKS = YES;
  529. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  530. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  531. GCC_WARN_UNDECLARED_SELECTOR = YES;
  532. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  533. GCC_WARN_UNUSED_FUNCTION = YES;
  534. GCC_WARN_UNUSED_VARIABLE = YES;
  535. IPHONEOS_DEPLOYMENT_TARGET = 11.4;
  536. MTL_ENABLE_DEBUG_INFO = NO;
  537. SDKROOT = iphoneos;
  538. VALIDATE_PRODUCT = YES;
  539. };
  540. name = Release;
  541. };
  542. /* End XCBuildConfiguration section */
  543. /* Begin XCConfigurationList section */
  544. AD7200C32124D19400AFD5F3 /* Build configuration list for PBXNativeTarget "FiamDisplaySwiftExample" */ = {
  545. isa = XCConfigurationList;
  546. buildConfigurations = (
  547. AD7200C12124D19400AFD5F3 /* Debug */,
  548. AD7200C22124D19400AFD5F3 /* Release */,
  549. );
  550. defaultConfigurationIsVisible = 0;
  551. defaultConfigurationName = Release;
  552. };
  553. AD7200DA2125F92100AFD5F3 /* Build configuration list for PBXNativeTarget "InAppMessagingDisplay-UITests" */ = {
  554. isa = XCConfigurationList;
  555. buildConfigurations = (
  556. AD7200D82125F92100AFD5F3 /* Debug */,
  557. AD7200D92125F92100AFD5F3 /* Release */,
  558. );
  559. defaultConfigurationIsVisible = 0;
  560. defaultConfigurationName = Release;
  561. };
  562. ADA7B5B321223CED00B1C614 /* Build configuration list for PBXProject "InAppMessagingDisplay-Sample" */ = {
  563. isa = XCConfigurationList;
  564. buildConfigurations = (
  565. ADA7B5CC21223CEE00B1C614 /* Debug */,
  566. ADA7B5CD21223CEE00B1C614 /* Release */,
  567. );
  568. defaultConfigurationIsVisible = 0;
  569. defaultConfigurationName = Release;
  570. };
  571. /* End XCConfigurationList section */
  572. };
  573. rootObject = ADA7B5B021223CED00B1C614 /* Project object */;
  574. }