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
