Skip to content

Commit

Permalink
Now depends on exact version of the xcframework.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddsouthenbentley committed Sep 9, 2021
1 parent e4ca1a9 commit c48b570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/toddsouthenbentley/itwin-iostest",
"state": {
"branch": null,
"revision": "ad261958bcc941d7e163df581662b77f31be23dc",
"version": "0.0.9"
"revision": "bab405d239b7f42bce9dd63aabc7838714f30bbc",
"version": "2.19.13"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
// .package(url: "https://github.com/iTwin/mobile-ios-package", from: "2.16.3"),
.package(name: "itwin-mobile-ios", url: "https://github.com/toddsouthenbentley/itwin-iostest", from: "0.0.9"),
// .package(url: "https://github.com/iTwin/mobile-ios-package", .exact("2.19.13"),
.package(name: "itwin-mobile-ios", url: "https://github.com/toddsouthenbentley/itwin-iostest", .exact("2.19.13")),
.package(url: "https://github.com/mxcl/PromiseKit", from: "6.15.3"),
.package(name: "PMKFoundation", url: "https://github.com/PromiseKit/Foundation.git", from: "3.0.0"),
// The following is a fork of CoreLocation that changes the iOS platform to v9
Expand Down

0 comments on commit c48b570

Please sign in to comment.