Skip to content

Commit

Permalink
Downgrading Google APIs Client Library to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Mar 12, 2024
1 parent 77146f5 commit 8537534
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CryptomatorCloudAccess.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@
repositoryURL = "https://github.com/google/google-api-objectivec-client-for-rest.git";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 3.5.0;
minimumVersion = 3.4.0;
};
};
4A567B182615C917002C4D82 /* XCRemoteSwiftPackageReference "GTMAppAuth" */ = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "368be7ebc0890c0083fed1d908d8c0ca9e9d6b65139e7f095de0e410f61160a0",
"pins" : [
{
"identity" : "appauth-ios",
Expand Down Expand Up @@ -59,8 +60,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/google-api-objectivec-client-for-rest.git",
"state" : {
"revision" : "8b200e6e447c04140ac027cba4f368402766965f",
"version" : "3.5.1"
"revision" : "bcb0439b37d16d39da6f62139d4009d09e7aef14",
"version" : "3.4.0"
}
},
{
Expand Down Expand Up @@ -154,5 +155,5 @@
}
}
],
"version" : 2
"version" : 3
}
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/google-api-objectivec-client-for-rest.git",
"state" : {
"revision" : "8b200e6e447c04140ac027cba4f368402766965f",
"version" : "3.5.1"
"revision" : "bcb0439b37d16d39da6f62139d4009d09e7aef14",
"version" : "3.4.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
.package(url: "https://github.com/aws-amplify/aws-sdk-ios-spm.git", .upToNextMinor(from: "2.34.0")),
.package(url: "https://github.com/cryptomator/cryptolib-swift.git", .upToNextMinor(from: "1.1.0")),
.package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", .upToNextMinor(from: "3.8.0")),
.package(url: "https://github.com/google/google-api-objectivec-client-for-rest.git", .upToNextMinor(from: "3.5.0")),
.package(url: "https://github.com/google/google-api-objectivec-client-for-rest.git", .upToNextMinor(from: "3.4.0")),
.package(url: "https://github.com/google/GTMAppAuth.git", .upToNextMinor(from: "4.0.0")),
.package(url: "https://github.com/google/gtm-session-fetcher.git", .upToNextMinor(from: "3.1.0")),
.package(url: "https://github.com/google/promises.git", .upToNextMinor(from: "2.3.0")),
Expand Down

0 comments on commit 8537534

Please sign in to comment.