Skip to content

Commit

Permalink
adjust ios build command, update wasm file
Browse files Browse the repository at this point in the history
  • Loading branch information
anyxem committed Apr 25, 2024
1 parent 3f59796 commit 085949b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/link-assets-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"path": "assets/mintlayer/wasm_wrappers_bg.wasm",
"sha1": "415a233de3bcfbc1ee1163db0b0334b833b3b879"
"sha1": "fec25b2cc459a2a7866029751541b43f2edf0852"
}
]
}
Binary file modified assets/mintlayer/wasm_wrappers_bg.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/BlueWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export EXTRA_PACKAGER_ARGS=\"--sourcemap-output $TMPDIR/$(md5 -qs \"$CONFIGURATION_BUILD_DIR\")-main.jsbundle.map\"\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
shellScript = "export NODE_OPTIONS=\"--openssl-legacy-provider\"\nexport EXTRA_PACKAGER_ARGS=\"--sourcemap-output $TMPDIR/$(md5 -qs \"$CONFIGURATION_BUILD_DIR\")-main.jsbundle.map\"\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
};
4B36CFF6FE55027DCA5CB6E1 /* Upload Bugsnag dSYM */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
2 changes: 1 addition & 1 deletion ios/link-assets-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"path": "assets/mintlayer/wasm_wrappers_bg.wasm",
"sha1": "415a233de3bcfbc1ee1163db0b0334b833b3b879"
"sha1": "fec25b2cc459a2a7866029751541b43f2edf0852"
}
]
}

0 comments on commit 085949b

Please sign in to comment.