From ba8dfb7d04853beab94cb8be3652c6095938e978 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Sun, 10 Sep 2017 00:03:09 +0900 Subject: sdl: add osx --- sdl/osx/Info.plist | 170 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 sdl/osx/Info.plist (limited to 'sdl/osx/Info.plist') diff --git a/sdl/osx/Info.plist b/sdl/osx/Info.plist new file mode 100644 index 0000000..408d17f --- /dev/null +++ b/sdl/osx/Info.plist @@ -0,0 +1,170 @@ + + + + + CFBundleExecutable + fmplayersdl + CFBundleIdentifier + com.github.takamichih.fmplayer + CFBundleDocumentTypes + + + CFBundleTypeName + PMD music file + CFBundleTypeRole + Viewer + LSItemContentTypes + + com.github.takamichih.fmplayer.pmd + + + + CFBundleTypeName + PLAY6 music file + CFBundleTypeRole + Viewer + LSItemContentTypes + + com.github.takamichih.fmplayer.play6 + + + + CFBundleTypeName + FMP music file + CFBundleTypeRole + Viewer + LSItemContentTypes + + com.github.takamichih.fmplayer.fmp + + + + UTExportedTypeDeclarations + + + UTTypeIdentifier + com.github.takamichih.fmplayer.pmd + UTTypeDescription + PMD music file + UTTypeConformsTo + + public.data + + UTTypeTagSpecification + + public.filename-extension + + m + m2 + mz + + + + + UTTypeIdentifier + com.github.takamichih.fmplayer.fmp + UTTypeDescription + FMP music file + UTTypeConformsTo + + public.data + + UTTypeTagSpecification + + public.filename-extension + + opi + ovi + ozi + + + + + UTTypeIdentifier + com.github.takamichih.fmplayer.play6 + UTTypeDescription + PLAY6 music file + UTTypeConformsTo + + public.data + + UTTypeTagSpecification + + public.filename-extension + + m26 + m86 + + + + + UTTypeIdentifier + com.github.takamichih.fmplayer.pmdadpcm + UTTypeDescription + PMD ADPCM file + UTTypeConformsTo + + public.data + + UTTypeTagSpecification + + public.filename-extension + + ppc + + + + + UTTypeIdentifier + com.github.takamichih.fmplayer.pmdpcm + UTTypeDescription + PMD PCM file + UTTypeConformsTo + + public.data + + UTTypeTagSpecification + + public.filename-extension + + p86 + + + + + UTTypeIdentifier + com.github.takamichih.fmplayer.fmpadpcm + UTTypeDescription + FMP/PPZ8 ADPCM file + UTTypeConformsTo + + public.data + + UTTypeTagSpecification + + public.filename-extension + + pvi + + + + + UTTypeIdentifier + com.github.takamichih.fmplayer.ppz8pcm + UTTypeDescription + PPZ8 PCM file + UTTypeConformsTo + + public.data + + UTTypeTagSpecification + + public.filename-extension + + pzi + + + + + + -- cgit v1.2.3