-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
Milestone
Description
The contents of Sparkle.framework are currently copied multiple times as a work-around to Rubygems not handling symlinks.
This is problematic, of course, because it bloats the source and the application with unnecessary code, and makes the development process more prone to confusion and error.
Possible solutions:
- Use a git submodule for the Sparkle files
- Have the user create the symlinks as part of
rake sparkle:setup, or create a new rake task likerake sparkle:install - Outsource that problem to a CocoaPod :)