Posts

Post not yet marked as solved
1 Replies
456 Views
I have a Mac application.The app is of type agent i.e. app icon does not appear in dock when it is running and app does not have menus in menu bar.When app is running, only app icon is shown in menu bar (like Apple's Wi-Fi or Bluetooth icons).I need to access this app icon using keyboard shortcuts.I know that app icons in menu bar can be accessed using Fn + CTRL + F8 key combonations.Using this key combination, very first icon in menu bar gets focus.But, I want to assign keyboard shortcut specific for my app icon i.e. when I press specific key combinations, directly my app's icon should ger focus in the menu bar.Can anyone please let me know how I can achieve this?
Posted Last updated
.
Post not yet marked as solved
1 Replies
445 Views
I am trying to notarize a Mac application installer file (.pkg).During this process, pkg file gets uploaded to the notarization service successfully and following output is received from Apple:"No errors uploading '/Users/ninad/Projects/My_App.pkg'.RequestUUID = <Valid_Request_UUID_Value>"Then, I use following command to check the status of notarization request:xcrun altool --notarization-info <Valid_Request_UUID_Value> -u <Apple_Username> -p <Apple_App_Specific_Password>But, I receive following error from Apple:altool[1235:10999] *** Error: Apple Services operation failed. Could not find the RequestUUIDPlease note that, this is working fine on another Mac system having following configuration:macOS Mojave (10.14.5)Xcode 11.1Can anyone please suggest what could be the cause of issue.
Posted Last updated
.