Skip to content

feat(mac): add the new config app and keyman settings swift package 🍎#15635

Draft
sgschantz wants to merge 22 commits intoepic/mac-configfrom
feat/mac/new-app
Draft

feat(mac): add the new config app and keyman settings swift package 🍎#15635
sgschantz wants to merge 22 commits intoepic/mac-configfrom
feat/mac/new-app

Conversation

@sgschantz
Copy link
Copy Markdown
Contributor

Create the Keyman for Mac config application a
Include a swift package that it can use to access all necessary Keyman data.
Also create an app group so that the Config app and the Keyman input method can share data.

This PR will handle the basic structure of the application with minimal UI.

Build-bot: release:mac
@keymanapp-test-bot skip

@keymanapp-test-bot
Copy link
Copy Markdown

keymanapp-test-bot bot commented Feb 27, 2026

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

  • Android
    • Keyman for Android apk - build : all tests passed (no artifacts on BuildLevel "build")
    • FirstVoices Keyboards for Android apk - build : all tests passed (no artifacts on BuildLevel "build")
    • FirstVoices Keyboards for Android apk (old PRs) - build : all tests passed (no artifacts on BuildLevel "build")
    • KeyboardHarness apk - build : all tests passed (no artifacts on BuildLevel "build")
    • Keyman for Android apk (old PRs) - build : all tests passed (no artifacts on BuildLevel "build")
    • KMSample1 apk - build : all tests passed (no artifacts on BuildLevel "build")
    • KMSample2 apk - build : all tests passed (no artifacts on BuildLevel "build")
  • macOS
  • Web
    • KeymanWeb Test Home - build : all tests passed (no artifacts on BuildLevel "build")
  • Windows
    • Keyman for Windows - build : all tests passed (no artifacts on BuildLevel "build")
    • FirstVoices Keyboards for Windows - build : all tests passed (no artifacts on BuildLevel "build")
    • FirstVoices Keyboards for Windows (old PRs) - build : all tests passed (no artifacts on BuildLevel "build")
    • Keyman for Windows (old PRs) - build : all tests passed (no artifacts on BuildLevel "build")
    • Text Editor (ARM64) - build : all tests passed (no artifacts on BuildLevel "build")
    • Text Editor (x64) - build : all tests passed (no artifacts on BuildLevel "build")
    • Text Editor (x86) - build : all tests passed (no artifacts on BuildLevel "build")

@keymanapp-test-bot keymanapp-test-bot bot changed the title feat(mac): add the new config app and keyman data swift package feat(mac): add the new config app and keyman data swift package 🍎 Feb 27, 2026
@keymanapp-test-bot keymanapp-test-bot bot added this to the A19S23 milestone Feb 27, 2026
@keyman-server keyman-server modified the milestones: A19S23, A19S24 Feb 27, 2026
@sgschantz sgschantz changed the title feat(mac): add the new config app and keyman data swift package 🍎 feat(mac): add the new config app and keyman settings swift package 🍎 Mar 5, 2026
test to see whether the Input Method can access
the group container without any warnings from the system.
works correctly for local debug build, but needs to
be tested with distribution profile with release build
@keyman-server keyman-server modified the milestones: A19S24, A19S25 Mar 14, 2026
includes plenty of debug and test code but should work
writes a test file out to the Group Container
@sgschantz
Copy link
Copy Markdown
Contributor Author

build failed because the provisioning profile is not deployed to the build agents

temporary logging to fix issue with ci builds
possibly causing build failures
input method installer created but still need to add
Keyman Configuration app to the installer and notarize it
builds and cleans Config app
does not yet include Config app in install script
not tested with CI
issue with signing conflict between architectures
need to remove earlier signing prior to creation of
installer package
The postinstall script uses cp -R instead of cp -r
when copying the input method to the Input Methods folder

Also made changes to use an environment variable to
designate the installer signing certificate, and
updated the export options plist to use that same
certificate for signing the installer package.
temporary change as variable not found on CI machine
@keyman-server keyman-server modified the milestones: A19S25, A19S26 Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants