(iOS) Change .zip UTI into an All Files UTI. Makes it easier to share files between devices. You can now download any file into RetroArch’s sandbox instead of just zip files. (Think air dropping a save between two devices).

This commit is contained in:
meancoot 2013-12-22 21:37:07 -05:00
parent 2f3a79c0af
commit 431620c38a

View File

@ -9,16 +9,13 @@
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeName</key>
<string>File</string>
<string>All Files</string>
<key>LSItemContentTypes</key>
<array>
<string>com.pkware.zip-archive</string>
<string>public.data</string>
<string>public.content</string>
</array>
<key>abc</key>
<string>xyz</string>
</dict>
</array>
<key>CFBundleExecutable</key>