diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/darwin_app/Info.plist.in | 28 |
1 files changed, 16 insertions, 12 deletions
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 @@ </array> <key>CFBundleExecutable</key> <string>PD_APP_NAME</string> + <key>CFBundleIconFile</key> + <string>pd.icns</string> <key>CFBundleIdentifier</key> <string>org.puredata.pd.wish</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> + <key>CFBundleName</key> + <string>PD_APP_NAME</string> <key>CFBundlePackageType</key> <string>APPL</string> - <key>CFBundleSignature</key> - <string>PdPd</string> - <key>CFBundleIconFile</key> - <string>pd.icns</string> <key>CFBundleShortVersionString</key> <string>CFBUNDLESHORTVERSIONSTRING</string> + <key>CFBundleSignature</key> + <string>PdPd</string> <key>CFBundleVersion</key> <string>CFBUNDLEVERSION</string> - <key>LSUIPresentationMode</key> - <integer>0</integer> - <key>LSUIElement</key> - <integer>0</integer> - <key>LSEnvironment</key> - <dict> - <key>EXAMPLE_ENVIRONMENT_VARIABLE</key> + <key>LSBackgroundOnly</key> + <false/> + <key>LSEnvironment</key> + <dict> + <key>EXAMPLE_ENVIRONMENT_VARIABLE</key> <string>this is just a test</string> - </dict> + </dict> + <key>LSUIElement</key> + <integer>0</integer> + <key>LSUIPresentationMode</key> + <integer>0</integer> </dict> </plist> |