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

Miquel commented on CB-6092:
----------------------------

Hi Colin,

Don't know exactly what are you trying to do.
If your intention is to add Google Admob ads, you should use the plugin (not 
the library itself). See [phonegap admob 
plugin|https://github.com/appfeel/admob-google-cordova] for more detailed info:

{code:xml}
<gap:plugin name="com.phonegap.plugins.facebookconnect" version="0.11.0" 
source="plugins.cordova.io">
<param name="APP_ID" value="myid" />
<param name="APP_NAME" value="myname" />
</gap:plugin>
<gap:plugin name="com.admob.google" source="plugins.cordova.io" />
{code}

Otherwise, if you are using the library as a dependency, because you are 
building a plugin, this is the right way to use it.

> Deploying plugins for iOS frameworks breaks symlinks
> ----------------------------------------------------
>
>                 Key: CB-6092
>                 URL: https://issues.apache.org/jira/browse/CB-6092
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugman, Registry Web
>    Affects Versions: 3.3.0
>         Environment: OSX 10.9.1
>            Reporter: Song Zheng
>            Priority: Critical
>             Fix For: Master
>
>
> my Plugin has an included ios framework, which resides in Opentok.framework 
> directory.
> Most iOS frameworks have symlinks within the directory. For example, in the 
> current framework I use, these are the folders listed and their corresponding 
> symlinks:
> Headers -> Versions/Current/Headers
> Opentok -> Versions/Current/Opentok
> Resources -> Versions/Current/Resources
> Versions
> After publishing my plugin, symlinks seems to be missing. When I install the 
> plugin into my app, typing 'ls' in my framework directory only produces one 
> folder: 
> Versions
> Plugin publish seems to be unable to upload symlinks? This issue does not 
> exist if I install the plugin directly from the git source: 
> 'cordova plugin add https://github.com/opentok/cordova-plugin-opentok'
> ML thread: http://markmail.org/thread/2mbqwaviwvuitngh



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to