|
|
@ -1,15 +1,21 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<?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"> |
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|
|
|
<plist version="1"> |
|
|
|
<plist version="1.0"> |
|
|
|
<dict> |
|
|
|
<dict> |
|
|
|
<key>CFBundleDisplayName</key> |
|
|
|
<key>CFBundleDisplayName</key> |
|
|
|
<string>QGroundControl</string> |
|
|
|
<string>QGroundControl</string> |
|
|
|
|
|
|
|
<key>CFBundleDevelopmentRegion</key> |
|
|
|
|
|
|
|
<string>en</string> |
|
|
|
<key>CFBundleExecutable</key> |
|
|
|
<key>CFBundleExecutable</key> |
|
|
|
<string>qgroundcontrol</string> |
|
|
|
<string>$(EXECUTABLE_NAME)</string> |
|
|
|
<key>NSHumanReadableCopyright</key> |
|
|
|
<key>NSHumanReadableCopyright</key> |
|
|
|
<string>Open Source Flight Systems GmbH</string> |
|
|
|
<string>Open Source Flight Systems GmbH</string> |
|
|
|
<key>CFBundleIconFile</key> |
|
|
|
<key>CFBundleIconFile</key> |
|
|
|
<string></string> |
|
|
|
<string></string> |
|
|
|
|
|
|
|
<key>UIRequiredDeviceCapabilities</key> |
|
|
|
|
|
|
|
<array> |
|
|
|
|
|
|
|
<string>armv7</string> |
|
|
|
|
|
|
|
</array> |
|
|
|
<key>CFBundleIcons</key> |
|
|
|
<key>CFBundleIcons</key> |
|
|
|
<dict> |
|
|
|
<dict> |
|
|
|
<key>CFBundlePrimaryIcon</key> |
|
|
|
<key>CFBundlePrimaryIcon</key> |
|
|
@ -56,7 +62,7 @@ |
|
|
|
<key>CFBundleInfoDictionaryVersion</key> |
|
|
|
<key>CFBundleInfoDictionaryVersion</key> |
|
|
|
<string>6.0</string> |
|
|
|
<string>6.0</string> |
|
|
|
<key>CFBundleName</key> |
|
|
|
<key>CFBundleName</key> |
|
|
|
<string>QGroundControl</string> |
|
|
|
<string>$(PRODUCT_NAME)</string> |
|
|
|
<key>CFBundlePackageType</key> |
|
|
|
<key>CFBundlePackageType</key> |
|
|
|
<string>APPL</string> |
|
|
|
<string>APPL</string> |
|
|
|
<key>CFBundleShortVersionString</key> |
|
|
|
<key>CFBundleShortVersionString</key> |
|
|
|