Skip to content

iOS release build instructions

chunningham edited this page Jan 30, 2019 · 1 revision
  1. open /ios/ in XCode and in File > Project Settings set Build System to Legacy Build System

  2. in the smartwallet project file, change Signing > Team to Jolocom GMBH (if you dont have a key see Joachim)

  3. in ios/smartwallet/AppDelegate.m, comment out the Development build line and uncomment the Production build line

  4. run yarn build:ios

  5. in xcode, select Product > Destination > Generic iOS Device

  6. select Product > Archive

  7. upon completion, a dialog should appear. if it doesnt, open Window > Organizer

  8. select the archive you've just made and click Distribute App

  9. choose the appropriate distribution method

Clone this wiki locally