|
22 | 22 | 965DC0FA2668077400DDF9C7 /* MixpanelDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = 965DC0F82668077400DDF9C7 /* MixpanelDestination.swift */; };
|
23 | 23 | 965DC0FB2668077400DDF9C7 /* AmplitudeSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 965DC0F92668077400DDF9C7 /* AmplitudeSession.swift */; };
|
24 | 24 | 965DC0FE2668079400DDF9C7 /* Mixpanel in Frameworks */ = {isa = PBXBuildFile; productRef = 965DC0FD2668079400DDF9C7 /* Mixpanel */; };
|
| 25 | + 965DC1212669942800DDF9C7 /* FirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = 965DC1202669942800DDF9C7 /* FirebaseAnalytics */; }; |
| 26 | + 965DC1232669947F00DDF9C7 /* FirebaseDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = 965DC1222669947F00DDF9C7 /* FirebaseDestination.swift */; }; |
| 27 | + 965DC1262671656C00DDF9C7 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 965DC1252671656C00DDF9C7 /* GoogleService-Info.plist */; }; |
| 28 | + 9697C1F52679156C00B87EC1 /* Segment_Logo_Avatar_Grey-1024.png in Resources */ = {isa = PBXBuildFile; fileRef = 9697C1F42679156C00B87EC1 /* Segment_Logo_Avatar_Grey-1024.png */; }; |
25 | 29 | /* End PBXBuildFile section */
|
26 | 30 |
|
27 | 31 | /* Begin PBXFileReference section */
|
|
39 | 43 | 469F7B24266013320038E773 /* AdjustDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdjustDestination.swift; sourceTree = "<group>"; };
|
40 | 44 | 965DC0F82668077400DDF9C7 /* MixpanelDestination.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MixpanelDestination.swift; sourceTree = "<group>"; };
|
41 | 45 | 965DC0F92668077400DDF9C7 /* AmplitudeSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AmplitudeSession.swift; sourceTree = "<group>"; };
|
| 46 | + 965DC1222669947F00DDF9C7 /* FirebaseDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirebaseDestination.swift; sourceTree = "<group>"; }; |
| 47 | + 965DC1252671656C00DDF9C7 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
| 48 | + 9697C1F42679156C00B87EC1 /* Segment_Logo_Avatar_Grey-1024.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Segment_Logo_Avatar_Grey-1024.png"; sourceTree = "<group>"; }; |
42 | 49 | /* End PBXFileReference section */
|
43 | 50 |
|
44 | 51 | /* Begin PBXFrameworksBuildPhase section */
|
|
48 | 55 | files = (
|
49 | 56 | 469EC8E0266828860068F9E3 /* FlurryAnalyticsSPM in Frameworks */,
|
50 | 57 | 469EC8D0266066130068F9E3 /* SystemConfiguration.framework in Frameworks */,
|
| 58 | + 965DC1212669942800DDF9C7 /* FirebaseAnalytics in Frameworks */, |
51 | 59 | 469F7B1D266011D70038E773 /* Segment in Frameworks */,
|
52 | 60 | 965DC0FE2668079400DDF9C7 /* Mixpanel in Frameworks */,
|
53 | 61 | 469F7B23266013100038E773 /* Adjust in Frameworks */,
|
|
86 | 94 | 469F7B102660116A0038E773 /* Assets.xcassets */,
|
87 | 95 | 469F7B122660116A0038E773 /* LaunchScreen.storyboard */,
|
88 | 96 | 469F7B152660116A0038E773 /* Info.plist */,
|
| 97 | + 965DC1242671655700DDF9C7 /* Resources */, |
89 | 98 | );
|
90 | 99 | path = DestinationsExample;
|
91 | 100 | sourceTree = "<group>";
|
|
103 | 112 | children = (
|
104 | 113 | 469F7B24266013320038E773 /* AdjustDestination.swift */,
|
105 | 114 | 965DC0F92668077400DDF9C7 /* AmplitudeSession.swift */,
|
| 115 | + 965DC1222669947F00DDF9C7 /* FirebaseDestination.swift */, |
106 | 116 | 469F7B1F266012CB0038E773 /* FlurryDestination.swift */,
|
107 | 117 | 965DC0F82668077400DDF9C7 /* MixpanelDestination.swift */,
|
108 | 118 | );
|
109 | 119 | name = destination_plugins;
|
110 | 120 | path = ../../../destination_plugins;
|
111 | 121 | sourceTree = "<group>";
|
112 | 122 | };
|
| 123 | + 965DC1242671655700DDF9C7 /* Resources */ = { |
| 124 | + isa = PBXGroup; |
| 125 | + children = ( |
| 126 | + 9697C1F42679156C00B87EC1 /* Segment_Logo_Avatar_Grey-1024.png */, |
| 127 | + 965DC1252671656C00DDF9C7 /* GoogleService-Info.plist */, |
| 128 | + ); |
| 129 | + path = Resources; |
| 130 | + sourceTree = "<group>"; |
| 131 | + }; |
113 | 132 | /* End PBXGroup section */
|
114 | 133 |
|
115 | 134 | /* Begin PBXNativeTarget section */
|
|
131 | 150 | 469F7B22266013100038E773 /* Adjust */,
|
132 | 151 | 965DC0FD2668079400DDF9C7 /* Mixpanel */,
|
133 | 152 | 469EC8DF266828860068F9E3 /* FlurryAnalyticsSPM */,
|
| 153 | + 965DC1202669942800DDF9C7 /* FirebaseAnalytics */, |
134 | 154 | );
|
135 | 155 | productName = DestinationsExample;
|
136 | 156 | productReference = 469F7B04266011690038E773 /* DestinationsExample.app */;
|
|
163 | 183 | 469F7B21266013100038E773 /* XCRemoteSwiftPackageReference "ios_sdk" */,
|
164 | 184 | 965DC0FC2668079400DDF9C7 /* XCRemoteSwiftPackageReference "mixpanel-swift" */,
|
165 | 185 | 469EC8DE266828860068F9E3 /* XCRemoteSwiftPackageReference "FlurrySwiftPackage" */,
|
| 186 | + 965DC11F2669942800DDF9C7 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */, |
166 | 187 | );
|
167 | 188 | productRefGroup = 469F7B05266011690038E773 /* Products */;
|
168 | 189 | projectDirPath = "";
|
|
179 | 200 | buildActionMask = 2147483647;
|
180 | 201 | files = (
|
181 | 202 | 469F7B142660116A0038E773 /* LaunchScreen.storyboard in Resources */,
|
| 203 | + 965DC1262671656C00DDF9C7 /* GoogleService-Info.plist in Resources */, |
182 | 204 | 469F7B112660116A0038E773 /* Assets.xcassets in Resources */,
|
183 | 205 | 469F7B0F266011690038E773 /* Main.storyboard in Resources */,
|
| 206 | + 9697C1F52679156C00B87EC1 /* Segment_Logo_Avatar_Grey-1024.png in Resources */, |
184 | 207 | );
|
185 | 208 | runOnlyForDeploymentPostprocessing = 0;
|
186 | 209 | };
|
|
198 | 221 | 469F7B08266011690038E773 /* AppDelegate.swift in Sources */,
|
199 | 222 | 469F7B25266013320038E773 /* AdjustDestination.swift in Sources */,
|
200 | 223 | 469F7B0A266011690038E773 /* SceneDelegate.swift in Sources */,
|
| 224 | + 965DC1232669947F00DDF9C7 /* FirebaseDestination.swift in Sources */, |
201 | 225 | );
|
202 | 226 | runOnlyForDeploymentPostprocessing = 0;
|
203 | 227 | };
|
|
425 | 449 | minimumVersion = 2.9.3;
|
426 | 450 | };
|
427 | 451 | };
|
| 452 | + 965DC11F2669942800DDF9C7 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = { |
| 453 | + isa = XCRemoteSwiftPackageReference; |
| 454 | + repositoryURL = "https://github.com/firebase/firebase-ios-sdk.git"; |
| 455 | + requirement = { |
| 456 | + kind = upToNextMajorVersion; |
| 457 | + minimumVersion = 8.1.0; |
| 458 | + }; |
| 459 | + }; |
428 | 460 | /* End XCRemoteSwiftPackageReference section */
|
429 | 461 |
|
430 | 462 | /* Begin XCSwiftPackageProductDependency section */
|
|
447 | 479 | package = 965DC0FC2668079400DDF9C7 /* XCRemoteSwiftPackageReference "mixpanel-swift" */;
|
448 | 480 | productName = Mixpanel;
|
449 | 481 | };
|
| 482 | + 965DC1202669942800DDF9C7 /* FirebaseAnalytics */ = { |
| 483 | + isa = XCSwiftPackageProductDependency; |
| 484 | + package = 965DC11F2669942800DDF9C7 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; |
| 485 | + productName = FirebaseAnalytics; |
| 486 | + }; |
450 | 487 | /* End XCSwiftPackageProductDependency section */
|
451 | 488 | };
|
452 | 489 | rootObject = 469F7AFC266011690038E773 /* Project object */;
|
|
0 commit comments