Skip to content

Commit 057fab8

Browse files
committed
Version 1.0.3
1 parent 87c5f38 commit 057fab8

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

Example/BasicExample/BasicExampleUITests/BasicExampleUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class BasicExampleUITests: XCTestCase {
3232
}
3333

3434
func testLaunchPerformance() throws {
35-
if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) {
35+
if #available(iOS 13.0, tvOS 13.0, watchOS 7.0, *) {
3636
// This measures how long it takes to launch your application.
3737
measure(metrics: [XCTApplicationLaunchMetric()]) {
3838
XCUIApplication().launch()

Package.resolved

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"object": {
33
"pins": [
4+
{
5+
"package": "AdjustSignature",
6+
"repositoryURL": "https://github.com/adjust/adjust_signature_sdk.git",
7+
"state": {
8+
"branch": null,
9+
"revision": "435cf025774f677c187e2cdb260383bb47d4c8ae",
10+
"version": "3.35.1"
11+
}
12+
},
413
{
514
"package": "Segment",
615
"repositoryURL": "https://github.com/segmentio/analytics-swift.git",
@@ -11,12 +20,12 @@
1120
}
1221
},
1322
{
14-
"package": "Adjust",
23+
"package": "AdjustSdk",
1524
"repositoryURL": "https://github.com/adjust/ios_sdk",
1625
"state": {
1726
"branch": null,
18-
"revision": "6ae03883c3b7d22e72e2a5937ad5dd8765d9c31d",
19-
"version": "4.33.4"
27+
"revision": "c419718364e9f360c602a17a64b91c591f33fe6a",
28+
"version": "5.0.1"
2029
}
2130
},
2231
{

Sources/SegmentAdjust/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
// Use release.sh's automation.
1414

1515
// BREAKING.FEATURE.FIX
16-
internal let __destination_version = "1.0.2"
16+
internal let __destination_version = "1.0.3"

0 commit comments

Comments
 (0)