Skip to content

Instantly share code, notes, and snippets.

@DorkNstein
Created February 7, 2022 23:23
Show Gist options
  • Save DorkNstein/570859f364208d5a66b2d433d2bde65b to your computer and use it in GitHub Desktop.
Save DorkNstein/570859f364208d5a66b2d433d2bde65b to your computer and use it in GitHub Desktop.
☐ 1. clone https://bitbucket.org/7Tablets/simplex-mobile/src/development/
☐ 2. Run these commands in this order:
nvm use && npm i
sudo gem install cocoapods -v 1.10.0
npm run pod:install
# if above pod install doesn't work then do :
npm run pod:install:update
☐ 3. Android keystores download from this link and move it to android/app folder
https://drive.google.com/drive/folders/11Z-trlfoxZdAZivOUwlbuIYAc892iSik?usp=sharing
☐ 4. Download these appcenter files https://drive.google.com/drive/folders/1OLq6ns1PaPMT7ghKSAW_o1tcl4znK54V?usp=sharing
And Firebase files https://drive.google.com/drive/folders/1al9ZaEivPQfXgUZNObjXUfBmz4liA7fd?usp=sharing
☐ 5. Put them under these folders
google-services.json:
android/app/src/development/google-services.json
android/app/src/qa/google-services.json
android/app/src/stage/google-services.json
android/app/src/production/google-services.json
appcenter-config.json:
android/app/src/development/assets/appcenter-config.json
android/app/src/qa/assets/appcenter-config.json
android/app/src/stage/assets/appcenter-config.json
android/app/src/production/assets/appcenter-config.json
AppCenter-Config.plist:
ios/simplex-development/AppCenter-Config.plist
ios/simplex-qa/AppCenter-Config.plist
ios/simplex-stage/AppCenter-Config.plist
ios/simplex/AppCenter-Config.plist
GoogleService-Info.plist:
ios/simplex-development/GoogleService-Info.plist
ios/simplex-qa/GoogleService-Info.plist
ios/simplex-stage/GoogleService-Info.plist
ios/simplex/GoogleService-Info.plist
☐ 6. If there's Android build issue run
chmod 755 android/gradlew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment