This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new daf26c40a5 docs(ios): Remove CodeSigning Resource Rules (#1302)
daf26c40a5 is described below

commit daf26c40a58b13bde5edb61204ea8c24a8b749c3
Author: Darryl Pogue <[email protected]>
AuthorDate: Mon Apr 24 11:31:04 2023 -0700

    docs(ios): Remove CodeSigning Resource Rules (#1302)
    
    This option has been deprecated by Apple for years, and was just removed 
from cordova-ios.
---
 www/docs/en/dev/guide/platforms/ios/index.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/docs/en/dev/guide/platforms/ios/index.md 
b/www/docs/en/dev/guide/platforms/ios/index.md
index 4f0b3ba0c1..e49db69745 100644
--- a/www/docs/en/dev/guide/platforms/ios/index.md
+++ b/www/docs/en/dev/guide/platforms/ios/index.md
@@ -169,7 +169,6 @@ To sign an app, you need the following parameters:
 | Development Team         | `--developmentTeam`      | The development team 
([Team ID](https://developer.apple.com/account/#/membership/)) to use for code 
signing. You would use this setting and a simplified Code Sign Identity (i.e. 
just 'iPhone Developer') to sign your apps, you do not need to provide a 
Provisioning Profile.
 | Packaging Type           | `--packageType`          | This will determine 
what type of build is generated by Xcode. Valid options are `development` (the 
default), `enterprise`, `ad-hoc`, and `app-store`.
 | Provisioning Profile     | `--provisioningProfile`  | (Optional) GUID of the 
provisioning profile to be used for manual signing. It is copied here on your 
Mac: ```~/Library/MobileDevice/Provisioning\ Profiles/```. Opening it in a text 
editor, you can find the GUID which needs to be specified here if using manual 
signing.
-| Code Sign Resource Rules | `--codesignResourceRules`| (Optional) Used to 
control which files in a bundle should be sealed by a code signature. For more 
details, read [The OS X Code Signing In Depth 
article](https://developer.apple.com/library/mac/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG206)
 | Automatic Provisioning   | `--automaticProvisioning`| (Optional) Enable to 
allow Xcode to automatically manage provisioning profiles. Valid options are 
`false` (the default) and `true`.
 
 ### Using build.json


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to