Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
iOS
Sequoia4iOS
Compare Revisions
631d8cbba9b4bfe0a64ef1b80489c52ddb55a8b0...c7a880f8b917eca8e90d719c44ed54b27aa7053c
Source
c7a880f8b917eca8e90d719c44ed54b27aa7053c
Select Git revision
...
Target
631d8cbba9b4bfe0a64ef1b80489c52ddb55a8b0
Select Git revision
Compare
Commits (2)
exit on errors
· f84398ee
Andreas Buff
authored
Oct 13, 2020
f84398ee
Merge branch 'master' of
http://pep-security.lu/gitlab/iOS/sequoia4ios
· c7a880f8
Andreas Buff
authored
Oct 13, 2020
c7a880f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
build.sh
build.sh
+3
-0
No files found.
build.sh
View file @
c7a880f8
...
@@ -6,6 +6,9 @@ MIN_IOS_VERSION="10.0"
...
@@ -6,6 +6,9 @@ MIN_IOS_VERSION="10.0"
SCRIPT_DIR
=
$PWD
SCRIPT_DIR
=
$PWD
OUTPUT_DIR
=
$SCRIPT_DIR
/build
OUTPUT_DIR
=
$SCRIPT_DIR
/build
# Exit on errors
set
-e
#####################################################################
#####################################################################
# Clean previous build
# Clean previous build
#####################################################################
#####################################################################
...
...