Skip to content

Commit

Permalink
Fix lock files and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantrem authored Feb 17, 2022
1 parent 0922d7f commit 2094d67
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Apps/Playground/0.64/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ DEPENDENCIES:
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- "react-native-babylon (from `../../../Modules/@babylonjs/react-native`)"
- "react-native-babylon (from `../../../../Modules/@babylonjs/react-native`)"
- "react-native-slider (from `../node_modules/@react-native-community/slider`)"
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
Expand Down Expand Up @@ -432,7 +432,7 @@ EXTERNAL SOURCES:
React-jsinspector:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
react-native-babylon:
:path: "../../../Modules/@babylonjs/react-native"
:path: "../../../../Modules/@babylonjs/react-native"
react-native-slider:
:path: "../node_modules/@react-native-community/slider"
React-perflogger:
Expand Down Expand Up @@ -469,7 +469,7 @@ SPEC CHECKSUMS:
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
FBLazyVector: 7b423f9e248eae65987838148c36eec1dbfe0b53
FBReactNativeSpec: 1bd5828a2fe244ae5237884ef2d1b7cca26d1599
FBReactNativeSpec: 4306a04f6bbd042a5f1fb7e885c366da7257689d
Flipper: d3da1aa199aad94455ae725e9f3aa43f3ec17021
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
Flipper-Folly: 755929a4f851b2fb2c347d533a23f191b008554c
Expand All @@ -492,7 +492,7 @@ SPEC CHECKSUMS:
React-jsi: 5de8204706bd872b78ea646aee5d2561ca1214b6
React-jsiexecutor: 124e8f99992490d0d13e0649d950d3e1aae06fe9
React-jsinspector: 500a59626037be5b3b3d89c5151bc3baa9abf1a9
react-native-babylon: b5496ddaa5c53c76791a34ce50751802153e1b5e
react-native-babylon: 018c7aab746addac3f3549cd95bb78ca81e824f3
react-native-slider: ae891b9fca8c9b4a99691f6d45731f0ef2bb1866
React-perflogger: aad6d4b4a267936b3667260d1f649b6f6069a675
React-RCTActionSheet: fc376be462c9c8d6ad82c0905442fd77f82a9d2a
Expand Down
17 changes: 12 additions & 5 deletions Apps/Playground/0.64/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Pod::Spec.new do |s|
'SPIRV',
'spirv-cross-core',
'spirv-cross-glsl',
'spirv-cross-hlsl',
'spirv-cross-msl',
'tinyexr',
'UrlLib',
Expand Down

0 comments on commit 2094d67

Please sign in to comment.