Info.plist 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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>LSEnvironment</key>
  6. <dict>
  7. <key>MAC_APPLICATION_BUNDLE</key>
  8. <string>1</string>
  9. </dict>
  10. <key>CFBundleShortVersionString</key>
  11. <string>0.5.0</string>
  12. <key>CFBundleExecutable</key>
  13. <string>MacOS/application</string>
  14. <key>CFBundleName</key>
  15. <string>Remote-Support-Tool</string>
  16. <key>CFBundleDisplayName</key>
  17. <string>Remote-Support-Tool</string>
  18. <key>CFBundleIconFile</key>
  19. <string>application.icns</string>
  20. <key>CFBundlePackageType</key>
  21. <string>APPL</string>
  22. <key>CFBundleInfoDictionaryVersion</key>
  23. <string>6.0</string>
  24. <key>NSHighResolutionCapable</key>
  25. <true/>
  26. <key>LSApplicationCategoryType</key>
  27. <string>public.app-category.utilities</string>
  28. <key>LSMultipleInstancesProhibited</key>
  29. <true/>
  30. <key>LSGetAppDiedEvents</key>
  31. <true/>
  32. <key>LSMinimumSystemVersion</key>
  33. <string>10.5.0</string>
  34. </dict>
  35. </plist>