A native webfishing installer for macos
at master 62 lines 1.7 kB view raw
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>CFBundleDevelopmentRegion</key> 6 <string>English</string> 7 <key>CFBundleExecutable</key> 8 <string>webfishing</string> 9 <key>CFBundleName</key> 10 <string>webfishing</string> 11 <key>CFBundleDisplayName</key> 12 <string>WEBFISHING</string> 13 <key>CFBundleIconFile</key> 14 <string>icon.icns</string> 15 <key>CFBundleIdentifier</key> 16 <string>info.webfishing.webfishing</string> 17 <key>CFBundleInfoDictionaryVersion</key> 18 <string>6.0</string> 19 <key>CFBundlePackageType</key> 20 <string>APPL</string> 21 <key>CFBundleShortVersionString</key> 22 <string>1.0</string> 23 <key>CFBundleSignature</key> 24 <string></string> 25 <key>CFBundleVersion</key> 26 <string>1.0</string> 27 <key>DTPlatformBuild</key> 28 <string>14C18</string> 29 <key>DTPlatformName</key> 30 <string>macosx</string> 31 <key>DTPlatformVersion</key> 32 <string>13.1</string> 33 <key>DTSDKBuild</key> 34 <string>22C55</string> 35 <key>DTSDKName</key> 36 <string>macosx13.1</string> 37 <key>DTXcode</key> 38 <string>1420</string> 39 <key>DTXcodeBuild</key> 40 <string>14C18</string> 41$usage_descriptions 42 <key>NSHumanReadableCopyright</key> 43 <string>meow</string> 44 <key>CFBundleSupportedPlatforms</key> 45 <array> 46 <string>MacOSX</string> 47 </array> 48 <key>NSPrincipalClass</key> 49 <string>NSApplication</string> 50 <key>LSApplicationCategoryType</key> 51 <string>public.app-category.games</string> 52 <key>LSMinimumSystemVersion</key> 53 <string>10.12</string> 54 <key>LSMinimumSystemVersionByArchitecture</key> 55 <dict> 56 <key>x86_64</key> 57 <string>10.12</string> 58 </dict> 59 <key>NSHighResolutionCapable</key> 60$highres 61</dict> 62</plist>