2022-07-03 00:53:02 -07: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>
|
2023-04-06 20:45:18 -07:00
|
|
|
<string>XYZ0123456.com.SideStore.SideStore</string>
|
2022-07-03 00:53:02 -07:00
|
|
|
<key>aps-environment</key>
|
|
|
|
|
<string>development</string>
|
|
|
|
|
<key>com.apple.developer.siri</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.developer.team-identifier</key>
|
2023-04-06 20:45:18 -07:00
|
|
|
<string>XYZ0123456</string>
|
2022-07-03 00:53:02 -07:00
|
|
|
<key>com.apple.security.application-groups</key>
|
|
|
|
|
<array>
|
2023-04-06 20:23:27 +01:00
|
|
|
<string>group.com.SideStore.SideStore</string>
|
2022-07-03 00:53:02 -07:00
|
|
|
</array>
|
|
|
|
|
<key>get-task-allow</key>
|
|
|
|
|
<true/>
|
|
|
|
|
</dict>
|
2023-04-06 20:23:27 +01:00
|
|
|
</plist>
|