Updating for Snow Leopard. Cleaning up the sample code. Updating the README with instructions for installation from the command line.
This commit is contained in:
@@ -13,5 +13,5 @@ GCC_DYNAMIC_NO_PIC = NO
|
||||
// Dynamic libs should not have their external symbols stripped.
|
||||
STRIP_STYLE = non-global
|
||||
|
||||
// Installation Directory
|
||||
INSTALL_PATH = @loader_path/../Frameworks
|
||||
// Let the user install by specifying the $DSTROOT with xcodebuild
|
||||
SKIP_INSTALL = NO
|
||||
|
@@ -13,3 +13,6 @@ GCC_DYNAMIC_NO_PIC = NO
|
||||
// Static libs should not have their internal globals or external symbols
|
||||
// stripped.
|
||||
STRIP_STYLE = debugging
|
||||
|
||||
// Let the user install by specifying the $DSTROOT with xcodebuild
|
||||
SKIP_INSTALL = NO
|
||||
|
Reference in New Issue
Block a user