From a4ab7b17e6d20f85f771e78cbf9b140ae3d5b16e Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Mon, 18 Mar 2024 15:58:16 +0100 Subject: [PATCH] chore: Remove SentryPrivate from version bump We removed SentryPrivate with GH-3623, so we also have to remove it from the version bump. --- Utils/VersionBump/main.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Utils/VersionBump/main.swift b/Utils/VersionBump/main.swift index d05d2e15fbb..1b3bf76cf81 100644 --- a/Utils/VersionBump/main.swift +++ b/Utils/VersionBump/main.swift @@ -11,7 +11,6 @@ let files = [ "./SentrySwiftUI.podspec", "./Sources/Sentry/SentryMeta.m", "./Sources/Configuration/Sentry.xcconfig", - "./Sources/Configuration/SentryPrivate.xcconfig", "./Sources/Configuration/SentrySwiftUI.xcconfig", "./Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj", "./Tests/HybridSDKTest/HybridPod.podspec"