Commit 9cc708b4 authored by Gus Grubba's avatar Gus Grubba

Make Apple happy

parent cf7e6107
...@@ -2,23 +2,25 @@ ...@@ -2,23 +2,25 @@
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9"> <plist version="0.9">
<dict> <dict>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>NSApplication</string> <string>NSApplication</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>macx.icns</string> <string>macx.icns</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>###</string> <string>###</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>#.#.#</string> <string>#.#.#</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string> <string>@EXECUTABLE@</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.qgroundcontrol.qgroundcontrol</string> <string>org.qgroundcontrol.qgroundcontrol</string>
<key>NOTE</key> <key>NOTE</key>
<string>Open source ground control app provided by QGroundControl dev team</string> <string>Open source ground control app provided by QGroundControl dev team</string>
<key>NSCameraUsageDescription</key>
<string>QGC uses UVC camera devices for FPV</string>
</dict> </dict>
</plist> </plist>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment