Skip to content

Commit

Permalink
update podfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 22, 2024
1 parent 02ba351 commit fffa114
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 31 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', '~> 3.0.1'
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec'
end

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

target 'PerformanceTest' do
pod 'Porcupine-iOS', '~> 3.0.1'
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec'
end
19 changes: 11 additions & 8 deletions binding/ios/PorcupineAppTest/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
PODS:
- ios-voice-processor (1.1.0)
- Porcupine-iOS (3.0.1):
- ios-voice-processor (~> 1.1.0)
- ios-voice-processor (1.1.1)
- Porcupine-iOS (3.0.2):
- ios-voice-processor (~> 1.1.1)

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

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

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

SPEC CHECKSUMS:
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Porcupine-iOS: 6d69509fa587f3ac0be1adfefb48e0c6ce029fff
ios-voice-processor: 4035132542c7ae07f1e459c6d276b6da000302bb
Porcupine-iOS: b8408a28fe3df81ea8d8f3cf1e5a04823ffb71d3

PODFILE CHECKSUM: 5923aa4de66756a334031f88431fac5fbebcff3b
PODFILE CHECKSUM: 974b77491059f8ac8e0558503ac70ca2682ef957

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', '~> 3.0.1'
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec'
pod 'SwiftySound'
end
23 changes: 13 additions & 10 deletions demo/ios/BackgroundService/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
PODS:
- ios-voice-processor (1.1.0)
- Porcupine-iOS (3.0.1):
- ios-voice-processor (~> 1.1.0)
- SwiftySound (1.2.0)
- ios-voice-processor (1.1.1)
- Porcupine-iOS (3.0.2):
- ios-voice-processor (~> 1.1.1)
- SwiftySound (1.3.0)

DEPENDENCIES:
- Porcupine-iOS (~> 3.0.1)
- Porcupine-iOS (from `https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec`)
- 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: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Porcupine-iOS: 6d69509fa587f3ac0be1adfefb48e0c6ce029fff
SwiftySound: 9eb28bb14edb601b40027e44319e0ef8383f88bf
ios-voice-processor: 4035132542c7ae07f1e459c6d276b6da000302bb
Porcupine-iOS: b8408a28fe3df81ea8d8f3cf1e5a04823ffb71d3
SwiftySound: b6d7355bc15f5eef1a52695ad40e9ac5597d907b

PODFILE CHECKSUM: af21b2223dbf4cf8523f9582e7810f119281fb9e
PODFILE CHECKSUM: 98c7190d66525caa2ea6da2acaed397f3497e52a

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', '~> 3.0.1'
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/update-ios-pm/binding/ios/Porcupine-iOS.podspec'
end
19 changes: 11 additions & 8 deletions demo/ios/ForegroundApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
PODS:
- ios-voice-processor (1.1.0)
- Porcupine-iOS (3.0.1):
- ios-voice-processor (~> 1.1.0)
- ios-voice-processor (1.1.1)
- Porcupine-iOS (3.0.2):
- ios-voice-processor (~> 1.1.1)

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

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

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

SPEC CHECKSUMS:
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Porcupine-iOS: 6d69509fa587f3ac0be1adfefb48e0c6ce029fff
ios-voice-processor: 4035132542c7ae07f1e459c6d276b6da000302bb
Porcupine-iOS: b8408a28fe3df81ea8d8f3cf1e5a04823ffb71d3

PODFILE CHECKSUM: 35337ecfcc7546e657eaf53e72a4e20be8d0abba
PODFILE CHECKSUM: 0887a83b8961ca420903735f9ea4f08bc1e22a14

COCOAPODS: 1.11.3

0 comments on commit fffa114

Please sign in to comment.