crotwell / gradle-macappbundle

A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.
Apache License 2.0
95 stars 33 forks source link

CFBundleName is not configurable #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. multi-module project, using macappbundle in subprojects
3. subproject folder names do not match the app name.

What is the expected output? What do you see instead?
in Info.plist the key CFBundleName should be the same as appName
currently its ${project.name}, which for subprojects is simply name of the 
subfolder.

What version of the product are you using? On what operating system?
using version 1.0.5

Original issue reported on code.google.com by poldwusm...@gmail.com on 27 Sep 2012 at 1:44

GoogleCodeExporter commented 9 years ago
Should be fixed in 1.0.7, CFBundleName now set to appName from extension

Original comment by crotwell@seis.sc.edu on 28 Sep 2012 at 7:35