mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 14:02:28 +00:00
7 lines
164 B
Bash
Executable File
7 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git submodule update --init --recursive
|
|
carthage bootstrap --platform Mac
|
|
xcodebuild
|
|
xcodebuild -scheme MacPass -target MacPass -configuration Release
|