From 3443fe4e4f52fee489700bb8f30f6368dc5a3c56 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 20 Feb 2019 16:18:49 -0800 Subject: [PATCH] Adds NES UTI + Document declarations --- Delta/Supporting Files/Info.plist | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/Delta/Supporting Files/Info.plist b/Delta/Supporting Files/Info.plist index fa7d425..26aa9ed 100644 --- a/Delta/Supporting Files/Info.plist +++ b/Delta/Supporting Files/Info.plist @@ -74,6 +74,20 @@ com.rileytestut.delta.game.gbc + + CFBundleTypeIconFiles + + CFBundleTypeName + NES Game + CFBundleTypeRole + Viewer + LSHandlerRank + Owner + LSItemContentTypes + + com.rileytestut.delta.game.nes + + CFBundleExecutable $(EXECUTABLE_NAME) @@ -240,6 +254,23 @@ + + UTTypeConformsTo + + com.rileytestut.delta.game + + UTTypeDescription + NES Game + UTTypeIdentifier + com.rileytestut.delta.game.nes + UTTypeTagSpecification + + public.filename-extension + + nes + + +