Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ershov committed Jun 7, 2023
1 parent 8369eb5 commit 4285198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions InputMethodHinter.app-template/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<key>CFBundleIconFile</key>
<string>InputMethodHinter.icns</string>
<key>CFBundleShortVersionString</key>
<string>0.2</string>
<string>0.3</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>IFMajorVersion</key>
<integer>0</integer>
<key>IFMinorVersion</key>
<integer>2</integer>
<integer>3</integer>
</dict>
</plist>
2 changes: 1 addition & 1 deletion InputMethodHinter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Cocoa

import SwiftUI

let version = "0.2"
let version = "0.3"

let options: NSDictionary = [kAXTrustedCheckOptionPrompt.takeRetainedValue() as NSString: false as NSNumber]
let accessibilityEnabled = AXIsProcessTrusted() || AXIsProcessTrustedWithOptions(options)
Expand Down

0 comments on commit 4285198

Please sign in to comment.