Skip to content

Commit d6fdf5a

Browse files
committed
ios: use iPhoneOS12.1 SDK
1 parent 36828f3 commit d6fdf5a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ios-xcode-arm64-cross-file.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ root = '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/D
2121
# duplicate -isysroot arguments (e.g. added later by evaulating xcrun)
2222
# also don't seem to override either.
2323
# ...
24-
c_args = ['-arch', 'arm64', '-fembed-bitcode', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk']
25-
cpp_args = ['-arch', 'arm64', '-fembed-bitcode', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk']
26-
c_link_args = ['-arch', 'arm64', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk']
27-
cpp_link_args = ['-arch', 'arm64', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk']
28-
objc_args = [ '-ObjC', '-arch', 'arm64', '-fobjc-arc', '-fembed-bitcode', '-fstrict-aliasing', '-fmessage-length=0', '-fdiagnostics-show-note-include-stack', '-fmacro-backtrace-limit=0', '-fpascal-strings', '-fmodules', '-gmodules', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk']
24+
c_args = ['-arch', 'arm64', '-fembed-bitcode', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk']
25+
cpp_args = ['-arch', 'arm64', '-fembed-bitcode', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk']
26+
c_link_args = ['-arch', 'arm64', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk']
27+
cpp_link_args = ['-arch', 'arm64', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk']
28+
objc_args = [ '-ObjC', '-arch', 'arm64', '-fobjc-arc', '-fembed-bitcode', '-fstrict-aliasing', '-fmessage-length=0', '-fdiagnostics-show-note-include-stack', '-fmacro-backtrace-limit=0', '-fpascal-strings', '-fmodules', '-gmodules', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk']

xcode/GlimpseViewer/Glimpse Viewer.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
CODE_SIGN_STYLE = Manual;
246246
DEVELOPMENT_TEAM = JREH3XN3YY;
247247
INFOPLIST_FILE = GlimpseViewer/Info.plist;
248-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
248+
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
249249
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
250250
PRODUCT_BUNDLE_IDENTIFIER = com.impossible.glimpse.viewer;
251251
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -262,7 +262,7 @@
262262
CODE_SIGN_STYLE = Manual;
263263
DEVELOPMENT_TEAM = JREH3XN3YY;
264264
INFOPLIST_FILE = GlimpseViewer/Info.plist;
265-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
265+
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
266266
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
267267
PRODUCT_BUNDLE_IDENTIFIER = com.impossible.glimpse.viewer;
268268
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)