diff --git a/Example/BasicExample/BasicExampleUITests/BasicExampleUITests.swift b/Example/BasicExample/BasicExampleUITests/BasicExampleUITests.swift index f065fbd..343bf1e 100644 --- a/Example/BasicExample/BasicExampleUITests/BasicExampleUITests.swift +++ b/Example/BasicExample/BasicExampleUITests/BasicExampleUITests.swift @@ -32,7 +32,7 @@ class BasicExampleUITests: XCTestCase { } func testLaunchPerformance() throws { - if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) { + if #available(iOS 13.0, tvOS 13.0, watchOS 7.0, *) { // This measures how long it takes to launch your application. measure(metrics: [XCTApplicationLaunchMetric()]) { XCUIApplication().launch() diff --git a/Package.resolved b/Package.resolved index e14a525..41e8f07 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,6 +1,15 @@ { "object": { "pins": [ + { + "package": "AdjustSignature", + "repositoryURL": "https://github.com/adjust/adjust_signature_sdk.git", + "state": { + "branch": null, + "revision": "435cf025774f677c187e2cdb260383bb47d4c8ae", + "version": "3.35.1" + } + }, { "package": "Segment", "repositoryURL": "https://github.com/segmentio/analytics-swift.git", @@ -11,12 +20,12 @@ } }, { - "package": "Adjust", + "package": "AdjustSdk", "repositoryURL": "https://github.com/adjust/ios_sdk", "state": { "branch": null, - "revision": "6ae03883c3b7d22e72e2a5937ad5dd8765d9c31d", - "version": "4.33.4" + "revision": "c419718364e9f360c602a17a64b91c591f33fe6a", + "version": "5.0.1" } }, { diff --git a/Sources/SegmentAdjust/Version.swift b/Sources/SegmentAdjust/Version.swift index f011646..d255e20 100644 --- a/Sources/SegmentAdjust/Version.swift +++ b/Sources/SegmentAdjust/Version.swift @@ -13,4 +13,4 @@ // Use release.sh's automation. // BREAKING.FEATURE.FIX -internal let __destination_version = "1.0.2" +internal let __destination_version = "1.0.3"