From 7e3d79548d677f6ae6e402677da406ce44129a4e Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 6 Nov 2003 01:05:06 +0000 Subject: [PATCH] Add property lists. These are no longer stored in the project file --- stepmania/PBProject/Info-Installer.plist | 32 ++++++++++++++++++++++++ stepmania/PBProject/Info-StepMania.plist | 30 ++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 stepmania/PBProject/Info-Installer.plist create mode 100644 stepmania/PBProject/Info-StepMania.plist diff --git a/stepmania/PBProject/Info-Installer.plist b/stepmania/PBProject/Info-Installer.plist new file mode 100644 index 0000000000..78b247f4bb --- /dev/null +++ b/stepmania/PBProject/Info-Installer.plist @@ -0,0 +1,32 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + installer + CFBundleGetInfoString + SM Installer + CFBundleIconFile + smicon.icns + CFBundleIdentifier + SM_installer + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Installer + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + StCh + CFBundleVersion + 1.0 + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + diff --git a/stepmania/PBProject/Info-StepMania.plist b/stepmania/PBProject/Info-StepMania.plist new file mode 100644 index 0000000000..0de0e2b712 --- /dev/null +++ b/stepmania/PBProject/Info-StepMania.plist @@ -0,0 +1,30 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + StepMania + CFBundleGetInfoString + StepMania 3.9 alpha 8 + CFBundleIconFile + smicon.icns + CFBundleIdentifier + StepMania + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + StepMania + CFBundlePackageType + APPL + CFBundleShortVersionString + 3.9 alpha 8 + CFBundleSignature + Step + CFBundleVersion + 3.9 alpha 8 + NSPrincipalClass + NSApplication + +