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
sboh1214 committed Sep 5, 2021
commit a12fc76130eaf642d57563f8d46c49fc1c3122f6
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -20,10 +20,10 @@ jobs:
run: brew install xcodegen
- name: Generate xcodeproj
run: xcodegen generate
- name: Release Build
- name: Build
env:
CODE_SIGN_IDENTITY: ""
CODE_SIGNING_REQUIRED: "NO"
CODE_SIGN_ENTITLEMENTS: ""
CODE_SIGNING_ALLOWED: "NO"
run: xcodebuild -project Hangul\ Platypus.xcodeproj -scheme Hangul\ Platypus\ \(${{ matrix.platform }}\) -configuration Release --no-codesign
run: xcodebuild -project Hangul\ Platypus.xcodeproj -scheme Hangul\ Platypus\ \(${{ matrix.platform }}\) -configuration Release