Skip to content

Commit b982228

Browse files
authored
Merge pull request #4444 from ealeksandrov/EA/xcode-update
[Xcode, Objective-C, Swift] Remove legacy Xcode compatibility
2 parents c3a6db3 + a404348 commit b982228

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

Global/Xcode.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
## User settings
22
xcuserdata/
3-
4-
## Xcode 8 and earlier
5-
*.xcscmblueprint
6-
*.xccheckout

Objective-C.gitignore

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,6 @@
55
## User settings
66
xcuserdata/
77

8-
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9-
*.xcscmblueprint
10-
*.xccheckout
11-
12-
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
13-
build/
14-
DerivedData/
15-
*.moved-aside
16-
*.pbxuser
17-
!default.pbxuser
18-
*.mode1v3
19-
!default.mode1v3
20-
*.mode2v3
21-
!default.mode2v3
22-
*.perspectivev3
23-
!default.perspectivev3
24-
258
## Obj-C/Swift specific
269
*.hmap
2710

Swift.gitignore

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,6 @@
55
## User settings
66
xcuserdata/
77

8-
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9-
*.xcscmblueprint
10-
*.xccheckout
11-
12-
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
13-
build/
14-
DerivedData/
15-
*.moved-aside
16-
*.pbxuser
17-
!default.pbxuser
18-
*.mode1v3
19-
!default.mode1v3
20-
*.mode2v3
21-
!default.mode2v3
22-
*.perspectivev3
23-
!default.perspectivev3
24-
258
## Obj-C/Swift specific
269
*.hmap
2710

0 commit comments

Comments
 (0)