duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

Info.plist.in (1788B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5     <key>CFBundleDocumentTypes</key>
      6     <array>
      7         <dict>
      8             <key>CFBundleTypeExtensions</key>
      9             <array>
     10                 <string>bin</string>
     11                 <string>cue</string>
     12                 <string>img</string>
     13                 <string>chd</string>
     14                 <string>m3u</string>
     15                 <string>psexe</string>
     16                 <string>psf</string>
     17             </array>
     18             <key>CFBundleTypeIconFile</key>
     19             <string>DuckStation.icns</string>
     20             <key>CFBundleTypeName</key>
     21             <string>PlayStation File</string>
     22             <key>CFBundleTypeRole</key>
     23             <string>Viewer</string>
     24         </dict>
     25     </array>
     26     <key>CFBundleExecutable</key>
     27     <string>DuckStation</string>
     28     <key>CFBundleIconFile</key>
     29     <string>DuckStation.icns</string>
     30     <key>CFBundleIdentifier</key>
     31     <string>com.github.stenzek.duckstation</string>
     32     <key>CFBundleDevelopmentRegion</key>
     33     <string>English</string>
     34     <key>CFBundlePackageType</key>
     35     <string>APPL</string>
     36     <key>CFBundleShortVersionString</key>
     37     <string>${SCM_VERSION}</string>
     38     <key>CFBundleVersionString</key>
     39     <string>${SCM_VERSION}</string>
     40     <key>NSHumanReadableCopyright</key>
     41     <string>2019-2024 Connor McLaughlin &lt;stenzek@gmail.com&gt;</string>
     42     <key>LSMinimumSystemVersion</key>
     43     <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
     44     <key>LSApplicationCategoryType</key>
     45     <string>public.app-category.games</string>
     46     <key>NSHighResolutionCapable</key>
     47     <true/>
     48     <key>CSResourcesFileMapped</key>
     49     <true/>
     50 </dict>
     51 </plist>