diff --git a/binding/ios/Eagle-iOS.podspec b/binding/ios/Eagle-iOS.podspec index 44d71af..97968e3 100644 --- a/binding/ios/Eagle-iOS.podspec +++ b/binding/ios/Eagle-iOS.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Eagle-iOS' s.module_name = 'Eagle' - s.version = '1.0.0' + s.version = '1.0.1' s.license = {:type => 'Apache 2.0'} s.summary = 'iOS binding for Picovoice\'s Eagle speaker recognition engine' s.description = @@ -11,7 +11,7 @@ Pod::Spec.new do |s| DESC s.homepage = 'https://github.com/Picovoice/eagle/tree/master/binding/ios' s.author = { 'Picovoice' => 'hello@picovoice.ai' } - s.source = { :git => "https://github.com/Picovoice/eagle.git", :tag => "Eagle-iOS-v1.0.0" } + s.source = { :git => "https://github.com/Picovoice/eagle.git", :tag => "Eagle-iOS-v1.0.1" } s.ios.deployment_target = '13.0' s.swift_version = '5.0' s.vendored_frameworks = 'lib/ios/PvEagle.xcframework' diff --git a/binding/ios/EagleAppTest/Podfile b/binding/ios/EagleAppTest/Podfile index a3fe126..35eeddb 100644 --- a/binding/ios/EagleAppTest/Podfile +++ b/binding/ios/EagleAppTest/Podfile @@ -2,13 +2,13 @@ source 'https://cdn.cocoapods.org/' platform :ios, '13.0' target 'EagleAppTest' do - pod 'Eagle-iOS', '~> 1.0.0' + pod 'Eagle-iOS', '~> 1.0.1' end target 'EagleAppTestUITests' do - pod 'Eagle-iOS', '~> 1.0.0' + pod 'Eagle-iOS', '~> 1.0.1' end target 'PerformanceTest' do - pod 'Eagle-iOS', '~> 1.0.0' + pod 'Eagle-iOS', '~> 1.0.1' end diff --git a/binding/ios/EagleAppTest/Podfile.lock b/binding/ios/EagleAppTest/Podfile.lock index 30aea90..e79749b 100644 --- a/binding/ios/EagleAppTest/Podfile.lock +++ b/binding/ios/EagleAppTest/Podfile.lock @@ -1,16 +1,16 @@ PODS: - - Eagle-iOS (1.0.0) + - Eagle-iOS (1.0.1) DEPENDENCIES: - - Eagle-iOS (~> 1.0.0) + - Eagle-iOS (~> 1.0.1) SPEC REPOS: trunk: - Eagle-iOS SPEC CHECKSUMS: - Eagle-iOS: 02067133a7460faf56e0ef7b995c93543a8e0450 + Eagle-iOS: 998181609f97849b323023c3ed3d3fbb369ece2a -PODFILE CHECKSUM: f61c2ddde47c5d9c80ee45b636435bc1c3476116 +PODFILE CHECKSUM: 32252195e8a4e7b7e29caf8a647533d7585f75e0 COCOAPODS: 1.11.3 diff --git a/demo/ios/EagleDemo/Podfile b/demo/ios/EagleDemo/Podfile index 000bd7e..695e9da 100644 --- a/demo/ios/EagleDemo/Podfile +++ b/demo/ios/EagleDemo/Podfile @@ -2,6 +2,6 @@ source 'https://cdn.cocoapods.org/' platform :ios, '14.0' target 'EagleDemo' do - pod 'Eagle-iOS', '~> 1.0.0' + pod 'Eagle-iOS', '~> 1.0.1' pod 'ios-voice-processor', '~> 1.0.3' end diff --git a/demo/ios/EagleDemo/Podfile.lock b/demo/ios/EagleDemo/Podfile.lock index 00276e4..01a75da 100644 --- a/demo/ios/EagleDemo/Podfile.lock +++ b/demo/ios/EagleDemo/Podfile.lock @@ -1,9 +1,9 @@ PODS: - - Eagle-iOS (1.0.0) + - Eagle-iOS (1.0.1) - ios-voice-processor (1.0.3) DEPENDENCIES: - - Eagle-iOS (~> 1.0.0) + - Eagle-iOS (~> 1.0.1) - ios-voice-processor (~> 1.0.3) SPEC REPOS: @@ -12,9 +12,9 @@ SPEC REPOS: - ios-voice-processor SPEC CHECKSUMS: - Eagle-iOS: 02067133a7460faf56e0ef7b995c93543a8e0450 + Eagle-iOS: 998181609f97849b323023c3ed3d3fbb369ece2a ios-voice-processor: 65b25a8db69ea25ffba0eeef37bae71a982f34cc -PODFILE CHECKSUM: c59a587171121f40999eaa8fa09eec66ca21dcd9 +PODFILE CHECKSUM: 6fdf5a2d8316e8b741e0a468bda00174e72c4499 COCOAPODS: 1.11.3 diff --git a/lib/ios/PvEagle.xcframework/Info.plist b/lib/ios/PvEagle.xcframework/Info.plist index c38bd50..312fed1 100644 --- a/lib/ios/PvEagle.xcframework/Info.plist +++ b/lib/ios/PvEagle.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath PvEagle.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath PvEagle.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/lib/ios/PvEagle.xcframework/ios-arm64/PvEagle.framework/Info.plist b/lib/ios/PvEagle.xcframework/ios-arm64/PvEagle.framework/Info.plist index d649cb8..2f3ae59 100644 Binary files a/lib/ios/PvEagle.xcframework/ios-arm64/PvEagle.framework/Info.plist and b/lib/ios/PvEagle.xcframework/ios-arm64/PvEagle.framework/Info.plist differ diff --git a/lib/ios/PvEagle.xcframework/ios-arm64/PvEagle.framework/PvEagle b/lib/ios/PvEagle.xcframework/ios-arm64/PvEagle.framework/PvEagle index 402b619..ec29f1e 100755 Binary files a/lib/ios/PvEagle.xcframework/ios-arm64/PvEagle.framework/PvEagle and b/lib/ios/PvEagle.xcframework/ios-arm64/PvEagle.framework/PvEagle differ diff --git a/lib/ios/PvEagle.xcframework/ios-arm64_x86_64-simulator/PvEagle.framework/Info.plist b/lib/ios/PvEagle.xcframework/ios-arm64_x86_64-simulator/PvEagle.framework/Info.plist index b4927a1..6ea8523 100644 Binary files a/lib/ios/PvEagle.xcframework/ios-arm64_x86_64-simulator/PvEagle.framework/Info.plist and b/lib/ios/PvEagle.xcframework/ios-arm64_x86_64-simulator/PvEagle.framework/Info.plist differ diff --git a/lib/ios/PvEagle.xcframework/ios-arm64_x86_64-simulator/PvEagle.framework/PvEagle b/lib/ios/PvEagle.xcframework/ios-arm64_x86_64-simulator/PvEagle.framework/PvEagle index 5b56990..3bb4a96 100755 Binary files a/lib/ios/PvEagle.xcframework/ios-arm64_x86_64-simulator/PvEagle.framework/PvEagle and b/lib/ios/PvEagle.xcframework/ios-arm64_x86_64-simulator/PvEagle.framework/PvEagle differ