Skip to content

Commit

Permalink
fixup! Add dynamic framework for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjarne Mogstad committed Oct 14, 2015
1 parent c1b140e commit bd130dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SocketRocket.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
INFOPLIST_FILE = "SocketRocket-iOS/SocketRocket-iOS-Info.plist";
Expand Down Expand Up @@ -631,6 +632,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
INFOPLIST_FILE = "SocketRocket-iOS/SocketRocket-iOS-Info.plist";
Expand Down

0 comments on commit bd130dc

Please sign in to comment.