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 {
31
31
elif [[ $1 == " xrsimulator" || $1 == " xros" ]]; then
32
32
echo " ${XROS_DEPLOYMENT_TARGET} "
33
33
return
34
+ elif [[ $1 == " xrsimulator" || $1 == " xros" ]]; then
35
+ echo ${XROS_DEPLOYMENT_TARGET}
36
+ return
34
37
fi
35
38
36
39
echo " ${IPHONEOS_DEPLOYMENT_TARGET} "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class AppDelegate: RCTAppDelegate {
9
9
10
10
override func bundleURL( ) -> URL ? {
11
11
#if DEBUG
12
- RCTBundleURLProvider . sharedSettings ( ) ? . jsBundleURL ( forBundleRoot: " index " )
12
+ RCTBundleURLProvider . sharedSettings ( ) . jsBundleURL ( forBundleRoot: " index " )
13
13
#else
14
14
Bundle . main. url ( forResource: " main " , withExtension: " jsbundle " )
15
15
#endif
You can’t perform that action at this time.
0 commit comments