Skip to content

Commit

Permalink
Merge branch 'release/9.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Aug 10, 2024
2 parents 1532d2a + d2d57d1 commit 9bccb8e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
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 = 9.1.1
MARKETING_VERSION = 9.1.2

// 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": "fef761279a592960243e67f2aea110c6fa097fd8",
"version": "6.11.0"
"revision": "2d1cd9c0cb52ca76702023b528a059fc0a7d5a4d",
"version": "6.13.0"
}
},
{
Expand All @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/CommandersAct/iOSV5.git",
"state": {
"branch": null,
"revision": "1350bca4163cfdd62d1508068601817d86d9f4a5",
"version": "5.4.4"
"revision": "b65eb27cde41d3c40b05520f8713d55a52821553",
"version": "5.4.9"
}
},
{
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 = "9.1.1"
static let marketingVersion: String = "9.1.2"
}

let package = Package(
Expand Down Expand Up @@ -36,13 +36,13 @@ let package = Package(
)
],
dependencies: [
.package(name: "ComScore", url: "https://github.com/comScore/Comscore-Swift-Package-Manager.git", .upToNextMinor(from: "6.11.0")),
.package(name: "ComScore", url: "https://github.com/comScore/Comscore-Swift-Package-Manager.git", .upToNextMinor(from: "6.13.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: "19.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.2.0")),
.package(name: "TagCommander", url: "https://github.com/CommandersAct/iOSV5.git", .upToNextMinor(from: "5.4.4"))
.package(name: "TagCommander", url: "https://github.com/CommandersAct/iOSV5.git", .upToNextMinor(from: "5.4.9"))
],
targets: [
.target(
Expand Down
1 change: 1 addition & 0 deletions Sources/SRGAnalytics/SRGAnalyticsTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ - (void)startCommandersActWithConfiguration:(SRGAnalyticsConfiguration *)configu
{
self.serverSide = [[ServerSide alloc] initWithSiteID:(int)configuration.site andSourceKey:configuration.sourceKey];
[self.serverSide enableRunningInBackground];
[self.serverSide waitForUserAgent];

[self.serverSide addPermanentData:@"app_library_version" withValue:SRGAnalyticsMarketingVersion()];
[self.serverSide addPermanentData:@"navigation_app_site_name" withValue:configuration.siteName];
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": "fef761279a592960243e67f2aea110c6fa097fd8",
"version": "6.11.0"
"revision": "2d1cd9c0cb52ca76702023b528a059fc0a7d5a4d",
"version": "6.13.0"
}
},
{
Expand All @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/CommandersAct/iOSV5.git",
"state": {
"branch": null,
"revision": "1350bca4163cfdd62d1508068601817d86d9f4a5",
"version": "5.4.4"
"revision": "b65eb27cde41d3c40b05520f8713d55a52821553",
"version": "5.4.9"
}
},
{
Expand Down

0 comments on commit 9bccb8e

Please sign in to comment.