Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0 ios release #48

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions binding/ios/KoalaAppTest/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '13.0'

target 'KoalaAppTest' do
pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec'
pod 'Koala-iOS', '~> 2.0.0'
end

target 'KoalaAppTestUITests' do
pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec'
pod 'Koala-iOS', '~> 2.0.0'
end

target 'PerformanceTest' do
pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec'
pod 'Koala-iOS', '~> 2.0.0'
end
15 changes: 5 additions & 10 deletions binding/ios/KoalaAppTest/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,15 @@ PODS:
- Koala-iOS (2.0.0)

DEPENDENCIES:
- Koala-iOS (from `https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec`)
- Koala-iOS (~> 2.0.0)

EXTERNAL SOURCES:
Koala-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec

CHECKOUT OPTIONS:
Koala-iOS:
:commit: 82b588b19cb7225222853f7709f9e5de20415b47
:git: https://github.com/Picovoice/koala.git
SPEC REPOS:
trunk:
- Koala-iOS

SPEC CHECKSUMS:
Koala-iOS: b0e48400203d615520e6539f9994826183e5bb5a

PODFILE CHECKSUM: 381e817acee795228bfa1a183f0e7d0ab7f73836
PODFILE CHECKSUM: 96e97bfb2db18a96bd2a8170036d04a3667e55fb

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion demo/ios/KoalaDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '13.0'

target 'KoalaDemo' do
pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec'
pod 'Koala-iOS', '~> 2.0.0'
pod 'ios-voice-processor', '~> 1.1.0'
end
14 changes: 3 additions & 11 deletions demo/ios/KoalaDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,17 @@ PODS:

DEPENDENCIES:
- ios-voice-processor (~> 1.1.0)
- Koala-iOS (from `https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec`)
- Koala-iOS (~> 2.0.0)

SPEC REPOS:
trunk:
- ios-voice-processor

EXTERNAL SOURCES:
Koala-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec

CHECKOUT OPTIONS:
Koala-iOS:
:commit: 9ea3024bbf5a91ad3ec558d23c64c936bcebf623
:git: https://github.com/Picovoice/koala.git
- Koala-iOS

SPEC CHECKSUMS:
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Koala-iOS: b0e48400203d615520e6539f9994826183e5bb5a

PODFILE CHECKSUM: f99f2e7415cfd22cf0f2a831dcc43a163a55e560
PODFILE CHECKSUM: 83bf75f0e80df078aab1b58cc8d0c1f923297232

COCOAPODS: 1.11.3