mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
See https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleName</key>
|
|
<string>swift gui</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>swift gui</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>swiftguistd</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>swift project - free and open source pilot client</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>swift.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.swift-project.swiftguistd</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
<true/>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>This application needs access to your Microphone for VATSIM Voice.</string>
|
|
</dict>
|
|
</plist>
|