Re: Set focus on NSTextField in an NSMenuItem
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:in-reply-to:cc:references:message-id:date:subject:mime-version :from:content-transfer-encoding:from:to:cc:subject:date:message-id :reply-to; bh=12zP22viCMaoSdTTZWe5/jgBw112XoeTj3wglP3TUVw=; b=d7r8NOfkSb8YXY/fRoyDPLfOajInm/yKjieRWMk39uvXQYcP+P8NPoEL9gnnSVgnRb 3AORgRyWZ5C0mkeHvi5JXlYrlyK3HtUxa650Tq+ENzZeEndCtJt5eSMa6dMaj1zaNi20 iLDN2X1lPNNW7ElVjLVslT2J3A0DgCmYDngfvPJsIcObpcL+AHSIn+viFNS/4zGgUVy9 U/wGkpSGo/oLcpHyUi95YLPLfuD9mYBGvnkFidRRCC8VlVRKJWjmndDYKXoSkXG1KBt4 qWs4GCEQSh+wgU9c9TwCPqaUInOqyFI3DIv+SHqWzUW0dd+YacpNzuCA5JGO0T/aSp5a ZfiQ== Status items used to be easy… sigh Sandor
On Oct 22, 2022, at 09:37, Richard Charles <rsomers124@gmail.com> wrote:
On Oct 21, 2022, at 8:32 PM, Richard wrote:
In Xcode 13 the Info.plist file is now created automatically using build settings. Set "Application is Agent (UIElement)" to Yes. However, this modified build setting never makes it into the app bundle Info.plist file.
Apparently this works fine in Xcode 13 but it does not work in Xcode 14. The correct Info.plist file is never generated.
// Building a macOS Menu Bar App // https://www.youtube.com/watch?v=CuMLpnjPr2Y // Mark 21:08 (add Application is agent (UIElement) Info.plist setting)
Richard
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Sandor Szatmari via Cocoa-dev