Skip to content

Commit

Permalink
Project updated as per Xcode 5.1.1 recommendations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Weiß committed Jun 15, 2014
1 parent cceda8d commit 51b3f8c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions webarchiver.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0440;
LastUpgradeCheck = 0510;
};
buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "webarchiver" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -180,7 +180,6 @@
1DEB927508733DD40010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_MODEL_TUNING = G5;
Expand All @@ -197,7 +196,6 @@
1DEB927608733DD40010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -212,13 +210,26 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3D94A3E81476954F00DDA4AA /* Base.xcconfig */;
buildSettings = {
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
ONLY_ACTIVE_ARCH = YES;
};
name = Debug;
};
1DEB927A08733DD40010E9CD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3D94A3E81476954F00DDA4AA /* Base.xcconfig */;
buildSettings = {
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
};
name = Release;
};
Expand Down

0 comments on commit 51b3f8c

Please sign in to comment.