Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2 patch libs #32

Merged
merged 2 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading