Post

Replies

Boosts

Views

Activity

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
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 Activate System extension only after reboot
Hey, No we did not find how to defer activation to the next reboot. Seems like the after reboot is reserved for particular SystemExtensions.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Executing an app bundle after modifying its resources
Thanks Eskimo! We will consider about using the codesigning API or another way to validate our script. And thanks nk_kennedy for the comments!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’22
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:
Replies
Boosts
Views
Activity
May ’22
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:
Replies
Boosts
Views
Activity
Aug ’21