From c1b6baffacf692f2cc2f52b953d2556f73a7cf97 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 26 Apr 2004 05:34:16 +0000 Subject: [PATCH] OSX Info.plist git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/minimal/Info.plist | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 samples/minimal/Info.plist diff --git a/samples/minimal/Info.plist b/samples/minimal/Info.plist new file mode 100644 index 0000000000..b490ddde15 --- /dev/null +++ b/samples/minimal/Info.plist @@ -0,0 +1,36 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + minimalStaticDebug + CFBundleGetInfoString + minimal version 2.5.0, (c) 2003 wxWindows + CFBundleIconFile + wxmac.icns + CFBundleIdentifier + org.wxwindows.samples.minimal + CFBundleInfoDictionaryVersion + 6.0 + CFBundleLongVersionString + 2.5.0, (c) 2003 wxWindows + CFBundleName + minimal + CFBundlePackageType + APPL + CFBundleShortVersionString + 2.5.0 + CFBundleSignature + ???? + CFBundleVersion + 2.5.0 + CSResourcesFileMapped + + LSRequiresCarbon + + NSHumanReadableCopyright + Copyright 2003 wxWindows + + -- 2.45.2