FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
API/xcodebuild at master · Three20/API · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Three20
/
API
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
API
/
xcodebuild
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
15 lines (10 loc) · 480 Bytes
Breadcrumbs
API
/
xcodebuild
Copy path
File metadata and controls
executable file
·
15 lines (10 loc) · 480 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cp doxygen.config doxygen.xconfig
echo "OUTPUT_DIRECTORY = Three20Docs.docset" >> doxygen.xconfig
echo "GENERATE_DOCSET = YES" >> doxygen.xconfig
echo "DOCSET_BUNDLE_ID = com.facebook.Three20" >> doxygen.xconfig
echo "HTML_FOOTER = xdoxfooter.html" >> doxygen.xconfig
/Applications/Doxygen.app/Contents/Resources/doxygen doxygen.xconfig
mkdir -p Three20Docs.docset/gfx
cp -r doxygengfx/* Three20Docs.docset/gfx/
make -C Three20Docs.docset install
rm -f doxygen.xconfig
Back
|
FazBrowse Home
|
New Git URL