Releasing

iOS

  1. Create your Team in your Apple Developer account.
  2. Change your app's Team
    • Open the Project Navigator
    • Click on the app name at the top of Project Navigator
    • Click the app name under TARGETS
    • Click the "Signing & Capabilities" tab
    • Change "Team" to your Team identifier.
  3. Edit Main.swift
    • Set licenseKey. Release builds do not start when this is missing or incorrect.
  4. TODO: Add more details.