Skip to content

Commit

Permalink
Update Swift dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed May 29, 2023
1 parent 169347f commit d837d6a
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 46 deletions.
2 changes: 1 addition & 1 deletion glean-core/ios/Glean.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@
repositoryURL = "https://github.com/1024jp/GzipSwift";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.1.1;
minimumVersion = 6.0.0;
};
};
CD70CF942850D6F900FC2014 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */ = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"object": {
"pins" : [
{
"package": "GzipSwift",
"repositoryURL" : "https://github.com/1024jp/GzipSwift",
"state" : {
"branch": null,
"revision" : "7a7f17761c76a932662ab77028a4329f67d645a4",
"version" : "5.2.0"
}
},
{
"package" : "OHHTTPStubs",
"repositoryURL" : "https://github.com/alisoftware/OHHTTPStubs",
"state" : {
"branch": null,
"revision" : "12f19662426d0434d6c330c6974d53e2eb10ecd9",
"version" : "9.1.0"
}
"pins" : [
{
"identity" : "gzipswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/1024jp/GzipSwift",
"state" : {
"revision" : "99cf703b461916279cbbb50068e904df86c37133",
"version" : "6.0.0"
}
]
},
"version": 1
},
{
"identity" : "ohhttpstubs",
"kind" : "remoteSourceControl",
"location" : "https://github.com/alisoftware/OHHTTPStubs",
"state" : {
"revision" : "12f19662426d0434d6c330c6974d53e2eb10ecd9",
"version" : "9.1.0"
}
}
],
"version" : 2
}
2 changes: 1 addition & 1 deletion samples/ios/app/glean-sample-app.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@
repositoryURL = "https://github.com/1024jp/GzipSwift";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.1.1;
minimumVersion = 6.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"object": {
"pins" : [
{
"package": "GzipSwift",
"repositoryURL" : "https://github.com/1024jp/GzipSwift",
"state" : {
"branch": null,
"revision" : "7a7f17761c76a932662ab77028a4329f67d645a4",
"version" : "5.2.0"
}
},
{
"package" : "swifter",
"repositoryURL" : "https://github.com/httpswift/swifter",
"state" : {
"branch": null,
"revision" : "9483a5d459b45c3ffd059f7b55f9638e268632fd",
"version" : "1.5.0"
}
"pins" : [
{
"identity" : "gzipswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/1024jp/GzipSwift",
"state" : {
"revision" : "99cf703b461916279cbbb50068e904df86c37133",
"version" : "6.0.0"
}
]
},
"version" : 1
},
{
"identity" : "swifter",
"kind" : "remoteSourceControl",
"location" : "https://github.com/httpswift/swifter",
"state" : {
"revision" : "9483a5d459b45c3ffd059f7b55f9638e268632fd",
"version" : "1.5.0"
}
}
],
"version" : 2
}

0 comments on commit d837d6a

Please sign in to comment.