Merge pull request 'Erstelle Bundle für macOS layouts' (#610) from gosmannj/neo-layout:bundle into master
Geht! Danke! Das mit dem Installer erzeugen von Ukelele hab ich damit auch gleich probiert.
This commit is contained in:
commit
c6501a05ed
39
mac_osx/neo-layouts.bundle/Contents/Info.plist
Normal file
39
mac_osx/neo-layouts.bundle/Contents/Info.plist
Normal 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>
|
@ -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>
|
@ -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>
|
Binary file not shown.
12
mac_osx/neo-layouts.bundle/Contents/version.plist
Normal file
12
mac_osx/neo-layouts.bundle/Contents/version.plist
Normal 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>
|
Loading…
Reference in New Issue
Block a user