Skip to content

feat: adicionado launchScreen #1

feat: adicionado launchScreen

feat: adicionado launchScreen #1

Workflow file for this run

name: Rodar Pipeline
on:
pull_request:
paths:
- '**/*.swift'
jobs:
build:
name: Build Project
runs-on: macOS-latest
steps:
- name: Configurando Ambiente
uses: actions/checkout@v1
- name: Clean & Build & Test
run: xcodebuild clean build test -project Momondo/Momondo.xcodeproj -scheme Momondo -destination "platform=iOS Simulator,OS=16.2,name=iPhone 14"