Skip to content

Commit 7296112

Browse files
committed
gha
1 parent 8afb23b commit 7296112

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ target 'QuickCryptoExample' do
3838
# https://github.com/mrousavy/nitro/issues/422#issuecomment-2545988256
3939
installer.pods_project.targets.each do |target|
4040
target.build_configurations.each do |config|
41-
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.0'
41+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '18.0'
4242
config.build_settings['CLANG_CXX_LANGUAGE_STANDARD'] = 'c++20'
4343

4444
# Force C++20 for all targets, especially problematic ones

example/ios/QuickCryptoExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
CURRENT_PROJECT_VERSION = 1;
293293
ENABLE_BITCODE = NO;
294294
INFOPLIST_FILE = QuickCryptoExample/Info.plist;
295-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
295+
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
296296
LD_RUNPATH_SEARCH_PATHS = (
297297
"$(inherited)",
298298
"@executable_path/Frameworks",
@@ -319,7 +319,7 @@
319319
CLANG_ENABLE_MODULES = YES;
320320
CURRENT_PROJECT_VERSION = 1;
321321
INFOPLIST_FILE = QuickCryptoExample/Info.plist;
322-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
322+
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
323323
LD_RUNPATH_SEARCH_PATHS = (
324324
"$(inherited)",
325325
"@executable_path/Frameworks",
@@ -399,7 +399,7 @@
399399
"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
400400
"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
401401
);
402-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
402+
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
403403
LD = "";
404404
LDPLUSPLUS = "";
405405
LD_RUNPATH_SEARCH_PATHS = (
@@ -484,7 +484,7 @@
484484
"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
485485
"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
486486
);
487-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
487+
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
488488
LD = "";
489489
LDPLUSPLUS = "";
490490
LD_RUNPATH_SEARCH_PATHS = (

0 commit comments

Comments
 (0)