Skip to content

Commit 7b7d69b

Browse files
committed
Merge branch '339-update-swiftprotobuf' into 'master'
Resolve "Update SwiftProtobuf" Closes #339 See merge request pace/mobile/ios/pace-cloud-sdk!391
2 parents e2da361 + 0f2fbdd commit 7b7d69b

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "apple/swift-protobuf" ~> 1.15
1+
github "apple/swift-protobuf" ~> 1.22
22
github "pace/AppAuth-iOS" ~> 1.5

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "SnapKit/SnapKit" "5.0.1"
2-
github "apple/swift-protobuf" "1.15.0"
2+
github "apple/swift-protobuf" "1.22.0"
33
github "pace/AppAuth-iOS" "1.5.0"

ExampleApp/PACECloudSDKExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FuelingExampleApp/FuelingExampleApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PACECloudSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Pod::Spec.new do |spec|
1212
spec.pod_target_xcconfig = { 'PRODUCT_BUNDLE_IDENTIFIER': 'cloud.pace.sdk' }
1313
spec.resources = ["PACECloudSDK/**/*.{strings,png}", "PACECloudSDK/Utils/**/*.plist"]
1414
spec.dependency "AppAuth"
15-
spec.dependency "SwiftProtobuf", "~> 1.15.0"
15+
spec.dependency "SwiftProtobuf", "~> 1.22.0"
1616
spec.dependency "Japx"
1717
end

PACECloudSDK.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6443,7 +6443,7 @@
64436443
repositoryURL = "https://github.com/apple/swift-protobuf.git";
64446444
requirement = {
64456445
kind = exactVersion;
6446-
version = 1.15.0;
6446+
version = 1.22.0;
64476447
};
64486448
};
64496449
3BA6A79A260DDF5A005D4B5C /* XCRemoteSwiftPackageReference "AppAuth-iOS" */ = {

PACECloudSDK.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
],
2525
dependencies: [
2626
.package(name: "AppAuth", url: "https://github.com/pace/AppAuth-iOS", .exact("1.5.0")),
27-
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git", .exact("1.15.0")),
27+
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git", .exact("1.22.0")),
2828
.package(name: "Japx", url: "https://github.com/pace/Japx", .exact("5.0.0")),
2929
],
3030
targets: [

0 commit comments

Comments
 (0)