Skip to content

Commit

Permalink
Glia Core SDK Release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BitriseBot authored and igorkravchenko committed Feb 16, 2024
1 parent 894c4b0 commit bb1cbce
Show file tree
Hide file tree
Showing 15 changed files with 843 additions and 750 deletions.
4 changes: 2 additions & 2 deletions GliaCoreSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GliaCoreSDK'
s.version = '1.3.5'
s.version = '1.3.6'
s.summary = 'The Glia Core SDK'
s.description = 'The Glia Core SDK brings the in-person customer experience to iOS devices.'
s.homepage = 'https://www.glia.com/'
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'GliaCoreSDK.xcframework'
s.swift_version = '5.3'

s.dependency 'GliaCoreDependency', '1.2'
s.dependency 'GliaCoreDependency', '2.3.0'
s.dependency 'WebRTC-lib', '96.0.0'
s.dependency 'TwilioVoice', '6.3.1'
end
10 changes: 5 additions & 5 deletions GliaCoreSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>GliaCoreSDK.framework/GliaCoreSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>GliaCoreSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>GliaCoreSDK.framework/GliaCoreSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>GliaCoreSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</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.
Loading

0 comments on commit bb1cbce

Please sign in to comment.