From 533e8e1114e646df83a1eab100c9bd24088b04d2 Mon Sep 17 00:00:00 2001 From: Abhishek Pandey <64667840+1abhishekpandey@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:14:22 +0530 Subject: [PATCH 1/3] fix: remove tracking domain url from Privacy Manifest file in v2 (#514) * fix: remove tracking domain url from Privacy Manifest file * chore: update Podfile.lock --- Podfile.lock | 4 ++-- Sources/Resources/PrivacyInfo.xcprivacy | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index 57290bb0..95b563f3 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - Rudder (2.4.3) + - Rudder (2.5.0-beta) DEPENDENCIES: - Rudder (from `.`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "." SPEC CHECKSUMS: - Rudder: 831e9e84722969781103845b287bdbe7b0c9f833 + Rudder: 2ff2aa3e9d21db4baefa988bd08209f38bd2927a PODFILE CHECKSUM: ee379229e6a0b60bc98226700ace2de002171547 diff --git a/Sources/Resources/PrivacyInfo.xcprivacy b/Sources/Resources/PrivacyInfo.xcprivacy index 3a5c4c2d..0d2c4898 100644 --- a/Sources/Resources/PrivacyInfo.xcprivacy +++ b/Sources/Resources/PrivacyInfo.xcprivacy @@ -56,9 +56,5 @@ - NSPrivacyTrackingDomains - - rudderstack.com/ - From e95e6104e35088166f670ba9e919f3db41b65afc Mon Sep 17 00:00:00 2001 From: GitHub actions Date: Wed, 24 Apr 2024 06:45:14 +0000 Subject: [PATCH 2/3] chore(release): 2.5.0 --- CHANGELOG.md | 7 +++++++ README.md | 10 +++++----- Sources/Classes/Common/Constants/RSVersion.swift | 2 +- package.json | 2 +- sonar-project.properties | 2 +- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe38a0f..44115aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.5.0](https://github.com/rudderlabs/rudder-sdk-ios/compare/v2.5.0-beta...v2.5.0) (2024-04-24) + + +### Bug Fixes + +* remove tracking domain url from Privacy Manifest file in v2 ([#514](https://github.com/rudderlabs/rudder-sdk-ios/issues/514)) ([533e8e1](https://github.com/rudderlabs/rudder-sdk-ios/commit/533e8e1114e646df83a1eab100c9bd24088b04d2)) + ## [2.5.0-beta](https://github.com/rudderlabs/rudder-sdk-ios/compare/v2.4.4-beta...v2.5.0-beta) (2024-04-08) diff --git a/README.md b/README.md index 9dcfdb8b..e3ff95d8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

- +

@@ -47,7 +47,7 @@ The iOS SDK is available through [**CocoaPods**](https://cocoapods.org), [**Cart To install the SDK, simply add the following line to your Podfile: ```xcode -pod 'Rudder', '2.5.0-beta' +pod 'Rudder', '2.5.0' ``` ### Carthage @@ -55,7 +55,7 @@ pod 'Rudder', '2.5.0-beta' For Carthage support, add the following line to your `Cartfile`: ```xcode -github "rudderlabs/rudder-sdk-ios" "v2.5.0-beta" +github "rudderlabs/rudder-sdk-ios" "v2.5.0" ``` > Remember to include the following code where you want to refer to or use the RudderStack SDK classes, as shown: @@ -86,7 +86,7 @@ You can also add the RudderStack SDK using the Swift Package Mangaer in one of t ![Adding a package](https://user-images.githubusercontent.com/59817155/140903027-286a1d64-f5d5-4041-9827-47b6cef76a46.png) 2. Enter the package repository (`git@github.com:rudderlabs/rudder-sdk-ios.git`) in the search bar. -3. In **Dependency Rule**, select **Up to Next Major Version**, and enter `2.5.0-beta` as the value, as shown: +3. In **Dependency Rule**, select **Up to Next Major Version**, and enter `2.5.0` as the value, as shown: ![Setting the dependency](https://user-images.githubusercontent.com/59817155/145574696-8c849749-13e0-40d5-aacb-3fccb5c8e67d.png) @@ -113,7 +113,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "git@github.com:rudderlabs/rudder-sdk-ios.git", from: "2.5.0-beta") + .package(url: "git@github.com:rudderlabs/rudder-sdk-ios.git", from: "2.5.0") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Sources/Classes/Common/Constants/RSVersion.swift b/Sources/Classes/Common/Constants/RSVersion.swift index a151264e..b4b40b23 100644 --- a/Sources/Classes/Common/Constants/RSVersion.swift +++ b/Sources/Classes/Common/Constants/RSVersion.swift @@ -9,4 +9,4 @@ import Foundation // don't edit this line -let RSVersion = "2.5.0-beta" +let RSVersion = "2.5.0" diff --git a/package.json b/package.json index 102b77e2..3aada37d 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { - "version": "2.5.0-beta", + "version": "2.5.0", "description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools" } diff --git a/sonar-project.properties b/sonar-project.properties index 77b6758e..11365149 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -6,7 +6,7 @@ sonar.qualitygate.wait=false sonar.projectKey=rudderlabs_rudder-sdk-ios-v2 sonar.organization=rudderlabs sonar.projectName=RudderStack iOS SDK(v2) -sonar.projectVersion=2.5.0-beta +sonar.projectVersion=2.5.0 # Meta-data for the project sonar.links.scm=https://github.com/rudderlabs/rudder-sdk-ios From e871a5df11acd32cd24ac6b7b14f847b11027394 Mon Sep 17 00:00:00 2001 From: Abhishek Pandey <64667840+1abhishekpandey@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:31:17 +0530 Subject: [PATCH 3/3] chore: changed version to 2.5.1-beta --- CHANGELOG.md | 2 +- README.md | 10 +++++----- Sources/Classes/Common/Constants/RSVersion.swift | 2 +- package.json | 2 +- sonar-project.properties | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44115aa1..adc4bedd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [2.5.0](https://github.com/rudderlabs/rudder-sdk-ios/compare/v2.5.0-beta...v2.5.0) (2024-04-24) +## [2.5.1-beta](https://github.com/rudderlabs/rudder-sdk-ios/compare/v2.5.0-beta...v2.5.1-beta) (2024-04-24) ### Bug Fixes diff --git a/README.md b/README.md index e3ff95d8..54a22e48 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

- +

@@ -47,7 +47,7 @@ The iOS SDK is available through [**CocoaPods**](https://cocoapods.org), [**Cart To install the SDK, simply add the following line to your Podfile: ```xcode -pod 'Rudder', '2.5.0' +pod 'Rudder', '2.5.1-beta' ``` ### Carthage @@ -55,7 +55,7 @@ pod 'Rudder', '2.5.0' For Carthage support, add the following line to your `Cartfile`: ```xcode -github "rudderlabs/rudder-sdk-ios" "v2.5.0" +github "rudderlabs/rudder-sdk-ios" "v2.5.1-beta" ``` > Remember to include the following code where you want to refer to or use the RudderStack SDK classes, as shown: @@ -86,7 +86,7 @@ You can also add the RudderStack SDK using the Swift Package Mangaer in one of t ![Adding a package](https://user-images.githubusercontent.com/59817155/140903027-286a1d64-f5d5-4041-9827-47b6cef76a46.png) 2. Enter the package repository (`git@github.com:rudderlabs/rudder-sdk-ios.git`) in the search bar. -3. In **Dependency Rule**, select **Up to Next Major Version**, and enter `2.5.0` as the value, as shown: +3. In **Dependency Rule**, select **Up to Next Major Version**, and enter `2.5.1-beta` as the value, as shown: ![Setting the dependency](https://user-images.githubusercontent.com/59817155/145574696-8c849749-13e0-40d5-aacb-3fccb5c8e67d.png) @@ -113,7 +113,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "git@github.com:rudderlabs/rudder-sdk-ios.git", from: "2.5.0") + .package(url: "git@github.com:rudderlabs/rudder-sdk-ios.git", from: "2.5.1-beta") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Sources/Classes/Common/Constants/RSVersion.swift b/Sources/Classes/Common/Constants/RSVersion.swift index b4b40b23..d7b2c26d 100644 --- a/Sources/Classes/Common/Constants/RSVersion.swift +++ b/Sources/Classes/Common/Constants/RSVersion.swift @@ -9,4 +9,4 @@ import Foundation // don't edit this line -let RSVersion = "2.5.0" +let RSVersion = "2.5.1-beta" diff --git a/package.json b/package.json index 3aada37d..24f7ceb1 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { - "version": "2.5.0", + "version": "2.5.1-beta", "description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools" } diff --git a/sonar-project.properties b/sonar-project.properties index 11365149..df5a4ac5 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -6,7 +6,7 @@ sonar.qualitygate.wait=false sonar.projectKey=rudderlabs_rudder-sdk-ios-v2 sonar.organization=rudderlabs sonar.projectName=RudderStack iOS SDK(v2) -sonar.projectVersion=2.5.0 +sonar.projectVersion=2.5.1-beta # Meta-data for the project sonar.links.scm=https://github.com/rudderlabs/rudder-sdk-ios