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

Change name and add xcodegen #6

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix workflows
sboh1214 committed Aug 20, 2021
commit c191650f776eecf2837b0dd643a58cc7b1bf851a
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -21,4 +21,4 @@ jobs:
- name: Generate xcodeproj
run: xcodegen generate
- name: Release Build
run: xcodebuild -project Like\ Hangul.xcodeproj -scheme Like\ Hangul\ \(${{ matrix.platform }}\) -configuration Release
run: xcodebuild -project Hangul\ Platypus.xcodeproj -scheme Hangul\ Platypus\ \(${{ matrix.platform }}\) -configuration Release
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -21,4 +21,4 @@ jobs:
- name: Generate xcodeproj
run: xcodegen generate
- name: Test
run: xcodebuild test -project Like\ Hangul.xcodeproj -scheme Tests\ ${{ matrix.platform }} -resultBundlePath HwpMac.xcresult
run: xcodebuild test -project Hangul\ Platypus.xcodeproj -scheme Tests\ ${{ matrix.platform }} -resultBundlePath HwpMac.xcresult