[ 
https://issues.apache.org/jira/browse/CB-12655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15982258#comment-15982258
 ] 

ASF GitHub Bot commented on CB-12655:
-------------------------------------

GitHub user shazron opened a pull request:

    https://github.com/apache/cordova-docs/pull/695

    CB-12655 - Add docs for embed attribute of <framework> tag

    ### What does this PR do?
    
    Adds docs for the embed attribute of the <framework> tag (iOS only)
    
    ### Checklist
    - [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
    - [X] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform 
affected.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shazron/cordova-docs CB-12655

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/695.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #695
    
----
commit 20a93672bec793ea6df9da59639ac9fd954a83b4
Author: Shazron Abdullah <[email protected]>
Date:   2017-04-25T01:41:37Z

    CB-12655 - Add docs for embed attribute of <framework> tag

----


> Add docs for embed attribute of <framework> tag
> -----------------------------------------------
>
>                 Key: CB-12655
>                 URL: https://issues.apache.org/jira/browse/CB-12655
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: Docs
>         Environment: iOS only
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>              Labels: cordova-7.0.0
>
> See CB-11233.
> Note this feature needs both cordova@7 and [email protected] (next c-ios 
> release)
> Public:
> https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#framework
> Repo:
> https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/plugin_ref/spec.md
> {{<framework src="MyEmbeddedFramework.framework" custom="true" embed="true" 
> />}}
> {{embed=true}} must be paired with {{custom=true}} for the framework to be 
> installed in the {{Embedded Binaries}} section of the Xcode project.
> Frameworks in the {{Embedded Binaries}} section will not be statically linked 
> to your project, but will be loaded dynamically. The frameworks will also be 
> packaged in your app bundle under the "Frameworks" folder.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to