Skip to content

Update index.html

Update index.html #74

Workflow file for this run

name: Build & Test
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Utilities
run: |
brew install automake
brew install libtool
- name: Install
run: |
pod repo update
pod install
- name: Build & Test
run: xcodebuild test -workspace geopackage-ios.xcworkspace -scheme geopackage-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'