Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

theglobechurch/hyew-conversations

Repository files navigation

Have You Ever Wondered Conversations…

Dev

  • npm install -g ionic
  • npm install
  • ionic serve

Test Build

Test on Android with: ionic cordova run android

Publishing

  1. Generate/Update icons: ionic cordova resources ios --icon
  1. Build it: ionic cordova build --release android
  2. Sign it: jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ~/path/to/key.jks ~/path/to/app.apk key
  3. Compress it: zipalign -v 4 ~/path/to/app.apk hyew.apk
  4. Upload and publish it.
  1. Build it: ionic cordova build ios --release
  2. Head over to Xcode
  3. Check that Xcode is using Legacy Build Settings (File/Project Settings). (Ref)
  4. Archive it (Product/Archive)
  5. Upload it (Window/Organizer/Archives/Distribute App)
  6. Publish it

About

Let's have conversations that matter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published