mirror of
https://github.com/immich-app/immich.git
synced 2026-05-22 15:42:32 -04:00
7b9dab872b
* separate group ids
* remove pigeon method
* Revert "remove pigeon method"
This reverts commit d699ff2094.
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> |