Created
August 8, 2018 14:21
-
-
Save tankhuu/61b72df78bda32c083f31d97bf24c8a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install carthage | |
cd MacPass | |
carthage bootstrap --platform macOS | |
xcodebuild -scheme MacPass -target MacPass -configuration Release CODE_SIGNING_REQUIRED=NO NO_SPARKLE=NO_SPARKLE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment