diff --git a/Pod Sample/README.md b/Pod Sample/README.md index b439f8d..531720d 100644 --- a/Pod Sample/README.md +++ b/Pod Sample/README.md @@ -12,7 +12,7 @@ You must have [CocoaPods](https://cocoapods.org). The simplest way to install it * You should now be able to run the application * You should see logs from the SDK in the Xcode console or the Console app as below -
$ CSLIB ℹ️ Info: Contentsquare SDK v4.44.3 starting in app: com.your.bundle.identifier
+
$ CSLIB ℹ️ Info: Contentsquare SDK v4.45.3 starting in app: com.your.bundle.identifier
💡 Quick tips: Contentsquare SDK autostarts by itself 
diff --git a/SPM Sample/README.md b/SPM Sample/README.md index 3dfeb3d..8fdecb9 100644 --- a/SPM Sample/README.md +++ b/SPM Sample/README.md @@ -11,7 +11,7 @@ Apple's [documentation](https://developer.apple.com/documentation/swift_packages * You should now be able to run the application * You should see logs from the SDK in the Xcode console or the Console app as below -
$ CSLIB ℹ️ Info: Contentsquare SDK v4.44.3 starting in app: com.your.bundle.identifier
+
$ CSLIB ℹ️ Info: Contentsquare SDK v4.45.3 starting in app: com.your.bundle.identifier
💡 Quick tips: Contentsquare SDK autostarts by itself 
diff --git a/SPM Sample/SPM-sample-app.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/SPM Sample/SPM-sample-app.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 3c0d43f..c37ef5b 100644 --- a/SPM Sample/SPM-sample-app.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/SPM Sample/SPM-sample-app.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -15,8 +15,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/ContentSquare/CS_iOS_SDK.git", "state" : { - "revision" : "262a8d96542ca2c8766ad5fd55ce089c41918e7a", - "version" : "4.45.2" + "revision" : "6bffa7677beec7c9d12617a27e28168666528f3d", + "version" : "4.45.3" } }, { diff --git a/Static Framework Sample/README.md b/Static Framework Sample/README.md index be33982..d4ac32b 100644 --- a/Static Framework Sample/README.md +++ b/Static Framework Sample/README.md @@ -9,7 +9,7 @@ * You should now be able to run the application * You should see logs from the SDK in the Xcode console or the Console app as below -
$ CSLIB ℹ️ Info: Contentsquare SDK v4.44.3 starting in app: com.your.bundle.identifier
+
$ CSLIB ℹ️ Info: Contentsquare SDK v4.45.3 starting in app: com.your.bundle.identifier
💡 Quick tips: Contentsquare SDK autostarts by itself