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

Xcode folders #40

Merged
merged 3 commits into from
Jan 6, 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
33 changes: 0 additions & 33 deletions .github/workflows/danger.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Test

on: [push]
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer

jobs:
job-test:
name: Run unit tests
runs-on: macos-13
runs-on: macos-15
steps:
- uses: actions/checkout@v1

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Sample iOS app written the way I write iOS apps because I cannot share the app I
### Other concepts

* Localization to 2 languages with String catalogs
* Continuous integration with Github Actions and Danger
* Continuous integration with Github Actions
* Unit testing, including [testing view controllers for leaks](https://blog.kulman.sk/unit-testing-memory-leaks/)
* Creating a view controller in code with dependency injection
* Using static UITableView cells in a typed way with enums
Expand All @@ -34,7 +34,7 @@ Sample iOS app written the way I write iOS apps because I cannot share the app I

### Prerequisites

* Xcode 15
* Xcode 16
* [Fastlane](https://fastlane.tools/) (optional)

## Built with
Expand Down
Loading