Signal-iOS/Makefile
2021-04-13 20:40:17 -07:00

15 lines
406 B
Makefile

APP_IDENTIFIER=org.whispersystems.signal
SCHEME=Signal
dependencies:
git submodule foreach --recursive "git clean -xfd"
git submodule foreach --recursive "git reset --hard"
./Scripts/setup_private_pods
git submodule update --init
test: dependencies
bundle exec fastlane scan --scheme ${SCHEME}
release: dependencies
SCHEME=${SCHEME} APP_IDENTIFIER=${APP_IDENTIFIER} bundle exec fastlane release