Skip to content

Commit f121864

Browse files
QuickBlox 2.17.11
- 422 error fixed - M1 Simulator support added
1 parent e71751b commit f121864

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+11
-10
lines changed

Framework/Quickblox.xcframework/Info.plist

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,30 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-x86_64-simulator</string>
9+
<string>ios-arm64</string>
1010
<key>LibraryPath</key>
1111
<string>Quickblox.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
14-
<string>x86_64</string>
14+
<string>arm64</string>
1515
</array>
1616
<key>SupportedPlatform</key>
1717
<string>ios</string>
18-
<key>SupportedPlatformVariant</key>
19-
<string>simulator</string>
2018
</dict>
2119
<dict>
2220
<key>LibraryIdentifier</key>
23-
<string>ios-arm64</string>
21+
<string>ios-arm64_x86_64-simulator</string>
2422
<key>LibraryPath</key>
2523
<string>Quickblox.framework</string>
2624
<key>SupportedArchitectures</key>
2725
<array>
2826
<string>arm64</string>
27+
<string>x86_64</string>
2928
</array>
3029
<key>SupportedPlatform</key>
3130
<string>ios</string>
31+
<key>SupportedPlatformVariant</key>
32+
<string>simulator</string>
3233
</dict>
3334
</array>
3435
<key>CFBundlePackageType</key>

Framework/Quickblox.xcframework/ios-arm64/Quickblox.framework/Headers/Quickblox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
#import <QuickBlox/QBUpdateUserParameters.h>
6060
#import <QuickBlox/QBUUser.h>
6161

62-
/// Framework version 2.17.10
62+
/// Framework version 2.17.11
6363
FOUNDATION_EXPORT NSString * const QuickbloxFrameworkVersion;
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)