Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
d3016c84
Commit
d3016c84
authored
May 19, 2013
by
Felix Paul Kühne
Browse files
ImportedSources: fetch the Dropbox SDK
parent
f954e4ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildAspenProject.sh
View file @
d3016c84
...
...
@@ -173,6 +173,14 @@ git clone git://github.com/robbiehanson/CocoaHTTPServer.git
#fi
cd
..
fi
if
!
[
-e
Dropbox
]
;
then
DROPBOXSDKVERSION
=
1.3.4
curl
-O
https://www.dropbox.com/static/developers/dropbox-ios-sdk-
${
DROPBOXSDKVERSION
}
.zip
unzip
-q
dropbox-ios-sdk-
${
DROPBOXSDKVERSION
}
.zip
mv
dropbox-ios-sdk-
${
DROPBOXSDKVERSION
}
Dropbox
rm
dropbox-ios-sdk-
${
DROPBOXSDKVERSION
}
.zip
rm
-rf
__MACOSX
fi
info
"Setup 'External' folders"
...
...
Write
Preview
Supports
Markdown
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