Skip to content

Commit

Permalink
Merge pull request #25 from tattn/support-spm-only
Browse files Browse the repository at this point in the history
Goodbye, Carthage & CocoaPods
  • Loading branch information
tattn authored Sep 10, 2023
2 parents cb09a53 + bc9821f commit 1b2af87
Show file tree
Hide file tree
Showing 44 changed files with 447 additions and 1,556 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
19 changes: 5 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,13 @@ concurrency:
cancel-in-progress: true

jobs:
test-vrmkit:
name: Test VRMKit
test-package:
name: Test package
runs-on: macos-13
env:
DEVELOPER_DIR: "/Applications/Xcode_14.3.1.app/Contents/Developer"
steps:
- uses: actions/checkout@v3
- name: Select Xcode 14.3
run: sudo xcode-select -s /Applications/Xcode_14.3.app
- name: Test VRMKit
run: make test-vrmkit
run: set -o pipefail && make test-package | xcpretty

test-vrmscenekit:
name: Test VRMSceneKit
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Select Xcode 14.3
run: sudo xcode-select -s /Applications/Xcode_14.3.app
- name: Test VRMSceneKit
run: make test-vrmscenekit
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,3 @@ xcuserdata/
*.xcscmblueprint
UserInterfaceState.xcuserstate

## Carthage/Build
Carthage

poddev

Loading

0 comments on commit 1b2af87

Please sign in to comment.