Skip to content

Commit

Permalink
release and update
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 22, 2024
1 parent fffa114 commit 64d7072
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 23 deletions.
6 changes: 3 additions & 3 deletions binding/ios/PorcupineAppTest/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 'PorcupineAppTest' do
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec'
pod 'Porcupine-iOS', '~> 3.0.2'
end

target 'PorcupineAppTestUITests' do
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec'
pod 'Porcupine-iOS', '~> 3.0.2'
end

target 'PerformanceTest' do
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec'
pod 'Porcupine-iOS', '~> 3.0.2'
end
9 changes: 3 additions & 6 deletions binding/ios/PorcupineAppTest/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,17 @@ PODS:
- ios-voice-processor (~> 1.1.1)

DEPENDENCIES:
- Porcupine-iOS (from `https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec`)
- Porcupine-iOS (~> 3.0.2)

SPEC REPOS:
trunk:
- ios-voice-processor

EXTERNAL SOURCES:
Porcupine-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec
- Porcupine-iOS

SPEC CHECKSUMS:
ios-voice-processor: 4035132542c7ae07f1e459c6d276b6da000302bb
Porcupine-iOS: b8408a28fe3df81ea8d8f3cf1e5a04823ffb71d3

PODFILE CHECKSUM: 974b77491059f8ac8e0558503ac70ca2682ef957
PODFILE CHECKSUM: d8426d3e6ec4d9a1538d6a8c22a573e309be57cf

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion demo/ios/BackgroundService/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 'PorcupineBackgroundServiceDemo' do
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec'
pod 'Porcupine-iOS', '~> 3.0.2'
pod 'SwiftySound'
end
9 changes: 3 additions & 6 deletions demo/ios/BackgroundService/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,20 @@ PODS:
- SwiftySound (1.3.0)

DEPENDENCIES:
- Porcupine-iOS (from `https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec`)
- Porcupine-iOS (~> 3.0.2)
- SwiftySound

SPEC REPOS:
trunk:
- ios-voice-processor
- Porcupine-iOS
- SwiftySound

EXTERNAL SOURCES:
Porcupine-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec

SPEC CHECKSUMS:
ios-voice-processor: 4035132542c7ae07f1e459c6d276b6da000302bb
Porcupine-iOS: b8408a28fe3df81ea8d8f3cf1e5a04823ffb71d3
SwiftySound: b6d7355bc15f5eef1a52695ad40e9ac5597d907b

PODFILE CHECKSUM: 98c7190d66525caa2ea6da2acaed397f3497e52a
PODFILE CHECKSUM: fe9f74fb8c7d7929fb05201fb255db81d7e59a57

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion demo/ios/ForegroundApp/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 'PorcupineForegroundAppDemo' do
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec'
pod 'Porcupine-iOS', '~> 3.0.2'
end
9 changes: 3 additions & 6 deletions demo/ios/ForegroundApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,17 @@ PODS:
- ios-voice-processor (~> 1.1.1)

DEPENDENCIES:
- Porcupine-iOS (from `https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec`)
- Porcupine-iOS (~> 3.0.2)

SPEC REPOS:
trunk:
- ios-voice-processor

EXTERNAL SOURCES:
Porcupine-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec
- Porcupine-iOS

SPEC CHECKSUMS:
ios-voice-processor: 4035132542c7ae07f1e459c6d276b6da000302bb
Porcupine-iOS: b8408a28fe3df81ea8d8f3cf1e5a04823ffb71d3

PODFILE CHECKSUM: 0887a83b8961ca420903735f9ea4f08bc1e22a14
PODFILE CHECKSUM: 43464d265b541463337c28e4117db641795044c5

COCOAPODS: 1.11.3

0 comments on commit 64d7072

Please sign in to comment.