forked from mia/Aegisub
Updated plist suitable for directly copying into OS X app bundles
Originally committed to SVN as r2485.
This commit is contained in:
parent
ce99076e80
commit
0bd7341cfe
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue