File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments