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
27b3164e
Commit
27b3164e
authored
Sep 19, 2016
by
Gus Grubba
Committed by
GitHub
Sep 19, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4061 from dogmaphobic/iOSBuildTweaks
iOS Build Tweaks
parents
99b298c6
25ef009a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
build_ios.sh
build_ios.sh
+5
-2
iOSForAppStore-Info-Source.plist
ios/iOSForAppStore-Info-Source.plist
+4
-0
No files found.
build_ios.sh
View file @
27b3164e
...
...
@@ -12,5 +12,8 @@ TRAVIS_BUILD_DIR=/Users/gus/github/work/qgroundcontrol
#-- Build it
mkdir
-p
${
SHADOW_BUILD_DIR
}
&&
cd
${
SHADOW_BUILD_DIR
}
&&
${
QMAKE
}
-r
${
TRAVIS_BUILD_DIR
}
/qgroundcontrol.pro CONFIG+
=
WarningsAsErrorsOn CONFIG-
=
debug_and_release CONFIG+
=
release CONFIG+
=
ForAppStore
# &&
# xcodebuild -configuration Release -xcconfig ${TRAVIS_BUILD_DIR}/ios/qgroundcontrol_appstore.xcconfig
#-- Create project only (build using Xcode)
${
QMAKE
}
-r
${
TRAVIS_BUILD_DIR
}
/qgroundcontrol.pro CONFIG+
=
WarningsAsErrorsOn CONFIG-
=
debug_and_release CONFIG+
=
release CONFIG+
=
ForAppStore
#-- Create and build
#${QMAKE} -r ${TRAVIS_BUILD_DIR}/qgroundcontrol.pro CONFIG+=WarningsAsErrorsOn CONFIG-=debug_and_release CONFIG+=release CONFIG+=ForAppStore &&
#xcodebuild -configuration Release -xcconfig ${TRAVIS_BUILD_DIR}/ios/qgroundcontrol_appstore.xcconfig
ios/iOSForAppStore-Info-Source.plist
View file @
27b3164e
...
...
@@ -12,6 +12,10 @@
<string>
Open Source Flight Systems GmbH
</string>
<key>
CFBundleIconFile
</key>
<string></string>
<key>
NSCameraUsageDescription
</key>
<string>
QGC uses UVC devices for video streaming.
</string>
<key>
NSPhotoLibraryUsageDescription
</key>
<string>
We do not access it. Apple thinks we do.
</string>
<key>
UIRequiredDeviceCapabilities
</key>
<array>
<string>
armv7
</string>
...
...
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