Skip to content

Commit

Permalink
ios post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Ho authored and Albert Ho committed Aug 21, 2024
1 parent 4d28896 commit 7206342
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions binding/ios/OrcaAppTest/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 'OrcaAppTest' do
pod 'Orca-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec'
pod 'Orca-iOS', '~> 1.0.0'
end

target 'OrcaAppTestUITests' do
pod 'Orca-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec'
pod 'Orca-iOS', '~> 1.0.0'
end

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

DEPENDENCIES:
- Orca-iOS (from `https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec`)
- Orca-iOS (~> 1.0.0)

EXTERNAL SOURCES:
Orca-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec
SPEC REPOS:
trunk:
- Orca-iOS

SPEC CHECKSUMS:
Orca-iOS: d50a0dbbf596f20c6c2e2f727f20f72ac012aa0e

PODFILE CHECKSUM: 8574e18083e80439589d193c1a4bb539879327aa
PODFILE CHECKSUM: 85110c27ad76f2840ec98aff4c162e9ffc71a022

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion demo/ios/OrcaDemo/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 'OrcaDemo' do
pod 'Orca-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec'
pod 'Orca-iOS', '~> 1.0.0'
end
10 changes: 5 additions & 5 deletions demo/ios/OrcaDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ PODS:
- Orca-iOS (1.0.0)

DEPENDENCIES:
- Orca-iOS (from `https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec`)
- Orca-iOS (~> 1.0.0)

EXTERNAL SOURCES:
Orca-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec
SPEC REPOS:
trunk:
- Orca-iOS

SPEC CHECKSUMS:
Orca-iOS: d50a0dbbf596f20c6c2e2f727f20f72ac012aa0e

PODFILE CHECKSUM: 3e22e7fd65479f26cbc1a539b146669ac1204619
PODFILE CHECKSUM: cfe48de1582b7218aa5c16f59fe450987cdec387

COCOAPODS: 1.15.2

0 comments on commit 7206342

Please sign in to comment.