Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
4f482e3c
Commit
4f482e3c
authored
May 09, 2016
by
Felix Paul Kühne
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless compilation step from script
parent
61092846
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
compileVLCforiOS.sh
compileVLCforiOS.sh
+0
-26
No files found.
compileVLCforiOS.sh
View file @
4f482e3c
...
...
@@ -47,26 +47,6 @@ info()
echo
"[
${
green
}
info
${
normal
}
]
$1
"
}
buildxcworkspace
()
{
local
target
=
"
$2
"
if
[
"x
$target
"
=
"x"
]
;
then
target
=
"
$1
"
fi
info
"Building the workspace
$1
(
$target
,
${
CONFIGURATION
}
)"
local
architectures
=
""
architectures
=
"armv7 armv7s arm64"
xcodebuild
-workspace
"
$1
.xcworkspace"
\
-scheme
"Pods-vlc-ios"
\
-sdk
iphoneos
$SDK
\
-configuration
${
CONFIGURATION
}
\
ARCHS
=
"
${
architectures
}
"
\
IPHONEOS_DEPLOYMENT_TARGET
=
${
SDK_MIN
}
>
${
out
}
}
while
getopts
"hvsdtnluk:"
OPTION
do
case
$OPTION
in
...
...
@@ -227,10 +207,4 @@ spopd # ImportedSources
info
"installing pods"
pod
install
# Build the VLC for iOS workspace now
if
[
"
$TVOS
"
=
"no"
]
;
then
buildxcworkspace
"VLC for iOS"
"VLC for iOS"
fi
info
"Build completed"
Felix Paul Kühne
@fkuehne
mentioned in commit
e14eed5f
·
Jun 13, 2016
mentioned in commit
e14eed5f
mentioned in commit e14eed5f4510338c3d59bc803a4b79d46ecbc7ac
Toggle commit list
Write
Preview
Markdown
is supported
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