Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a static library target #207

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add static library target
  • Loading branch information
jeremyxu2010 committed Jun 12, 2011
commit ee8be309648cd514f3441eff7db8eff065f8ff2c
3 changes: 3 additions & 0 deletions iPhone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,7 @@
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = com.apple.compilers.llvmgcc42;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "-ObjC";
PRIVATE_HEADERS_FOLDER_PATH = /../ASIHttpRequest/PrivateHeaders;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -998,6 +999,7 @@
GCC_PREFIX_HEADER = "ASIHttpRequest/ASIHttpRequest-Prefix.pch";
GCC_VERSION = com.apple.compilers.llvmgcc42;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "-ObjC";
PRIVATE_HEADERS_FOLDER_PATH = /../ASIHttpRequest/PrivateHeaders;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1156,6 +1158,7 @@
3FE02B5A13A4FD1A00747D26 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B55B60CE0F765BB10064029C /* Build configuration list for PBXNativeTarget "Tests" */ = {
isa = XCConfigurationList;
Expand Down