Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit 85e9107

Browse files
committed
1 parent a07afdb commit 85e9107

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"name": "UenoInternalApp",
3-
"displayName": "UenoInternalApp"
2+
"name": "ueno.",
3+
"displayName": "ueno."
44
}

scripts/prebuild.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ cp -r ./node_modules/mobile-center-analytics/ios/RNAnalytics ios/UenoInternalApp
99
cp -r ./node_modules/mobile-center-analytics/ios/RNAnalytics ios/UenoInternalApp/.
1010
cp -r ./node_modules/react-native-google-signin/ios/RNGoogleSignin ios/UenoInternalApp/.
1111

12+
# Fix this shit
13+
perl -pi -w -e 's/appName = scheme/appName = \'ueno. (dev)\'/g;' ./node_modules/react-native/local-cli/runIOS/runIOS.js
14+
15+
1216
# DONE
1317
echo "===> prebuild done"

0 commit comments

Comments
 (0)