Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit b690acd

Browse files
committed
background service demo
1 parent 2fed695 commit b690acd

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

demo/ios/BackgroundService/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ source 'https://cdn.cocoapods.org/'
33
platform :ios, '13.0'
44

55
target 'PicovoiceBackgroundServiceDemo' do
6-
pod 'Picovoice-iOS', '~> 3.0.1'
6+
pod 'Picovoice-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/picovoice/ios-bitcode-spm/sdk/ios/Picovoice-iOS.podspec' # '~> 3.0.2'
77
pod 'SwiftySound'
88
end
Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,37 @@
11
PODS:
2-
- ios-voice-processor (1.1.0)
3-
- Picovoice-iOS (3.0.1):
4-
- ios-voice-processor (~> 1.1.0)
5-
- Porcupine-iOS (~> 3.0.1)
6-
- Rhino-iOS (~> 3.0.1)
7-
- Porcupine-iOS (3.0.1):
8-
- ios-voice-processor (~> 1.1.0)
9-
- Rhino-iOS (3.0.1):
10-
- ios-voice-processor (~> 1.1.0)
2+
- ios-voice-processor (1.2.0)
3+
- Picovoice-iOS (3.0.2):
4+
- ios-voice-processor (~> 1.2.0)
5+
- Porcupine-iOS (~> 3.0.4)
6+
- Rhino-iOS (~> 3.0.2)
7+
- Porcupine-iOS (3.0.4):
8+
- ios-voice-processor (~> 1.2.0)
9+
- Rhino-iOS (3.0.2):
10+
- ios-voice-processor (~> 1.2.0)
1111
- SwiftySound (1.2.0)
1212

1313
DEPENDENCIES:
14-
- Picovoice-iOS (~> 3.0.1)
14+
- Picovoice-iOS (from `https://raw.githubusercontent.com/Picovoice/picovoice/ios-bitcode-spm/sdk/ios/Picovoice-iOS.podspec`)
1515
- SwiftySound
1616

1717
SPEC REPOS:
1818
trunk:
1919
- ios-voice-processor
20-
- Picovoice-iOS
2120
- Porcupine-iOS
2221
- Rhino-iOS
2322
- SwiftySound
2423

24+
EXTERNAL SOURCES:
25+
Picovoice-iOS:
26+
:podspec: https://raw.githubusercontent.com/Picovoice/picovoice/ios-bitcode-spm/sdk/ios/Picovoice-iOS.podspec
27+
2528
SPEC CHECKSUMS:
26-
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
27-
Picovoice-iOS: 86591b96a80769e9793ff83bdee530387ab9b78d
28-
Porcupine-iOS: 6d69509fa587f3ac0be1adfefb48e0c6ce029fff
29-
Rhino-iOS: 4eeb02b38696907b28dd6f5dfa3a8f25355554ca
29+
ios-voice-processor: 6b5ca08962f39e434fe39dca0f483d923a3b1b97
30+
Picovoice-iOS: eba927e57b21ec3e7462e316d5db34cdf629f6df
31+
Porcupine-iOS: da103a8848ce6b36acd4a5e42bb811d4532dd515
32+
Rhino-iOS: 19392b6663594385dad5c375a99484b383351e59
3033
SwiftySound: 9eb28bb14edb601b40027e44319e0ef8383f88bf
3134

32-
PODFILE CHECKSUM: 70bc37eb3653f3bc5e7e8808250fd5ec0a6a9393
35+
PODFILE CHECKSUM: bb488f5bae99d65e61fcf4187fe6158a1e83b401
3336

3437
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)