File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 63
63
"CMAKE_TOOLCHAIN_FILE" : " ${sourceDir}/third-party/ios-cmake/ios.toolchain.cmake" ,
64
64
"EXECUTORCH_BUILD_PRESET_FILE" : " ${sourceDir}/tools/cmake/preset/ios.cmake" ,
65
65
"PLATFORM" : " OS64" ,
66
- "DEPLOYMENT_TARGET" : " 17.0"
66
+ "DEPLOYMENT_TARGET" : " 17.0" ,
67
+ "CMAKE_OSX_DEPLOYMENT_TARGET" : " 12.0"
67
68
},
68
69
"condition" : {
69
70
"lhs" : " ${hostSystemName}" ,
80
81
"CMAKE_TOOLCHAIN_FILE" : " ${sourceDir}/third-party/ios-cmake/ios.toolchain.cmake" ,
81
82
"EXECUTORCH_BUILD_PRESET_FILE" : " ${sourceDir}/tools/cmake/preset/ios.cmake" ,
82
83
"PLATFORM" : " SIMULATORARM64" ,
83
- "DEPLOYMENT_TARGET" : " 17.0"
84
+ "DEPLOYMENT_TARGET" : " 17.0" ,
85
+ "CMAKE_OSX_DEPLOYMENT_TARGET" : " 12.0"
84
86
},
85
87
"condition" : {
86
88
"lhs" : " ${hostSystemName}" ,
You can’t perform that action at this time.
0 commit comments