Skip to content

Create QuranHighlightsService to manage verse highlights #582

Create QuranHighlightsService to manage verse highlights

Create QuranHighlightsService to manage verse highlights #582

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
Package:
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Setting up Xcode
run: sudo xcode-select -s "/Applications/Xcode_14.3.app"
- name: Run tests
run: set -o pipefail && xcrun xcodebuild build test -scheme QuranEngine-Package -sdk "iphonesimulator" -destination "name=iPhone 14 Pro,OS=16.4" | xcpretty
- uses: codecov/codecov-action@v3
with:
swift: true
ExampleApp:
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Setting up Xcode
run: sudo xcode-select -s "/Applications/Xcode_14.3.app"
- name: Build
run: set -o pipefail && xcrun xcodebuild build -workspace Example/QuranEngineApp.xcworkspace -scheme QuranEngineApp -sdk "iphonesimulator" -destination 'generic/platform=iOS' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty