Updated plist suitable for directly copying into OS X app bundles

Originally committed to SVN as r2485.
This commit is contained in:
Niels Martin Hansen 2008-11-24 20:25:25 +00:00
parent ce99076e80
commit 0bd7341cfe

View file

@ -72,19 +72,19 @@
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<string>aegisub</string>
<key>CFBundleIconFile</key>
<string>Aegisub</string>
<key>CFBundleIdentifier</key>
<string>com.cellosoft.aegisub</string>
<string>com.aegisub.aegisub</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<string>Aegisub</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>agsu</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CSResourcesFileMapped</key>