From c48b57047c1e916c56252441c456d87a68ab137d Mon Sep 17 00:00:00 2001 From: Todd Southen <48103957+toddsouthenbentley@users.noreply.github.com> Date: Thu, 9 Sep 2021 16:33:57 -0700 Subject: [PATCH] Now depends on exact version of the xcframework. --- Package.resolved | 4 ++-- Package.swift | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 41d887c..1acc6c0 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { diff --git a/Package.swift b/Package.swift index c686bcd..c42a570 100644 --- a/Package.swift +++ b/Package.swift @@ -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