Skip to content

Commit

Permalink
fix(ios): Fix ios default scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton committed Sep 27, 2018
1 parent 5cc1fd5 commit 6bc333d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions client/react-native/.env.example
@@ -0,0 +1,18 @@
# FASTLANE

# FASTLANE_USER=
# FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD=

FASTLANE_SKIP_UPDATE_CHECK=1
FASTLANE_HIDE_CHANGELOG=1

MATCH_USERNAME=
MATCH_GIT_URL=
MATCH_APP_IDENTIFIER=chat.berty.tech
MATCH_PASSWORD=

PILOT_USERNAME=
PILOT_APPLE_ID=
PILOT_TEAM_ID=
PILOT_IPA=.build/ios/berty.ipa
PILOT_SKIP_WAITING_FOR_BUILD_PROCESSING=true
2 changes: 1 addition & 1 deletion client/react-native/mobile/package.json
Expand Up @@ -5,7 +5,7 @@
"postinstall": "mkdir -p node_modules/@berty && yarn link:rn && yarn link:rn-vector-icons && yarn link:rn-net-info && yarn link:berty",
"start": "rm -rf $TMPDIR/metro-* && react-native start --reset-cache --root $PWD/../common",
"android": "react-native run-android --no-packager",
"ios": "react-native run-ios --no-packager",
"ios": "react-native run-ios --no-packager --scheme=debug",
"debug:relay": "relay-devtools",
"debug:react-native": "open \"rndebugger://set-debugger-loc?host=localhost&port=8081\"",
"test": "jest",
Expand Down

0 comments on commit 6bc333d

Please sign in to comment.