Info.plist 605 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5. <key>NSPrincipalClass</key>
  6. <string>NSApplication</string>
  7. <key>CFBundleIconFile</key>
  8. <string>zt1icon.icns</string>
  9. <key>CFBundlePackageType</key>
  10. <string>APPL</string>
  11. <key>CFBundleGetInfoString</key>
  12. <string>ZeroTier One (Mac GUI)</string>
  13. <key>CFBundleSignature</key>
  14. <string>????</string>
  15. <key>CFBundleExecutable</key>
  16. <string>ZeroTier One</string>
  17. <key>CFBundleIdentifier</key>
  18. <string>com.zerotier.ZeroTierOne</string>
  19. </dict>
  20. </plist>