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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)