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

Xcode 14でビルドする #116

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Xcode 14でビルドする #116

wants to merge 5 commits into from

Conversation

banjun
Copy link
Member

@banjun banjun commented Nov 6, 2022

動作確認用リリース: https://github.com/codefirst/aquaskk/releases/tag/4.7.5

  • Xcode 14.1
  • recommended build settingsへのupdate
    • dead code strip
    • minimum deployment target = 10.14.6
  • build warningsのうち比較的単純なものへ対処
    • int, longまわり (arch依存でビット幅不定のlongがあるが、主にc++の依存先コードによるので、あえてlongに合わせたところがある)
    • activeApplicationのpid → frontMostApplicationのpid
  • github actions
    • Xcode指定
    • macOSはまだ12しかないみたいなので13にしていない

Makefileは変更なしでnotarize動作OK

@banjun banjun self-assigned this Nov 6, 2022
@banjun banjun changed the title 🚧 Xcode 14でビルドする Xcode 14でビルドする Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant