File tree 2 files changed +21
-5
lines changed
2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change
1
+ # ##################################
2
+ # ## Local Items: Not Checked In ###
3
+ # ##################################
4
+ * __LOCAL
5
+
6
+ # ##################
7
+ # ## Apple macOS ###
8
+ # ##################
1
9
.DS_Store
2
- /.build
3
- /Packages
4
- * .xcodeproj
5
- .swiftpm
6
10
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
7
14
Icon ?
8
15
16
+ # ############################
17
+ # ## Swift Package Manager ###
18
+ # ############################
19
+ /.build
20
+ /Packages
21
+ /* .xcodeproj
22
+ xcuserdata /
23
+ DerivedData /
24
+ .swiftpm /xcode /package.xcworkspace /contents.xcworkspacedata
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.2
1
+ // swift-tools-version:5.5
2
2
3
3
import PackageDescription
4
4
You can’t perform that action at this time.
0 commit comments