File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 9
9
pull_request :
10
10
branches : [ "main" ]
11
11
12
+ env :
13
+ PACKAGE : MapItemPicker
14
+
12
15
jobs :
13
- iOS :
16
+ ios :
14
17
runs-on : macos-latest
15
18
steps :
16
- - uses : actions/checkout@v3
17
- - name : Build
18
- run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild build-for-testing -scheme MapItemPicker -destination "platform=iOS Simulator,OS=latest,name=iPhone 14" | xcpretty
19
+ - uses : actions/checkout@v4
20
+ - name : Setup Xcode 16
21
+ uses : maxim-lobanov/setup-xcode@v1
22
+ with :
23
+ xcode-version : 16
24
+ - name : Build (iOS)
25
+ run : xcodebuild build -scheme $PACKAGE -sdk iphoneos -destination 'generic/platform=iOS,name=iPhone 15'
26
+ - name : Test (iOS)
27
+ run : xcodebuild test -scheme $PACKAGE -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15'
Original file line number Diff line number Diff line change 1
1
# MapItemPicker 🗺️📍
2
2
3
3
[ ![ GithubCI_Status]] [ GithubCI_URL ]
4
- [ ![ Quintschaf_Badge ]] ( https://quintschaf.com )
4
+ [ ![ FiveSheep_Badge ]] ( https://fivesheep.co )
5
5
[ ![ LICENSE_BADGE]] [ LICENSE_URL ]
6
6
7
7
MapItemPicker is a simple, yet highly customizable and powerful location picker for SwiftUI.
@@ -115,8 +115,8 @@ MapItemPicker contains localizations for categories, titles of sections in the v
115
115
116
116
<!-- References -->
117
117
118
- [ GithubCI_Status ] : https://github.com/quintschaf /MapItemPicker/actions/workflows/ci.yml/badge.svg?branch=main
119
- [ GithubCI_URL ] : https://github.com/quintschaf /MapItemPicker/actions/workflows/ci.yml
120
- [ Quintschaf_Badge ] : https://badgen.net/badge/Built%20and%20maintained%20by/Quintschaf /cyan?icon=https://quintschaf.com/assets/logo.svg
121
- [ LICENSE_BADGE ] : https://badgen.net/github/license/Quintschaf /MapItemPicker
122
- [ LICENSE_URL ] : https://github.com/Quintschaf /MapItemPicker/blob/master/LICENSE
118
+ [ GithubCI_Status ] : https://github.com/FiveSheepCo /MapItemPicker/actions/workflows/ci.yml/badge.svg?branch=main
119
+ [ GithubCI_URL ] : https://github.com/FiveSheepCo /MapItemPicker/actions/workflows/ci.yml
120
+ [ FiveSheep_Badge ] : https://badgen.net/badge/Built%20and%20maintained%20by/FiveSheep /cyan
121
+ [ LICENSE_BADGE ] : https://badgen.net/github/license/FiveSheepCo /MapItemPicker
122
+ [ LICENSE_URL ] : https://github.com/FiveSheepCo /MapItemPicker/blob/master/LICENSE
You can’t perform that action at this time.
0 commit comments