/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
osx/Status/Status.entitlements
14 строк
410 B
Gabriel Handford
Status app to show status of OSX install
12 янв 2016, 01:31
12 янв 2016, 01:31
088b3f3
Код
Авторство
О чём код?
<?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>$(TeamIdentifierPrefix)keybase</string> </array> <key>keychain-access-groups</key> <array> <string>$(AppIdentifierPrefix)keybase</string> </array> </dict> </plist>