Embedding another Team ID app into My macOS app

I am developing a background program that is included in the app as an extension. I would like to include logic to check the teamID and code signature validity of the program I created to ensure that it has not been tampered with. Is this possible?

When are you planning to run this check? During the build process? Or at runtime on each user’s Mac?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I want to check at runtime, have the background program first sign with my teamID and then embed it and allow people with different TeamIDs to use my program.

Embedding another Team ID app into My macOS app
 
 
Q