Skip to content

Commit

Permalink
set build file
Browse files Browse the repository at this point in the history
  • Loading branch information
dandlezzz committed Nov 16, 2023
1 parent 4623874 commit 86955b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/SalmonWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
shellScript = "set -e\nexport ENTRY_FILE=\"${PROJECT_DIR}/../src/index.native.js\"\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
};
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"start:web": "react-app-rewired start",
"start:web:main": "REACT_APP_SALMON_ENV=main react-app-rewired start",
"start:web:prod": "REACT_APP_SALMON_ENV=production react-app-rewired start",
"build:ios": "react-native bundle --entry-file='./src/index.native.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"build:ios": "react-native bundle --assets-dest='./ios' --entry-file='./src/index.native.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"build": "react-app-rewired build",
"build:develop": "REACT_APP_SALMON_ENV=development npm run build",
"build:main": "REACT_APP_SALMON_ENV=main npm run build",
Expand Down

0 comments on commit 86955b6

Please sign in to comment.