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> <string>QLGenerator</string>
<key>LSItemContentTypes</key> <key>LSItemContentTypes</key>
<array> <array>
<string>org.opml</string> <string>org.opml.opml</string>
<string>dyn.ah62d4rv4ge8086drru</string> <string>dyn.ah62d4rv4ge8086drru</string>
</array> </array>
</dict> </dict>
@@ -25,7 +25,7 @@
<key>CFBundleName</key> <key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.1</string> <string>1.2</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string> <string>1</string>
<key>CFPlugInDynamicRegisterFunction</key> <key>CFPlugInDynamicRegisterFunction</key>
@@ -66,9 +66,9 @@
<string>public.xml</string> <string>public.xml</string>
</array> </array>
<key>UTTypeDescription</key> <key>UTTypeDescription</key>
<string>OPML file</string> <string>OPML document</string>
<key>UTTypeIdentifier</key> <key>UTTypeIdentifier</key>
<string>org.opml</string> <string>org.opml.opml</string>
<key>UTTypeReferenceURL</key> <key>UTTypeReferenceURL</key>
<string>http://dev.opml.org/spec2.html</string> <string>http://dev.opml.org/spec2.html</string>
<key>UTTypeTagSpecification</key> <key>UTTypeTagSpecification</key>
@@ -77,6 +77,12 @@
<array> <array>
<string>opml</string> <string>opml</string>
</array> </array>
<key>public.mime-type</key>
<array>
<string>text/xml</string>
<string>text/x-opml</string>
<string>application/xml</string>
</array>
</dict> </dict>
</dict> </dict>
</array> </array>

View File

@@ -4,5 +4,7 @@
<dict> <dict>
<key>com.apple.security.app-sandbox</key> <key>com.apple.security.app-sandbox</key>
<true/> <true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict> </dict>
</plist> </plist>