[jira] [Updated] (CB-4993) plugman doesn't add iOS frameworks if user has added one manually

2013-10-10 Thread Lucas Holmquist (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lucas Holmquist updated CB-4993:


Attachment: Screen Shot 2013-10-10 at 9.10.40 AM.png

> plugman doesn't add iOS frameworks if user has added one manually
> -
>
> Key: CB-4993
> URL: https://issues.apache.org/jira/browse/CB-4993
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Reporter: Andrew Grieve
> Attachments: Screen Shot 2013-10-03 at 3.43.59 PM.png, Screen Shot 
> 2013-10-03 at 3.44.14 PM.png, Screen Shot 2013-10-03 at 3.44.28 PM.png, 
> Screen Shot 2013-10-03 at 3.44.39 PM.png, Screen Shot 2013-10-03 at 3.44.50 
> PM.png, Screen Shot 2013-10-10 at 8.39.53 AM.png, Screen Shot 2013-10-10 at 
> 9.10.23 AM.png, Screen Shot 2013-10-10 at 9.10.40 AM.png
>
>
> Repro steps:
> {code}
> cordova create foo com.google.foo foo
> cd foo
> cordova platform add ios
> {code}
> At this point the frameworks look as in the first screenshot
> {code}
> cordova plugin add org.apache.cordova.camera
> {code}
> Notice the frameworks are added fine (screenshot)
> {code}
> cordova plugin rm org.apache.cordova.camera
> cordova plugin add org.apache.cordova.camera
> {code}
> Notice you can remove & re-add just fine. The frameworks are good at this 
> point.
> Now, through Xcode, add in "AddressBook.framework", and then remove & re-add 
> the plugin
> {code}
> cordova plugin rm org.apache.cordova.camera
> cordova plugin add org.apache.cordova.camera
> {code}
> The frameworks get removed just fine again, but they are not re-added anymore.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (CB-4993) plugman doesn't add iOS frameworks if user has added one manually

2013-10-10 Thread Lucas Holmquist (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lucas Holmquist updated CB-4993:


Attachment: Screen Shot 2013-10-10 at 9.10.23 AM.png

> plugman doesn't add iOS frameworks if user has added one manually
> -
>
> Key: CB-4993
> URL: https://issues.apache.org/jira/browse/CB-4993
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Reporter: Andrew Grieve
> Attachments: Screen Shot 2013-10-03 at 3.43.59 PM.png, Screen Shot 
> 2013-10-03 at 3.44.14 PM.png, Screen Shot 2013-10-03 at 3.44.28 PM.png, 
> Screen Shot 2013-10-03 at 3.44.39 PM.png, Screen Shot 2013-10-03 at 3.44.50 
> PM.png, Screen Shot 2013-10-10 at 8.39.53 AM.png, Screen Shot 2013-10-10 at 
> 9.10.23 AM.png, Screen Shot 2013-10-10 at 9.10.40 AM.png
>
>
> Repro steps:
> {code}
> cordova create foo com.google.foo foo
> cd foo
> cordova platform add ios
> {code}
> At this point the frameworks look as in the first screenshot
> {code}
> cordova plugin add org.apache.cordova.camera
> {code}
> Notice the frameworks are added fine (screenshot)
> {code}
> cordova plugin rm org.apache.cordova.camera
> cordova plugin add org.apache.cordova.camera
> {code}
> Notice you can remove & re-add just fine. The frameworks are good at this 
> point.
> Now, through Xcode, add in "AddressBook.framework", and then remove & re-add 
> the plugin
> {code}
> cordova plugin rm org.apache.cordova.camera
> cordova plugin add org.apache.cordova.camera
> {code}
> The frameworks get removed just fine again, but they are not re-added anymore.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (CB-4993) plugman doesn't add iOS frameworks if user has added one manually

2013-10-10 Thread Lucas Holmquist (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lucas Holmquist updated CB-4993:


Attachment: Screen Shot 2013-10-10 at 8.39.53 AM.png

> plugman doesn't add iOS frameworks if user has added one manually
> -
>
> Key: CB-4993
> URL: https://issues.apache.org/jira/browse/CB-4993
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Reporter: Andrew Grieve
> Attachments: Screen Shot 2013-10-03 at 3.43.59 PM.png, Screen Shot 
> 2013-10-03 at 3.44.14 PM.png, Screen Shot 2013-10-03 at 3.44.28 PM.png, 
> Screen Shot 2013-10-03 at 3.44.39 PM.png, Screen Shot 2013-10-03 at 3.44.50 
> PM.png, Screen Shot 2013-10-10 at 8.39.53 AM.png
>
>
> Repro steps:
> {code}
> cordova create foo com.google.foo foo
> cd foo
> cordova platform add ios
> {code}
> At this point the frameworks look as in the first screenshot
> {code}
> cordova plugin add org.apache.cordova.camera
> {code}
> Notice the frameworks are added fine (screenshot)
> {code}
> cordova plugin rm org.apache.cordova.camera
> cordova plugin add org.apache.cordova.camera
> {code}
> Notice you can remove & re-add just fine. The frameworks are good at this 
> point.
> Now, through Xcode, add in "AddressBook.framework", and then remove & re-add 
> the plugin
> {code}
> cordova plugin rm org.apache.cordova.camera
> cordova plugin add org.apache.cordova.camera
> {code}
> The frameworks get removed just fine again, but they are not re-added anymore.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (CB-4993) plugman doesn't add iOS frameworks if user has added one manually

2013-10-03 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve updated CB-4993:
--

Attachment: Screen Shot 2013-10-03 at 3.43.59 PM.png
Screen Shot 2013-10-03 at 3.44.14 PM.png
Screen Shot 2013-10-03 at 3.44.28 PM.png
Screen Shot 2013-10-03 at 3.44.39 PM.png
Screen Shot 2013-10-03 at 3.44.50 PM.png

> plugman doesn't add iOS frameworks if user has added one manually
> -
>
> Key: CB-4993
> URL: https://issues.apache.org/jira/browse/CB-4993
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Reporter: Andrew Grieve
> Attachments: Screen Shot 2013-10-03 at 3.43.59 PM.png, Screen Shot 
> 2013-10-03 at 3.44.14 PM.png, Screen Shot 2013-10-03 at 3.44.28 PM.png, 
> Screen Shot 2013-10-03 at 3.44.39 PM.png, Screen Shot 2013-10-03 at 3.44.50 
> PM.png
>
>
> Repro steps:
> {code}
> cordova create foo com.google.foo foo
> cd foo
> cordova platform add ios
> {code}
> At this point the frameworks look as in the first screenshot
> {code}
> cordova plugin add org.apache.cordova.camera
> {code}
> Notice the frameworks are added fine (screenshot)
> {code}
> cordova plugin rm org.apache.cordova.camera
> cordova plugin add org.apache.cordova.camera
> {code}
> Notice you can remove & re-add just fine. The frameworks are good at this 
> point.
> Now, through Xcode, add in "AddressBook.framework", and then remove & re-add 
> the plugin
> {code}
> cordova plugin rm org.apache.cordova.camera
> cordova plugin add org.apache.cordova.camera
> {code}
> The frameworks get removed just fine again, but they are not re-added anymore.



--
This message was sent by Atlassian JIRA
(v6.1#6144)