30 lines
796 B
Plaintext
Executable File
30 lines
796 B
Plaintext
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string></string>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Plain Text</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>public.plain-text</string>
|
|
</array>
|
|
<key>LSTypeIsPackage</key>
|
|
<integer>0</integer>
|
|
<key>NSDocumentClass</key>
|
|
<string>$(PRODUCT_MODULE_NAME).Document</string>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleIconFile</key>
|
|
<string></string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
|
</dict>
|
|
</plist>
|