Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-9730

Invalid build.json example on the iOS Shell Tool Guide

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • iOS

    Description

      on the iOS Shell Tool Guide, on the Signing the App section, the example of the build.json is not a valid JSON and have some spelling mistakes
      https://cordova.apache.org/docs/en/edge/guide_platforms_ios_tools.md.html#iOS%20Shell%20Tool%20Guide

      {
           "ios": {
               "debug": {
                   "codeSignIdentitiy": "iPhone Development",
                   "provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954",
               },
               "release": {
                   "codeSignIdentitiy": "iPhone Distribution"
                   "provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306",
               }
           }
       }
      

      Should be

      {
          "ios": {
              "debug": {
                  "codeSignIdentity": "iPhone Development",
                  "provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954"
              },
              "release": {
                  "codeSignIdentity": "iPhone Distribution",
                  "provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306"
              }
          }
      }
      

      Attachments

        1. CB-9730.patch
          19 kB
          Manuel Martiarena

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jcesarmobile jcesarmobile
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: