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