Skip to content

Commit

Permalink
MobileSDK 2.0.121.240324
Browse files Browse the repository at this point in the history
CloudSDK
Version 2.0.121_20240324:
- optimized the number of URL sessions used
- added support for 500 internal server error

PlayerSDK
Version 2.0.20240321:

EncoderSDK
Version 2.0.20240319:
  • Loading branch information
maxkutsanov committed Mar 23, 2024
1 parent 92667f1 commit 025b6a1
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# VXG Mobile SDK iOS

### MobileSDK 2.0.121.240324

CloudSDK
Version 2.0.121_20240324:
- optimized the number of URL sessions used
- added support for 500 internal server error

PlayerSDK
Version 2.0.20240321:

EncoderSDK
Version 2.0.20240319:

### MobileSDK 2.0.120.240321

CloudSDK
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified CloudSDK/dependencies/libraries/libcloudsdk.a
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_arm64e</string>
<key>LibraryPath</key>
<string>cloudsdk.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>arm64e</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_arm64e</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>cloudsdk.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64e</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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 @@ -6,31 +6,31 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_arm64e</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>cloudsdktimelineview.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64e</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_arm64e</string>
<key>LibraryPath</key>
<string>cloudsdktimelineview.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>arm64e</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 025b6a1

Please sign in to comment.