Skip to content

Commit

Permalink
Docs update to indicate the exact effect of adding a provisioning_pro…
Browse files Browse the repository at this point in the history
…file to an ios_framework.

RELNOTES: None
PiperOrigin-RevId: 297593924
  • Loading branch information
nglevin authored and swiple-rules-gardener committed Feb 27, 2020
1 parent 5b47855 commit e99db2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/rules-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,8 @@ app and extensions, list it in the `frameworks` attributes of those
when bundling the framework bundle. This value is optional and is
expected to match the <code>provisioning_profile</code> of the
<code>ios_application</code>, but it will make signing/caching more
efficient.</p>
efficient. <strong>NOTE</strong>: This will codesign the framework when
it is built standalone.</p>
</td>
</tr>
<tr>
Expand Down
3 changes: 2 additions & 1 deletion doc/rules-tvos.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,8 @@ and extensions, list it in the `frameworks` attributes of those
when bundling the framework bundle. This value is optional and is
expected to match the <code>provisioning_profile</code> of the
<code>tvos_application</code>, but it will make signing/caching more
efficient.</p>
efficient. <strong>NOTE</strong>: This will codesign the framework when
it is built standalone.</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit e99db2e

Please sign in to comment.