Files
SideStore/AltWidget/Resources/ReleaseEntitlements.plist

17 lines
517 B
Plaintext
Raw Permalink Normal View History

2023-07-24 05:28:26 -04:00
<?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>application-identifier</key>
<string>XYZ0123456.com.SideStore.SideStore.AltWidget</string>
<key>com.apple.developer.team-identifier</key>
<string>XYZ0123456</string>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.SideStore.SideStore</string>
2023-07-24 05:28:26 -04:00
</array>
<key>get-task-allow</key>
<true/>
</dict>
</plist>