forked from Cutlery/immich
7b9dab872b
* separate group ids * remove pigeon method * Revert "remove pigeon method" This reverts commit d699ff2094139e4149b8f7b96e6b9a0c192cc3e0.
10 lines
311 B
XML
10 lines
311 B
XML
<?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>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>$(CUSTOM_GROUP_ID)</string>
|
|
</array>
|
|
</dict>
|
|
</plist> |