UNPKG

616 BYAMLView Raw
1os: osx
2osx_image: xcode12
3language: objective-c
4# xcode_workspace: example.xcworkspace
5# xcode_scheme: example
6# xcode_destination: "platform=iOS Simulator,OS=14.0,name=iPhone 11"
7podfile: Podfile
8cache:
9 bundler: true
10 cocoapods: true
11 directories:
12 - example/node_modules
13 - example/ios/Pods
14before_install:
15 - brew install yarn
16 - cd ./example
17 - yarn
18 - cd ./ios/example
19 - mv ./gs ./GoogleService-Info.plist
20 - cd ..
21script: set -o pipefail && xcodebuild -workspace example.xcworkspace -scheme example -destination "platform=iOS Simulator,OS=14.0,name=iPhone 11" -configuration Debug | xcpretty
22
\No newline at end of file