Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies #17

Merged
merged 2 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions Example/BasicExample/BasicExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
46EDC70727C6B8D200B870D7 /* BasicExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46EDC70627C6B8D200B870D7 /* BasicExampleTests.swift */; };
46EDC71127C6B8D200B870D7 /* BasicExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46EDC71027C6B8D200B870D7 /* BasicExampleUITests.swift */; };
46EDC71327C6B8D200B870D7 /* BasicExampleUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46EDC71227C6B8D200B870D7 /* BasicExampleUITestsLaunchTests.swift */; };
829478832BC5DC810066FC81 /* AppsFlyerLib-Dynamic in Frameworks */ = {isa = PBXBuildFile; productRef = 829478822BC5DC810066FC81 /* AppsFlyerLib-Dynamic */; };
EA64AC7329D31296009F2F53 /* Segment in Frameworks */ = {isa = PBXBuildFile; productRef = EA64AC7229D31296009F2F53 /* Segment */; };
EA64AC7529D3129A009F2F53 /* SegmentAppsFlyer in Frameworks */ = {isa = PBXBuildFile; productRef = EA64AC7429D3129A009F2F53 /* SegmentAppsFlyer */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -53,6 +54,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
829478832BC5DC810066FC81 /* AppsFlyerLib-Dynamic in Frameworks */,
EA64AC7329D31296009F2F53 /* Segment in Frameworks */,
EA64AC7529D3129A009F2F53 /* SegmentAppsFlyer in Frameworks */,
);
Expand Down Expand Up @@ -158,6 +160,7 @@
packageProductDependencies = (
EA64AC7229D31296009F2F53 /* Segment */,
EA64AC7429D3129A009F2F53 /* SegmentAppsFlyer */,
829478822BC5DC810066FC81 /* AppsFlyerLib-Dynamic */,
);
productName = BasicExample;
productReference = 46EDC6F227C6B8D100B870D7 /* BasicExample.app */;
Expand Down Expand Up @@ -233,6 +236,7 @@
mainGroup = 46EDC6E927C6B8D100B870D7;
packageReferences = (
46EDC71F27C6B92C00B870D7 /* XCRemoteSwiftPackageReference "analytics-swift" */,
829478812BC5DC800066FC81 /* XCRemoteSwiftPackageReference "AppsFlyerFramework-Dynamic" */,
);
productRefGroup = 46EDC6F327C6B8D100B870D7 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -608,9 +612,22 @@
minimumVersion = 1.1.2;
};
};
829478812BC5DC800066FC81 /* XCRemoteSwiftPackageReference "AppsFlyerFramework-Dynamic" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.14.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
829478822BC5DC810066FC81 /* AppsFlyerLib-Dynamic */ = {
isa = XCSwiftPackageProductDependency;
package = 829478812BC5DC800066FC81 /* XCRemoteSwiftPackageReference "AppsFlyerFramework-Dynamic" */;
productName = "AppsFlyerLib-Dynamic";
};
EA64AC7229D31296009F2F53 /* Segment */ = {
isa = XCSwiftPackageProductDependency;
package = 46EDC71F27C6B92C00B870D7 /* XCRemoteSwiftPackageReference "analytics-swift" */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,35 @@
"repositoryURL": "https://github.com/segmentio/analytics-swift",
"state": {
"branch": null,
"revision": "efc111b5fccaebd1063ef0db6d206c252da387ec",
"version": "1.4.8"
"revision": "7eeb2abf8452153af056baae5369679589f10936",
"version": "1.5.9"
}
},
{
"package": "AppsFlyerLib",
"repositoryURL": "https://github.com/AppsFlyerSDK/AppsFlyerFramework",
"repositoryURL": "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic",
"state": {
"branch": null,
"revision": "fd2d4e50107280229c77ebfaeb0519ad7e7af83f",
"version": "6.10.0"
"revision": "0cdea50ab90d9bd63645d2d51bcef5850ca4aa9f",
"version": "6.14.0"
}
},
{
"package": "JSONSafeEncoder",
"repositoryURL": "https://github.com/segmentio/jsonsafeencoder-swift.git",
"state": {
"branch": null,
"revision": "8b70dc8c01b7b041912e30e29d2b488a43f782ac",
"version": "1.0.1"
}
},
{
"package": "Sovran",
"repositoryURL": "https://github.com/segmentio/Sovran-Swift.git",
"state": {
"branch": null,
"revision": "64f3b5150c282a34af4578188dce2fd597e600e3",
"version": "1.1.0"
"revision": "a342b905f6baa64499cabdf61ccc185ec476b7b2",
"version": "1.1.1"
}
}
]
Expand Down
23 changes: 16 additions & 7 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,35 @@
"repositoryURL": "https://github.com/segmentio/analytics-swift.git",
"state": {
"branch": null,
"revision": "79fb17a5d4abf8f80e6a0935e57c7df7b670a6c0",
"version": "1.4.1"
"revision": "7eeb2abf8452153af056baae5369679589f10936",
"version": "1.5.9"
}
},
{
"package": "AppsFlyerLib",
"repositoryURL": "https://github.com/AppsFlyerSDK/AppsFlyerFramework",
"repositoryURL": "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic",
"state": {
"branch": null,
"revision": "096dfa446caae0b92d6dd00486a6178a6ffd9ad9",
"version": "6.10.1"
"revision": "0cdea50ab90d9bd63645d2d51bcef5850ca4aa9f",
"version": "6.14.0"
}
},
{
"package": "JSONSafeEncoder",
"repositoryURL": "https://github.com/segmentio/jsonsafeencoder-swift.git",
"state": {
"branch": null,
"revision": "8b70dc8c01b7b041912e30e29d2b488a43f782ac",
"version": "1.0.1"
}
},
{
"package": "Sovran",
"repositoryURL": "https://github.com/segmentio/Sovran-Swift.git",
"state": {
"branch": null,
"revision": "944c17d7c46bd95fc37f09136cabd172be5b413b",
"version": "1.0.3"
"revision": "a342b905f6baa64499cabdf61ccc185ec476b7b2",
"version": "1.1.1"
}
}
]
Expand Down
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ let package = Package(
.package(
name: "Segment",
url: "https://github.com/segmentio/analytics-swift.git",
from: "1.5.5"
from: "1.5.9"
),
.package(
name: "AppsFlyerLib",
url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework",
from: "6.13.1"
name: "AppsFlyerLib-Dynamic",
url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic",
from: "6.14.0"
)
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "SegmentAppsFlyer",
dependencies: ["Segment", "AppsFlyerLib"]),
dependencies: ["Segment", "AppsFlyerLib-Dynamic"]),

// TESTS ARE HANDLED VIA THE EXAMPLE APP.
]
Expand Down
Loading