[
https://issues.apache.org/jira/browse/CB-10916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16045764#comment-16045764
]
ASF GitHub Bot commented on CB-10916:
-------------------------------------
GitHub user dpogue opened a pull request:
https://github.com/apache/cordova-docs/pull/709
CB-10916 - Add documentation about display name
<!--
Please make sure the checklist boxes are all checked before submitting the
PR. The checklist
is intended as a quick reference, for complete details please see our
Contributor Guidelines:
http://cordova.apache.org/contribute/contribute_guidelines.html
Thanks!
-->
### Platforms affected
### What does this PR do?
Add documentation for `<name short="...">` to the config.xml reference page.
### What testing has been done on this change?
### 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.
- [ ] Added automated test coverage as appropriate for this change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dpogue/cordova-docs short-name
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-docs/pull/709.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 #709
----
commit f9e4dff052291260e0ff5dbf46c77c48ce620ebe
Author: Darryl Pogue <[email protected]>
Date: 2017-06-11T00:44:28Z
CB-10916 - Add documentation about display name
----
> Add ability to set different binary name and display name
> ---------------------------------------------------------
>
> Key: CB-10916
> URL: https://issues.apache.org/jira/browse/CB-10916
> Project: Apache Cordova
> Issue Type: Wish
> Components: cordova-android, cordova-ios
> Reporter: Jacob Weber
> Assignee: Darryl Pogue
> Priority: Minor
> Fix For: [email protected]
>
>
> I would like to use a different value for the binary filenames (.ipa/.apk)
> and the app display name. Currently <name> in config.xml is used for both.
> If I set <name> to the value I want for the binary name, I have to manually
> edit app_name in res/values/strings.xml and CFBundleDisplayName in
> *-Info.plist.
> On the other hand, if I set <name> to the value I want for the display name,
> I can manually rename the binaries, but the iOS .ipa file still contains an
> .app file with the display name, and CFBundleExecutable still has the display
> name.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]