2 Commits
v1.1 ... v1.2

Author SHA1 Message Date
relikd
ba4b94278b Update entitlements 2019-08-21 16:38:36 +02:00
relikd
04076facc7 Fix UTI type: org.opml.opml 2019-08-21 16:31:25 +02:00
2 changed files with 12 additions and 4 deletions

View File

@@ -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>

View File

@@ -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>