Skip to content

Commit

Permalink
bump ios version
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Sep 2, 2024
1 parent fc7b8d7 commit 0523c09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion examples/ios/ExamplesIos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -380,6 +380,7 @@
ENABLE_BITCODE = NO;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = ExamplesIos/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -402,6 +403,7 @@
ENABLE_BITCODE = NO;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = ExamplesIos/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
4 changes: 2 additions & 2 deletions examples/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '11.0'
platform :ios, '17.0'
use_frameworks!

target 'ExamplesIos' do
Expand All @@ -11,7 +11,7 @@ end
post_install do |pi|
pi.pods_project.targets.each do |t|
t.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '17.0'
end
end
end
8 changes: 4 additions & 4 deletions examples/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Exocore (0.1.22):
- Exocore (0.1.26):
- SwiftProtobuf (~> 1.10)
- KeychainSwift (19.0.0)
- SwiftProtobuf (1.14.0)
Expand All @@ -19,10 +19,10 @@ EXTERNAL SOURCES:
:path: "../../Exocore.podspec"

SPEC CHECKSUMS:
Exocore: 821a7d4d63ac47585544ac325bb73b371ed3c48b
Exocore: b1c7884aefcc5b4b6000e4fa328d03ee4ac82972
KeychainSwift: a06190cf933ad46b1e0abc3d77d29c06331715c7
SwiftProtobuf: ed465ed18402f998fd117f631da27e0168e6b59c

PODFILE CHECKSUM: 3d4a76dfa495030d7af633e173ab8eb82874d49d
PODFILE CHECKSUM: c2e4798fa30d55acafd3b80f14a0be9b9c51cc4b

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1

0 comments on commit 0523c09

Please sign in to comment.