Mac build changes to create specific channel installers

This commit is contained in:
Latif Khalifa
2013-11-19 04:19:48 +01:00
parent c99f54367d
commit e6977de12f
4 changed files with 7 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Singularity";
CFBundleName = "${VIEWER_CHANNEL_ONE_WORD}";
CFBundleShortVersionString = "Singularity Viewer ${vMAJOR}.${vMINOR}.${vPATCH}.${vBUILD}";
CFBundleGetInfoString = "Singularity Viewer ${vMAJOR}.${vMINOR}.${vPATCH}.${vBUILD}, Copyright 2012 Siana Gearz";
CFBundleShortVersionString = "${VIEWER_CHANNEL} Viewer ${vMAJOR}.${vMINOR}.${vPATCH}.${vBUILD}";
CFBundleGetInfoString = "${VIEWER_CHANNEL} Viewer ${vMAJOR}.${vMINOR}.${vPATCH}.${vBUILD}, Copyright 2012 Siana Gearz";