/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.0.2
osx/Podfile
34 строки
834 B
Mike Maxim
installer upgrades
28 дек 2018, 21:54
28 дек 2018, 21:54
363e546
Код
Авторство
О чём код?
# Do not set use_frameworks! globally otherwise the helper # tool target binary will silently fail to load since it # doesn't support dynamic frameworks (for security reasons). # Also probably not a good idea to set any global options # here at all. target "Installer" do use_frameworks! platform :osx, "10.10" pod "ObjectiveSugar" pod "GBCli" pod "Slash" pod "MPMessagePack", :path => "MPMessagePack" pod "KBKit", :path => "KBKit" end target "Status" do use_frameworks! platform :osx, "10.10" pod "ObjectiveSugar" pod "GBCli" pod "Slash" pod "MPMessagePack", :path => "MPMessagePack" pod "KBKit", :path => "KBKit" end # This runs as a privileged helper so keep dependencies # here to a minimum. target "keybase.Helper" do platform :osx, "10.10" pod "MPMessagePack", :path => "MPMessagePack" end