File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
IntegrationTesting/CocoapodsIntegrationTest/scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 92
92
93
93
# Convert path to absolute one in case the script is run from another directory.
94
94
RESOLVED_GEMFILE=" $( realpath ${GEMFILE} ) "
95
- RESLOVED_PODFILE =" $( realpath ${PODFILE} ) "
95
+ RESOLVED_PODFILE =" $( realpath ${PODFILE} ) "
96
96
97
97
echo " Gemfile = ${RESOLVED_GEMFILE} "
98
- echo " Podfile = ${RESLOVED_PODFILE } "
98
+ echo " Podfile = ${RESOLVED_PODFILE } "
99
99
100
100
# Make sure we build from the project root dir.
101
101
scriptDir=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
102
102
pushd " ${scriptDir} /.."
103
103
104
104
prepareBundle " ${RESOLVED_GEMFILE} "
105
- prepareCocoapods " ${RESLOVED_PODFILE } "
105
+ prepareCocoapods " ${RESOLVED_PODFILE } "
106
106
runXcodebuild
107
107
108
108
# Recover original directory just in case
You can’t perform that action at this time.
0 commit comments