Skip to content

Commit 2094d67

Browse files
authored
Fix lock files and podspec
1 parent 0922d7f commit 2094d67

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

Apps/Playground/0.64/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ DEPENDENCIES:
366366
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
367367
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
368368
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
369-
- "react-native-babylon (from `../../../Modules/@babylonjs/react-native`)"
369+
- "react-native-babylon (from `../../../../Modules/@babylonjs/react-native`)"
370370
- "react-native-slider (from `../node_modules/@react-native-community/slider`)"
371371
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
372372
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
@@ -432,7 +432,7 @@ EXTERNAL SOURCES:
432432
React-jsinspector:
433433
:path: "../node_modules/react-native/ReactCommon/jsinspector"
434434
react-native-babylon:
435-
:path: "../../../Modules/@babylonjs/react-native"
435+
:path: "../../../../Modules/@babylonjs/react-native"
436436
react-native-slider:
437437
:path: "../node_modules/@react-native-community/slider"
438438
React-perflogger:
@@ -469,7 +469,7 @@ SPEC CHECKSUMS:
469469
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
470470
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
471471
FBLazyVector: 7b423f9e248eae65987838148c36eec1dbfe0b53
472-
FBReactNativeSpec: 1bd5828a2fe244ae5237884ef2d1b7cca26d1599
472+
FBReactNativeSpec: 4306a04f6bbd042a5f1fb7e885c366da7257689d
473473
Flipper: d3da1aa199aad94455ae725e9f3aa43f3ec17021
474474
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
475475
Flipper-Folly: 755929a4f851b2fb2c347d533a23f191b008554c
@@ -492,7 +492,7 @@ SPEC CHECKSUMS:
492492
React-jsi: 5de8204706bd872b78ea646aee5d2561ca1214b6
493493
React-jsiexecutor: 124e8f99992490d0d13e0649d950d3e1aae06fe9
494494
React-jsinspector: 500a59626037be5b3b3d89c5151bc3baa9abf1a9
495-
react-native-babylon: b5496ddaa5c53c76791a34ce50751802153e1b5e
495+
react-native-babylon: 018c7aab746addac3f3549cd95bb78ca81e824f3
496496
react-native-slider: ae891b9fca8c9b4a99691f6d45731f0ef2bb1866
497497
React-perflogger: aad6d4b4a267936b3667260d1f649b6f6069a675
498498
React-RCTActionSheet: fc376be462c9c8d6ad82c0905442fd77f82a9d2a

Apps/Playground/0.64/package-lock.json

Lines changed: 12 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Pod::Spec.new do |s|
4040
'SPIRV',
4141
'spirv-cross-core',
4242
'spirv-cross-glsl',
43-
'spirv-cross-hlsl',
4443
'spirv-cross-msl',
4544
'tinyexr',
4645
'UrlLib',

0 commit comments

Comments
 (0)