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
ecf18b85
Commit
ecf18b85
authored
Jul 27, 2016
by
Gus Grubba
Committed by
GitHub
Jul 27, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3871 from dogmaphobic/iOSAppStoreBuild
Fixes to iOS App Store build. [ci skip]
parents
e014e0dd
133d6da2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
build_ios.sh
build_ios.sh
+2
-2
iOSForAppStore-Info-Source.plist
ios/iOSForAppStore-Info-Source.plist
+9
-3
qgroundcontrol_appstore.xcconfig
ios/qgroundcontrol_appstore.xcconfig
+1
-1
No files found.
build_ios.sh
View file @
ecf18b85
...
...
@@ -12,5 +12,5 @@ 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
${
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 @
ecf18b85
<?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">
<plist
version=
"1"
>
<plist
version=
"1
.0
"
>
<dict>
<key>
CFBundleDisplayName
</key>
<string>
QGroundControl
</string>
<key>
CFBundleDevelopmentRegion
</key>
<string>
en
</string>
<key>
CFBundleExecutable
</key>
<string>
qgroundcontrol
</string>
<string>
$(EXECUTABLE_NAME)
</string>
<key>
NSHumanReadableCopyright
</key>
<string>
Open Source Flight Systems GmbH
</string>
<key>
CFBundleIconFile
</key>
<string></string>
<key>
UIRequiredDeviceCapabilities
</key>
<array>
<string>
armv7
</string>
</array>
<key>
CFBundleIcons
</key>
<dict>
<key>
CFBundlePrimaryIcon
</key>
...
...
@@ -56,7 +62,7 @@
<key>
CFBundleInfoDictionaryVersion
</key>
<string>
6.0
</string>
<key>
CFBundleName
</key>
<string>
QGroundControl
</string>
<string>
$(PRODUCT_NAME)
</string>
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
...
...
ios/qgroundcontrol_appstore.xcconfig
View file @
ecf18b85
CODE_SIGN_IDENTITY = "iPhone Distribution";
PROVISIONING_PROFILE = f22bae36-10c2-4fd8-b6f1-c83e47765614;
#
PROVISIONING_PROFILE = f22bae36-10c2-4fd8-b6f1-c83e47765614;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
...
...
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