File tree 3 files changed +7
-3
lines changed
packages/react-native/sdks/hermes-engine/utils
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -786,6 +786,9 @@ jobs:
786
786
- HERMES_WS_DIR : *hermes_workspace_root
787
787
- HERMES_TARBALL_ARTIFACTS_DIR : *hermes_tarball_artifacts_dir
788
788
- HERMES_OSXBIN_ARTIFACTS_DIR : *hermes_osxbin_artifacts_dir
789
+ - XROS_DEPLOYMENT_TARGET : " 1.0"
790
+ - MACOSX_DEPLOYMENT_TARGET : " 10.15"
791
+ - IPHONEOS_DEPLOYMENT_TARGET : " 13.4"
789
792
steps :
790
793
- *attach_hermes_workspace
791
794
- stop_job_if_apple_artifacts_are_there :
Original file line number Diff line number Diff line change 112
112
"supports-color" : " ^7.1.0" ,
113
113
"typescript" : " 5.0.4" ,
114
114
"ws" : " ^6.2.2"
115
- }
115
+ },
116
+ "packageManager" : " yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
116
117
}
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ function get_architecture {
26
26
27
27
function get_deployment_target {
28
28
if [[ $1 == " xros" || $1 == " xrsimulator" ]]; then
29
- " $( get_visionos_deployment_target) "
29
+ echo " $( get_visionos_deployment_target) "
30
30
else
31
- " $( get_ios_deployment_target) "
31
+ echo " $( get_ios_deployment_target) "
32
32
fi
33
33
}
34
34
You can’t perform that action at this time.
0 commit comments