Skip to content
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
21 changes: 0 additions & 21 deletions .github/workflows/xcodebuild-ios14.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/xcodebuild-ios15.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/xcodebuild-ios16.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/xcodebuild-ios18.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Xcode build iOS 18

on: [push, pull_request]

jobs:
build:
runs-on: macos-15

steps:
- uses: actions/checkout@v2

- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_16.1.app

- name: Xcode version
run: /usr/bin/xcodebuild -version

- name: Xcode iOS build
run: |
cd Xcode/
xcodebuild clean build -scheme TheNews -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.1'
21 changes: 0 additions & 21 deletions .github/workflows/xcodebuild-tvos13.yml

This file was deleted.

14 changes: 7 additions & 7 deletions .github/workflows/xcodetest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ on: [push, pull_request]

jobs:
Test:
runs-on: macos-11
runs-on: macos-15

steps:
- uses: actions/checkout@v2

- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_12.4.app
run: sudo xcode-select -switch /Applications/Xcode_16.1.app

- name: Xcode version
run: /usr/bin/xcodebuild -version

- name: Xcode unit tests
run: |
cd Xcode/
xcodebuild clean test -scheme TheNews -destination 'platform=iOS Simulator,name=iPhone 12,OS=14.4' -resultBundlePath TestResults
xcodebuild clean test -scheme TheNews -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.1' -resultBundlePath TestResults

- uses: kishikawakatsumi/xcresulttool@v1
with:
path: Xcode/TestResults.xcresult
if: success() || failure()
# - uses: kishikawakatsumi/xcresulttool@v1
# with:
# path: Xcode/TestResults.xcresult
# if: success() || failure()
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

iOS news app in the style of Apollo, Apple News, Artifact, Axios, BBC, Bluesky, Cash App, CNN, Facebook, Facebook News, FastNews, Flipboard, Instagram, Lil News, NBC News, Particle, Reddit, Robinhood, Tapestry, The New York Times, The Washington Post, The Wall Street Journal, Threads, UIKit, X (Twitter) :newspaper:

![](https://github.com/dkhamsing/news/actions/workflows/xcodebuild-ios14.yml/badge.svg) ![](https://github.com/dkhamsing/news/actions/workflows/xcodebuild-ios15.yml/badge.svg) ![](https://github.com/dkhamsing/news/actions/workflows/xcodebuild-ios16.yml/badge.svg) ![](https://github.com/dkhamsing/news/actions/workflows/xcodebuild-ios17.yml/badge.svg) ![](https://github.com/dkhamsing/news/actions/workflows/xcodebuild-tvos13.yml/badge.svg)
![](https://github.com/dkhamsing/news/actions/workflows/xcodebuild-ios17.yml/badge.svg) ![](https://github.com/dkhamsing/news/actions/workflows/xcodebuild-ios18.yml/badge.svg)

<img src=Images/hero.png width=100%>
<img src=Images/hero2.png width=100%>
Expand Down