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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18001
Commits
0
Branches
0
Tags
363 MiB
Tree:
bf4ad03f7a
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bf4ad03f7a'
${ noResults }
QG4
/
tools
/
get_xcode_version.sh
3 lines
71 B
Raw
Blame
History
#!/bin/bash
xcodebuild -version 2>
&
1
|
(
head -n1
)
|
awk
'{print $2}'
Reference in new issue
Copy Permalink