diff --git a/Purchases.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Purchases.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000000..dd74614359 --- /dev/null +++ b/Purchases.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,43 @@ +{ + "object": { + "pins": [ + { + "package": "CwlCatchException", + "repositoryURL": "https://github.com/mattgallagher/CwlCatchException.git", + "state": { + "branch": null, + "revision": "682841464136f8c66e04afe5dbd01ab51a3a56f2", + "version": "2.1.0" + } + }, + { + "package": "CwlPreconditionTesting", + "repositoryURL": "https://github.com/mattgallagher/CwlPreconditionTesting.git", + "state": { + "branch": null, + "revision": "02b7a39a99c4da27abe03cab2053a9034379639f", + "version": "2.0.0" + } + }, + { + "package": "Nimble", + "repositoryURL": "https://github.com/Quick/Nimble.git", + "state": { + "branch": null, + "revision": "af1730dde4e6c0d45bf01b99f8a41713ce536790", + "version": "9.2.0" + } + }, + { + "package": "OHHTTPStubs", + "repositoryURL": "https://github.com/AliSoftware/OHHTTPStubs.git", + "state": { + "branch": null, + "revision": "12f19662426d0434d6c330c6974d53e2eb10ecd9", + "version": "9.1.0" + } + } + ] + }, + "version": 1 +} diff --git a/Purchases/Public/RCLogLevel.h b/Purchases/Public/RCLogLevel.h index 418ec61d39..1900cdf1f9 100644 --- a/Purchases/Public/RCLogLevel.h +++ b/Purchases/Public/RCLogLevel.h @@ -9,7 +9,7 @@ NS_ASSUME_NONNULL_BEGIN - +// These must match the values in LogLevel.swift exactly typedef NS_ENUM(NSInteger, RCLogLevel) { RCLogLevelDebug = 0, RCLogLevelInfo = 1,