mirror of
https://github.com/felixfoertsch/EurKEY-macOS.git
synced 2026-04-16 14:38:28 +02:00
- build-bundle.sh: regenerates Info.plist with KLInfo entries for all 4 layout versions, sets CalVer bundle version, validates plists - create-dmg.sh: packages bundle into a DMG with drag-and-drop symlink to /Library/Keyboard Layouts/ - release.yml: GitHub Actions workflow that validates, builds, creates DMG, publishes GitHub Release on CalVer tag push - validate.yml: CI validation on push/PR for layout and script changes - Info.plist now declares all 4 layouts (was only v2.0) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>BuildVersion</key>
|
|
<string>2026.03.03</string>
|
|
<key>ProjectName</key>
|
|
<string>EurKEY-macOS</string>
|
|
<key>SourceVersion</key>
|
|
<string>2026.03.03</string>
|
|
</dict>
|
|
</plist>
|