mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Allow specifying build number for Xcode projects
This commit is contained in:
parent
768c2f6db1
commit
f5a7d4eea5
7 changed files with 38 additions and 10 deletions
|
|
@ -157,8 +157,8 @@ namespace build_tools
|
|||
addPlistDictionaryKey (*dict, "CFBundleDisplayName", projectName);
|
||||
addPlistDictionaryKey (*dict, "CFBundlePackageType", getXcodePackageType (type));
|
||||
addPlistDictionaryKey (*dict, "CFBundleSignature", getXcodeBundleSignature (type));
|
||||
addPlistDictionaryKey (*dict, "CFBundleShortVersionString", version);
|
||||
addPlistDictionaryKey (*dict, "CFBundleVersion", version);
|
||||
addPlistDictionaryKey (*dict, "CFBundleShortVersionString", marketingVersion);
|
||||
addPlistDictionaryKey (*dict, "CFBundleVersion", currentProjectVersion);
|
||||
addPlistDictionaryKey (*dict, "NSHumanReadableCopyright", companyCopyright);
|
||||
addPlistDictionaryKey (*dict, "NSHighResolutionCapable", true);
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,8 @@ namespace build_tools
|
|||
|
||||
File iconFile;
|
||||
String projectName;
|
||||
String version;
|
||||
String marketingVersion;
|
||||
String currentProjectVersion;
|
||||
String companyCopyright;
|
||||
|
||||
String applicationCategory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue