Starscream/build.sh
2019-05-05 17:42:46 +03:00

7 lines
230 B
Bash
Executable File

#!/bin/bash
set -o pipefail && xcodebuild -project Starscream.xcodeproj -scheme Starscream CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO clean build | xcpretty
swift build
pod repo update
pod lib lint --verbose --allow-warnings