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
506024ad
Commit
506024ad
authored
May 22, 2013
by
Felix Paul Kühne
Browse files
build script: fetch InAppSettingsKit
parent
2aeab621
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildAspenProject.sh
View file @
506024ad
...
...
@@ -164,14 +164,6 @@ cd ..
fi
if
!
[
-e
CocoaHTTPServer
]
;
then
git clone git://github.com/robbiehanson/CocoaHTTPServer.git
#cd AQGridView
#git am ../../patches/aqgridview/*.patch
#if [ $? -ne 0 ]; then
#git am --abort
#info "Applying the patches failed, aborting git-am"
#exit 1
#fi
#cd ..
fi
if
!
[
-e
Dropbox
]
;
then
DROPBOXSDKVERSION
=
1.3.4
...
...
@@ -181,7 +173,9 @@ mv dropbox-ios-sdk-${DROPBOXSDKVERSION} Dropbox
rm
dropbox-ios-sdk-
${
DROPBOXSDKVERSION
}
.zip
rm
-rf
__MACOSX
fi
if
!
[
-e
InAppSettingsKit
]
;
then
git clone git://github.com/futuretap/InAppSettingsKit.git
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