Info.plist 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>Electron</string>
  7. <key>CFBundleExecutable</key>
  8. <string>Electron</string>
  9. <key>CFBundleIconFile</key>
  10. <string>electron.icns</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>com.github.Electron</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>Electron</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>28.3.3</string>
  21. <key>CFBundleVersion</key>
  22. <string>28.3.3</string>
  23. <key>DTCompiler</key>
  24. <string>com.apple.compilers.llvm.clang.1_0</string>
  25. <key>DTSDKBuild</key>
  26. <string>23A334</string>
  27. <key>DTSDKName</key>
  28. <string>macosx14.0</string>
  29. <key>DTXcode</key>
  30. <string>1501</string>
  31. <key>DTXcodeBuild</key>
  32. <string>15A507</string>
  33. <key>ElectronAsarIntegrity</key>
  34. <dict>
  35. <key>Resources/default_app.asar</key>
  36. <dict>
  37. <key>algorithm</key>
  38. <string>SHA256</string>
  39. <key>hash</key>
  40. <string>dd29126b7b8a5959bc93236da70d709333a9c7522d5b9cda5b0e72b73ca9943b</string>
  41. </dict>
  42. </dict>
  43. <key>LSApplicationCategoryType</key>
  44. <string>public.app-category.developer-tools</string>
  45. <key>LSEnvironment</key>
  46. <dict>
  47. <key>MallocNanoZone</key>
  48. <string>0</string>
  49. </dict>
  50. <key>LSMinimumSystemVersion</key>
  51. <string>10.15</string>
  52. <key>NSAppTransportSecurity</key>
  53. <dict>
  54. <key>NSAllowsArbitraryLoads</key>
  55. <true/>
  56. </dict>
  57. <key>NSBluetoothAlwaysUsageDescription</key>
  58. <string>This app needs access to Bluetooth</string>
  59. <key>NSBluetoothPeripheralUsageDescription</key>
  60. <string>This app needs access to Bluetooth</string>
  61. <key>NSCameraUsageDescription</key>
  62. <string>This app needs access to the camera</string>
  63. <key>NSHighResolutionCapable</key>
  64. <true/>
  65. <key>NSMainNibFile</key>
  66. <string>MainMenu</string>
  67. <key>NSMicrophoneUsageDescription</key>
  68. <string>This app needs access to the microphone</string>
  69. <key>NSPrincipalClass</key>
  70. <string>AtomApplication</string>
  71. <key>NSQuitAlwaysKeepsWindows</key>
  72. <false/>
  73. <key>NSRequiresAquaSystemAppearance</key>
  74. <false/>
  75. <key>NSSupportsAutomaticGraphicsSwitching</key>
  76. <true/>
  77. </dict>
  78. </plist>