Skip to content

Commit 0079235

Browse files
ioscmake
1 parent 5024699 commit 0079235

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
55
# This Podspec is used for local development
66

77
base_base_path = '$(PODS_ROOT)/../../../../Modules/@babylonjs/Build/iOS'
8-
babylon_base_path = "#{base_base_path}/shared/BabylonNative/BabylonNative-4b170e1d07aa6158532bef02420c80bef5191167"
8+
babylon_base_path = "#{base_base_path}/shared/BabylonNative/BabylonNative-a736d2d675c4733e70186237d39412f187139b48"
99

1010
Pod::Spec.new do |s|
1111
s.name = "react-native-babylon"

Package/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ const patchPackageVersion = async () => {
687687

688688
//const COMMIT_ID = '7f82d72f22e9789b9b66cb837aec0c9bc8ff65ee';
689689
//const ZIP_URL = `https://github.com/BabylonJS/BabylonNative/archive/${COMMIT_ID}.zip`;
690-
const COMMIT_ID = '4b170e1d07aa6158532bef02420c80bef5191167';
690+
const COMMIT_ID = 'a736d2d675c4733e70186237d39412f187139b48';
691691
const ZIP_URL = `https://github.com/CedricGuillemet/BabylonNative/archive/${COMMIT_ID}.zip`;
692692
const TARGET_DIR = path.resolve(__dirname, '../Modules/@babylonjs/react-native/shared/BabylonNative');
693693
const ZIP_PATH = path.join(TARGET_DIR, `${COMMIT_ID}.zip`);

0 commit comments

Comments
 (0)