Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 7 additions & 2 deletions Pod Sample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -10,12 +13,14 @@ DEPENDENCIES:

SPEC REPOS:
trunk:
- ContentsquareCore
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to update the job that updates the sample app ?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After this PR probably not. The only thing failing was manual static sample not having ContentsquareCore referenced.

- CS_iOS_SDK
- CSCrashReporter
- CSSwiftProtobuf

SPEC CHECKSUMS:
CS_iOS_SDK: 0f6db880e7b5c763f0ca1c3390afa5b44112c8d9
ContentsquareCore: b580c1f3bc26ed219e5a679b50ce2aeca2e0cad9
CS_iOS_SDK: b0ff2bce47a44d82223c933c25007859fa14ab46
CSCrashReporter: bcd93ebf9abaf6e3d8ee4494ab0d630b6750d338
CSSwiftProtobuf: 1033fb116a18c31682345333847134fa1385601c

Expand Down
2 changes: 1 addition & 1 deletion Pod Sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<pre>$ CSLIB ℹ️ Info: Contentsquare SDK v4.46.3 starting in app: com.your.bundle.identifier</pre>
<pre>$ CSLIB ℹ️ Info: Contentsquare SDK v4.50.0 starting in app: com.your.bundle.identifier</pre>

<pre>💡 Quick tips: Contentsquare SDK autostarts by itself </pre>

Expand Down
2 changes: 1 addition & 1 deletion SPM Sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<pre>$ CSLIB ℹ️ Info: Contentsquare SDK v4.46.3 starting in app: com.your.bundle.identifier</pre>
<pre>$ CSLIB ℹ️ Info: Contentsquare SDK v4.50.0 starting in app: com.your.bundle.identifier</pre>

<pre>💡 Quick tips: Contentsquare SDK autostarts by itself </pre>

Expand Down
2 changes: 1 addition & 1 deletion SPM Sample/SPM-sample-app.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Static Framework Sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<pre>$ CSLIB ℹ️ Info: Contentsquare SDK v4.46.3 starting in app: com.your.bundle.identifier</pre>
<pre>$ CSLIB ℹ️ Info: Contentsquare SDK v4.50.0 starting in app: com.your.bundle.identifier</pre>

<pre>💡 Quick tips: Contentsquare SDK autostarts by itself </pre>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -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 */,
);
Expand All @@ -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 = "<group>"; };
4825729D29880701004863E9 /* CustomVariablesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomVariablesViewController.swift; sourceTree = "<group>"; };
BC64815E2D315EA4008EE17A /* CSSwiftProtobuf.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:68F5DK9B95:CONTENT SQUARE"; lastKnownFileType = wrapper.xcframework; name = CSSwiftProtobuf.xcframework; path = ContentsquareModule/CSSwiftProtobuf.xcframework; sourceTree = "<group>"; };
D015B6FC2FAA29A400367B36 /* ContentsquareCore.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:68F5DK9B95:CONTENT SQUARE"; lastKnownFileType = wrapper.xcframework; name = ContentsquareCore.xcframework; path = ContentsquareModule/ContentsquareCore.xcframework; sourceTree = "<group>"; };
D064661B27FF70A800E89F5E /* Main.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Main.storyboard; path = ../Shared/Base.lproj/Main.storyboard; sourceTree = "<group>"; };
D064661D27FF70D800E89F5E /* DefaultScreenViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DefaultScreenViewController.swift; sourceTree = "<group>"; };
D064661E27FF70D800E89F5E /* ScreenViews.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ScreenViews.storyboard; sourceTree = "<group>"; };
Expand Down Expand Up @@ -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 */,
);
Expand Down Expand Up @@ -167,6 +172,7 @@
D0E6B05127FF6E3B009E65F0 /* Frameworks */ = {
isa = PBXGroup;
children = (
D015B6FC2FAA29A400367B36 /* ContentsquareCore.xcframework */,
BC64815E2D315EA4008EE17A /* CSSwiftProtobuf.xcframework */,
2E5623F82B5FC4D2009A0C73 /* ContentsquareModule.xcframework */,
2E5623F22B5FC3BA009A0C73 /* CSCrashReporter.xcframework */,
Expand Down