File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
template/visionos/HelloWorld Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ function get_deployment_target {
3131 elif [[ $1 == " xrsimulator" || $1 == " xros" ]]; then
3232 echo " ${XROS_DEPLOYMENT_TARGET} "
3333 return
34+ elif [[ $1 == " xrsimulator" || $1 == " xros" ]]; then
35+ echo ${XROS_DEPLOYMENT_TARGET}
36+ return
3437 fi
3538
3639 echo " ${IPHONEOS_DEPLOYMENT_TARGET} "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class AppDelegate: RCTAppDelegate {
99
1010 override func bundleURL( ) -> URL ? {
1111#if DEBUG
12- RCTBundleURLProvider . sharedSettings ( ) ? . jsBundleURL ( forBundleRoot: " index " )
12+ RCTBundleURLProvider . sharedSettings ( ) . jsBundleURL ( forBundleRoot: " index " )
1313#else
1414 Bundle . main. url ( forResource: " main " , withExtension: " jsbundle " )
1515#endif
You can’t perform that action at this time.
0 commit comments