aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig/Project/ReleaseiPhone.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'XcodeConfig/Project/ReleaseiPhone.xcconfig')
-rw-r--r--XcodeConfig/Project/ReleaseiPhone.xcconfig18
1 files changed, 5 insertions, 13 deletions
diff --git a/XcodeConfig/Project/ReleaseiPhone.xcconfig b/XcodeConfig/Project/ReleaseiPhone.xcconfig
index 1473a5a..49c1141 100644
--- a/XcodeConfig/Project/ReleaseiPhone.xcconfig
+++ b/XcodeConfig/Project/ReleaseiPhone.xcconfig
@@ -1,10 +1,10 @@
//
-// ReleaseAspenSimulator.xcconfig
+// ReleaseiPhone.xcconfig
//
// Xcode configuration file for building a Release configuration of a project
// for iPhone.
//
-// Copyright 2006-2008 Google Inc.
+// Copyright 2008 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
@@ -19,16 +19,8 @@
// the License.
//
-// This is a _Configuration_ Xcode config file for use in the "Based on" popup
-// of the project configuration editor. Do _not_ use this as the config base
-// and individual Xcode target, there are other configuration files for that
-// purpose.
-
-// Pull in the general settings
-#include "../subconfig/General.xcconfig"
+// This file is deprecated, please use the version specific one instead.
+//
-// iPhone Settings.
-#include "../subconfig/iPhone.xcconfig"
+#include "ReleaseiPhone20.xcconfig"
-// Release settings
-#include "../subconfig/Release.xcconfig"