Skip to content

Commit

Permalink
Merge branch 'release/8.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby committed Aug 3, 2023
2 parents 3631719 + 16558f9 commit 438f5cf
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.3
14.3.1
2 changes: 1 addition & 1 deletion Demo/Demo.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Version information
MARKETING_VERSION = 8.0.0
MARKETING_VERSION = 8.1.0

// Deployment targets
IPHONEOS_DEPLOYMENT_TARGET = 12.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/comScore/Comscore-Swift-Package-Manager.git",
"state": {
"branch": null,
"revision": "7e3c521ad689b0e2bbf5cfb62e19c9e1619feae2",
"version": "6.10.0"
"revision": "ede1a4aee58fc63a308e2babf3e33f55fedecb68",
"version": "6.10.2"
}
},
{
Expand Down Expand Up @@ -51,8 +51,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgappearance-apple.git",
"state": {
"branch": null,
"revision": "72d9475b46d97ecde0298b5bc80a654e8b424ebb",
"version": "5.2.0"
"revision": "37858eb83365f498d3861cc546ba86a51e061293",
"version": "5.2.1"
}
},
{
Expand All @@ -69,8 +69,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgdataprovider-apple.git",
"state": {
"branch": null,
"revision": "7b1c3e001213315ef1eed9892cb97651a3e03dfd",
"version": "17.0.0"
"revision": "93a46a26d9ea068e3d812755e5a44c7402b2ad04",
"version": "18.0.0"
}
},
{
Expand Down Expand Up @@ -105,8 +105,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgmediaplayer-apple.git",
"state": {
"branch": null,
"revision": "0e5993756dc0fdfa892205fcf5bf3b9e62dd22ac",
"version": "7.1.0"
"revision": "63a8b41213360f625f2171a18718a7e5f14c4874",
"version": "7.2.0"
}
},
{
Expand Down
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/comScore/Comscore-Swift-Package-Manager.git",
"state": {
"branch": null,
"revision": "7e3c521ad689b0e2bbf5cfb62e19c9e1619feae2",
"version": "6.10.0"
"revision": "ede1a4aee58fc63a308e2babf3e33f55fedecb68",
"version": "6.10.2"
}
},
{
Expand Down Expand Up @@ -69,8 +69,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgdataprovider-apple.git",
"state": {
"branch": null,
"revision": "7b1c3e001213315ef1eed9892cb97651a3e03dfd",
"version": "17.0.0"
"revision": "93a46a26d9ea068e3d812755e5a44c7402b2ad04",
"version": "18.0.0"
}
},
{
Expand Down Expand Up @@ -105,8 +105,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgmediaplayer-apple.git",
"state": {
"branch": null,
"revision": "0e5993756dc0fdfa892205fcf5bf3b9e62dd22ac",
"version": "7.1.0"
"revision": "63a8b41213360f625f2171a18718a7e5f14c4874",
"version": "7.2.0"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription

struct ProjectSettings {
static let marketingVersion: String = "8.0.0"
static let marketingVersion: String = "8.1.0"
}

let package = Package(
Expand Down Expand Up @@ -38,10 +38,10 @@ let package = Package(
dependencies: [
.package(name: "ComScore", url: "https://github.com/comScore/Comscore-Swift-Package-Manager.git", .upToNextMinor(from: "6.10.0")),
.package(name: "SRGContentProtection", url: "https://github.com/SRGSSR/srgcontentprotection-apple.git", .upToNextMinor(from: "3.1.0")),
.package(name: "SRGDataProvider", url: "https://github.com/SRGSSR/srgdataprovider-apple.git", .upToNextMinor(from: "17.0.0")),
.package(name: "SRGDataProvider", url: "https://github.com/SRGSSR/srgdataprovider-apple.git", .upToNextMinor(from: "18.0.0")),
.package(name: "SRGIdentity", url: "https://github.com/SRGSSR/srgidentity-apple.git", .upToNextMinor(from: "3.3.0")),
.package(name: "SRGLogger", url: "https://github.com/SRGSSR/srglogger-apple.git", .upToNextMinor(from: "3.1.0")),
.package(name: "SRGMediaPlayer", url: "https://github.com/SRGSSR/srgmediaplayer-apple.git", .upToNextMinor(from: "7.1.0")),
.package(name: "SRGMediaPlayer", url: "https://github.com/SRGSSR/srgmediaplayer-apple.git", .upToNextMinor(from: "7.2.0")),
.package(name: "TCCore", url: "https://github.com/SRGSSR/TCCore-xcframework-apple.git", .exact("4.5.4-srg5")),
.package(name: "TCSDK", url: "https://github.com/SRGSSR/TCSDK-xcframework-apple.git", .exact("4.4.1-srg5"))
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/comScore/Comscore-Swift-Package-Manager.git",
"state": {
"branch": null,
"revision": "7e3c521ad689b0e2bbf5cfb62e19c9e1619feae2",
"version": "6.10.0"
"revision": "ede1a4aee58fc63a308e2babf3e33f55fedecb68",
"version": "6.10.2"
}
},
{
Expand Down Expand Up @@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgappearance-apple.git",
"state": {
"branch": null,
"revision": "72d9475b46d97ecde0298b5bc80a654e8b424ebb",
"version": "5.2.0"
"revision": "37858eb83365f498d3861cc546ba86a51e061293",
"version": "5.2.1"
}
},
{
Expand All @@ -78,8 +78,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgdataprovider-apple.git",
"state": {
"branch": null,
"revision": "7b1c3e001213315ef1eed9892cb97651a3e03dfd",
"version": "17.0.0"
"revision": "93a46a26d9ea068e3d812755e5a44c7402b2ad04",
"version": "18.0.0"
}
},
{
Expand Down Expand Up @@ -114,8 +114,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgmediaplayer-apple.git",
"state": {
"branch": null,
"revision": "0e5993756dc0fdfa892205fcf5bf3b9e62dd22ac",
"version": "7.1.0"
"revision": "63a8b41213360f625f2171a18718a7e5f14c4874",
"version": "7.2.0"
}
},
{
Expand Down

0 comments on commit 438f5cf

Please sign in to comment.