mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
8 lines
186 B
YAML
8 lines
186 B
YAML
osx_image: xcode7.3
|
|
language: objective-c
|
|
before_install:
|
|
- brew update
|
|
- brew install carthage
|
|
- carthage bootstrap --platform Mac
|
|
xcode_project: MacPass.xcodeproj
|
|
xcode_scheme: MacPass |