Updates Info.plist UTI declarations

This commit is contained in:
Riley Testut 2016-10-16 12:36:01 -07:00
parent a94fac95de
commit a7037ee45a

View File

@ -18,6 +18,20 @@
<string>com.rileytestut.delta.game.snes</string>
</array>
</dict>
<dict>
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeName</key>
<string>GBA Game</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>com.rileytestut.delta.game.gba</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
@ -83,7 +97,10 @@
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<string>smc</string>
<array>
<string>smc</string>
<string>sfc</string>
</array>
</dict>
</dict>
<dict>