Skip to content

Commit 5ab91b2

Browse files
author
FrankSorro
committed
first commit
0 parents  commit 5ab91b2

File tree

109 files changed

+82075
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+82075
-0
lines changed

.gitignore

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.DS_Store
2+
.Trashes
3+
4+
*.swp
5+
*.lock
6+
*~.nib
7+
8+
DerivedData/
9+
build/*.*
10+
bin/
11+
12+
*.pbxuser
13+
14+
*.mode1v3
15+
*.mode2v3
16+
17+
*.perspectivev3
18+
19+
!default.pbxuser
20+
!default.mode1v3
21+
!default.mode2v3
22+
!default.perspectivev3
23+
24+
*.xccheckout
25+
26+
xcuserdata/
27+
28+
*.moved-aside

.swiftlint.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
disabled_rules:
2+
- function_body_length
3+
- file_length
4+
- cyclomatic_complexity

Frameworks/Realm.framework/8611A483-74FC-3887-ACB6-A263993B8C4E.bcsymbolmap

+13,831
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)