Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
f1aa7947
Commit
f1aa7947
authored
May 01, 2019
by
Gus Grubba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iOS build
parent
033b9fc8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
QGCCommon.pri
QGCCommon.pri
+1
-1
build_ios.sh
build_ios.sh
+1
-1
iOSForAppStore-Info-Source.plist
ios/iOSForAppStore-Info-Source.plist
+2
-0
No files found.
QGCCommon.pri
View file @
f1aa7947
...
...
@@ -94,7 +94,7 @@ linux {
DEFINES += NO_SERIAL_LINK
DEFINES += QGC_DISABLE_UVC
DEFINES += QGC_GST_TAISYNC_ENABLED
QMAKE_IOS_DEPLOYMENT_TARGET =
8
.0
QMAKE_IOS_DEPLOYMENT_TARGET =
11
.0
QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 1,2 # Universal
QMAKE_LFLAGS += -Wl,-no_pie
} else {
...
...
build_ios.sh
View file @
f1aa7947
...
...
@@ -5,7 +5,7 @@ if [ ! -d /Volumes/RAMDisk ] ; then
exit
1
fi
#-- Set to my local installation
QMAKE
=
/Users/gus/Applications/Qt/5.1
1
.2/ios/bin/qmake
QMAKE
=
/Users/gus/Applications/Qt/5.1
2
.2/ios/bin/qmake
#-- Using Travis variables as this will eventually live there
SHADOW_BUILD_DIR
=
/Volumes/RAMDisk/build-qgroundcontrol-iOS-Release
TRAVIS_BUILD_DIR
=
/Users/gus/github/work/UpstreamQGC
...
...
ios/iOSForAppStore-Info-Source.plist
View file @
f1aa7947
...
...
@@ -46,6 +46,8 @@
<string>
Ground Station Location
</string>
<key>
NSLocationAlwaysAndWhenInUseUsageDescription
</key>
<string>
Ground Station Location
</string>
<key>
NSLocationAlwaysUsageDescription
</key>
<string>
Ground Station Location
</string>
<key>
NSBluetoothPeripheralUsageDescription
</key>
<string>
QGroundControl would like to use bluetooth.
</string>
<key>
UIRequiresFullScreen
</key>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment