Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg committed Dec 10, 2024
1 parent 87c5f38 commit 057fab8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
15 changes: 12 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Sources/SegmentAdjust/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 057fab8

Please sign in to comment.