From 64d70727cfe6cef64633ec98cd9fd423d626d157 Mon Sep 17 00:00:00 2001 From: Ian Lavery Date: Tue, 22 Oct 2024 15:57:33 -0700 Subject: [PATCH] release and update --- binding/ios/PorcupineAppTest/Podfile | 6 +++--- binding/ios/PorcupineAppTest/Podfile.lock | 9 +++------ demo/ios/BackgroundService/Podfile | 2 +- demo/ios/BackgroundService/Podfile.lock | 9 +++------ demo/ios/ForegroundApp/Podfile | 2 +- demo/ios/ForegroundApp/Podfile.lock | 9 +++------ 6 files changed, 14 insertions(+), 23 deletions(-) diff --git a/binding/ios/PorcupineAppTest/Podfile b/binding/ios/PorcupineAppTest/Podfile index 68016ac0a..ab7abfd2c 100644 --- a/binding/ios/PorcupineAppTest/Podfile +++ b/binding/ios/PorcupineAppTest/Podfile @@ -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 diff --git a/binding/ios/PorcupineAppTest/Podfile.lock b/binding/ios/PorcupineAppTest/Podfile.lock index 817dd5ca1..5fc141f85 100644 --- a/binding/ios/PorcupineAppTest/Podfile.lock +++ b/binding/ios/PorcupineAppTest/Podfile.lock @@ -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 diff --git a/demo/ios/BackgroundService/Podfile b/demo/ios/BackgroundService/Podfile index aa0377d0b..921924cf2 100644 --- a/demo/ios/BackgroundService/Podfile +++ b/demo/ios/BackgroundService/Podfile @@ -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 diff --git a/demo/ios/BackgroundService/Podfile.lock b/demo/ios/BackgroundService/Podfile.lock index 1d9b69128..514f48a38 100644 --- a/demo/ios/BackgroundService/Podfile.lock +++ b/demo/ios/BackgroundService/Podfile.lock @@ -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 diff --git a/demo/ios/ForegroundApp/Podfile b/demo/ios/ForegroundApp/Podfile index 111928c08..c28ce3e31 100644 --- a/demo/ios/ForegroundApp/Podfile +++ b/demo/ios/ForegroundApp/Podfile @@ -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 diff --git a/demo/ios/ForegroundApp/Podfile.lock b/demo/ios/ForegroundApp/Podfile.lock index 7dc4ccbf4..a0483be3e 100644 --- a/demo/ios/ForegroundApp/Podfile.lock +++ b/demo/ios/ForegroundApp/Podfile.lock @@ -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