File tree Expand file tree Collapse file tree
InputMethodHinter.app-template/Contents Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <key >CFBundleIconFile </key >
1414 <string >InputMethodHinter.icns </string >
1515 <key >CFBundleShortVersionString </key >
16- <string >0.2 </string >
16+ <string >0.3 </string >
1717 <key >CFBundleInfoDictionaryVersion </key >
1818 <string >6.0 </string >
1919 <key >CFBundlePackageType </key >
2020 <string >APPL </string >
2121 <key >IFMajorVersion </key >
2222 <integer >0 </integer >
2323 <key >IFMinorVersion </key >
24- <integer >2 </integer >
24+ <integer >3 </integer >
2525</dict >
2626</plist >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Cocoa
77
88import SwiftUI
99
10- let version = " 0.2 "
10+ let version = " 0.3 "
1111
1212let options : NSDictionary = [ kAXTrustedCheckOptionPrompt. takeRetainedValue ( ) as NSString : false as NSNumber ]
1313let accessibilityEnabled = AXIsProcessTrusted ( ) || AXIsProcessTrustedWithOptions ( options)
You can’t perform that action at this time.
0 commit comments