1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDocumentTypes</key>
10 <key>CFBundleTypeExtensions</key>
12 <string>enjoyable</string>
14 <key>CFBundleTypeIconFile</key>
15 <string>com.yukkurigames.Enjoyable.mapping.icns</string>
16 <key>CFBundleTypeName</key>
17 <string>com.yukkurigames.Enjoyable.mapping</string>
18 <key>CFBundleTypeRole</key>
19 <string>Editor</string>
20 <key>LSHandlerRank</key>
21 <string>Owner</string>
22 <key>LSItemContentTypes</key>
24 <string>com.yukkurigames.Enjoyable.mapping</string>
28 <key>CFBundleExecutable</key>
29 <string>${EXECUTABLE_NAME}</string>
30 <key>CFBundleHelpBookFolder</key>
32 <key>CFBundleHelpBookName</key>
33 <string>com.yukkurigames.Enjoyable.help</string>
34 <key>CFBundleIconFile</key>
36 <key>CFBundleIdentifier</key>
37 <string>com.yukkurigames.${PRODUCT_NAME:identifier}</string>
38 <key>CFBundleInfoDictionaryVersion</key>
40 <key>CFBundleName</key>
41 <string>${PRODUCT_NAME}</string>
42 <key>CFBundlePackageType</key>
44 <key>CFBundleShortVersionString</key>
46 <key>CFBundleSignature</key>
48 <key>CFBundleVersion</key>
50 <key>LSApplicationCategoryType</key>
51 <string>public.app-category.utilities</string>
52 <key>NSHumanReadableCopyright</key>
53 <string>Copyright Joe Wreschnig, Sam McCall, Yifeng Huang</string>
54 <key>NSMainNibFile</key>
55 <string>MainMenu</string>
56 <key>NSPrincipalClass</key>
57 <string>NSApplication</string>
58 <key>NSSupportsAutomaticTermination</key>
60 <key>NSSupportsSuddenTermination</key>
62 <key>UTExportedTypeDeclarations</key>
65 <key>UTTypeConformsTo</key>
67 <string>public.data</string>
69 <key>UTTypeDescription</key>
70 <string>Enjoyable Mapping</string>
71 <key>UTTypeIconFile</key>
72 <string>com.yukkurigames.Enjoyable.mapping.icns</string>
73 <key>UTTypeIdentifier</key>
74 <string>com.yukkurigames.Enjoyable.mapping</string>
75 <key>UTTypeTagSpecification</key>
77 <key>public.filename-extension</key>
79 <string>enjoyable</string>
81 <key>public.mime-type</key>
82 <string>application/json</string>