-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCartfile
More file actions
34 lines (26 loc) · 759 Bytes
/
Cartfile
File metadata and controls
34 lines (26 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# Use my Fragaria, which is usually up to date with Shysaur's,
# but that I also sometimes make tweaks to.
#
github "balthisar/Fragaria" "master"
#
# Always use the latest MMTabBarView.
#
github "MiMo42/MMTabBarView" "master"
#
# Use the 2.x branch of Sparkle, which is version that works
# in a sanboxed environment. Note that for some reason Carthage
# doesn't build the XPC targets, so we have to build these
# manually with `make release`
#
github "sparkle-project/Sparkle" "2.x"
#
# This bit handles our About… window.
#
github "DangerCove/DCOAboutWindow" "master"
github "DangerCove/DCOTransparentScroller" "master"
#
# This still remains one of the best Preferences windows managers
# that's out there.
#
github "shpakovski/MASPreferences"