Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #12

Merged
merged 2 commits into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,19 @@ on:
pull_request:
branches: [ "main" ]

env:
PACKAGE: MapItemPicker

jobs:
iOS:
ios:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild build-for-testing -scheme MapItemPicker -destination "platform=iOS Simulator,OS=latest,name=iPhone 14" | xcpretty
- uses: actions/checkout@v4
- name: Setup Xcode 16
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16
- name: Build (iOS)
run: xcodebuild build -scheme $PACKAGE -sdk iphoneos -destination 'generic/platform=iOS,name=iPhone 15'
- name: Test (iOS)
run: xcodebuild test -scheme $PACKAGE -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15'
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MapItemPicker 🗺️📍

[![GithubCI_Status]][GithubCI_URL]
[![Quintschaf_Badge]](https://quintschaf.com)
[![FiveSheep_Badge]](https://fivesheep.co)
[![LICENSE_BADGE]][LICENSE_URL]

MapItemPicker is a simple, yet highly customizable and powerful location picker for SwiftUI.
Expand Down Expand Up @@ -115,8 +115,8 @@ MapItemPicker contains localizations for categories, titles of sections in the v

<!-- References -->

[GithubCI_Status]: https://github.com/quintschaf/MapItemPicker/actions/workflows/ci.yml/badge.svg?branch=main
[GithubCI_URL]: https://github.com/quintschaf/MapItemPicker/actions/workflows/ci.yml
[Quintschaf_Badge]: https://badgen.net/badge/Built%20and%20maintained%20by/Quintschaf/cyan?icon=https://quintschaf.com/assets/logo.svg
[LICENSE_BADGE]: https://badgen.net/github/license/Quintschaf/MapItemPicker
[LICENSE_URL]: https://github.com/Quintschaf/MapItemPicker/blob/master/LICENSE
[GithubCI_Status]: https://github.com/FiveSheepCo/MapItemPicker/actions/workflows/ci.yml/badge.svg?branch=main
[GithubCI_URL]: https://github.com/FiveSheepCo/MapItemPicker/actions/workflows/ci.yml
[FiveSheep_Badge]: https://badgen.net/badge/Built%20and%20maintained%20by/FiveSheep/cyan
[LICENSE_BADGE]: https://badgen.net/github/license/FiveSheepCo/MapItemPicker
[LICENSE_URL]: https://github.com/FiveSheepCo/MapItemPicker/blob/master/LICENSE