Skip to content

Commit

Permalink
bump min ios version
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 2, 2023
1 parent 60eb8a6 commit f08b024
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -766,7 +766,7 @@
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -788,7 +788,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 65723695GD;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -813,7 +813,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 65723695GD;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -838,7 +838,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 65723695GD;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -865,7 +865,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 65723695GD;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
2 changes: 1 addition & 1 deletion binding/ios/OctopusAppTest/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://cdn.cocoapods.org/'
platform :ios, '11.0'
platform :ios, '13.0'

target 'OctopusAppTest' do
pod 'Octopus-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/octopus/v2.0-ios/binding/ios/Octopus-iOS.podspec'
Expand Down
4 changes: 2 additions & 2 deletions binding/ios/OctopusAppTest/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ CHECKOUT OPTIONS:
:git: https://github.com/Picovoice/octopus.git

SPEC CHECKSUMS:
Octopus-iOS: d9a2332804f257b7dba87d110b42d59f05c1311e
Octopus-iOS: b080b854eabe191e1bc90ff95248249123d98548

PODFILE CHECKSUM: 8cc88b01c7b62d68035611532bb80b36f361ce12
PODFILE CHECKSUM: 9f42df54a965ee9949ce8a1bc424bf2e051dd215

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion binding/ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hypothesis (e.g. homophones)

## Compatibility

- iOS 11.0+
- iOS 13.0+

## Installation

Expand Down
2 changes: 1 addition & 1 deletion demo/ios/OctopusDemo/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://cdn.cocoapods.org/'
platform :ios, '11.0'
platform :ios, '13.0'

target 'OctopusDemo' do
pod 'Octopus-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/octopus/v2.0-ios/binding/ios/Octopus-iOS.podspec'
Expand Down
4 changes: 2 additions & 2 deletions demo/ios/OctopusDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ CHECKOUT OPTIONS:
:git: https://github.com/Picovoice/octopus.git

SPEC CHECKSUMS:
Octopus-iOS: d9a2332804f257b7dba87d110b42d59f05c1311e
Octopus-iOS: b080b854eabe191e1bc90ff95248249123d98548

PODFILE CHECKSUM: ae328648efda38dd69cd49785cdb8eee21db3386
PODFILE CHECKSUM: 0bef70f26f2d1d602ff8927435c1f70db57b9c0b

COCOAPODS: 1.11.3

0 comments on commit f08b024

Please sign in to comment.