| Revision 128,
283 bytes
checked in by speck, 4 years ago
(diff) |
|
Fixed missing display of update notes in Sparkle. Embedded Sparkle so subversion has the proper version instead of having to download Sparkle and apply several patches.
|
| Line | |
|---|
| 1 | // Framework only |
|---|
| 2 | |
|---|
| 3 | INSTALL_PATH = @loader_path/../Frameworks |
|---|
| 4 | DYLIB_COMPATIBILITY_VERSION = 1.5 |
|---|
| 5 | DYLIB_CURRENT_VERSION = 1.5 |
|---|
| 6 | PRODUCT_NAME = Sparkle |
|---|
| 7 | WRAPPER_EXTENSION = framework |
|---|
| 8 | OTHER_LDFLAGS = -lcrypto |
|---|
| 9 | FRAMEWORK_VERSION = A |
|---|
| 10 | INFOPLIST_FILE = Info.plist |
|---|
| 11 | GCC_PREFIX_HEADER = Sparkle.pch |
|---|
Note: See
TracBrowser
for help on using the repository browser.