Versions Compared

Key

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

...

Copy and paste the code below into your new build.json file:

{
    "ios": {
        "debug": {
            "codeSignIdentity""iPhone Development",
            "provisioningProfile""<UUID of the provisioning profile>",
            "provisioningProfileFile""ProvisioningProfileFileName.mobileprovision",
            "certificateFile" "CertificateFileName.p12"
        }
    },

"ios": {
        "release": {
            "codeSignIdentity""iPhone Distribution",
            "provisioningProfile""<UUID of the provisioning profile>",
            "provisioningProfileFile""ProvisioningProfileFileName.mobileprovision",
            "certificateFile" "CertificateFileName.p12"
        }
    }
}

...