You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
762 B
22 lines
762 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> |
|
<plist version="0.9"> |
|
<dict> |
|
<key>NSPrincipalClass</key> |
|
<string>NSApplication</string> |
|
<key>CFBundleIconFile</key> |
|
<string>macx.icns</string> |
|
<key>CFBundlePackageType</key> |
|
<string>APPL</string> |
|
<key>CFBundleVersion</key> |
|
<string>${QMAKE_FULL_VERSION}</string> |
|
<key>CFBundleShortVersionString</key> |
|
<string>${QMAKE_FULL_VERSION}</string> |
|
<key>CFBundleExecutable</key> |
|
<string>${EXECUTABLE_NAME}</string> |
|
<key>CFBundleIdentifier</key> |
|
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string> |
|
<key>NSCameraUsageDescription</key> |
|
<string>Camera devices used for FPV</string> |
|
</dict> |
|
</plist>
|
|
|