Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
    "ios": {
        "release": {
            "codeSignIdentity""iPhone Distribution",
            "provisioningProfile""",
            "provisioningProfileFile""ProvisioningProfileFileName.mobileprovision",
            "certificateFile" "CertificateFileName.p12"
        }
    }
}

Info

Note: This example shows iOS only, however you can include multiple operating systems within the one build.json, simply by adding the appropriate JSON structure for "android" or "windows" to the build.json file.

Download build.json

Alternatively, you can download an example build.json file here:

...