diff --git a/.gitignore b/.gitignore index a9706ae..44ad69b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ Pods/ +Static Framework Sample/ContentsquareModule/ContentsquareCore.xcframework Static Framework Sample/ContentsquareModule/ContentsquareModule.xcframework Static Framework Sample/ContentsquareModule/CSCrashReporter.xcframework Static Framework Sample/ContentsquareModule/CSSwiftProtobuf.xcframework diff --git a/Pod Sample/Podfile.lock b/Pod Sample/Podfile.lock index 24c78da..3c8b80d 100644 --- a/Pod Sample/Podfile.lock +++ b/Pod Sample/Podfile.lock @@ -1,5 +1,8 @@ PODS: - - CS_iOS_SDK (4.46.3): + - ContentsquareCore (0.1.3): + - CSSwiftProtobuf (= 1.33.3) + - CS_iOS_SDK (4.50.0): + - ContentsquareCore (= 0.1.3) - CSCrashReporter (= 1.0.1) - CSSwiftProtobuf (= 1.33.3) - CSCrashReporter (1.0.1) @@ -10,12 +13,14 @@ DEPENDENCIES: SPEC REPOS: trunk: + - ContentsquareCore - CS_iOS_SDK - CSCrashReporter - CSSwiftProtobuf SPEC CHECKSUMS: - CS_iOS_SDK: 0f6db880e7b5c763f0ca1c3390afa5b44112c8d9 + ContentsquareCore: b580c1f3bc26ed219e5a679b50ce2aeca2e0cad9 + CS_iOS_SDK: b0ff2bce47a44d82223c933c25007859fa14ab46 CSCrashReporter: bcd93ebf9abaf6e3d8ee4494ab0d630b6750d338 CSSwiftProtobuf: 1033fb116a18c31682345333847134fa1385601c diff --git a/Pod Sample/README.md b/Pod Sample/README.md index 07e6bd5..c30c3e7 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.46.3 starting in app: com.your.bundle.identifier
+
$ CSLIB ℹ️ Info: Contentsquare SDK v4.50.0 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 09b7da9..41b3f28 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.46.3 starting in app: com.your.bundle.identifier
+
$ CSLIB ℹ️ Info: Contentsquare SDK v4.50.0 starting in app: com.your.bundle.identifier
💡 Quick tips: Contentsquare SDK autostarts by itself 
diff --git a/SPM Sample/SPM-sample-app.xcodeproj/project.pbxproj b/SPM Sample/SPM-sample-app.xcodeproj/project.pbxproj index 949921d..4989bf9 100644 --- a/SPM Sample/SPM-sample-app.xcodeproj/project.pbxproj +++ b/SPM Sample/SPM-sample-app.xcodeproj/project.pbxproj @@ -537,7 +537,7 @@ repositoryURL = "https://github.com/ContentSquare/CS_iOS_SDK.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 4.45.2; + minimumVersion = 4.50.0; }; }; /* End XCRemoteSwiftPackageReference section */ 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 1c28ec0..4a6fae6 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 @@ -1,6 +1,15 @@ { "originHash" : "e8fc0097cefdec18c729efb6c1737c4c3ec3bb68c205eeb225789f806a763c98", "pins" : [ + { + "identity" : "apple-core-sdk", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ContentSquare/apple-core-sdk.git", + "state" : { + "revision" : "7610e22163f5d78518450178512f25777b0c0983", + "version" : "0.1.3" + } + }, { "identity" : "cs_ios_crashreporter", "kind" : "remoteSourceControl", @@ -15,8 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/ContentSquare/CS_iOS_SDK.git", "state" : { - "revision" : "6ca8476261af25f0388154b41d003cd3c7128155", - "version" : "4.46.3" + "revision" : "13df80ae8f06da2eab243ec65abec62d32358b35", + "version" : "4.50.0" } }, { diff --git a/Static Framework Sample/README.md b/Static Framework Sample/README.md index ce2f277..3c0835f 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.46.3 starting in app: com.your.bundle.identifier
+
$ CSLIB ℹ️ Info: Contentsquare SDK v4.50.0 starting in app: com.your.bundle.identifier
💡 Quick tips: Contentsquare SDK autostarts by itself 
diff --git a/Static Framework Sample/static-framework-sample-app.xcodeproj/project.pbxproj b/Static Framework Sample/static-framework-sample-app.xcodeproj/project.pbxproj index 33ee442..4f8a71a 100644 --- a/Static Framework Sample/static-framework-sample-app.xcodeproj/project.pbxproj +++ b/Static Framework Sample/static-framework-sample-app.xcodeproj/project.pbxproj @@ -15,6 +15,8 @@ 4825729E29880701004863E9 /* CustomVariablesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4825729D29880701004863E9 /* CustomVariablesViewController.swift */; }; BC64815F2D315EA4008EE17A /* CSSwiftProtobuf.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC64815E2D315EA4008EE17A /* CSSwiftProtobuf.xcframework */; }; BC6481602D315EA4008EE17A /* CSSwiftProtobuf.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BC64815E2D315EA4008EE17A /* CSSwiftProtobuf.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + D015B6FF2FAA29F100367B36 /* ContentsquareCore.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = D015B6FC2FAA29A400367B36 /* ContentsquareCore.xcframework */; }; + D015B7002FAA29F100367B36 /* ContentsquareCore.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D015B6FC2FAA29A400367B36 /* ContentsquareCore.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; D064661F27FF70D800E89F5E /* DefaultScreenViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D064661D27FF70D800E89F5E /* DefaultScreenViewController.swift */; }; D064662027FF70D800E89F5E /* ScreenViews.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D064661E27FF70D800E89F5E /* ScreenViews.storyboard */; }; D09BE8952D3FAB1A004BCDF1 /* ETRViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D09BE8932D3FAB1A004BCDF1 /* ETRViewController.swift */; }; @@ -58,6 +60,7 @@ dstSubfolderSpec = 10; files = ( BC6481602D315EA4008EE17A /* CSSwiftProtobuf.xcframework in Embed Frameworks */, + D015B7002FAA29F100367B36 /* ContentsquareCore.xcframework in Embed Frameworks */, 2E5623FA2B5FC4D2009A0C73 /* ContentsquareModule.xcframework in Embed Frameworks */, 2E5623F42B5FC3BA009A0C73 /* CSCrashReporter.xcframework in Embed Frameworks */, ); @@ -72,6 +75,7 @@ 2E5623F82B5FC4D2009A0C73 /* ContentsquareModule.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:68F5DK9B95:CONTENT SQUARE"; lastKnownFileType = wrapper.xcframework; name = ContentsquareModule.xcframework; path = ContentsquareModule/ContentsquareModule.xcframework; sourceTree = ""; }; 4825729D29880701004863E9 /* CustomVariablesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomVariablesViewController.swift; sourceTree = ""; }; BC64815E2D315EA4008EE17A /* CSSwiftProtobuf.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:68F5DK9B95:CONTENT SQUARE"; lastKnownFileType = wrapper.xcframework; name = CSSwiftProtobuf.xcframework; path = ContentsquareModule/CSSwiftProtobuf.xcframework; sourceTree = ""; }; + D015B6FC2FAA29A400367B36 /* ContentsquareCore.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:68F5DK9B95:CONTENT SQUARE"; lastKnownFileType = wrapper.xcframework; name = ContentsquareCore.xcframework; path = ContentsquareModule/ContentsquareCore.xcframework; sourceTree = ""; }; D064661B27FF70A800E89F5E /* Main.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Main.storyboard; path = ../Shared/Base.lproj/Main.storyboard; sourceTree = ""; }; D064661D27FF70D800E89F5E /* DefaultScreenViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DefaultScreenViewController.swift; sourceTree = ""; }; D064661E27FF70D800E89F5E /* ScreenViews.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ScreenViews.storyboard; sourceTree = ""; }; @@ -105,6 +109,7 @@ buildActionMask = 2147483647; files = ( BC64815F2D315EA4008EE17A /* CSSwiftProtobuf.xcframework in Frameworks */, + D015B6FF2FAA29F100367B36 /* ContentsquareCore.xcframework in Frameworks */, 2E5623F92B5FC4D2009A0C73 /* ContentsquareModule.xcframework in Frameworks */, 2E5623F32B5FC3BA009A0C73 /* CSCrashReporter.xcframework in Frameworks */, ); @@ -167,6 +172,7 @@ D0E6B05127FF6E3B009E65F0 /* Frameworks */ = { isa = PBXGroup; children = ( + D015B6FC2FAA29A400367B36 /* ContentsquareCore.xcframework */, BC64815E2D315EA4008EE17A /* CSSwiftProtobuf.xcframework */, 2E5623F82B5FC4D2009A0C73 /* ContentsquareModule.xcframework */, 2E5623F22B5FC3BA009A0C73 /* CSCrashReporter.xcframework */,