This website works better with JavaScript.
Explore
Help
Register
Sign In
zhaohuwei
/
QG4
Watch
1
Star
0
Fork
You've already forked QG4
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
地面站终端 App
17445
Commits
2
Branches
0
Tags
363 MiB
Tree:
050961bf43
QG4
/
tools
/
get_xcode_version.sh
4 lines
0 B
Raw
Normal View
History
Unescape
Escape
Gotta handle old versions of Xcode that don’t know anything about that.
8 years ago
#!/bin/bash
xcodebuild -version 2>
&
1
|
(
head -n1
)
|
awk
'{print $2}'