Skip to content

Commit

Permalink
Update dependencies to official releases
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Mar 26, 2021
1 parent 13b6921 commit 20a147f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ name: PLCrashReporter, nameSpecified: PLCrashReporter, owner: microsoft, version

name: promises, nameSpecified: Promises, owner: google, version: 1.2.12

name: srganalytics-apple, nameSpecified: SRGAnalytics, owner: SRGSSR, version: 7.0.1
name: srganalytics-apple, nameSpecified: SRGAnalytics, owner: SRGSSR, version: 7.0.2

name: srgappearance-apple, nameSpecified: SRGAppearance, owner: SRGSSR, version: 3.0.2

Expand All @@ -320,9 +320,9 @@ name: srgdataprovider-apple, nameSpecified: SRGDataProvider, owner: SRGSSR, vers

name: srgdiagnostics-apple, nameSpecified: SRGDiagnostics, owner: SRGSSR, version: 3.0.1

name: srgidentity-apple, nameSpecified: SRGIdentity, owner: SRGSSR, version:
name: srgidentity-apple, nameSpecified: SRGIdentity, owner: SRGSSR, version: 3.0.4

name: srgletterbox-apple, nameSpecified: SRGLetterbox, owner: SRGSSR, version:
name: srgletterbox-apple, nameSpecified: SRGLetterbox, owner: SRGSSR, version: 7.0.0

name: srglogger-apple, nameSpecified: SRGLogger, owner: SRGSSR, version: 3.0.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
<key>File</key>
<string>com.mono0926.LicensePlist/srganalytics-apple</string>
<key>Title</key>
<string>SRGAnalytics (7.0.1)</string>
<string>SRGAnalytics (7.0.2)</string>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
</dict>
Expand Down Expand Up @@ -318,15 +318,15 @@
<key>File</key>
<string>com.mono0926.LicensePlist/srgidentity-apple</string>
<key>Title</key>
<string>SRGIdentity</string>
<string>SRGIdentity (3.0.4)</string>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
</dict>
<dict>
<key>File</key>
<string>com.mono0926.LicensePlist/srgletterbox-apple</string>
<key>Title</key>
<string>SRGLetterbox</string>
<string>SRGLetterbox (7.0.0)</string>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
</dict>
Expand Down
10 changes: 5 additions & 5 deletions PlaySRG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13425,8 +13425,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SRGSSR/srgidentity-apple.git";
requirement = {
branch = develop;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 3.0.4;
};
};
6F2544F32521BAA400F9F4FE /* XCRemoteSwiftPackageReference "srguserdata-apple" */ = {
Expand All @@ -13450,7 +13450,7 @@
repositoryURL = "https://github.com/SRGSSR/srganalytics-apple.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 7.0.1;
minimumVersion = 7.0.2;
};
};
6F517A0E25DAB56600CE548B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
Expand All @@ -13465,8 +13465,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SRGSSR/srgletterbox-apple.git";
requirement = {
branch = develop;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 7.0.0;
};
};
6F6DD3A924E449D7003F9437 /* XCRemoteSwiftPackageReference "srgdataprovider-apple" */ = {
Expand Down
16 changes: 8 additions & 8 deletions PlaySRG.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@
"repositoryURL": "https://github.com/SRGSSR/srganalytics-apple.git",
"state": {
"branch": null,
"revision": "ce0d07662fc91d826353db71167eee191d4b4af4",
"version": "7.0.1"
"revision": "5a1549c460ca7ec1254ece8a276fdd8fdef45838",
"version": "7.0.2"
}
},
{
Expand Down Expand Up @@ -257,18 +257,18 @@
"package": "SRGIdentity",
"repositoryURL": "https://github.com/SRGSSR/srgidentity-apple.git",
"state": {
"branch": "develop",
"revision": "0218fd6d32d31e27e312b9656b4a25bb00d6e402",
"version": null
"branch": null,
"revision": "a5ab9cca5cb7dbbcc8615634c2f605d283d42963",
"version": "3.0.4"
}
},
{
"package": "SRGLetterbox",
"repositoryURL": "https://github.com/SRGSSR/srgletterbox-apple.git",
"state": {
"branch": "develop",
"revision": "7b92fd7127d19f1ad2e4cfb1777ec777974da826",
"version": null
"branch": null,
"revision": "7e0785d6b02e6d6842bce45e563fb3b2d062b16b",
"version": "7.0.0"
}
},
{
Expand Down

0 comments on commit 20a147f

Please sign in to comment.