diff --git a/.xcode-version b/.xcode-version index c519231b..7ea95c24 100644 --- a/.xcode-version +++ b/.xcode-version @@ -1 +1 @@ -14.3 \ No newline at end of file +14.3.1 \ No newline at end of file diff --git a/Demo/Demo.xcconfig b/Demo/Demo.xcconfig index 5cda27de..104ecbca 100644 --- a/Demo/Demo.xcconfig +++ b/Demo/Demo.xcconfig @@ -1,5 +1,5 @@ // Version information -MARKETING_VERSION = 8.0.0 +MARKETING_VERSION = 8.1.0 // Deployment targets IPHONEOS_DEPLOYMENT_TARGET = 12.0 diff --git a/Demo/SRGAnalytics-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Demo/SRGAnalytics-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved index 24dfae5c..495e802f 100644 --- a/Demo/SRGAnalytics-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Demo/SRGAnalytics-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } }, { @@ -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" } }, { @@ -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" } }, { @@ -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" } }, { diff --git a/Package.resolved b/Package.resolved index 7f014f3d..495e802f 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { @@ -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" } }, { @@ -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" } }, { diff --git a/Package.swift b/Package.swift index 885e2c6c..776853c4 100644 --- a/Package.swift +++ b/Package.swift @@ -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( @@ -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")) ], diff --git a/Tests/SRGAnalyticsIdentity-tests.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Tests/SRGAnalyticsIdentity-tests.xcworkspace/xcshareddata/swiftpm/Package.resolved index 7f6bdf69..c67bb1f5 100644 --- a/Tests/SRGAnalyticsIdentity-tests.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Tests/SRGAnalyticsIdentity-tests.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } }, { @@ -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" } }, { @@ -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" } }, { @@ -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" } }, {