[
https://issues.apache.org/jira/browse/CB-5989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14152605#comment-14152605
]
ASF GitHub Bot commented on CB-5989:
------------------------------------
GitHub user gorkem opened a pull request:
https://github.com/apache/cordova-lib/pull/95
[CB-5989] - Default to $PROJECT_NAME-Info.plist when searching for plist...
If a Info.plist file is given with asterisk and there are multiple matches
default to use the
file for the project.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gorkem/cordova-lib CB-5989
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/95.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 #95
----
commit 391d949759d1cdb48a10cc5cb11c56cd5d1f973b
Author: Gorkem Ercan <[email protected]>
Date: 2014-09-30T00:31:14Z
[CB-5989] - Default to $PROJECT_NAME-Info.plist when searching for plist
files
If a Info.plist file is given with asterisk and there are multiple matches
default to use the
file for the project.
----
> Properties defined in plugin.xml are not created in *-Info.plist
> ----------------------------------------------------------------
>
> Key: CB-5989
> URL: https://issues.apache.org/jira/browse/CB-5989
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI, Plugman
> Affects Versions: 3.3.0
> Environment: Mavericks 10.9.1; Xcode 5.0.2; Cordova 3.3.1-0.3.0
> Reporter: Kelvin Dart
> Labels: CLI, Plugin
> Attachments: after_platform_add_plist_fix.sh,
> before_platform_add_plist_fix.sh
>
>
> I have the following tag in my <platforms="ios"> tag, within plugin.xml:
> <config-file target="*-Info.plist"
> parent="UISupportedExternalAccessoryProtocols">
> <array>
> <string>jp.star-m.starpro</string>
> </array>
> </config-file>
> However, whenever I attempt to add in my plugin, this setting is not applied
> to my project's plist file and I have to do it manually.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)