]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/minimal.plc
Add wxUSE_BASE checks for wxLog classes in the interface header.
[wxWidgets.git] / samples / minimal / minimal.plc
old mode 100755 (executable)
new mode 100644 (file)
index a222553..e211713
@@ -1,11 +1,11 @@
 // Change this to your bundle identifier string
-#define kBundleIdentifier "org.wxwindows.samples.minimal"
+#define kBundleIdentifier "org.wxwidgets.samples.minimal"
 
 // Change this to your short version string
 #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 © 2003 by wxWindows."
+#define kBundleGetInfo kBundleShortVersion ", Copyright © 2005 by wxWidgets."
 
 plist
 {
@@ -21,7 +21,7 @@ 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"
@@ -36,4 +36,4 @@ localize "English"
     key "CFBundleName" value string __OUTPUT_FILENAME__
     key "CFBundleGetInfoString" value string kBundleGetInfo
     key "CFBundleShortVersionString" value string kBundleShortVersion
-}
\ No newline at end of file
+}