Skip to content

Commit e4f28d6

Browse files
author
Josh Holtz
committed
This Sentry Swift client is ready
0 parents  commit e4f28d6

File tree

74 files changed

+7078
-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.

74 files changed

+7078
-0
lines changed

.gitignore

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Mac OS X
2+
.DS_Store
3+
4+
# Xcode
5+
6+
## Build generated
7+
build/
8+
DerivedData
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+
*.xccheckout
23+
*.moved-aside
24+
*.xcuserstate
25+
*.xcscmblueprint
26+
27+
## Obj-C/Swift specific
28+
*.hmap
29+
*.ipa
30+
*.dSYM.zip
31+
32+
## Playgrounds
33+
timeline.xctimeline
34+
playground.xcworkspace
35+
36+
# Swift Package Manager
37+
.build/
38+
39+
# Carthage
40+
Carthage/Build
41+
Carthage/Checkouts
42+
43+
# CocoaPods
44+
**/Pods
45+
46+
# Fastlane
47+
report.xml
48+
.env

Cartfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github "kstenerud/KSCrash" ~> 1.1
2+

Cartfile.resolved

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "kstenerud/KSCrash" "1.2.1"

0 commit comments

Comments
 (0)