Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba4b94278b | ||
|
|
04076facc7 |
@@ -11,7 +11,7 @@
|
||||
<string>QLGenerator</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
<array>
|
||||
<string>org.opml</string>
|
||||
<string>org.opml.opml</string>
|
||||
<string>dyn.ah62d4rv4ge8086drru</string>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -25,7 +25,7 @@
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.1</string>
|
||||
<string>1.2</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>CFPlugInDynamicRegisterFunction</key>
|
||||
@@ -66,9 +66,9 @@
|
||||
<string>public.xml</string>
|
||||
</array>
|
||||
<key>UTTypeDescription</key>
|
||||
<string>OPML file</string>
|
||||
<string>OPML document</string>
|
||||
<key>UTTypeIdentifier</key>
|
||||
<string>org.opml</string>
|
||||
<string>org.opml.opml</string>
|
||||
<key>UTTypeReferenceURL</key>
|
||||
<string>http://dev.opml.org/spec2.html</string>
|
||||
<key>UTTypeTagSpecification</key>
|
||||
@@ -77,6 +77,12 @@
|
||||
<array>
|
||||
<string>opml</string>
|
||||
</array>
|
||||
<key>public.mime-type</key>
|
||||
<array>
|
||||
<string>text/xml</string>
|
||||
<string>text/x-opml</string>
|
||||
<string>application/xml</string>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -4,5 +4,7 @@
|
||||
<dict>
|
||||
<key>com.apple.security.app-sandbox</key>
|
||||
<true/>
|
||||
<key>com.apple.security.files.user-selected.read-only</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user