|
26 | 26 | 965DC1232669947F00DDF9C7 /* FirebaseDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = 965DC1222669947F00DDF9C7 /* FirebaseDestination.swift */; };
|
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 | + BA384C9826824F3700AFEA1B /* AppsFlyerLib in Frameworks */ = {isa = PBXBuildFile; productRef = BA384C9726824F3700AFEA1B /* AppsFlyerLib */; }; |
| 30 | + BA384C9A2682973300AFEA1B /* AppsFlyerDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA384C992682973300AFEA1B /* AppsFlyerDestination.swift */; }; |
29 | 31 | /* End PBXBuildFile section */
|
30 | 32 |
|
31 | 33 | /* Begin PBXFileReference section */
|
|
46 | 48 | 965DC1222669947F00DDF9C7 /* FirebaseDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirebaseDestination.swift; sourceTree = "<group>"; };
|
47 | 49 | 965DC1252671656C00DDF9C7 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
48 | 50 | 9697C1F42679156C00B87EC1 /* Segment_Logo_Avatar_Grey-1024.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Segment_Logo_Avatar_Grey-1024.png"; sourceTree = "<group>"; };
|
| 51 | + BA384C992682973300AFEA1B /* AppsFlyerDestination.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppsFlyerDestination.swift; sourceTree = "<group>"; }; |
| 52 | + BA384C9D2686609000AFEA1B /* DestinationsExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DestinationsExample.entitlements; sourceTree = "<group>"; }; |
49 | 53 | /* End PBXFileReference section */
|
50 | 54 |
|
51 | 55 | /* Begin PBXFrameworksBuildPhase section */
|
52 | 56 | 469F7B01266011690038E773 /* Frameworks */ = {
|
53 | 57 | isa = PBXFrameworksBuildPhase;
|
54 | 58 | buildActionMask = 2147483647;
|
55 | 59 | files = (
|
| 60 | + BA384C9826824F3700AFEA1B /* AppsFlyerLib in Frameworks */, |
56 | 61 | 469EC8E0266828860068F9E3 /* FlurryAnalyticsSPM in Frameworks */,
|
57 | 62 | 469EC8D0266066130068F9E3 /* SystemConfiguration.framework in Frameworks */,
|
58 | 63 | 965DC1212669942800DDF9C7 /* FirebaseAnalytics in Frameworks */,
|
|
85 | 90 | 469F7B06266011690038E773 /* DestinationsExample */ = {
|
86 | 91 | isa = PBXGroup;
|
87 | 92 | children = (
|
| 93 | + BA384C9D2686609000AFEA1B /* DestinationsExample.entitlements */, |
88 | 94 | 469F7B1E266012CB0038E773 /* destination_plugins */,
|
89 | 95 | 469F7B07266011690038E773 /* AppDelegate.swift */,
|
90 | 96 | 469F7B09266011690038E773 /* SceneDelegate.swift */,
|
|
110 | 116 | 469F7B1E266012CB0038E773 /* destination_plugins */ = {
|
111 | 117 | isa = PBXGroup;
|
112 | 118 | children = (
|
| 119 | + BA384C992682973300AFEA1B /* AppsFlyerDestination.swift */, |
113 | 120 | 469F7B24266013320038E773 /* AdjustDestination.swift */,
|
114 | 121 | 965DC0F92668077400DDF9C7 /* AmplitudeSession.swift */,
|
115 | 122 | 965DC1222669947F00DDF9C7 /* FirebaseDestination.swift */,
|
|
151 | 158 | 965DC0FD2668079400DDF9C7 /* Mixpanel */,
|
152 | 159 | 469EC8DF266828860068F9E3 /* FlurryAnalyticsSPM */,
|
153 | 160 | 965DC1202669942800DDF9C7 /* FirebaseAnalytics */,
|
| 161 | + BA384C9726824F3700AFEA1B /* AppsFlyerLib */, |
154 | 162 | );
|
155 | 163 | productName = DestinationsExample;
|
156 | 164 | productReference = 469F7B04266011690038E773 /* DestinationsExample.app */;
|
|
184 | 192 | 965DC0FC2668079400DDF9C7 /* XCRemoteSwiftPackageReference "mixpanel-swift" */,
|
185 | 193 | 469EC8DE266828860068F9E3 /* XCRemoteSwiftPackageReference "FlurrySwiftPackage" */,
|
186 | 194 | 965DC11F2669942800DDF9C7 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
|
| 195 | + BA384C9626824F3700AFEA1B /* XCRemoteSwiftPackageReference "AppsFlyerFramework" */, |
187 | 196 | );
|
188 | 197 | productRefGroup = 469F7B05266011690038E773 /* Products */;
|
189 | 198 | projectDirPath = "";
|
|
214 | 223 | isa = PBXSourcesBuildPhase;
|
215 | 224 | buildActionMask = 2147483647;
|
216 | 225 | files = (
|
| 226 | + BA384C9A2682973300AFEA1B /* AppsFlyerDestination.swift in Sources */, |
217 | 227 | 469F7B20266012CB0038E773 /* FlurryDestination.swift in Sources */,
|
218 | 228 | 469F7B0C266011690038E773 /* ViewController.swift in Sources */,
|
219 | 229 | 965DC0FA2668077400DDF9C7 /* MixpanelDestination.swift in Sources */,
|
|
370 | 380 | buildSettings = {
|
371 | 381 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
372 | 382 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
| 383 | + CODE_SIGN_ENTITLEMENTS = DestinationsExample/DestinationsExample.entitlements; |
| 384 | + CODE_SIGN_IDENTITY = "Apple Development"; |
373 | 385 | CODE_SIGN_STYLE = Automatic;
|
| 386 | + DEVELOPMENT_TEAM = V8R4668S2H; |
374 | 387 | INFOPLIST_FILE = DestinationsExample/Info.plist;
|
375 | 388 | LD_RUNPATH_SEARCH_PATHS = (
|
376 | 389 | "$(inherited)",
|
377 | 390 | "@executable_path/Frameworks",
|
378 | 391 | );
|
379 | 392 | PRODUCT_BUNDLE_IDENTIFIER = com.segment.DestinationsExample;
|
380 | 393 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 394 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
381 | 395 | SWIFT_VERSION = 5.0;
|
382 | 396 | TARGETED_DEVICE_FAMILY = "1,2";
|
383 | 397 | };
|
|
388 | 402 | buildSettings = {
|
389 | 403 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
390 | 404 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
| 405 | + CODE_SIGN_ENTITLEMENTS = DestinationsExample/DestinationsExample.entitlements; |
| 406 | + CODE_SIGN_IDENTITY = "Apple Development"; |
391 | 407 | CODE_SIGN_STYLE = Automatic;
|
| 408 | + DEVELOPMENT_TEAM = V8R4668S2H; |
392 | 409 | INFOPLIST_FILE = DestinationsExample/Info.plist;
|
393 | 410 | LD_RUNPATH_SEARCH_PATHS = (
|
394 | 411 | "$(inherited)",
|
395 | 412 | "@executable_path/Frameworks",
|
396 | 413 | );
|
397 | 414 | PRODUCT_BUNDLE_IDENTIFIER = com.segment.DestinationsExample;
|
398 | 415 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 416 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
399 | 417 | SWIFT_VERSION = 5.0;
|
400 | 418 | TARGETED_DEVICE_FAMILY = "1,2";
|
401 | 419 | };
|
|
457 | 475 | minimumVersion = 8.1.0;
|
458 | 476 | };
|
459 | 477 | };
|
| 478 | + BA384C9626824F3700AFEA1B /* XCRemoteSwiftPackageReference "AppsFlyerFramework" */ = { |
| 479 | + isa = XCRemoteSwiftPackageReference; |
| 480 | + repositoryURL = "https://github.com/AppsFlyerSDK/AppsFlyerFramework"; |
| 481 | + requirement = { |
| 482 | + kind = upToNextMajorVersion; |
| 483 | + minimumVersion = 6.3.2; |
| 484 | + }; |
| 485 | + }; |
460 | 486 | /* End XCRemoteSwiftPackageReference section */
|
461 | 487 |
|
462 | 488 | /* Begin XCSwiftPackageProductDependency section */
|
|
484 | 510 | package = 965DC11F2669942800DDF9C7 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
|
485 | 511 | productName = FirebaseAnalytics;
|
486 | 512 | };
|
| 513 | + BA384C9726824F3700AFEA1B /* AppsFlyerLib */ = { |
| 514 | + isa = XCSwiftPackageProductDependency; |
| 515 | + package = BA384C9626824F3700AFEA1B /* XCRemoteSwiftPackageReference "AppsFlyerFramework" */; |
| 516 | + productName = AppsFlyerLib; |
| 517 | + }; |
487 | 518 | /* End XCSwiftPackageProductDependency section */
|
488 | 519 | };
|
489 | 520 | rootObject = 469F7AFC266011690038E773 /* Project object */;
|
|
0 commit comments