From 606964707658b177099292e1d9f80ba6b4b964a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Tue, 19 Apr 2016 11:16:01 -0700 Subject: [ios, osx] Override user workspace settings --- platform/ios/WorkspaceSettings.xcsettings | 18 ++++++++++++++++++ .../xcshareddata/WorkspaceSettings.xcsettings | 18 ------------------ platform/osx/WorkspaceSettings.xcsettings | 18 ++++++++++++++++++ .../xcshareddata/WorkspaceSettings.xcsettings | 18 ------------------ 4 files changed, 36 insertions(+), 36 deletions(-) create mode 100644 platform/ios/WorkspaceSettings.xcsettings delete mode 100644 platform/ios/ios.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings create mode 100644 platform/osx/WorkspaceSettings.xcsettings delete mode 100644 platform/osx/osx.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (limited to 'platform') diff --git a/platform/ios/WorkspaceSettings.xcsettings b/platform/ios/WorkspaceSettings.xcsettings new file mode 100644 index 0000000000..a2d959210c --- /dev/null +++ b/platform/ios/WorkspaceSettings.xcsettings @@ -0,0 +1,18 @@ + + + + + BuildLocationStyle + UseAppPreferences + CustomBuildLocationType + RelativeToDerivedData + DerivedDataCustomLocation + ../../build + DerivedDataLocationStyle + WorkspaceRelativePath + IssueFilterStyle + ShowActiveSchemeOnly + LiveSourceIssuesEnabled + + + diff --git a/platform/ios/ios.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/platform/ios/ios.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index 09129db48c..0000000000 --- a/platform/ios/ios.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,18 +0,0 @@ - - - - - BuildLocationStyle - UseAppPreferences - CustomBuildLocationType - RelativeToDerivedData - DerivedDataCustomLocation - ../../build/DerivedData - DerivedDataLocationStyle - WorkspaceRelativePath - IssueFilterStyle - ShowActiveSchemeOnly - LiveSourceIssuesEnabled - - - diff --git a/platform/osx/WorkspaceSettings.xcsettings b/platform/osx/WorkspaceSettings.xcsettings new file mode 100644 index 0000000000..a2d959210c --- /dev/null +++ b/platform/osx/WorkspaceSettings.xcsettings @@ -0,0 +1,18 @@ + + + + + BuildLocationStyle + UseAppPreferences + CustomBuildLocationType + RelativeToDerivedData + DerivedDataCustomLocation + ../../build + DerivedDataLocationStyle + WorkspaceRelativePath + IssueFilterStyle + ShowActiveSchemeOnly + LiveSourceIssuesEnabled + + + diff --git a/platform/osx/osx.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/platform/osx/osx.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index 09129db48c..0000000000 --- a/platform/osx/osx.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,18 +0,0 @@ - - - - - BuildLocationStyle - UseAppPreferences - CustomBuildLocationType - RelativeToDerivedData - DerivedDataCustomLocation - ../../build/DerivedData - DerivedDataLocationStyle - WorkspaceRelativePath - IssueFilterStyle - ShowActiveSchemeOnly - LiveSourceIssuesEnabled - - - -- cgit v1.2.1