diff --git a/Pod Sample/Podfile.lock b/Pod Sample/Podfile.lock index eda715f..896c1c0 100644 --- a/Pod Sample/Podfile.lock +++ b/Pod Sample/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - CS_iOS_SDK (4.45.2): + - CS_iOS_SDK (4.45.3): - CSCrashReporter (= 1.0.1) - CSSwiftProtobuf (= 1.33.3) - CSCrashReporter (1.0.1) @@ -15,7 +15,7 @@ SPEC REPOS: - CSSwiftProtobuf SPEC CHECKSUMS: - CS_iOS_SDK: f67299b5eba0409d1c3175d04aa6374d047d4245 + CS_iOS_SDK: 74dc44cc6fdcac8edc560fcd19a95ad3d44c74d1 CSCrashReporter: bcd93ebf9abaf6e3d8ee4494ab0d630b6750d338 CSSwiftProtobuf: 1033fb116a18c31682345333847134fa1385601c diff --git a/Pod Sample/README.md b/Pod Sample/README.md index b439f8d..a5e31d4 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.4 starting in app: com.your.bundle.identifier
💡 Quick tips: Contentsquare SDK autostarts by itselfdiff --git a/SPM Sample/README.md b/SPM Sample/README.md index 3dfeb3d..c8d5bbc 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.4 starting in app: com.your.bundle.identifier
💡 Quick tips: Contentsquare SDK autostarts by itselfdiff --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..3b3cd54 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" : "40aad78a992dba9d9618acf8dac7a18245272e12", + "version" : "4.45.4" } }, { diff --git a/Static Framework Sample/README.md b/Static Framework Sample/README.md index be33982..e28b5c9 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.4 starting in app: com.your.bundle.identifier
💡 Quick tips: Contentsquare SDK autostarts by itself