|
27 | 27 | 965DC1262671656C00DDF9C7 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 965DC1252671656C00DDF9C7 /* GoogleService-Info.plist */; };
|
28 | 28 | 9697C1F52679156C00B87EC1 /* Segment_Logo_Avatar_Grey-1024.png in Resources */ = {isa = PBXBuildFile; fileRef = 9697C1F42679156C00B87EC1 /* Segment_Logo_Avatar_Grey-1024.png */; };
|
29 | 29 | 96D8F16F26EFFA09007F8B28 /* ExampleDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96D8F16E26EFFA09007F8B28 /* ExampleDestination.swift */; };
|
| 30 | + 96DBF37D26FA943300724B0B /* ComscoreDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96DBF37C26FA943300724B0B /* ComscoreDestination.swift */; }; |
| 31 | + 96DBF38026FA984A00724B0B /* ComScore in Frameworks */ = {isa = PBXBuildFile; productRef = 96DBF37F26FA984A00724B0B /* ComScore */; }; |
30 | 32 | BA384C9826824F3700AFEA1B /* AppsFlyerLib in Frameworks */ = {isa = PBXBuildFile; productRef = BA384C9726824F3700AFEA1B /* AppsFlyerLib */; };
|
31 | 33 | BA384C9A2682973300AFEA1B /* AppsFlyerDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA384C992682973300AFEA1B /* AppsFlyerDestination.swift */; };
|
32 | 34 | /* End PBXBuildFile section */
|
|
50 | 52 | 965DC1252671656C00DDF9C7 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
51 | 53 | 9697C1F42679156C00B87EC1 /* Segment_Logo_Avatar_Grey-1024.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Segment_Logo_Avatar_Grey-1024.png"; sourceTree = "<group>"; };
|
52 | 54 | 96D8F16E26EFFA09007F8B28 /* ExampleDestination.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExampleDestination.swift; sourceTree = "<group>"; };
|
| 55 | + 96DBF37C26FA943300724B0B /* ComscoreDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComscoreDestination.swift; sourceTree = "<group>"; }; |
53 | 56 | BA384C992682973300AFEA1B /* AppsFlyerDestination.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppsFlyerDestination.swift; sourceTree = "<group>"; };
|
54 | 57 | BA384C9D2686609000AFEA1B /* DestinationsExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DestinationsExample.entitlements; sourceTree = "<group>"; };
|
55 | 58 | /* End PBXFileReference section */
|
|
62 | 65 | BA384C9826824F3700AFEA1B /* AppsFlyerLib in Frameworks */,
|
63 | 66 | 469EC8E0266828860068F9E3 /* FlurryAnalyticsSPM in Frameworks */,
|
64 | 67 | 469EC8D0266066130068F9E3 /* SystemConfiguration.framework in Frameworks */,
|
| 68 | + 96DBF38026FA984A00724B0B /* ComScore in Frameworks */, |
65 | 69 | 965DC1212669942800DDF9C7 /* FirebaseAnalytics in Frameworks */,
|
66 | 70 | 469F7B1D266011D70038E773 /* Segment in Frameworks */,
|
67 | 71 | 965DC0FE2668079400DDF9C7 /* Mixpanel in Frameworks */,
|
|
121 | 125 | BA384C992682973300AFEA1B /* AppsFlyerDestination.swift */,
|
122 | 126 | 469F7B24266013320038E773 /* AdjustDestination.swift */,
|
123 | 127 | 965DC0F92668077400DDF9C7 /* AmplitudeSession.swift */,
|
| 128 | + 96DBF37C26FA943300724B0B /* ComscoreDestination.swift */, |
124 | 129 | 96D8F16E26EFFA09007F8B28 /* ExampleDestination.swift */,
|
125 | 130 | 965DC1222669947F00DDF9C7 /* FirebaseDestination.swift */,
|
126 | 131 | 469F7B1F266012CB0038E773 /* FlurryDestination.swift */,
|
|
162 | 167 | 469EC8DF266828860068F9E3 /* FlurryAnalyticsSPM */,
|
163 | 168 | 965DC1202669942800DDF9C7 /* FirebaseAnalytics */,
|
164 | 169 | BA384C9726824F3700AFEA1B /* AppsFlyerLib */,
|
| 170 | + 96DBF37F26FA984A00724B0B /* ComScore */, |
165 | 171 | );
|
166 | 172 | productName = DestinationsExample;
|
167 | 173 | productReference = 469F7B04266011690038E773 /* DestinationsExample.app */;
|
|
196 | 202 | 469EC8DE266828860068F9E3 /* XCRemoteSwiftPackageReference "FlurrySwiftPackage" */,
|
197 | 203 | 965DC11F2669942800DDF9C7 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
|
198 | 204 | BA384C9626824F3700AFEA1B /* XCRemoteSwiftPackageReference "AppsFlyerFramework" */,
|
| 205 | + 96DBF37E26FA984900724B0B /* XCRemoteSwiftPackageReference "Comscore-Swift-Package-Manager" */, |
199 | 206 | );
|
200 | 207 | productRefGroup = 469F7B05266011690038E773 /* Products */;
|
201 | 208 | projectDirPath = "";
|
|
231 | 238 | 469F7B0C266011690038E773 /* ViewController.swift in Sources */,
|
232 | 239 | 96D8F16F26EFFA09007F8B28 /* ExampleDestination.swift in Sources */,
|
233 | 240 | 965DC0FA2668077400DDF9C7 /* MixpanelDestination.swift in Sources */,
|
| 241 | + 96DBF37D26FA943300724B0B /* ComscoreDestination.swift in Sources */, |
234 | 242 | 965DC0FB2668077400DDF9C7 /* AmplitudeSession.swift in Sources */,
|
235 | 243 | 469F7B08266011690038E773 /* AppDelegate.swift in Sources */,
|
236 | 244 | 469F7B25266013320038E773 /* AdjustDestination.swift in Sources */,
|
|
479 | 487 | version = 8.1.0;
|
480 | 488 | };
|
481 | 489 | };
|
| 490 | + 96DBF37E26FA984900724B0B /* XCRemoteSwiftPackageReference "Comscore-Swift-Package-Manager" */ = { |
| 491 | + isa = XCRemoteSwiftPackageReference; |
| 492 | + repositoryURL = "git@github.com:comScore/Comscore-Swift-Package-Manager.git"; |
| 493 | + requirement = { |
| 494 | + kind = upToNextMajorVersion; |
| 495 | + minimumVersion = 6.0.0; |
| 496 | + }; |
| 497 | + }; |
482 | 498 | BA384C9626824F3700AFEA1B /* XCRemoteSwiftPackageReference "AppsFlyerFramework" */ = {
|
483 | 499 | isa = XCRemoteSwiftPackageReference;
|
484 | 500 | repositoryURL = "https://github.com/AppsFlyerSDK/AppsFlyerFramework";
|
|
514 | 530 | package = 965DC11F2669942800DDF9C7 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
|
515 | 531 | productName = FirebaseAnalytics;
|
516 | 532 | };
|
| 533 | + 96DBF37F26FA984A00724B0B /* ComScore */ = { |
| 534 | + isa = XCSwiftPackageProductDependency; |
| 535 | + package = 96DBF37E26FA984900724B0B /* XCRemoteSwiftPackageReference "Comscore-Swift-Package-Manager" */; |
| 536 | + productName = ComScore; |
| 537 | + }; |
517 | 538 | BA384C9726824F3700AFEA1B /* AppsFlyerLib */ = {
|
518 | 539 | isa = XCSwiftPackageProductDependency;
|
519 | 540 | package = BA384C9626824F3700AFEA1B /* XCRemoteSwiftPackageReference "AppsFlyerFramework" */;
|
|
0 commit comments