Post

Replies

Boosts

Views

Activity

Reply to Window does not get active when shown from command line tool
Hi! Thanks for your suggestion. The binary already makes itself the active application with NSApp.activate(ignoringOtherApps: true) but it had no effect. Moving a binary out of its app bundle makes its window non-active so I think there something related to app bundle... As a side note, talking about bundle, the Info.plist has Application is agent (UIElement).
Topic: UI Frameworks SubTopic: AppKit Tags:
Aug ’21
Reply to Executing an app bundle after modifying its resources
Thank you eskimo for your answer. What I am afraid of is if a malicious program modifies the script contained in our app bundle after it is being distributed with our MDM solution. From manual test I did it seems that the app will run even if the script has been compromised. I thought that by code signing the app it would prevent the app launch when the content changed.
Topic: App & System Services SubTopic: Core OS Tags:
May ’22