Skip to content

Commit

Permalink
Merge pull request #139 from orchetect/huihost
Browse files Browse the repository at this point in the history
HUI Features
  • Loading branch information
orchetect authored Oct 12, 2022
2 parents 2068f09 + 13ab913 commit e95fc71
Show file tree
Hide file tree
Showing 195 changed files with 9,309 additions and 3,217 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@ jobs:
steps:
- uses: actions/checkout@main

- name: HUISurface - Set dependency branch
run: swift .github/workflows/xcpBranch.swift set -go -p MIDIKit "Examples/Advanced/HUISurface/HUISurface.xcodeproj" -branch ${{ github.ref }}
- name: HUISurface - Resolve Package Dependencies # needed because sometimes xcodebuild fails otherwise
run: xcodebuild -project "Examples/Advanced/HUISurface/HUISurface.xcodeproj" -resolvePackageDependencies
- name: HUISurface - Build
run: xcodebuild build -project "Examples/Advanced/HUISurface/HUISurface.xcodeproj" -scheme "HUISurface" -destination "generic/platform=macOS,name=Any Mac"
- name: HUITest - Set dependency branch
run: swift .github/workflows/xcpBranch.swift set -go -p MIDIKit "Examples/Advanced/HUITest/HUITest.xcodeproj" -branch ${{ github.ref }}
- name: HUITest - Resolve Package Dependencies # needed because sometimes xcodebuild fails otherwise
run: xcodebuild -project "Examples/Advanced/HUITest/HUITest.xcodeproj" -resolvePackageDependencies
- name: HUITest - Build
run: xcodebuild build -project "Examples/Advanced/HUITest/HUITest.xcodeproj" -scheme "HUITest" -destination "generic/platform=macOS,name=Any Mac"

- name: MIDIEventLogger - Set dependency branch
run: swift .github/workflows/xcpBranch.swift set -go -p MIDIKit "Examples/Advanced/MIDIEventLogger/MIDIEventLogger.xcodeproj" -branch ${{ github.ref }}
Expand Down
35 changes: 0 additions & 35 deletions Examples/Advanced/HUISurface/HUISurface/AppDelegate.swift

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e95fc71

Please sign in to comment.