Skip to content

Commit 4637a31

Browse files
podspec
1 parent 69c0e80 commit 4637a31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/typescript.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
run: npm install
2323
working-directory: ./Package
2424
- name: NPM Install (Modules)
25+
run: npm install
26+
working-directory: ./Modules/@babylonjs/react-native
27+
- name: NPM Install (Playground)
2528
run: |
2629
export BABYLON_NO_CMAKE_POSTINSTALL=1
2730
npm install
28-
working-directory: ./Modules/@babylonjs/react-native
29-
- name: NPM Install (Playground)
30-
run: npm install
3131
working-directory: ./Apps/Playground
3232
- name: Gulp
3333
run: npx gulp buildAssembled

Modules/@babylonjs/react-native/react-native-babylon.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
s.source_files = "ios/*.{h,m,mm}"
2525
s.requires_arc = true
2626
s.xcconfig = { 'USER_HEADER_SEARCH_PATHS' => '$(inherited) ${PODS_TARGET_SRCROOT}/shared ${PODS_TARGET_SRCROOT}/../react-native/shared',
27-
'LIBRARY_SEARCH_PATHS'=> "$(inherited) #{babylon_base_path}/** #{base_base_path}/** #{babylon_base_path_symlink}/** #{base_base_path_symlink}/**" }
27+
'LIBRARY_SEARCH_PATHS'=> "$(inherited) #{babylon_base_path}/\${CONFIGURATION}-\${PLATFORM_NAME}/** #{babylon_base_path}/** #{base_base_path}/\${CONFIGURATION}-\${PLATFORM_NAME}/** #{base_base_path}/** #{babylon_base_path_symlink}/\${CONFIGURATION}-\${PLATFORM_NAME}/** #{base_base_path_symlink}/**" }
2828

2929

3030
s.vendored_frameworks = "ios/libs/*.xcframework"

0 commit comments

Comments
 (0)