Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
Support building with Xcode 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cstawarz committed Jul 25, 2011
1 parent c57a5c9 commit f6657f5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,4 +1,6 @@
Info.plist
MWClient.xcodeproj/*.pbxuser
MWClient.xcodeproj/*.perspectivev3
MWClient.xcodeproj/project.xcworkspace/xcuserdata/
MWClient.xcodeproj/xcuserdata/
build/
18 changes: 7 additions & 11 deletions MWClient.xcodeproj/project.pbxproj
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 44;
objectVersion = 46;
objects = {

/* Begin PBXAggregateTarget section */
Expand Down Expand Up @@ -357,8 +357,11 @@
/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0410;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MWClient" */;
compatibilityVersion = "Xcode 3.0";
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
Expand Down Expand Up @@ -512,7 +515,6 @@
buildSettings = {
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
PRODUCT_NAME = "Set Version String";
ZERO_LINK = NO;
};
Expand Down Expand Up @@ -540,7 +542,6 @@
buildSettings = {
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
PRODUCT_NAME = Everything;
ZERO_LINK = NO;
};
Expand All @@ -563,8 +564,7 @@
LIBRARY_SEARCH_PATHS = "$(MW_LIB_DIR)";
MW_INCLUDE_DIR = "\"$(APP_SUPPORT_DIR)/Developer/include\"";
MW_LIB_DIR = "\"$(APP_SUPPORT_DIR)/Developer/lib\"";
PREBINDING = NO;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
SDKROOT = macosx10.6;
};
name = HollowedOut;
};
Expand All @@ -574,7 +574,6 @@
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_ENABLE_OBJC_GC = unsupported;
GCC_INPUT_FILETYPE = sourcecode.cpp.objcpp;
GCC_OBJC_CALL_CXX_CDTORS = YES;
Expand Down Expand Up @@ -606,7 +605,6 @@
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_ENABLE_OBJC_GC = unsupported;
GCC_INPUT_FILETYPE = sourcecode.cpp.objcpp;
GCC_OBJC_CALL_CXX_CDTORS = YES;
Expand Down Expand Up @@ -646,7 +644,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "$(MW_INCLUDE_DIR)";
LIBRARY_SEARCH_PATHS = "$(MW_LIB_DIR)";
PREBINDING = NO;
};
name = Development;
};
Expand All @@ -659,8 +656,7 @@
);
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
SDKROOT = "";
};
name = Release;
};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6657f5

Please sign in to comment.