aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig/Target
diff options
context:
space:
mode:
Diffstat (limited to 'XcodeConfig/Target')
-rw-r--r--XcodeConfig/Target/LoadableBundle.xcconfig4
-rw-r--r--XcodeConfig/Target/LoadableBundleGCSupported.xcconfig2
-rw-r--r--XcodeConfig/Target/SharedLibrary.xcconfig2
-rw-r--r--XcodeConfig/Target/SharedLibraryGCSupported.xcconfig2
-rw-r--r--XcodeConfig/Target/StaticLibrary.xcconfig2
-rw-r--r--XcodeConfig/Target/StaticLibraryGCSupported.xcconfig2
6 files changed, 7 insertions, 7 deletions
diff --git a/XcodeConfig/Target/LoadableBundle.xcconfig b/XcodeConfig/Target/LoadableBundle.xcconfig
index 78ed39a..8b824d7 100644
--- a/XcodeConfig/Target/LoadableBundle.xcconfig
+++ b/XcodeConfig/Target/LoadableBundle.xcconfig
@@ -1,8 +1,8 @@
//
// LoadableBundle.xcconfig
//
-// Xcode configuration file for a loadable bundle. Usually a Cocoa plugin or
-// similar.
+// Xcode configuration file for a loadable bundle target. Usually a Cocoa
+// plugin or similar.
//
// This is a _Target_ config file, for use in the "Based on" popup of the
// settings dialog for a target. Do not attempt to apply this as the base
diff --git a/XcodeConfig/Target/LoadableBundleGCSupported.xcconfig b/XcodeConfig/Target/LoadableBundleGCSupported.xcconfig
index 861845a..aa8d5a7 100644
--- a/XcodeConfig/Target/LoadableBundleGCSupported.xcconfig
+++ b/XcodeConfig/Target/LoadableBundleGCSupported.xcconfig
@@ -1,7 +1,7 @@
//
// LoadableBundleGCSupported.xcconfig
//
-// Xcode configuration file for a loadable bundle that supports garbage
+// Xcode configuration file for a loadable bundle target that supports garbage
// collection. Usually a Cocoa plugin or similar.
//
// This is a _Target_ config file, for use in the "Based on" popup of the
diff --git a/XcodeConfig/Target/SharedLibrary.xcconfig b/XcodeConfig/Target/SharedLibrary.xcconfig
index 7593392..7c37d50 100644
--- a/XcodeConfig/Target/SharedLibrary.xcconfig
+++ b/XcodeConfig/Target/SharedLibrary.xcconfig
@@ -1,7 +1,7 @@
//
// SharedLibrary.xcconfig
//
-// Xcode configuration file for a shared library.
+// Xcode configuration file for a shared library target.
//
// This is a _Target_ config file, for use in the "Based on" popup of the
// settings dialog for a target. Do not attempt to apply this as the base
diff --git a/XcodeConfig/Target/SharedLibraryGCSupported.xcconfig b/XcodeConfig/Target/SharedLibraryGCSupported.xcconfig
index e6b56f7..74ab907 100644
--- a/XcodeConfig/Target/SharedLibraryGCSupported.xcconfig
+++ b/XcodeConfig/Target/SharedLibraryGCSupported.xcconfig
@@ -1,7 +1,7 @@
//
// SharedLibraryGCSupported.xcconfig
//
-// Xcode configuration file for a shared library that support garbage
+// Xcode configuration file for a shared library target that support garbage
// collection.
//
// This is a _Target_ config file, for use in the "Based on" popup of the
diff --git a/XcodeConfig/Target/StaticLibrary.xcconfig b/XcodeConfig/Target/StaticLibrary.xcconfig
index f459e83..df1016b 100644
--- a/XcodeConfig/Target/StaticLibrary.xcconfig
+++ b/XcodeConfig/Target/StaticLibrary.xcconfig
@@ -1,7 +1,7 @@
//
// StaticLibrary.xcconfig
//
-// Xcode configuration file for a static library.
+// Xcode configuration file for a static library target.
//
// This is a _Target_ config file, for use in the "Based on" popup of the
// settings dialog for a target. Do not attempt to apply this as the base
diff --git a/XcodeConfig/Target/StaticLibraryGCSupported.xcconfig b/XcodeConfig/Target/StaticLibraryGCSupported.xcconfig
index 6a57a0c..07ea1d5 100644
--- a/XcodeConfig/Target/StaticLibraryGCSupported.xcconfig
+++ b/XcodeConfig/Target/StaticLibraryGCSupported.xcconfig
@@ -1,7 +1,7 @@
//
// StaticLibraryGCSupported.xcconfig
//
-// Xcode configuration file for a static library that supports garbage
+// Xcode configuration file for a static library target that supports garbage
// collection.
//
// This is a _Target_ config file, for use in the "Based on" popup of the