-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #379 from EhPanda-Team/develop
Migrate to TCA 1.0
- Loading branch information
Showing
86 changed files
with
4,088 additions
and
1,670 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
name: Test | ||
on: [push] | ||
on: [push, workflow_dispatch] | ||
env: | ||
SCHEME_NAME: 'EhPanda' | ||
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app | ||
DEVELOPER_DIR: /Applications/Xcode_15.4.app | ||
jobs: | ||
Test: | ||
runs-on: macos-13 | ||
runs-on: macos-14 | ||
if: ${{ !contains(github.event.head_commit.message, '[skip test]') }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Install dependencies | ||
run: brew install swiftgen | ||
- name: Show Xcode version | ||
run: xcodebuild -version | ||
- name: Run tests | ||
run: xcodebuild clean test | ||
-scheme ${{ env.SCHEME_NAME }} -sdk iphonesimulator | ||
-skipMacroValidation | ||
-sdk iphonesimulator | ||
-scheme ${{ env.SCHEME_NAME }} | ||
-destination 'platform=iOS Simulator,name=iPhone 15 Pro' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.DS_Store | ||
EhPanda/App/Generated | ||
EhPanda.xcodeproj/xcuserdata | ||
EhPanda.xcodeproj/project.xcworkspace/xcuserdata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ identifier_name: | |
|
||
excluded: | ||
- EhPandaTests | ||
- EhPanda/App/Generated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.