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 #135

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/OctopusAppTest/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 'OctopusAppTest' do
pod 'Octopus-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/octopus/v2.0-ios/binding/ios/Octopus-iOS.podspec'
pod 'Octopus-iOS', '~> 2.0.0'
end

target 'OctopusAppTestUITests' do
pod 'Octopus-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/octopus/v2.0-ios/binding/ios/Octopus-iOS.podspec'
pod 'Octopus-iOS', '~> 2.0.0'
end

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

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

EXTERNAL SOURCES:
Octopus-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/octopus/v2.0-ios/binding/ios/Octopus-iOS.podspec

CHECKOUT OPTIONS:
Octopus-iOS:
:commit: c62346a66d77c9a7b42cb8c14fe3c9863ce4b231
:git: https://github.com/Picovoice/octopus.git
SPEC REPOS:
trunk:
- Octopus-iOS

SPEC CHECKSUMS:
Octopus-iOS: b080b854eabe191e1bc90ff95248249123d98548

PODFILE CHECKSUM: 9f42df54a965ee9949ce8a1bc424bf2e051dd215
PODFILE CHECKSUM: 69ef501829b3c0bd33a90dca86df4aca3748b08b

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

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

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

EXTERNAL SOURCES:
Octopus-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/octopus/v2.0-ios/binding/ios/Octopus-iOS.podspec

CHECKOUT OPTIONS:
Octopus-iOS:
:commit: 0b39a312fbac4d927373c6571499201a6fe43b9d
:git: https://github.com/Picovoice/octopus.git
SPEC REPOS:
trunk:
- Octopus-iOS

SPEC CHECKSUMS:
Octopus-iOS: b080b854eabe191e1bc90ff95248249123d98548

PODFILE CHECKSUM: 0bef70f26f2d1d602ff8927435c1f70db57b9c0b
PODFILE CHECKSUM: 550f7da05d7c9f47c9fc4eefcda36ca8ea96651f

COCOAPODS: 1.11.3