Skip to content

Adds PrivacyInfo.xcprivacy #25

Adds PrivacyInfo.xcprivacy

Adds PrivacyInfo.xcprivacy #25

Workflow file for this run

name: Swift
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path`" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios13.0-simulator"
# - name: Run tests
# run: swift test -v