Skip to content

Commit

Permalink
Sailthru Mobile iOS SDK 13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CarnivalBot committed Aug 2, 2022
1 parent 64088eb commit e6f3007
Show file tree
Hide file tree
Showing 43 changed files with 277 additions and 997 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>SailthruMobile.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SailthruMobile.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</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 @@ -19,7 +19,7 @@

NS_ASSUME_NONNULL_BEGIN

#define STM_VERSION @"13.0.1"
#define STM_VERSION @"13.0.2"
FOUNDATION_EXPORT double STMSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char STMSDKVersionString[];

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

0 comments on commit e6f3007

Please sign in to comment.