Skip to content

Ditch CocoaPods and go to standalone .xcodeproj #259

Ditch CocoaPods and go to standalone .xcodeproj

Ditch CocoaPods and go to standalone .xcodeproj #259

Workflow file for this run

name: CI
on:
push:
branches:
- ci
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: xcodebuild test
run: xcodebuild -project Awful.xcodeproj -scheme Awful -configuration Debug -destination "platform=iOS Simulator,name=iPhone 14,OS=latest" test