diff --git a/binding/ios/Koala-iOS.podspec b/binding/ios/Koala-iOS.podspec index 6f0ec6b..2c9e161 100644 --- a/binding/ios/Koala-iOS.podspec +++ b/binding/ios/Koala-iOS.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/Picovoice/koala/tree/main/binding/ios' s.author = { 'Picovoice' => 'hello@picovoice.ai' } s.source = { :git => "https://github.com/Picovoice/koala.git", :tag => "Koala-iOS-v2.0.0" } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '13.0' s.swift_version = '5.0' s.vendored_frameworks = 'lib/ios/PvKoala.xcframework' s.resource_bundles = { diff --git a/binding/ios/KoalaAppTest/KoalaAppTest.xcodeproj/project.pbxproj b/binding/ios/KoalaAppTest/KoalaAppTest.xcodeproj/project.pbxproj index 8244f32..91222d3 100644 --- a/binding/ios/KoalaAppTest/KoalaAppTest.xcodeproj/project.pbxproj +++ b/binding/ios/KoalaAppTest/KoalaAppTest.xcodeproj/project.pbxproj @@ -674,7 +674,7 @@ INFOPLIST_KEY_UIMainStoryboardFile = Main; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -704,7 +704,7 @@ INFOPLIST_KEY_UIMainStoryboardFile = Main; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -726,6 +726,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 65723695GD; GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -749,6 +750,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 65723695GD; GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -773,6 +775,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 65723695GD; GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -798,6 +801,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 65723695GD; GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/binding/ios/KoalaAppTest/Podfile b/binding/ios/KoalaAppTest/Podfile index a8b76e5..246611c 100644 --- a/binding/ios/KoalaAppTest/Podfile +++ b/binding/ios/KoalaAppTest/Podfile @@ -1,14 +1,14 @@ source 'https://cdn.cocoapods.org/' -platform :ios, '11.0' +platform :ios, '13.0' target 'KoalaAppTest' do - pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec' + pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec' end target 'KoalaAppTestUITests' do - pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec' + pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec' end target 'PerformanceTest' do - pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec' + pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec' end diff --git a/binding/ios/KoalaAppTest/Podfile.lock b/binding/ios/KoalaAppTest/Podfile.lock index 382425f..e692b88 100644 --- a/binding/ios/KoalaAppTest/Podfile.lock +++ b/binding/ios/KoalaAppTest/Podfile.lock @@ -2,11 +2,11 @@ PODS: - Koala-iOS (2.0.0) DEPENDENCIES: - - Koala-iOS (from `https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec`) + - Koala-iOS (from `https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec`) EXTERNAL SOURCES: Koala-iOS: - :podspec: https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec + :podspec: https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec CHECKOUT OPTIONS: Koala-iOS: @@ -14,8 +14,8 @@ CHECKOUT OPTIONS: :git: https://github.com/Picovoice/koala.git SPEC CHECKSUMS: - Koala-iOS: c5190ec400b672d5a363593e224732bdb7cd3afb + Koala-iOS: b0e48400203d615520e6539f9994826183e5bb5a -PODFILE CHECKSUM: 41b47c56686d6916c5128d756c487b9b3f25767c +PODFILE CHECKSUM: 381e817acee795228bfa1a183f0e7d0ab7f73836 COCOAPODS: 1.11.3 diff --git a/binding/ios/README.md b/binding/ios/README.md index aaafd61..c95b659 100644 --- a/binding/ios/README.md +++ b/binding/ios/README.md @@ -15,7 +15,7 @@ Koala is an on-device noise suppression engine. Koala is: ## Compatibility -- iOS 11.0+ +- iOS 13.0+ ## Installation diff --git a/demo/ios/KoalaDemo/Podfile b/demo/ios/KoalaDemo/Podfile index 705cea4..09eaebc 100644 --- a/demo/ios/KoalaDemo/Podfile +++ b/demo/ios/KoalaDemo/Podfile @@ -1,7 +1,7 @@ source 'https://cdn.cocoapods.org/' -platform :ios, '11.0' +platform :ios, '13.0' target 'KoalaDemo' do - pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec' + pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec' pod 'ios-voice-processor', '~> 1.1.0' end diff --git a/demo/ios/KoalaDemo/Podfile.lock b/demo/ios/KoalaDemo/Podfile.lock index bcec58a..4ed3c58 100644 --- a/demo/ios/KoalaDemo/Podfile.lock +++ b/demo/ios/KoalaDemo/Podfile.lock @@ -4,7 +4,7 @@ PODS: DEPENDENCIES: - ios-voice-processor (~> 1.1.0) - - Koala-iOS (from `https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec`) + - Koala-iOS (from `https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec`) SPEC REPOS: trunk: @@ -12,7 +12,7 @@ SPEC REPOS: EXTERNAL SOURCES: Koala-iOS: - :podspec: https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec + :podspec: https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec CHECKOUT OPTIONS: Koala-iOS: @@ -21,8 +21,8 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1 - Koala-iOS: c5190ec400b672d5a363593e224732bdb7cd3afb + Koala-iOS: b0e48400203d615520e6539f9994826183e5bb5a -PODFILE CHECKSUM: 65beadb4e5a0c4d4e33a9c747318d401315106c2 +PODFILE CHECKSUM: f99f2e7415cfd22cf0f2a831dcc43a163a55e560 COCOAPODS: 1.11.3