From e0cc02bd33e5764799d04154ea49f9ed93f987c8 Mon Sep 17 00:00:00 2001 From: Ian Lavery Date: Tue, 17 Oct 2023 17:52:52 -0700 Subject: [PATCH] ios --- sdk/ios/PicovoiceAppTest/Podfile | 4 ++++ 1 file changed, 4 insertions(+) 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