Skip to content

Commit

Permalink
Updated Pods for Pixalive with Xcode 11 Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitphogat19 committed Jul 27, 2020
1 parent e3bafab commit 06ecb5a
Show file tree
Hide file tree
Showing 68 changed files with 7,060 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ChannelizeAPI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'ChannelizeAPI'
s.version = '4.11.1'
s.version = '4.11.11'
s.summary = 'Channelize API SDK'
s.description = 'A Real Time Messaging API SDK'
s.homepage = 'https://channelize.io/'
Expand All @@ -10,8 +10,8 @@ Pod::Spec.new do |s|
s.platform = :ios, '9.0'
s.requires_arc = true
s.swift_version = '4.2'
s.source = { :git => 'https://github.com/ChannelizeIO/Channelize-iOS.git', :tag => '4.11.1', :branch => 'pods/Xcode11' }
s.vendored_frameworks = 'Channelize_API.framework'
s.source = { :git => 'https://github.com/ChannelizeIO/Channelize-iOS.git', :tag => '4.11.11', :branch => 'pods/Xcode11' }
s.vendored_frameworks = 'Channelize_API.xcframework'
s.dependency 'AWSMobileClient', '2.9.3'
s.dependency 'AWSIoT', '2.9.3'
s.dependency 'Alamofire', '4.8.2'
Expand Down
4 changes: 2 additions & 2 deletions ChannelizeCall.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ChannelizeCall"
s.version = "4.11.1"
s.version = "4.11.11"
s.summary = "Channelize Call SDK"
s.description = "A Video and Audio call SDK using Channelize API SDK"
s.homepage = "https://channelize.io/"
Expand All @@ -11,7 +11,7 @@ s.platform = :ios, "9.0"
s.requires_arc = true
s.swift_version = "4.2"
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS.git", :tag => "#{s.version}", :branch => "pods/Xcode11" }
s.vendored_frameworks = "Channelize_Voice_Video.framework"
s.vendored_frameworks = "Channelize_Voice_Video.xcframework"
s.dependency "AgoraRtcEngine_iOS", ">= 2.3.1"
s.dependency "SDWebImage/GIF", "4.4.3"
end
Expand Down
2 changes: 1 addition & 1 deletion ChannelizeUI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ChannelizeUI"
s.version = "4.11.1"
s.version = "4.11.11"
s.summary = "Channelize UI SDK"
s.description = "A Messaging UI SDK built for Channelize API SDK"
s.homepage = "https://channelize.io/"
Expand Down
Binary file removed Channelize_API.framework/Channelize_API
Binary file not shown.
Binary file not shown.
Binary file not shown.
40 changes: 40 additions & 0 deletions Channelize_API.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-armv7_arm64</string>
<key>LibraryPath</key>
<string>Channelize_API.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>armv7</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>Channelize_API.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
Binary file not shown.

0 comments on commit 06ecb5a

Please sign in to comment.