Skip to content

Commit a57296e

Browse files
committed
swift 5.5
1 parent e1c4b3c commit a57296e

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

.gitignore

+20-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
1+
###################################
2+
### Local Items: Not Checked In ###
3+
###################################
4+
*__LOCAL
5+
6+
###################
7+
### Apple macOS ###
8+
###################
19
.DS_Store
2-
/.build
3-
/Packages
4-
*.xcodeproj
5-
.swiftpm
610

11+
### SourceTree "Iconr" has a carriage return aka "Icon\r" or "Icon\x0d"
12+
### find . -name Icon$'\u000d' -print
13+
### case sensitive, single character wildcard
714
Icon?
815

16+
#############################
17+
### Swift Package Manager ###
18+
#############################
19+
/.build
20+
/Packages
21+
/*.xcodeproj
22+
xcuserdata/
23+
DerivedData/
24+
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.5
22

33
import PackageDescription
44

0 commit comments

Comments
 (0)