File tree Expand file tree Collapse file tree 1 file changed +57
-3
lines changed Expand file tree Collapse file tree 1 file changed +57
-3
lines changed Original file line number Diff line number Diff line change 1- Carthage
2- readium-opds.xcodeproj /xcuserdata
3- .build /
1+ # Xcode
2+ #
3+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+ # # Build generated
6+ build /
7+ DerivedData /
8+ .build /
9+
10+ # # Various settings
11+ * .pbxuser
12+ ! default.pbxuser
13+ * .mode1v3
14+ ! default.mode1v3
15+ * .mode2v3
16+ ! default.mode2v3
17+ * .perspectivev3
18+ ! default.perspectivev3
19+ xcuserdata /
20+
21+ # # Other
22+ * .moved-aside
23+ * .xccheckout
24+ * .xcscmblueprint
25+
26+ # ##
27+
28+ # OS X Finder
29+ .DS_Store
30+
31+ # # Obj-C/Swift specific
32+ * .hmap
33+ * .ipa
34+ * .dSYM.zip
35+ * .dSYM
36+
37+ # # Playgrounds
38+ timeline.xctimeline
39+ playground.xcworkspace
40+
41+ # Build products
42+ build /
43+ * .o
44+ * .LinkFileList
45+ * .hmap
46+
47+ # Automatic backup files
48+ * ~.nib /
49+ * .swp
50+ * ~
51+ * .dat
52+ * .dep
53+
54+ # Carthage
55+ Carthage /Checkouts
56+ Carthage /Build
57+
You can’t perform that action at this time.
0 commit comments