Skip to content

Commit

Permalink
Merging darkshadow2's changes for libcrypto -> CDSA
Browse files Browse the repository at this point in the history
  • Loading branch information
andymatuschak committed Nov 10, 2011
2 parents aeeae26 + 78e24a6 commit ec4ebbd
Show file tree
Hide file tree
Showing 2 changed files with 326 additions and 143 deletions.
1 change: 0 additions & 1 deletion Configurations/ConfigFramework.xcconfig
Expand Up @@ -5,7 +5,6 @@ DYLIB_COMPATIBILITY_VERSION = 1.5
DYLIB_CURRENT_VERSION = 1.5
PRODUCT_NAME = Sparkle
WRAPPER_EXTENSION = framework
OTHER_LDFLAGS = -lcrypto

This comment has been minimized.

Copy link
@triplef

triplef Nov 11, 2011

It looks like the Xcode project still references libcrypto in the Frameworks folder, and at least Xcode 4.2 still links against libcrypto for me despite this change. Removing libcrypto from the project lets it run on 10.5 again.

This comment has been minimized.

Copy link
@andymatuschak

andymatuschak Nov 12, 2011

Author Contributor

Indeed! Fixed in f20c121.

FRAMEWORK_VERSION = A
INFOPLIST_FILE = Info.plist
GCC_PREFIX_HEADER = Sparkle.pch

0 comments on commit ec4ebbd

Please sign in to comment.