Skip to content

Commit

Permalink
Reenable a bunch of plugins in OSX nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Jan 11, 2016
1 parent ee1f19c commit 9e91ad6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions admin/mac/macdeploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@
]

TOMAHAWK_PLUGINS = [
#'lib%s_account_xmpp.dylib' % TARGET_NAME,
#'lib%s_account_google.so' % TARGET_NAME,
'lib%s_account_xmpp.dylib' % TARGET_NAME,
'lib%s_account_google.so' % TARGET_NAME,
'lib%s_account_zeroconf.so' % TARGET_NAME,
'lib%s_account_hatchet.so' % TARGET_NAME,
'lib%s_infoplugin_adium.so' % TARGET_NAME,
Expand All @@ -223,10 +223,10 @@
# 'lib%s_infoplugin_rovi.so' % TARGET_NAME,
'lib%s_infoplugin_snorenotify.so' % TARGET_NAME,
'lib%s_infoplugin_spotify.so' % TARGET_NAME,
#'lib%s_viewpage_dashboard.so' % TARGET_NAME,
'lib%s_viewpage_dashboard.so' % TARGET_NAME,
# 'lib%s_viewpage_networkactivity.so' % TARGET_NAME,
#'lib%s_viewpage_charts.so' % TARGET_NAME,
#'lib%s_viewpage_newreleases.so' % TARGET_NAME,
'lib%s_viewpage_charts.so' % TARGET_NAME,
'lib%s_viewpage_newreleases.so' % TARGET_NAME,
'lib%s_viewpage_whatsnew_0_8.so' % TARGET_NAME,
]

Expand Down

0 comments on commit 9e91ad6

Please sign in to comment.