mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
Small update to indicate where the version is actually updated
This commit is contained in:
parent
2b28cfd928
commit
f9f76d386c
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ After cloning the repository, open the project directory in a terminal or git cl
|
||||||
In order to run KeyCastr in the debugger the built product will need accessibility or input monitoring permissions just as the released app does. Remove any existing references to KeyCastr from the Accessibility and/or Input Monitoring sections in the Security & Privacy pane within the System Preferences.app and build & run the app within Xcode. Enable the newly-created reference to the app in the settings pane within the System Preferences.app. Click 'Later' in the prompt asking whether to restart the app, and use ctrl-cmd-R in Xcode to run the same build again.
|
In order to run KeyCastr in the debugger the built product will need accessibility or input monitoring permissions just as the released app does. Remove any existing references to KeyCastr from the Accessibility and/or Input Monitoring sections in the Security & Privacy pane within the System Preferences.app and build & run the app within Xcode. Enable the newly-created reference to the app in the settings pane within the System Preferences.app. Click 'Later' in the prompt asking whether to restart the app, and use ctrl-cmd-R in Xcode to run the same build again.
|
||||||
|
|
||||||
## Creating a Release
|
## Creating a Release
|
||||||
- Update app version metadata in `Info.plist`
|
- Update app version metadata in `Info.plist` by updating MARKETING_VERSION in the Xcode project file
|
||||||
- note that Sparkle uses kCFBundleVersionKey for its update version comparison, which shows up in the "Build" field in Xcode
|
- note that Sparkle uses kCFBundleVersionKey for its update version comparison, which shows up in the "Build" field in Xcode
|
||||||
- Developer ID must be set up for code signing and notarization
|
- Developer ID must be set up for code signing and notarization
|
||||||
- Archive the app and follow Apple's instructions for uploading a release to be notarized
|
- Archive the app and follow Apple's instructions for uploading a release to be notarized
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue