project.pbxproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 5EACA9F21E16E885EEEA6AC5 /* Pods_FiamDisplaySwiftExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E5AD224A78D3137046BB5AB /* 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. 1E5AD224A78D3137046BB5AB /* Pods_FiamDisplaySwiftExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FiamDisplaySwiftExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  35. 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>"; };
  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. 5EACA9F21E16E885EEEA6AC5 /* 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. 1E5AD224A78D3137046BB5AB /* 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. 13AA512D7003940DF3593687 /* [CP] Embed Pods Frameworks */,
  153. 0B0EF24B15B4BCBCC06B5C35 /* [CP] Copy Pods Resources */,
  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. 13AA512D7003940DF3593687 /* [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=*]" = "\"${PODS_ROOT}/../../../Firebase/InAppMessagingDisplay/\"/** \"${PODS_ROOT}/../../../Firebase/InAppMessaging/\"/**";
  353. INFOPLIST_FILE = FiamDisplaySwiftExample/Info.plist;
  354. LD_RUNPATH_SEARCH_PATHS = (
  355. "$(inherited)",
  356. "@executable_path/Frameworks",
  357. );
  358. PRODUCT_BUNDLE_IDENTIFIER = com.google.experimental1.dev.FiamDisplaySwiftExample;
  359. PRODUCT_NAME = "$(TARGET_NAME)";
  360. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  361. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  362. SWIFT_VERSION = 4.0;
  363. TARGETED_DEVICE_FAMILY = "1,2";
  364. };
  365. name = Debug;
  366. };
  367. AD7200C22124D19400AFD5F3 /* Release */ = {
  368. isa = XCBuildConfiguration;
  369. baseConfigurationReference = 46449F37C45EA76C97C32634 /* Pods-FiamDisplaySwiftExample.release.xcconfig */;
  370. buildSettings = {
  371. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  372. CODE_SIGN_STYLE = Automatic;
  373. INFOPLIST_FILE = FiamDisplaySwiftExample/Info.plist;
  374. LD_RUNPATH_SEARCH_PATHS = (
  375. "$(inherited)",
  376. "@executable_path/Frameworks",
  377. );
  378. PRODUCT_BUNDLE_IDENTIFIER = com.google.experimental1.dev.FiamDisplaySwiftExample;
  379. PRODUCT_NAME = "$(TARGET_NAME)";
  380. SWIFT_COMPILATION_MODE = wholemodule;
  381. SWIFT_OPTIMIZATION_LEVEL = "-O";
  382. SWIFT_VERSION = 4.0;
  383. TARGETED_DEVICE_FAMILY = "1,2";
  384. };
  385. name = Release;
  386. };
  387. AD7200D82125F92100AFD5F3 /* Debug */ = {
  388. isa = XCBuildConfiguration;
  389. buildSettings = {
  390. CODE_SIGN_STYLE = Automatic;
  391. INFOPLIST_FILE = "InAppMessagingDisplay-UITests/Info.plist";
  392. LD_RUNPATH_SEARCH_PATHS = (
  393. "$(inherited)",
  394. "@executable_path/Frameworks",
  395. "@loader_path/Frameworks",
  396. );
  397. PRODUCT_BUNDLE_IDENTIFIER = "com.google.experimental1.dev.InAppMessagingDisplay-UITests";
  398. PRODUCT_NAME = "$(TARGET_NAME)";
  399. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  400. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  401. SWIFT_VERSION = 4.0;
  402. TARGETED_DEVICE_FAMILY = "1,2";
  403. TEST_TARGET_NAME = FiamDisplaySwiftExample;
  404. };
  405. name = Debug;
  406. };
  407. AD7200D92125F92100AFD5F3 /* Release */ = {
  408. isa = XCBuildConfiguration;
  409. buildSettings = {
  410. CODE_SIGN_STYLE = Automatic;
  411. INFOPLIST_FILE = "InAppMessagingDisplay-UITests/Info.plist";
  412. LD_RUNPATH_SEARCH_PATHS = (
  413. "$(inherited)",
  414. "@executable_path/Frameworks",
  415. "@loader_path/Frameworks",
  416. );
  417. PRODUCT_BUNDLE_IDENTIFIER = "com.google.experimental1.dev.InAppMessagingDisplay-UITests";
  418. PRODUCT_NAME = "$(TARGET_NAME)";
  419. SWIFT_COMPILATION_MODE = wholemodule;
  420. SWIFT_OPTIMIZATION_LEVEL = "-O";
  421. SWIFT_VERSION = 4.0;
  422. TARGETED_DEVICE_FAMILY = "1,2";
  423. TEST_TARGET_NAME = FiamDisplaySwiftExample;
  424. };
  425. name = Release;
  426. };
  427. ADA7B5CC21223CEE00B1C614 /* Debug */ = {
  428. isa = XCBuildConfiguration;
  429. buildSettings = {
  430. ALWAYS_SEARCH_USER_PATHS = NO;
  431. CLANG_ANALYZER_NONNULL = YES;
  432. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  433. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  434. CLANG_CXX_LIBRARY = "libc++";
  435. CLANG_ENABLE_MODULES = YES;
  436. CLANG_ENABLE_OBJC_ARC = YES;
  437. CLANG_ENABLE_OBJC_WEAK = YES;
  438. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  439. CLANG_WARN_BOOL_CONVERSION = YES;
  440. CLANG_WARN_COMMA = YES;
  441. CLANG_WARN_CONSTANT_CONVERSION = YES;
  442. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  443. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  444. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  445. CLANG_WARN_EMPTY_BODY = YES;
  446. CLANG_WARN_ENUM_CONVERSION = YES;
  447. CLANG_WARN_INFINITE_RECURSION = YES;
  448. CLANG_WARN_INT_CONVERSION = YES;
  449. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  450. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  451. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  452. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  453. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  454. CLANG_WARN_STRICT_PROTOTYPES = YES;
  455. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  456. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  457. CLANG_WARN_UNREACHABLE_CODE = YES;
  458. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  459. CODE_SIGN_IDENTITY = "iPhone Developer";
  460. COPY_PHASE_STRIP = NO;
  461. DEBUG_INFORMATION_FORMAT = dwarf;
  462. ENABLE_STRICT_OBJC_MSGSEND = YES;
  463. ENABLE_TESTABILITY = YES;
  464. GCC_C_LANGUAGE_STANDARD = gnu11;
  465. GCC_DYNAMIC_NO_PIC = NO;
  466. GCC_NO_COMMON_BLOCKS = YES;
  467. GCC_OPTIMIZATION_LEVEL = 0;
  468. GCC_PREPROCESSOR_DEFINITIONS = (
  469. "DEBUG=1",
  470. "$(inherited)",
  471. );
  472. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  473. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  474. GCC_WARN_UNDECLARED_SELECTOR = YES;
  475. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  476. GCC_WARN_UNUSED_FUNCTION = YES;
  477. GCC_WARN_UNUSED_VARIABLE = YES;
  478. IPHONEOS_DEPLOYMENT_TARGET = 11.4;
  479. MTL_ENABLE_DEBUG_INFO = YES;
  480. ONLY_ACTIVE_ARCH = YES;
  481. SDKROOT = iphoneos;
  482. };
  483. name = Debug;
  484. };
  485. ADA7B5CD21223CEE00B1C614 /* Release */ = {
  486. isa = XCBuildConfiguration;
  487. buildSettings = {
  488. ALWAYS_SEARCH_USER_PATHS = NO;
  489. CLANG_ANALYZER_NONNULL = YES;
  490. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  491. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  492. CLANG_CXX_LIBRARY = "libc++";
  493. CLANG_ENABLE_MODULES = YES;
  494. CLANG_ENABLE_OBJC_ARC = YES;
  495. CLANG_ENABLE_OBJC_WEAK = YES;
  496. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  497. CLANG_WARN_BOOL_CONVERSION = YES;
  498. CLANG_WARN_COMMA = YES;
  499. CLANG_WARN_CONSTANT_CONVERSION = YES;
  500. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  501. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  502. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  503. CLANG_WARN_EMPTY_BODY = YES;
  504. CLANG_WARN_ENUM_CONVERSION = YES;
  505. CLANG_WARN_INFINITE_RECURSION = YES;
  506. CLANG_WARN_INT_CONVERSION = YES;
  507. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  508. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  509. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  510. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  511. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  512. CLANG_WARN_STRICT_PROTOTYPES = YES;
  513. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  514. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  515. CLANG_WARN_UNREACHABLE_CODE = YES;
  516. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  517. CODE_SIGN_IDENTITY = "iPhone Developer";
  518. COPY_PHASE_STRIP = NO;
  519. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  520. ENABLE_NS_ASSERTIONS = NO;
  521. ENABLE_STRICT_OBJC_MSGSEND = YES;
  522. GCC_C_LANGUAGE_STANDARD = gnu11;
  523. GCC_NO_COMMON_BLOCKS = YES;
  524. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  525. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  526. GCC_WARN_UNDECLARED_SELECTOR = YES;
  527. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  528. GCC_WARN_UNUSED_FUNCTION = YES;
  529. GCC_WARN_UNUSED_VARIABLE = YES;
  530. IPHONEOS_DEPLOYMENT_TARGET = 11.4;
  531. MTL_ENABLE_DEBUG_INFO = NO;
  532. SDKROOT = iphoneos;
  533. VALIDATE_PRODUCT = YES;
  534. };
  535. name = Release;
  536. };
  537. /* End XCBuildConfiguration section */
  538. /* Begin XCConfigurationList section */
  539. AD7200C32124D19400AFD5F3 /* Build configuration list for PBXNativeTarget "FiamDisplaySwiftExample" */ = {
  540. isa = XCConfigurationList;
  541. buildConfigurations = (
  542. AD7200C12124D19400AFD5F3 /* Debug */,
  543. AD7200C22124D19400AFD5F3 /* Release */,
  544. );
  545. defaultConfigurationIsVisible = 0;
  546. defaultConfigurationName = Release;
  547. };
  548. AD7200DA2125F92100AFD5F3 /* Build configuration list for PBXNativeTarget "InAppMessagingDisplay-UITests" */ = {
  549. isa = XCConfigurationList;
  550. buildConfigurations = (
  551. AD7200D82125F92100AFD5F3 /* Debug */,
  552. AD7200D92125F92100AFD5F3 /* Release */,
  553. );
  554. defaultConfigurationIsVisible = 0;
  555. defaultConfigurationName = Release;
  556. };
  557. ADA7B5B321223CED00B1C614 /* Build configuration list for PBXProject "InAppMessagingDisplay-Sample" */ = {
  558. isa = XCConfigurationList;
  559. buildConfigurations = (
  560. ADA7B5CC21223CEE00B1C614 /* Debug */,
  561. ADA7B5CD21223CEE00B1C614 /* Release */,
  562. );
  563. defaultConfigurationIsVisible = 0;
  564. defaultConfigurationName = Release;
  565. };
  566. /* End XCConfigurationList section */
  567. };
  568. rootObject = ADA7B5B021223CED00B1C614 /* Project object */;
  569. }