Skip to content

Commit

Permalink
Updates iOS sample app to use SDK 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cooksey authored Jun 29, 2022
1 parent 5fccf61 commit dc999bc
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 443 deletions.
14 changes: 2 additions & 12 deletions sdks/ios/ZelloChannelDemo/Podfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '9.3'
platform :ios, '12.1'

target 'ZelloChannelDemo' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for ZelloChannelDemo
pod 'ZelloChannelKit', '~> 0.5.5'

target 'ZelloChannelDemoTests' do
inherit! :search_paths
# Pods for testing
end

target 'ZelloChannelDemoUITests' do
# Pods for testing
end

pod 'ZelloChannelKit', '~> 0.5.6'
end
24 changes: 15 additions & 9 deletions sdks/ios/ZelloChannelDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
PODS:
- ZelloChannelKit (0.5.5):
- ZelloChannelKit/libopus (= 0.5.5)
- ZelloChannelKit/SocketRocket (= 0.5.5)
- ZelloChannelKit/libopus (0.5.5)
- ZelloChannelKit/SocketRocket (0.5.5)
- zello-opus-ios (1.0.1)
- ZelloChannelKit (0.5.6):
- zello-opus-ios (~> 1.0.1)
- ZelloChannelKit/libopus (= 0.5.6)
- ZelloChannelKit/SocketRocket (= 0.5.6)
- ZelloChannelKit/libopus (0.5.6):
- zello-opus-ios (~> 1.0.1)
- ZelloChannelKit/SocketRocket (0.5.6):
- zello-opus-ios (~> 1.0.1)

DEPENDENCIES:
- ZelloChannelKit (~> 0.5.5)
- ZelloChannelKit (~> 0.5.6)

SPEC REPOS:
trunk:
- zello-opus-ios
- ZelloChannelKit

SPEC CHECKSUMS:
ZelloChannelKit: 0ec3988b535f5ff686103415f743792809a259c5
zello-opus-ios: 8c1f08799d7a147c86f21ec2a18f7b19f8c2ceed
ZelloChannelKit: 14a74ad8722d388d5fdc5d78764feb1fad6355bc

PODFILE CHECKSUM: 61ee92a6d294d8a1a0fa471f5218ce4853edaf00
PODFILE CHECKSUM: 75f63d167a6087a133cf8c20c9b255ea64e30d88

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
Loading

0 comments on commit dc999bc

Please sign in to comment.