source: trunk/Sparkle/Configurations/ConfigFramework.xcconfig @ 1046

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
3INSTALL_PATH = @loader_path/../Frameworks
4DYLIB_COMPATIBILITY_VERSION = 1.5
5DYLIB_CURRENT_VERSION = 1.5
6PRODUCT_NAME = Sparkle
7WRAPPER_EXTENSION = framework
8OTHER_LDFLAGS = -lcrypto
9FRAMEWORK_VERSION = A
10INFOPLIST_FILE = Info.plist
11GCC_PREFIX_HEADER = Sparkle.pch
Note: See TracBrowser for help on using the repository browser.