Skip to content

Commit 5575af9

Browse files
committed
release: 8.36.0
1 parent 3fd6a8b commit 5575af9

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

.github/last-release-runid

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10559523391
1+
10574712746

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## Unreleased
2+
## 8.36.0
33

44
### Features
55

Package.swift

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ let package = Package(
1212
targets: [
1313
.binaryTarget(
1414
name: "Sentry",
15-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.35.1/Sentry.xcframework.zip",
16-
checksum: "7195da7b164542bf9a9ac346c229eb1590ec8b73c632fa5385565529630953ca" //Sentry-Static
15+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.36.0/Sentry.xcframework.zip",
16+
checksum: "ca2140c6ef4986cd4f4436b23b3bd3cbe582a450fb62a9410efd3085f90be4c5" //Sentry-Static
1717
),
1818
.binaryTarget(
1919
name: "Sentry-Dynamic",
20-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.35.1/Sentry-Dynamic.xcframework.zip",
21-
checksum: "ee0717013601b48a9d50be188c25c6b05c4ddea5f011617498b4e17b07e1b30c" //Sentry-Dynamic
20+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.36.0/Sentry-Dynamic.xcframework.zip",
21+
checksum: "1990ea055eb3cd1779ef2a63f28ef23039999fc0fcef7d678e1d66bfc52de7e7" //Sentry-Dynamic
2222
),
2323
.target ( name: "SentrySwiftUI",
2424
dependencies: ["Sentry", "SentryInternal"],

Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@
12571257
"$(inherited)",
12581258
"@executable_path/Frameworks",
12591259
);
1260-
MARKETING_VERSION = 8.35.1;
1260+
MARKETING_VERSION = 8.36.0;
12611261
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12621262
PRODUCT_NAME = "$(TARGET_NAME)";
12631263
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift";
@@ -1286,7 +1286,7 @@
12861286
"$(inherited)",
12871287
"@executable_path/Frameworks",
12881288
);
1289-
MARKETING_VERSION = 8.35.1;
1289+
MARKETING_VERSION = 8.36.0;
12901290
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12911291
PRODUCT_NAME = "$(TARGET_NAME)";
12921292
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift";
@@ -1935,7 +1935,7 @@
19351935
"$(inherited)",
19361936
"@executable_path/Frameworks",
19371937
);
1938-
MARKETING_VERSION = 8.35.1;
1938+
MARKETING_VERSION = 8.36.0;
19391939
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19401940
PRODUCT_NAME = "$(TARGET_NAME)";
19411941
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift.Clip";
@@ -1970,7 +1970,7 @@
19701970
"$(inherited)",
19711971
"@executable_path/Frameworks",
19721972
);
1973-
MARKETING_VERSION = 8.35.1;
1973+
MARKETING_VERSION = 8.36.0;
19741974
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19751975
PRODUCT_NAME = "$(TARGET_NAME)";
19761976
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift.Clip";

Sentry.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Sentry"
3-
s.version = "8.35.1"
3+
s.version = "8.36.0"
44
s.summary = "Sentry client for cocoa"
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"

SentryPrivate.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SentryPrivate"
3-
s.version = "8.35.1"
3+
s.version = "8.36.0"
44
s.summary = "Sentry Private Library."
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"

SentrySwiftUI.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SentrySwiftUI"
3-
s.version = "8.35.1"
3+
s.version = "8.36.0"
44
s.summary = "Sentry client for SwiftUI"
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.watchos.framework = 'WatchKit'
2020

2121
s.source_files = "Sources/SentrySwiftUI/**/*.{swift,h,m}"
22-
s.dependency 'Sentry', "8.35.1"
22+
s.dependency 'Sentry', "8.36.0"
2323
end

Sources/Configuration/SDK.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DYLIB_INSTALL_NAME_BASE = @rpath
1010
MACH_O_TYPE = mh_dylib
1111
FRAMEWORK_VERSION = A
1212

13-
CURRENT_PROJECT_VERSION = 8.35.1
13+
CURRENT_PROJECT_VERSION = 8.36.0
1414

1515
ALWAYS_SEARCH_USER_PATHS = NO
1616
CLANG_ENABLE_OBJC_ARC = YES

Sources/Sentry/SentryMeta.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ @implementation SentryMeta
55
// Don't remove the static keyword. If you do the compiler adds the constant name to the global
66
// symbol table and it might clash with other constants. When keeping the static keyword the
77
// compiler replaces all occurrences with the value.
8-
static NSString *versionString = @"8.35.1";
8+
static NSString *versionString = @"8.36.0";
99
static NSString *sdkName = @"sentry.cocoa";
1010

1111
+ (NSString *)versionString

Tests/HybridSDKTest/HybridPod.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313
s.requires_arc = true
1414
s.frameworks = 'Foundation'
1515
s.swift_versions = "5.5"
16-
s.dependency "Sentry/HybridSDK", "8.35.1"
16+
s.dependency "Sentry/HybridSDK", "8.36.0"
1717
s.source_files = "HybridTest.swift"
1818
end

0 commit comments

Comments
 (0)