[
https://issues.apache.org/jira/browse/CB-9730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jcesarmobile updated CB-9730:
-----------------------------
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
{code}
{
"ios": {
"debug": {
"codeSignIdentitiy": "iPhone Development",
"provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954",
},
"release": {
"codeSignIdentitiy": "iPhone Distribution"
"provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306",
}
}
}
{code}
Should be
{code}
{
"ios": {
"debug": {
"codeSignIdentity": "iPhone Development",
"provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954"
},
"release": {
"codeSignIdentity": "iPhone Distribution",
"provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306"
}
}
}
{code}
was:
on the iOS Shell Tool Guide, on the Signing the App section, the example of the
build.json is not a valid JSON
https://cordova.apache.org/docs/en/edge/guide_platforms_ios_tools.md.html#iOS%20Shell%20Tool%20Guide
{code}
{
"ios": {
"debug": {
"codeSignIdentitiy": "iPhone Development",
"provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954",
},
"release": {
"codeSignIdentitiy": "iPhone Distribution"
"provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306",
}
}
}
{code}
Should be
{code}
{
"ios": {
"debug": {
"codeSignIdentity": "iPhone Development",
"provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954"
},
"release": {
"codeSignIdentity": "iPhone Distribution",
"provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306"
}
}
}
{code}
> Invalid build.json example on the iOS Shell Tool Guide
> ------------------------------------------------------
>
> Key: CB-9730
> URL: https://issues.apache.org/jira/browse/CB-9730
> Project: Apache Cordova
> Issue Type: Bug
> Components: Docs
> Environment: iOS
> Reporter: jcesarmobile
> Labels: cordova-ios-4.1.0
> Attachments: CB-9730.patch
>
>
> 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
> {code}
> {
> "ios": {
> "debug": {
> "codeSignIdentitiy": "iPhone Development",
> "provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954",
> },
> "release": {
> "codeSignIdentitiy": "iPhone Distribution"
> "provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306",
> }
> }
> }
> {code}
> Should be
> {code}
> {
> "ios": {
> "debug": {
> "codeSignIdentity": "iPhone Development",
> "provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954"
> },
> "release": {
> "codeSignIdentity": "iPhone Distribution",
> "provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306"
> }
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]