Erstelle Bundle für macOS layouts #610

Merged
Mike1 merged 1 commits from jgosmann/neo-layout:bundle into master 2022-04-24 15:04:18 +02:00
9 changed files with 55 additions and 4 deletions

View File

@ -0,0 +1,39 @@
<?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>CFBundleIdentifier</key>
<string>org.sil.ukelele.keyboardlayout.neo</string>
<key>CFBundleName</key>
<string>Neo</string>
<key>CFBundleVersion</key>
<string>2.0</string>
<key>KLInfo_Deutsch (Bone)</key>
<dict>
<key>TICapsLockLanguageSwitchCapable</key>
<false/>
<key>TISInputSourceID</key>
<string>org.sil.ukelele.keyboardlayout.neo.deutsch(bone)</string>
<key>TISIntendedLanguage</key>
<string>de</string>
</dict>
<key>KLInfo_Deutsch (Neo 2)</key>
<dict>
<key>TICapsLockLanguageSwitchCapable</key>
<false/>
<key>TISInputSourceID</key>
<string>org.sil.ukelele.keyboardlayout.neo.deutsch(neo2)</string>
<key>TISIntendedLanguage</key>
<string>de</string>
</dict>
<key>KLInfo_Deutsch (NeoQwertz)</key>
<dict>
<key>TICapsLockLanguageSwitchCapable</key>
<false/>
<key>TISInputSourceID</key>
<string>org.sil.ukelele.keyboardlayout.neo.deutsch(neoqwertz)</string>
<key>TISIntendedLanguage</key>
<string>de</string>
</dict>
</dict>
</plist>

View File

@ -1,7 +1,7 @@
<?xml version="1.1" encoding="UTF-8"?>
<!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
<!--Last edited by Ukelele version 346 on 2022-04-18 at 20:33 (CEST)-->
<keyboard group="126" id="-11493" name="Deutsch (Bone)" maxout="3">
<!--Last edited by Ukelele version 351 on 2022-04-24 at 14:24 (GMT+2)-->
<keyboard group="126" id="-14683" name="Deutsch (Bone)" maxout="3">
<layouts>
<layout first="0" last="0" mapSet="138" modifiers="30"/>
</layouts>

View File

@ -1,7 +1,7 @@
<?xml version="1.1" encoding="UTF-8"?>
<!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
<!--Last edited by Ukelele version 346 on 2022-04-18 at 20:33 (CEST)-->
<keyboard group="126" id="-19381" name="Deutsch (NeoQwertz)" maxout="3">
<!--Last edited by Ukelele version 351 on 2022-04-24 at 14:24 (GMT+2)-->
<keyboard group="126" id="-7045" name="Deutsch (NeoQwertz)" maxout="3">
<layouts>
<layout first="0" last="0" mapSet="138" modifiers="30"/>
</layouts>

View File

@ -0,0 +1,12 @@
<?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>0</string>
<key>ProjectName</key>
<string>Neo</string>
<key>SourceVersion</key>
<string></string>
</dict>
</plist>