File tree Expand file tree Collapse file tree
.swiftpm/xcode/package.xcworkspace/xcuserdata/daniele.xcuserdatad Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /Pods
2- /Podfile.lock
31.DS_Store
2+
3+ # Swift PM
4+ Package.resolved
5+
6+ # # User settings
7+ xcuserdata /
8+
9+ # # compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
10+ * .xcscmblueprint
11+ * .xccheckout
12+
13+ # # compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
14+ build /
15+ DerivedData /
16+ * .moved-aside
17+ * .pbxuser
18+ ! default.pbxuser
19+ * .mode1v3
20+ ! default.mode1v3
21+ * .mode2v3
22+ ! default.mode2v3
23+ * .perspectivev3
24+ ! default.perspectivev3
25+
26+ # # Obj-C/Swift specific
27+ * .hmap
28+
29+ # # App packaging
30+ * .ipa
31+ * .dSYM.zip
32+ * .dSYM
33+
34+ # # Playgrounds
35+ timeline.xctimeline
36+ playground.xcworkspace
37+
38+ # Swift Package Manager
39+ #
40+ # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
41+ # Packages/
42+ # Package.pins
43+ # Package.resolved
44+ # *.xcodeproj
45+ #
46+ # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
47+ # hence it is not needed unless you have added a package configuration file to your project
48+ .swiftpm
49+
50+ .build /
You can’t perform that action at this time.
0 commit comments