Skip to content

Commit cc17777

Browse files
xcode scheme
1 parent 8c142f1 commit cc17777

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Modules/@babylonjs/react-native/shared/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(FetchContent)
22

33
FetchContent_Declare(babylonnative
44
GIT_REPOSITORY https://github.com/BabylonJS/BabylonNative.git
5-
GIT_TAG fc7c7c2f8dd272be4938a62af04ae452b89d9eae)
5+
GIT_TAG 7f82d72f22e9789b9b66cb837aec0c9bc8ff65ee)
66

77
set(SHARED_INCLUDES
88
"${CMAKE_CURRENT_LIST_DIR}")

Package/iOS/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ project(ReactNativeBabylon)
2222

2323
include(${CMAKE_CURRENT_SOURCE_DIR}/../../Apps/${BUILD_RNAPP_DIR}/node_modules/@babylonjs/react-native-iosandroid/ios/CMakeLists.txt)
2424

25+
set_property(TARGET BabylonNative PROPERTY XCODE_GENERATE_SCHEME YES)
26+
2527
set(PACKAGED_LIBS
2628
bimg_encode
2729
bimg_decode

0 commit comments

Comments
 (0)