Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Selligent committed Jul 13, 2023
1 parent 763ac21 commit 73e1337
Show file tree
Hide file tree
Showing 104 changed files with 103,881 additions and 529 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# SDK Changelog

- __SDK 3.6.0__
- Raise minimum supported version to iOS 12
- Add compatibility with xCode 15 and iOS 17
- Add Privacy manifest (PrivacyInfo.xcprivacy)
- Add codesigning to provided .xcframework
- Add support for MacCatalyst (minimum macCatalyst version: 13 (macOS 10.15))

- __SDK 3.5.1__
- Add missing CFBundleShortVersionString in SelligentMobileExtensionsSDK.xcframework

Expand Down
Binary file modified Documentation/iOSSDKTemplate.zip
Binary file not shown.
17 changes: 16 additions & 1 deletion Framework/SelligentMobileSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SelligentMobileSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
Expand All @@ -21,15 +33,18 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>SelligentMobileSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 73e1337

Please sign in to comment.