Skip to content

Commit

Permalink
Version: 2.0.85_220223
Browse files Browse the repository at this point in the history
CloudSDK: 2.0.85_2022023:
- fixed a lot of potential retain cycles

PlayerSDK: 2.0.20220211:
EncoderSDK: 2.0.20220110:
MaxKoutsanov committed Feb 23, 2022

Unverified

This user has not yet uploaded their public signing key.
1 parent 65d7307 commit ccd0182
Showing 77 changed files with 60 additions and 30 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# VXG Mobile SDK iOS

### MobileSDK 2.0.85.220223

CloudSDK
Version 2.0.85.220223:
- Fixed a lot of potential retain cycles

PlayerSDK
Version 2.0.20220211:

EncoderSDK
Version 2.0.20220110:

### MobileSDK 2.0.84.220222

CloudSDK
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 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 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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 7 additions & 1 deletion CloudSDK/dependencies/libraries/include/CloudUtils.h
Original file line number Diff line number Diff line change
@@ -13,10 +13,16 @@

extern int CSDK_LogLevel;

#define CSDK_LOG_TAG(level, TAG, fmt, ...) \
if (level <= CSDK_LogLevel) \
{ \
NSLog(@"%@: %@", TAG, [NSString stringWithFormat:fmt, ##__VA_ARGS__]); \
} \

#define CSDK_LOG(level, fmt, ...) \
if (level <= CSDK_LogLevel) \
{ \
NSLog(@"%@: %@", [[self class] description], [NSString stringWithFormat:fmt, ##__VA_ARGS__]); \
NSLog(@"%@", [NSString stringWithFormat:fmt, ##__VA_ARGS__]); \
} \

@interface ParamsPair: NSObject
Binary file modified CloudSDK/dependencies/libraries/libcloudsdk.a
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -6,34 +6,34 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_arm64e_armv7_armv7s</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>cloudsdk.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64e</string>
<string>armv7</string>
<string>armv7s</string>
<string>i386</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_i386_x86_64-simulator</string>
<string>ios-arm64_arm64e_armv7_armv7s</string>
<key>LibraryPath</key>
<string>cloudsdk.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>arm64e</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Original file line number Diff line number Diff line change
@@ -13,10 +13,16 @@

extern int CSDK_LogLevel;

#define CSDK_LOG_TAG(level, TAG, fmt, ...) \
if (level <= CSDK_LogLevel) \
{ \
NSLog(@"%@: %@", TAG, [NSString stringWithFormat:fmt, ##__VA_ARGS__]); \
} \

#define CSDK_LOG(level, fmt, ...) \
if (level <= CSDK_LogLevel) \
{ \
NSLog(@"%@: %@", [[self class] description], [NSString stringWithFormat:fmt, ##__VA_ARGS__]); \
NSLog(@"%@", [NSString stringWithFormat:fmt, ##__VA_ARGS__]); \
} \

@interface ParamsPair: NSObject
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -13,10 +13,16 @@

extern int CSDK_LogLevel;

#define CSDK_LOG_TAG(level, TAG, fmt, ...) \
if (level <= CSDK_LogLevel) \
{ \
NSLog(@"%@: %@", TAG, [NSString stringWithFormat:fmt, ##__VA_ARGS__]); \
} \

#define CSDK_LOG(level, fmt, ...) \
if (level <= CSDK_LogLevel) \
{ \
NSLog(@"%@: %@", [[self class] description], [NSString stringWithFormat:fmt, ##__VA_ARGS__]); \
NSLog(@"%@", [NSString stringWithFormat:fmt, ##__VA_ARGS__]); \
} \

@interface ParamsPair: NSObject
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -6,34 +6,34 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_arm64e_armv7_armv7s</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>cloudsdkcalendarview.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64e</string>
<string>armv7</string>
<string>armv7s</string>
<string>i386</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_i386_x86_64-simulator</string>
<string>ios-arm64_arm64e_armv7_armv7s</string>
<key>LibraryPath</key>
<string>cloudsdkcalendarview.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>arm64e</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
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
@@ -6,34 +6,34 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_arm64e_armv7_armv7s</string>
<key>LibraryPath</key>
<string>cloudsdkplayerview.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>arm64e</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_arm64e_armv7_armv7s</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>cloudsdkplayerview.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64e</string>
<string>armv7</string>
<string>armv7s</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>
Loading

0 comments on commit ccd0182

Please sign in to comment.