...continued...
[result of.. codesign -d --entitlements :- .../MyMyService.app]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.application-identifier</key>
<string>MyMyService</string>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>content-filter-provider</string>
<string>dns-proxy</string>
<string>dns-settings</string>
</array>
<key>com.apple.developer.system-extension.install</key>
<true/>
<key>com.apple.developer.team-identifier</key>
<string>TEAMID</string>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.device.usb</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.get-task-allow</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>
[result of.. codesign -d --entitlements :- .../MyMyService.app/Contents/Library/SystemExtensions/MyMyExt.systemextension]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.application-identifier</key>
<string>MyMyService.MyMyExt</string>
<key>com.apple.developer.endpoint-security.client</key>
<true/>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>content-filter-provider</string>
<string>dns-proxy</string>
<string>dns-settings</string>
</array>
<key>com.apple.developer.team-identifier</key>
<string>TEAMID</string>
<key>com.apple.developer.usernotifications.time-sensitive</key>
<true/>
<key>com.apple.security.get-task-allow</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>MyMyService</string>
<string>MyMyService.MyMyExt</string>
</array>
</dict>
</plist>
[result of.. security cms -D -i MyMyService.app/Contents/embedded.provisionprofile]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppIDName</key>
<string>MyMyService</string>
<key>ApplicationIdentifierPrefix</key>
<array>
<string>TEAMID</string>
</array>
<key>CreationDate</key>
<date>2024-01-31T07:46:49Z</date>
<key>Platform</key>
<array>
<string>OSX</string>
</array>
<key>IsXcodeManaged</key>
<true/>
<key>DeveloperCertificates</key>
<array>
...
</array>
<key>DER-Encoded-Profile</key>
<data>...</data>
<key>Entitlements</key>
<dict>
<key>com.apple.developer.system-extension.install</key>
<true/>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>app-proxy-provider</string>
<string>content-filter-provider</string>
<string>packet-tunnel-provider</string>
<string>dns-proxy</string>
<string>dns-settings</string>
<string>relay</string>
</array>
<key>com.apple.application-identifier</key>
<string>TEAMID.MyMyService</string>
<key>keychain-access-groups</key>
<array>
<string>TEAMID.*</string>
</array>
<key>com.apple.developer.team-identifier</key>
<string>TEAMID</string>
</dict>
<key>ExpirationDate</key>
<date>2025-01-30T07:46:49Z</date>
<key>Name</key>
<string>Mac Team Provisioning Profile: MyMyService</string>
<key>ProvisionedDevices</key>
<array>
...
</array>
<key>TeamIdentifier</key>
<array>
<string>TEAMID</string>
</array>
<key>TeamName</key>
<string>TEAMNAME</string>
<key>TimeToLive</key>
<integer>365</integer>
<key>UUID</key>
<string>GUID</string>
<key>Version</key>
<integer>1</integer>
</dict>
</plist>
[result of.. security cms -D -i MyMyService.app/Contents/embedded.provisionprofile]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppIDName</key>
<string>APPID</string>
<key>ApplicationIdentifierPrefix</key>
<array>
<string>TEAMID</string>
</array>
<key>CreationDate</key>
<date>2024-02-01T04:52:04Z</date>
<key>Platform</key>
<array>
<string>OSX</string>
</array>
<key>IsXcodeManaged</key>
<true/>
<key>DeveloperCertificates</key>
<array>
...
</array>
<key>DER-Encoded-Profile</key>
<data>...</data>
<key>Entitlements</key>
<dict>
<key>com.apple.developer.usernotifications.time-sensitive</key>
<true/>
<key>com.apple.developer.system-extension.install</key>
<true/>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>app-proxy-provider</string>
<string>content-filter-provider</string>
<string>packet-tunnel-provider</string>
<string>dns-proxy</string>
<string>dns-settings</string>
<string>relay</string>
</array>
<key>com.apple.developer.networking.vpn.api</key>
<array>
<string>allow-vpn</string>
</array>
<key>com.apple.application-identifier</key>
<string>TEAMID.MyMyService.MyMyExt</string>
<key>keychain-access-groups</key>
<array>
<string>TEAMID.*</string>
</array>
<key>com.apple.developer.team-identifier</key>
<string>TEAMID</string>
<key>com.apple.developer.endpoint-security.client</key>
<true/>
</dict>
<key>ExpirationDate</key>
<date>2025-01-31T04:52:04Z</date>
<key>Name</key>
<string>Mac Team Provisioning Profile: MyMyService.MyMyExt</string>
<key>ProvisionedDevices</key>
<array>
...
</array>
<key>TeamIdentifier</key>
<array>
<string>TEAMID</string>
</array>
<key>TeamName</key>
<string>TEAMNAME</string>
<key>TimeToLive</key>
<integer>365</integer>
<key>UUID</key>
<string>GUID</string>
<key>Version</key>
<integer>1</integer>
</dict>
</plist>
i'm so sorry about my very long post..
Please let me know if you need any more information for advice.
Thanks!