#define kBundleShortVersion __OUTPUT_FILENAME__ " version 1.0"
// Change this to the string to display in the Finder's Get Info window
-#define kBundleGetInfo kBundleShortVersion ", Copyright © 2005 by wxWidgets."
+#define kBundleGetInfo kBundleShortVersion ", Copyright © 2005 by wxWidgets."
plist
{
key "CFBundleSignature" value string __OUTPUT_CREATOR__
key "CFBundleExecutable" value string __OUTPUT_FILENAME__
key "CFBundleVersion" value string "1.0"
- key "CFBundleIconFile" value string "mondrian"
+ key "CFBundleIconFile" value string "sample"
key "CFBundleDevelopmentRegion" value string "English"
key "CFBundleInfoDictionaryVersion" value string "6.0"
key "CFBundleName" value string __OUTPUT_FILENAME__
key "CFBundleGetInfoString" value string kBundleGetInfo
key "CFBundleShortVersionString" value string kBundleShortVersion
-}
\ No newline at end of file
+}