diff --git a/sdk/ios/PicovoiceAppTest/Podfile b/sdk/ios/PicovoiceAppTest/Podfile index a2cc93282..3b415a65a 100644 --- a/sdk/ios/PicovoiceAppTest/Podfile +++ b/sdk/ios/PicovoiceAppTest/Podfile @@ -3,10 +3,14 @@ source 'https://cdn.cocoapods.org/' platform :ios, '11.0' target 'PicovoiceAppTest' do + pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec' + pod 'Rhino-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/rhino/v3.0/binding/ios/Rhino-iOS.podspec' pod 'Picovoice-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/picovoice/v3.0-ios/sdk/ios/Picovoice-iOS.podspec' end target 'PicovoiceAppTestUITests' do + pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec' + pod 'Rhino-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/rhino/v3.0/binding/ios/Rhino-iOS.podspec' pod 'Picovoice-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/picovoice/v3.0-ios/sdk/ios/Picovoice-iOS.podspec' end