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
b7f19233a7650b0cfb79b779f1f7e7d49b607add
b7f19233a7650b0cfb79b779f1f7e7d49b607add
Switch branch/tag
qgroundcontrol
tools
get_xcode_version.sh
Find file
Normal view
History
Permalink
get_xcode_version.sh
71 Bytes
Edit
Web IDE
Newer
Older
Gotta handle old versions of Xcode that don’t know anything about that.
2b2397a8
Gus Grubba
committed
Apr 17, 2017
1
2
3
#!/bin/bash
xcodebuild
-version
2>&1 |
(
head
-n1
)
|
awk
'{print $2}'