File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ git fetch origin || die "Failed to fetch origin"
141141git diff --quiet HEAD " origin/$REMOTE_BRANCH " || die " HEAD is not aligned to origin/$REMOTE_BRANCH . Cannot update version safely"
142142
143143echo " -> Building Carthage release"
144- $CARTHAGE build --no-skip-current || die " Failed to build framework for carthage"
144+ $CARTHAGE build --no-skip-current --platform Mac,iOS || die " Failed to build framework for carthage"
145145
146146echo " -> Setting podspec version"
147147cat " $PODSPEC " | grep ' s.version' | grep -q " \" $VERSION \" "
178178
179179echo
180180echo " ---------------- Released as $VERSION_TAG ----------------"
181- echo
181+ echo
182182echo " Archiving carthage release..."
183183
184184$CARTHAGE archive " $CARTHAGE_FRAMEWORK_NAME " || die " Failed to archive framework for carthage"
You can’t perform that action at this time.
0 commit comments