Skip to content

Commit

Permalink
Marigold iOS SDK 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarnivalBot committed May 22, 2024
1 parent 2280e45 commit 2b71fb1
Show file tree
Hide file tree
Showing 23 changed files with 134 additions and 68 deletions.
2 changes: 1 addition & 1 deletion Marigold-Extension.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Marigold-Extension'
s.version = '16.0.1'
s.version = '17.0.0'
s.summary = 'Marigold iOS SDK for integrating with https://mobile.sailthru.com messaging and analytics service.'
s.author = {
'Marigold' => '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion Marigold.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Marigold'
s.version = '16.0.1'
s.version = '17.0.0'
s.summary = 'Marigold iOS SDK for integrating with https://mobile.sailthru.com messaging and analytics service.'
s.author = {
'Marigold' => '[email protected]'
Expand Down
10 changes: 5 additions & 5 deletions Marigold.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>Marigold.framework/Marigold</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Marigold.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Marigold.framework/Marigold</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Marigold.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

NS_ASSUME_NONNULL_BEGIN

#define MAR_VERSION @"16.0.1"
#define MAR_VERSION @"17.0.0"
FOUNDATION_EXPORT double MARSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char MARSDKVersionString[];

Expand Down
Binary file modified Marigold.xcframework/ios-arm64/Marigold.framework/Info.plist
Binary file not shown.
Binary file modified Marigold.xcframework/ios-arm64/Marigold.framework/Marigold
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

NS_ASSUME_NONNULL_BEGIN

#define MAR_VERSION @"16.0.1"
#define MAR_VERSION @"17.0.0"
FOUNDATION_EXPORT double MARSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char MARSDKVersionString[];

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 2b71fb1

Please sign in to comment.