1 Star 0 Fork 0

lawrencexfs / qgroundcontrol

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Custom-Info.plist 762 Bytes
一键复制 编辑 原始数据 按行查看 历史
DonLakeFlyer 提交于 2020-06-11 14:19 . Get XCode build working again
<?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>
C++
1
https://gitee.com/lawrencexfs/qgroundcontrol.git
git@gitee.com:lawrencexfs/qgroundcontrol.git
lawrencexfs
qgroundcontrol
qgroundcontrol
master

搜索帮助