Skip to content

Commit 81e6010

Browse files
author
Rohit Kumar
committed
Updated SDK to support Dark themes
1 parent 9cba8e9 commit 81e6010

File tree

59 files changed

+4940
-913
lines changed

Some content is hidden

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

59 files changed

+4940
-913
lines changed

ChannelizeAPI.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'ChannelizeAPI'
4-
s.version = '4.20.6'
4+
s.version = '4.20.7'
55
s.summary = 'Channelize API SDK'
66
s.description = 'A Real Time Messaging API SDK'
77
s.homepage = 'https://channelize.io/'
88
s.license = { :type => 'GPL', :file => 'LICENSE' }
99
s.author = { "Channelize" => 'support@channelize.io' }
10-
s.platform = :ios, '11.0'
10+
s.platform = :ios, '10.3'
1111
s.requires_arc = true
1212
s.swift_version = '4.2'
1313
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS-Chat-SDK-Sample.git", :tag => "#{s.version}", :branch => "release/V2Pods" }

ChannelizeAPI.xcframework/Info.plist

+7-6
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-armv7_arm64</string>
1010
<key>LibraryPath</key>
1111
<string>ChannelizeAPI.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
14-
<string>x86_64</string>
14+
<string>armv7</string>
15+
<string>arm64</string>
1516
</array>
1617
<key>SupportedPlatform</key>
1718
<string>ios</string>
18-
<key>SupportedPlatformVariant</key>
19-
<string>simulator</string>
2019
</dict>
2120
<dict>
2221
<key>LibraryIdentifier</key>
23-
<string>ios-arm64</string>
22+
<string>ios-x86_64-simulator</string>
2423
<key>LibraryPath</key>
2524
<string>ChannelizeAPI.framework</string>
2625
<key>SupportedArchitectures</key>
2726
<array>
28-
<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>
Binary file not shown.

ChannelizeAPI.xcframework/ios-arm64/ChannelizeAPI.framework/Headers/ChannelizeAPI-Swift.h

-212
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)