From 89de16e2499d94ceed70a480a093243a3e9f6853 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM Signature) Date: Fri, 15 Nov 2013 13:12:43 +0800 Subject: removed xcode private files --- .gitignore | 2 + .../project.xcworkspace/contents.xcworkspacedata | 7 --- .../xcshareddata/IOBluetooth-Compat.xccheckout | 41 ------------ .../UserInterfaceState.xcuserstate | Bin 51931 -> 0 bytes .../tcmac.xcuserdatad/WorkspaceSettings.xcsettings | 24 ------- .../xcschemes/IOBluetooth-Compat.xcscheme | 69 --------------------- .../xcschemes/xcschememanagement.plist | 27 -------- 7 files changed, 2 insertions(+), 168 deletions(-) delete mode 100644 IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/xcshareddata/IOBluetooth-Compat.xccheckout delete mode 100644 IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/xcuserdata/tcmac.xcuserdatad/UserInterfaceState.xcuserstate delete mode 100644 IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/xcuserdata/tcmac.xcuserdatad/WorkspaceSettings.xcsettings delete mode 100644 IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/xcuserdata/tcmac.xcuserdatad/xcschemes/IOBluetooth-Compat.xcscheme delete mode 100644 IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/xcuserdata/tcmac.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/.gitignore b/.gitignore index 5afc77e..12b4eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ .project # XCode related DerivedData/ +xcuserdata/ +project.xcworkspace/ diff --git a/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index cc02987..0000000 --- a/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/xcshareddata/IOBluetooth-Compat.xccheckout b/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/xcshareddata/IOBluetooth-Compat.xccheckout deleted file mode 100644 index 5986be0..0000000 --- a/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/xcshareddata/IOBluetooth-Compat.xccheckout +++ /dev/null @@ -1,41 +0,0 @@ - - - - - IDESourceControlProjectFavoriteDictionaryKey - - IDESourceControlProjectIdentifier - 402F1DA4-9EE8-42D6-8005-72CE111EE0ED - IDESourceControlProjectName - IOBluetooth-Compat - IDESourceControlProjectOriginsDictionary - - 39F9C414-00E5-4EF2-A028-8019D12E78AC - git+ssh://ssh.git.ni.fr.eu.org/pyfantom.git - - IDESourceControlProjectPath - IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace - IDESourceControlProjectRelativeInstallPathDictionary - - 39F9C414-00E5-4EF2-A028-8019D12E78AC - ../../.. - - IDESourceControlProjectURL - git+ssh://ssh.git.ni.fr.eu.org/pyfantom.git - IDESourceControlProjectVersion - 110 - IDESourceControlProjectWCCIdentifier - 39F9C414-00E5-4EF2-A028-8019D12E78AC - IDESourceControlProjectWCConfigurations - - - IDESourceControlRepositoryExtensionIdentifierKey - public.vcs.git - IDESourceControlWCCIdentifierKey - 39F9C414-00E5-4EF2-A028-8019D12E78AC - IDESourceControlWCCName - pyfantom - - - - diff --git a/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/xcuserdata/tcmac.xcuserdatad/UserInterfaceState.xcuserstate b/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/xcuserdata/tcmac.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index b0d0171..0000000 Binary files a/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/xcuserdata/tcmac.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/xcuserdata/tcmac.xcuserdatad/WorkspaceSettings.xcsettings b/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/xcuserdata/tcmac.xcuserdatad/WorkspaceSettings.xcsettings deleted file mode 100644 index 42e1f86..0000000 --- a/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/project.xcworkspace/xcuserdata/tcmac.xcuserdatad/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,24 +0,0 @@ - - - - - BuildLocationStyle - CustomLocation - CustomBuildIntermediatesPath - Build/Intermediates - CustomBuildLocationType - RelativeToDerivedData - CustomBuildProductsPath - Build/Products - DerivedDataLocationStyle - Default - IssueFilterStyle - ShowActiveSchemeOnly - LiveSourceIssuesEnabled - - SnapshotAutomaticallyBeforeSignificantChanges - - SnapshotLocationStyle - Default - - diff --git a/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/xcuserdata/tcmac.xcuserdatad/xcschemes/IOBluetooth-Compat.xcscheme b/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/xcuserdata/tcmac.xcuserdatad/xcschemes/IOBluetooth-Compat.xcscheme deleted file mode 100644 index fa6b2bb..0000000 --- a/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/xcuserdata/tcmac.xcuserdatad/xcschemes/IOBluetooth-Compat.xcscheme +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/xcuserdata/tcmac.xcuserdatad/xcschemes/xcschememanagement.plist b/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/xcuserdata/tcmac.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index e7d6c15..0000000 --- a/IOBluetooth-Compat/IOBluetooth-Compat.xcodeproj/xcuserdata/tcmac.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,27 +0,0 @@ - - - - - SchemeUserState - - IOBluetooth-Compat.xcscheme - - orderHint - 0 - - - SuppressBuildableAutocreation - - 43B43CE31835D78100C0D4EE - - primary - - - 43B43CF61835D78100C0D4EE - - primary - - - - - -- cgit v1.2.3