From ae9b1a2c8193152d63eb39e9bcfd9d61ff68fad4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 12 May 2008 22:27:41 +0000 Subject: laid out options for easy editing when people are building their own embedded pd apps svn path=/trunk/; revision=9789 --- packages/darwin_app/Info.plist.in | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'packages/darwin_app') diff --git a/packages/darwin_app/Info.plist.in b/packages/darwin_app/Info.plist.in index 2d1a877d..d56bcc2f 100644 --- a/packages/darwin_app/Info.plist.in +++ b/packages/darwin_app/Info.plist.in @@ -22,28 +22,32 @@ CFBundleExecutable PD_APP_NAME + CFBundleIconFile + pd.icns CFBundleIdentifier org.puredata.pd.wish CFBundleInfoDictionaryVersion 6.0 + CFBundleName + PD_APP_NAME CFBundlePackageType APPL - CFBundleSignature - PdPd - CFBundleIconFile - pd.icns CFBundleShortVersionString CFBUNDLESHORTVERSIONSTRING + CFBundleSignature + PdPd CFBundleVersion CFBUNDLEVERSION - LSUIPresentationMode - 0 - LSUIElement - 0 - LSEnvironment - - EXAMPLE_ENVIRONMENT_VARIABLE + LSBackgroundOnly + + LSEnvironment + + EXAMPLE_ENVIRONMENT_VARIABLE this is just a test - + + LSUIElement + 0 + LSUIPresentationMode + 0 -- cgit v1.2.1