git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

Cocoa/Info.plist

      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">
      3 <plist version="1.0">
      4 <dict>
      5 	<key>CFBundleDisplayName</key>
      6 	<string>SameBoy</string>
      7 	<key>CFBundleDevelopmentRegion</key>
      8 	<string>en</string>
      9 	<key>CFBundleDocumentTypes</key>
     10 	<array>
     11 		<dict>
     12 			<key>CFBundleTypeExtensions</key>
     13 			<array>
     14 				<string>gb</string>
     15 			</array>
     16 			<key>CFBundleTypeIconFile</key>
     17 			<string>Cartridge</string>
     18 			<key>CFBundleTypeName</key>
     19 			<string>Game Boy Game</string>
     20 			<key>CFBundleTypeRole</key>
     21 			<string>Viewer</string>
     22 			<key>LSItemContentTypes</key>
     23 			<array>
     24 				<string>com.github.liji32.sameboy.gb</string>
     25 				<string>public.gbrom</string>
     26 				<string>com.retroarch.gb</string>
     27 			</array>
     28 			<key>LSTypeIsPackage</key>
     29 			<integer>0</integer>
     30 			<key>NSDocumentClass</key>
     31 			<string>Document</string>
     32 		</dict>
     33 		<dict>
     34 			<key>CFBundleTypeExtensions</key>
     35 			<array>
     36 				<string>gbc</string>
     37 			</array>
     38 			<key>CFBundleTypeIconFile</key>
     39 			<string>ColorCartridge</string>
     40 			<key>CFBundleTypeName</key>
     41 			<string>Game Boy Color Game</string>
     42 			<key>CFBundleTypeRole</key>
     43 			<string>Viewer</string>
     44 			<key>LSItemContentTypes</key>
     45 			<array>
     46 				<string>com.github.liji32.sameboy.gbc</string>
     47 				<string>com.retroarch.gbc</string>
     48 			</array>
     49 			<key>LSTypeIsPackage</key>
     50 			<integer>0</integer>
     51 			<key>NSDocumentClass</key>
     52 			<string>Document</string>
     53 		</dict>
     54 		<dict>
     55 			<key>CFBundleTypeExtensions</key>
     56 			<array>
     57 				<string>isx</string>
     58 			</array>
     59 			<key>CFBundleTypeIconFile</key>
     60 			<string>ColorCartridge</string>
     61 			<key>CFBundleTypeName</key>
     62 			<string>Game Boy ISX File</string>
     63 			<key>CFBundleTypeRole</key>
     64 			<string>Viewer</string>
     65 			<key>LSItemContentTypes</key>
     66 			<array>
     67 				<string>com.github.liji32.sameboy.isx</string>
     68 			</array>
     69 			<key>LSTypeIsPackage</key>
     70 			<integer>0</integer>
     71 			<key>NSDocumentClass</key>
     72 			<string>Document</string>
     73 		</dict>
     74 		<dict>
     75 			<key>CFBundleTypeExtensions</key>
     76 			<array>
     77 				<string>gbs</string>
     78 			</array>
     79 			<key>CFBundleTypeIconFile</key>
     80 			<string>ColorCartridge</string>
     81 			<key>CFBundleTypeName</key>
     82 			<string>Game Boy Sound File</string>
     83 			<key>CFBundleTypeRole</key>
     84 			<string>Viewer</string>
     85 			<key>LSItemContentTypes</key>
     86 			<array>
     87 				<string>com.github.liji32.sameboy.gbs</string>
     88 			</array>
     89 			<key>LSTypeIsPackage</key>
     90 			<integer>0</integer>
     91 			<key>NSDocumentClass</key>
     92 			<string>Document</string>
     93 		</dict>
     94 		<dict>
     95 			<key>CFBundleTypeExtensions</key>
     96 			<array>
     97 				<string>gbcart</string>
     98 			</array>
     99 			<key>CFBundleTypeIconFile</key>
    100 			<string>ColorCartridge</string>
    101 			<key>CFBundleTypeName</key>
    102 			<string>Game Boy Cartridge</string>
    103 			<key>CFBundleTypeRole</key>
    104 			<string>Viewer</string>
    105 			<key>LSItemContentTypes</key>
    106 			<array/>
    107 			<key>LSTypeIsPackage</key>
    108 			<integer>1</integer>
    109 			<key>NSDocumentClass</key>
    110 			<string>Document</string>
    111 		</dict>
    112 	</array>
    113 	<key>CFBundleExecutable</key>
    114 	<string>SameBoy</string>
    115 	<key>CFBundleIconFile</key>
    116 	<string>AppIcon</string>
    117 	<key>CFBundleIconName-macos</key>
    118 	<string>AppIcon</string>
    119 	<key>CFBundleIdentifier</key>
    120 	<string>com.github.liji32.sameboy</string>
    121 	<key>LSApplicationCategoryType</key>
    122 	<string>public.app-category.games</string>
    123 	<key>CFBundleInfoDictionaryVersion</key>
    124 	<string>6.0</string>
    125 	<key>CFBundleName</key>
    126 	<string>SameBoy</string>
    127 	<key>CFBundlePackageType</key>
    128 	<string>APPL</string>
    129 	<key>CFBundleShortVersionString</key>
    130 	<string>@VERSION</string>
    131 	<key>CFBundleSignature</key>
    132 	<string>????</string>
    133 	<key>CFBundleSupportedPlatforms</key>
    134 	<array>
    135 		<string>MacOSX</string>
    136 	</array>
    137 	<key>LSMinimumSystemVersion</key>
    138 	<string>10.9</string>
    139 	<key>NSHumanReadableCopyright</key>
    140 	<string>Copyright © 2015-@COPYRIGHT_YEAR Lior Halphon</string>
    141 	<key>NSMainNibFile</key>
    142 	<string>MainMenu</string>
    143 	<key>NSPrincipalClass</key>
    144 	<string>GBApp</string>
    145 	<key>UTExportedTypeDeclarations</key>
    146 	<array>
    147 		<dict>
    148 			<key>UTTypeConformsTo</key>
    149 			<array>
    150 				<string>public.data</string>
    151 			</array>
    152 			<key>UTTypeDescription</key>
    153 			<string>Game Boy Game</string>
    154 			<key>UTTypeIconFile</key>
    155 			<string>Cartridge</string>
    156 			<key>UTTypeIdentifier</key>
    157 			<string>com.github.liji32.sameboy.gb</string>
    158 			<key>UTTypeTagSpecification</key>
    159 			<dict>
    160 				<key>public.filename-extension</key>
    161 				<array>
    162 					<string>gb</string>
    163 				</array>
    164 			</dict>
    165 		</dict>
    166 		<dict>
    167 			<key>UTTypeConformsTo</key>
    168 			<array>
    169 				<string>public.data</string>
    170 			</array>
    171 			<key>UTTypeDescription</key>
    172 			<string>Game Boy Color Game</string>
    173 			<key>UTTypeIconFile</key>
    174 			<string>ColorCartridge</string>
    175 			<key>UTTypeIdentifier</key>
    176 			<string>com.github.liji32.sameboy.gbc</string>
    177 			<key>UTTypeTagSpecification</key>
    178 			<dict>
    179 				<key>public.filename-extension</key>
    180 				<array>
    181 					<string>gbc</string>
    182 				</array>
    183 			</dict>
    184 		</dict>
    185 		<dict>
    186 			<key>UTTypeConformsTo</key>
    187 			<array>
    188 				<string>public.data</string>
    189 			</array>
    190 			<key>UTTypeDescription</key>
    191 			<string>Game Boy ISX File</string>
    192 			<key>UTTypeIconFile</key>
    193 			<string>ColorCartridge</string>
    194 			<key>UTTypeIdentifier</key>
    195 			<string>com.github.liji32.sameboy.isx</string>
    196 			<key>UTTypeTagSpecification</key>
    197 			<dict>
    198 				<key>public.filename-extension</key>
    199 				<array>
    200 					<string>isx</string>
    201 				</array>
    202 			</dict>
    203 		</dict>
    204 		<dict>
    205 			<key>UTTypeConformsTo</key>
    206 			<array>
    207 				<string>public.data</string>
    208 			</array>
    209 			<key>UTTypeDescription</key>
    210 			<string>Game Boy Sound File</string>
    211 			<key>UTTypeIconFile</key>
    212 			<string>ColorCartridge</string>
    213 			<key>UTTypeIdentifier</key>
    214 			<string>com.github.liji32.sameboy.gbs</string>
    215 			<key>UTTypeTagSpecification</key>
    216 			<dict>
    217 				<key>public.filename-extension</key>
    218 				<array>
    219 					<string>gbs</string>
    220 				</array>
    221 			</dict>
    222 		</dict>
    223 	</array>
    224 	<key>NSCameraUsageDescription</key>
    225 	<string>SameBoy needs to access your device&apos;s camera to emulate the Game Boy Camera</string>
    226 	<key>NSSupportsAutomaticGraphicsSwitching</key>
    227 	<true/>
    228 </dict>
    229 </plist>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.