aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig/subconfig/General.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'XcodeConfig/subconfig/General.xcconfig')
-rw-r--r--XcodeConfig/subconfig/General.xcconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/XcodeConfig/subconfig/General.xcconfig b/XcodeConfig/subconfig/General.xcconfig
index ffe3454..03f5b50 100644
--- a/XcodeConfig/subconfig/General.xcconfig
+++ b/XcodeConfig/subconfig/General.xcconfig
@@ -4,7 +4,7 @@
// Xcode configuration file for general build settings applicable to all
// projects and targets.
//
-// Copyright 2006-2008 Google Inc.
+// Copyright 2011 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy
@@ -46,9 +46,6 @@ ARCHS[sdk=iphonesimulator*] = i386
// Build only the active architecture on iphone device targets
ONLY_ACTIVE_ARCH[sdk=iphoneos*] = YES
-// iPhone currently deploys on 10.5 only
-MACOSX_DEPLOYMENT_TARGET[sdk=iphone*] = 10.5
-
// We want our pngs compressed when they are copied
COMPRESS_PNG_FILES = YES