From 5fcb3fa29b4503abd51e3799e09970f0878e1807 Mon Sep 17 00:00:00 2001 From: Ian Lavery Date: Tue, 22 Oct 2024 16:18:27 -0700 Subject: [PATCH] Update iOS package (#1325) --- binding/ios/Porcupine-iOS.podspec | 6 +++--- binding/ios/PorcupineAppTest/Podfile | 6 +++--- binding/ios/PorcupineAppTest/Podfile.lock | 14 +++++++------- demo/ios/BackgroundService/Podfile | 2 +- demo/ios/BackgroundService/Podfile.lock | 18 +++++++++--------- demo/ios/ForegroundApp/Podfile | 2 +- demo/ios/ForegroundApp/Podfile.lock | 14 +++++++------- 7 files changed, 31 insertions(+), 31 deletions(-) diff --git a/binding/ios/Porcupine-iOS.podspec b/binding/ios/Porcupine-iOS.podspec index 8c4794ee9..41eb9a502 100644 --- a/binding/ios/Porcupine-iOS.podspec +++ b/binding/ios/Porcupine-iOS.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Porcupine-iOS' s.module_name = 'Porcupine' - s.version = '3.0.1' + s.version = '3.0.2' s.license = {:type => 'Apache 2.0'} s.summary = 'iOS SDK for Picovoice\'s Porcupine wake word engine' s.description = @@ -22,7 +22,7 @@ Pod::Spec.new do |s| DESC s.homepage = 'https://github.com/Picovoice/porcupine/tree/master/binding/ios' s.author = { 'Picovoice' => 'hello@picovoice.ai' } - s.source = { :git => "https://github.com/Picovoice/porcupine.git", :tag => "Porcupine-iOS-v3.0.1" } + s.source = { :git => "https://github.com/Picovoice/porcupine.git", :tag => "Porcupine-iOS-v3.0.2" } s.ios.deployment_target = '13.0' s.swift_version = '5.0' s.vendored_frameworks = 'lib/ios/PvPorcupine.xcframework' @@ -35,5 +35,5 @@ Pod::Spec.new do |s| s.source_files = 'binding/ios/*.{swift}' s.exclude_files = 'binding/ios/PorcupineAppTest/**' - s.dependency 'ios-voice-processor', '~> 1.1.0' + s.dependency 'ios-voice-processor', '~> 1.1.1' end diff --git a/binding/ios/PorcupineAppTest/Podfile b/binding/ios/PorcupineAppTest/Podfile index 6d060ba9f..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', '~> 3.0.1' + pod 'Porcupine-iOS', '~> 3.0.2' end target 'PorcupineAppTestUITests' do - pod 'Porcupine-iOS', '~> 3.0.1' + pod 'Porcupine-iOS', '~> 3.0.2' end target 'PerformanceTest' do - pod 'Porcupine-iOS', '~> 3.0.1' + pod 'Porcupine-iOS', '~> 3.0.2' end diff --git a/binding/ios/PorcupineAppTest/Podfile.lock b/binding/ios/PorcupineAppTest/Podfile.lock index eb93d0103..5fc141f85 100644 --- a/binding/ios/PorcupineAppTest/Podfile.lock +++ b/binding/ios/PorcupineAppTest/Podfile.lock @@ -1,10 +1,10 @@ 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 (~> 3.0.2) SPEC REPOS: trunk: @@ -12,9 +12,9 @@ SPEC REPOS: - Porcupine-iOS SPEC CHECKSUMS: - ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1 - Porcupine-iOS: 6d69509fa587f3ac0be1adfefb48e0c6ce029fff + ios-voice-processor: 4035132542c7ae07f1e459c6d276b6da000302bb + Porcupine-iOS: b8408a28fe3df81ea8d8f3cf1e5a04823ffb71d3 -PODFILE CHECKSUM: 5923aa4de66756a334031f88431fac5fbebcff3b +PODFILE CHECKSUM: d8426d3e6ec4d9a1538d6a8c22a573e309be57cf COCOAPODS: 1.11.3 diff --git a/demo/ios/BackgroundService/Podfile b/demo/ios/BackgroundService/Podfile index 361baf050..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', '~> 3.0.1' + pod 'Porcupine-iOS', '~> 3.0.2' pod 'SwiftySound' end diff --git a/demo/ios/BackgroundService/Podfile.lock b/demo/ios/BackgroundService/Podfile.lock index 3ed1a7942..514f48a38 100644 --- a/demo/ios/BackgroundService/Podfile.lock +++ b/demo/ios/BackgroundService/Podfile.lock @@ -1,11 +1,11 @@ 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 (~> 3.0.2) - SwiftySound SPEC REPOS: @@ -15,10 +15,10 @@ SPEC REPOS: - SwiftySound 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: fe9f74fb8c7d7929fb05201fb255db81d7e59a57 COCOAPODS: 1.11.3 diff --git a/demo/ios/ForegroundApp/Podfile b/demo/ios/ForegroundApp/Podfile index 4d7db3722..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', '~> 3.0.1' + pod 'Porcupine-iOS', '~> 3.0.2' end diff --git a/demo/ios/ForegroundApp/Podfile.lock b/demo/ios/ForegroundApp/Podfile.lock index c098a75f6..a0483be3e 100644 --- a/demo/ios/ForegroundApp/Podfile.lock +++ b/demo/ios/ForegroundApp/Podfile.lock @@ -1,10 +1,10 @@ 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 (~> 3.0.2) SPEC REPOS: trunk: @@ -12,9 +12,9 @@ SPEC REPOS: - Porcupine-iOS SPEC CHECKSUMS: - ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1 - Porcupine-iOS: 6d69509fa587f3ac0be1adfefb48e0c6ce029fff + ios-voice-processor: 4035132542c7ae07f1e459c6d276b6da000302bb + Porcupine-iOS: b8408a28fe3df81ea8d8f3cf1e5a04823ffb71d3 -PODFILE CHECKSUM: 35337ecfcc7546e657eaf53e72a4e20be8d0abba +PODFILE CHECKSUM: 43464d265b541463337c28e4117db641795044c5 COCOAPODS: 1.11.3