Skip to content

Commit de20a98

Browse files
authored
Merge pull request #126 from what3words/app/staging
Update package for presenter
2 parents 47af599 + 9fb377c commit de20a98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs: # the jobs
2525

2626
build_test_deploy:
2727
macos:
28-
xcode: 15.3.0 # version of Xcode
28+
xcode: 16.2.0 # version of Xcode
2929
environment:
3030
W3W_OCR_SDK_VERSION: v2.1.0
3131
W3W_SDK_VERSION: v4.0.0

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
.package(url: "https://github.com/what3words/w3w-swift-design.git", "1.0.0" ..< "2.0.0"),
2323
.package(url: "git@github.com:what3words/w3w-swift-design-swiftui.git", "1.0.0" ..< "2.0.0"),
2424
.package(url: "git@github.com:w3w-internal/w3w-swift-app-events.git", "5.0.0" ..< "6.0.0"),
25-
.package(url: "https://github.com/what3words/w3w-swift-presenters.git", branch: "staging")
25+
.package(url: "https://github.com/what3words/w3w-swift-presenters.git", "1.0.0" ..< "2.0.0")
2626
],
2727
targets: [
2828
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)