Skip to content

Commit

Permalink
v0.2 patch libs (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Nov 17, 2023
1 parent 4c1fe0f commit e55351f
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions binding/ios/EagleAppTest/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '13.0'

target 'EagleAppTest' do
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v0.2-ios/binding/ios/Eagle-iOS.podspec'
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec'
end

target 'EagleAppTestUITests' do
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v0.2-ios/binding/ios/Eagle-iOS.podspec'
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec'
end

target 'PerformanceTest' do
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v0.2-ios/binding/ios/Eagle-iOS.podspec'
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec'
end
6 changes: 3 additions & 3 deletions binding/ios/EagleAppTest/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ PODS:
- Eagle-iOS (0.2.0)

DEPENDENCIES:
- Eagle-iOS (from `https://raw.githubusercontent.com/Picovoice/eagle/v0.2-ios/binding/ios/Eagle-iOS.podspec`)
- Eagle-iOS (from `https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec`)

EXTERNAL SOURCES:
Eagle-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/eagle/v0.2-ios/binding/ios/Eagle-iOS.podspec
:podspec: https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec

SPEC CHECKSUMS:
Eagle-iOS: 155eb54e73e37533a0accf3ea5fa1a37d8c999ad

PODFILE CHECKSUM: 6ecb4b66367607455bddf4dcad4ec1f8c70935a7
PODFILE CHECKSUM: 94b6bf1db171f3c4450c52ecee575f957cd0d067

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion demo/ios/EagleDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '14.0'

target 'EagleDemo' do
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v0.2-ios/binding/ios/Eagle-iOS.podspec'
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec'
pod 'ios-voice-processor', '~> 1.0.3'
end
6 changes: 3 additions & 3 deletions demo/ios/EagleDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- ios-voice-processor (1.0.3)

DEPENDENCIES:
- Eagle-iOS (from `https://raw.githubusercontent.com/Picovoice/eagle/v0.2-ios/binding/ios/Eagle-iOS.podspec`)
- Eagle-iOS (from `https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec`)
- ios-voice-processor (~> 1.0.3)

SPEC REPOS:
Expand All @@ -12,12 +12,12 @@ SPEC REPOS:

EXTERNAL SOURCES:
Eagle-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/eagle/v0.2-ios/binding/ios/Eagle-iOS.podspec
:podspec: https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec

SPEC CHECKSUMS:
Eagle-iOS: 155eb54e73e37533a0accf3ea5fa1a37d8c999ad
ios-voice-processor: 65b25a8db69ea25ffba0eeef37bae71a982f34cc

PODFILE CHECKSUM: 04795797e862a461d1bfc97cddf986962ba2c8c2
PODFILE CHECKSUM: a96f563d18b84e565fbb761b30163b9a39a189d5

COCOAPODS: 1.11.3
Binary file modified lib/ios/PvEagle.xcframework/ios-arm64/PvEagle.framework/PvEagle
Binary file not shown.
Binary file not shown.
Binary file modified lib/jetson/cortex-a57-aarch64/libpv_eagle.so
Binary file not shown.
Binary file modified lib/linux/x86_64/libpv_eagle.so
Binary file not shown.
Binary file modified lib/mac/arm64/libpv_eagle.dylib
Binary file not shown.
Binary file modified lib/mac/x86_64/libpv_eagle.dylib
Binary file not shown.
Binary file modified lib/raspberry-pi/cortex-a53-aarch64/libpv_eagle.so
Binary file not shown.
Binary file modified lib/raspberry-pi/cortex-a53/libpv_eagle.so
Binary file not shown.
Binary file modified lib/raspberry-pi/cortex-a72-aarch64/libpv_eagle.so
Binary file not shown.
Binary file modified lib/raspberry-pi/cortex-a72/libpv_eagle.so
Binary file not shown.
Binary file modified lib/windows/amd64/libpv_eagle.dll
Binary file not shown.

0 comments on commit e55351f

Please sign in to comment.