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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir committed Jul 4, 2017
1 parent a07afdb commit 85e9107
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "UenoInternalApp",
"displayName": "UenoInternalApp"
"name": "ueno.",
"displayName": "ueno."
}
4 changes: 4 additions & 0 deletions scripts/prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ cp -r ./node_modules/mobile-center-analytics/ios/RNAnalytics ios/UenoInternalApp
cp -r ./node_modules/mobile-center-analytics/ios/RNAnalytics ios/UenoInternalApp/.
cp -r ./node_modules/react-native-google-signin/ios/RNGoogleSignin ios/UenoInternalApp/.

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

0 comments on commit 85e9107

Please sign in to comment.