File tree Expand file tree Collapse file tree 13 files changed +57
-27
lines changed Expand file tree Collapse file tree 13 files changed +57
-27
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ excluded:
4
4
- iOS
5
5
- Carthage
6
6
- Pods
7
+ - Utils
7
8
whitelist_rules :
8
9
# - attributes
9
10
- class_delegate_protocol
Original file line number Diff line number Diff line change 62
62
- KSCrash/Reporting/Tools
63
63
- KSCrash/Reporting/Tools (1.15.3):
64
64
- KSCrash/Recording
65
- - Sentry (2.1.0 ):
65
+ - Sentry (2.1.1 ):
66
66
- KSCrash (~> 1.15.3)
67
67
68
68
DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
74
74
75
75
SPEC CHECKSUMS:
76
76
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
77
- Sentry: f488b86ef5004d448bccc7e85ab0ad1c6062942d
77
+ Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2
78
78
79
79
PODFILE CHECKSUM: 9a6feca63fe6ed3706b2808f4c85dae0861ba9d2
80
80
Original file line number Diff line number Diff line change 62
62
- KSCrash/Reporting/Tools
63
63
- KSCrash/Reporting/Tools (1.15.3):
64
64
- KSCrash/Recording
65
- - Sentry (2.1.0 ):
65
+ - Sentry (2.1.1 ):
66
66
- KSCrash (~> 1.15.3)
67
67
68
68
DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
74
74
75
75
SPEC CHECKSUMS:
76
76
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
77
- Sentry: f488b86ef5004d448bccc7e85ab0ad1c6062942d
77
+ Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2
78
78
79
79
PODFILE CHECKSUM: 6e920273a2258e01d891dd3561ac2a73612fe34a
80
80
Original file line number Diff line number Diff line change 62
62
- KSCrash/Reporting/Tools
63
63
- KSCrash/Reporting/Tools (1.15.3):
64
64
- KSCrash/Recording
65
- - Sentry (2.1.0 ):
65
+ - Sentry (2.1.1 ):
66
66
- KSCrash (~> 1.15.3)
67
67
68
68
DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
74
74
75
75
SPEC CHECKSUMS:
76
76
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
77
- Sentry: f488b86ef5004d448bccc7e85ab0ad1c6062942d
77
+ Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2
78
78
79
79
PODFILE CHECKSUM: 699517be0d67a415d70bbce5f2d55f918605fcbc
80
80
Original file line number Diff line number Diff line change 62
62
- KSCrash/Reporting/Tools
63
63
- KSCrash/Reporting/Tools (1.15.3):
64
64
- KSCrash/Recording
65
- - Sentry (2.1.0 ):
65
+ - Sentry (2.1.1 ):
66
66
- KSCrash (~> 1.15.3)
67
67
68
68
DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
74
74
75
75
SPEC CHECKSUMS:
76
76
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
77
- Sentry: f488b86ef5004d448bccc7e85ab0ad1c6062942d
77
+ Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2
78
78
79
79
PODFILE CHECKSUM: 6a149bade470704ba4317901492b58978f603305
80
80
Original file line number Diff line number Diff line change 62
62
- KSCrash/Reporting/Tools
63
63
- KSCrash/Reporting/Tools (1.15.3):
64
64
- KSCrash/Recording
65
- - Sentry (2.1.0 ):
65
+ - Sentry (2.1.1 ):
66
66
- KSCrash (~> 1.15.3)
67
67
68
68
DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
74
74
75
75
SPEC CHECKSUMS:
76
76
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
77
- Sentry: f488b86ef5004d448bccc7e85ab0ad1c6062942d
77
+ Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2
78
78
79
79
PODFILE CHECKSUM: c9a2358b4bf5bf7e6f601eb701b288f4e4bd724a
80
80
Original file line number Diff line number Diff line change 4
4
5
5
test :
6
6
@echo " --> Running all tests"
7
- fastlane test
7
+ fastlane test --silent
8
8
9
9
build-carthage :
10
10
@echo " --> Creating Sentry framework package with carthage"
11
11
carthage build --no-skip-current
12
12
carthage archive Sentry
13
13
14
- release : lint test pod-example-projects pod-lint build-carthage
14
+ release : bump-version lint test pod-example-projects pod-lint build-carthage git-commit-add
15
15
16
16
build-time :
17
17
@echo " --> Analysing build time"
@@ -34,3 +34,16 @@ pod-example-projects:
34
34
pod-release :
35
35
@echo " --> Releasing Pod"
36
36
pod trunk push Sentry.podspec --allow-warnings
37
+
38
+ build-version-bump :
39
+ @echo " --> Building VersionBump"
40
+ cd Utils/VersionBump && rm -rf .build && swift build
41
+
42
+ bump-version : build-version-bump
43
+ @echo " --> Bumping version from ${FROM} to ${TO} "
44
+ ./Utils/VersionBump/.build/debug/VersionBump ${FROM} ${TO}
45
+
46
+ git-commit-add :
47
+ @echo " \n\n\n--> Commting git ${TO} "
48
+ git commit -am " Bump version to ${TO} "
49
+ git tag ${TO}
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Sentry"
3
- s . version = "2.1.0 "
3
+ s . version = "2.1.1 "
4
4
s . summary = "Swift client for Sentry"
5
5
s . homepage = "https://github.com/getsentry/sentry-swift"
6
6
s . license = "mit"
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.1.0 </string >
18
+ <string >2.1.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import KSCrash
46
46
// MARK: - Enums
47
47
48
48
internal struct Info {
49
- static let version : String = " 2.1.0 "
49
+ static let version : String = " 2.1.1 "
50
50
static let sentryVersion : Int = 7
51
51
}
52
52
You can’t perform that action at this time.
0 commit comments