forked from mia/Aegisub
Move CFBundleDocumentTypes below standard settings in preperation for major changes.
Originally committed to SVN as r2575.
This commit is contained in:
parent
84bda88a9d
commit
82f6bdcc41
1 changed files with 21 additions and 18 deletions
|
@ -4,6 +4,26 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>English</string>
|
<string>English</string>
|
||||||
|
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>aegisub</string>
|
||||||
|
<key>CFBundleIconFile</key>
|
||||||
|
<string>Aegisub</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.aegisub.aegisub</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>Aegisub</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>agsu</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CSResourcesFileMapped</key>
|
||||||
|
<true/>
|
||||||
|
|
||||||
<key>CFBundleDocumentTypes</key>
|
<key>CFBundleDocumentTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
@ -71,23 +91,6 @@
|
||||||
<string>XML</string>
|
<string>XML</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleExecutable</key>
|
|
||||||
<string>aegisub</string>
|
|
||||||
<key>CFBundleIconFile</key>
|
|
||||||
<string>Aegisub</string>
|
|
||||||
<key>CFBundleIdentifier</key>
|
|
||||||
<string>com.aegisub.aegisub</string>
|
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
|
||||||
<string>6.0</string>
|
|
||||||
<key>CFBundleName</key>
|
|
||||||
<string>Aegisub</string>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>APPL</string>
|
|
||||||
<key>CFBundleSignature</key>
|
|
||||||
<string>agsu</string>
|
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>1.0</string>
|
|
||||||
<key>CSResourcesFileMapped</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
Loading…
Reference in a new issue