From ebee5bfe87a2799d26d346798f7364eb0dccdcaf Mon Sep 17 00:00:00 2001 From: Evgeny Aleksandrov Date: Sun, 12 May 2024 17:56:43 +0300 Subject: [PATCH 1/2] Drop Xcode 3 compatibility --- Objective-C.gitignore | 13 ------------- Swift.gitignore | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7801c930..45c38074 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -9,19 +9,6 @@ xcuserdata/ *.xcscmblueprint *.xccheckout -## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) -build/ -DerivedData/ -*.moved-aside -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 - ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674..bc46f5d6 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -9,19 +9,6 @@ xcuserdata/ *.xcscmblueprint *.xccheckout -## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) -build/ -DerivedData/ -*.moved-aside -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 - ## Obj-C/Swift specific *.hmap From a4043487860cd48d0bdb54aa41e21dbd7fc91afc Mon Sep 17 00:00:00 2001 From: Evgeny Aleksandrov Date: Sun, 12 May 2024 17:57:07 +0300 Subject: [PATCH 2/2] Drop Xcode 8 compatibility --- Global/Xcode.gitignore | 4 ---- Objective-C.gitignore | 4 ---- Swift.gitignore | 4 ---- 3 files changed, 12 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index f87d2f2e..5073505e 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -1,6 +1,2 @@ ## User settings xcuserdata/ - -## Xcode 8 and earlier -*.xcscmblueprint -*.xccheckout diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 45c38074..9b8cd070 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -5,10 +5,6 @@ ## User settings xcuserdata/ -## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) -*.xcscmblueprint -*.xccheckout - ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index bc46f5d6..439b68dd 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -5,10 +5,6 @@ ## User settings xcuserdata/ -## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) -*.xcscmblueprint -*.xccheckout - ## Obj-C/Swift specific *.hmap