You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/10/24 21:19:54 UTC

docs commit: CB-11860 - Remove deprecated xcrun packaging instruction

Repository: cordova-docs
Updated Branches:
  refs/heads/master ce6a2f1d9 -> bcc408092


CB-11860 - Remove deprecated xcrun packaging instruction


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/bcc40809
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/bcc40809
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/bcc40809

Branch: refs/heads/master
Commit: bcc408092216a0b1d27ae8ad7dce05fd9728baf2
Parents: ce6a2f1
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 24 14:19:51 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 24 14:19:51 2016 -0700

----------------------------------------------------------------------
 www/docs/en/dev/guide/platforms/ios/index.md | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/bcc40809/www/docs/en/dev/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/guide/platforms/ios/index.md b/www/docs/en/dev/guide/platforms/ios/index.md
index 5684586..91612d4 100644
--- a/www/docs/en/dev/guide/platforms/ios/index.md
+++ b/www/docs/en/dev/guide/platforms/ios/index.md
@@ -188,14 +188,6 @@ build configuration file:
 }
 ```
 
-### Using xcrun
-
-You can also sign from the command line using the following command:
-
-```bash
-xcrun -sdk iphoneos PackageApplication -v /home/user/app/build/device/MyApp.app -o /home/user/app/build/device/MyApp.ipa --sign "iPhone Development" --embed "7151ab45-6085-4ea1-9bcd-022b5cebe44b"
-```
-
 ## Debugging
 
 For details on the debugging tools that come with Xcode, see this [article](https://developer.apple.com/support/debugging)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org