status-mobile/ios/StatusIm.xcodeproj
Jakub Sokołowski 6c7054b5b4
ios: fix lowercased variable name in Xcode config
In some cases might result in failures due to empty shebang:
```
Command PhaseScriptExecution failed with a nonzero exit code
```
Because the script file looks like this:
```
\#!
set -o errexit
export NODE_BINARY="node"
export NODE_ARGS=" --openssl-legacy-provider --max-old-space-size=16384 "

bash -x ../node_modules/react-native/scripts/react-native-xcode.sh > ./react-native-xcode.log 2>&1
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-25 11:59:20 +01:00
..
xcshareddata/xcschemes Add PR Scheme for iOs build 2020-06-29 16:16:35 +03:00
project.pbxproj ios: fix lowercased variable name in Xcode config 2023-02-25 11:59:20 +01:00