File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- export SCRIPT_DIR=$( dirname " $0 " )
3+ export SCRIPT_DIR=$( cd " $( dirname " $0 " ) " && pwd )
44
55# #
66# # Configuration Variables
Original file line number Diff line number Diff line change 3333# #
3434
3535set -o pipefail
36- SCRIPT_DIR=$( dirname " $0 " )
36+ SCRIPT_DIR=$( cd " $( dirname " $0 " ) " && pwd )
3737XCWORKSPACE=" ObjectiveGitFramework.xcworkspace"
3838XCODE_OPTIONS=$( RUN_CLANG_STATIC_ANALYZER=NO ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY=" " CODE_SIGNING_REQUIRED=NO)
3939
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- SCRIPT_DIR=$( dirname " $0 " )
3+ SCRIPT_DIR=$( cd " $( dirname " $0 " ) " && pwd )
44source " ${SCRIPT_DIR} /xcode_functions.sh"
55
66function setup_build_environment ()
Original file line number Diff line number Diff line change 33set -e
44
55# source the common build functions
6- SCRIPT_DIR=$( dirname " $0 " )
6+ SCRIPT_DIR=$( cd " $( dirname " $0 " ) " && pwd )
77source " ${SCRIPT_DIR} /ios_build_functions.sh"
88
99function setup ()
Original file line number Diff line number Diff line change 33set -e
44
55# source the common build functions
6- SCRIPT_DIR=$( dirname " $0 " )
6+ SCRIPT_DIR=$( cd " $( dirname " $0 " ) " && pwd )
77source " ${SCRIPT_DIR} /ios_build_functions.sh"
88
99function setup ()
You can’t perform that action at this time.
0 commit comments