Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/file-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ run_version_bump_util_for_prs: &run_version_bump_util_for_prs

# Project files with version info
- "Sentry.podspec"
- "SentryPrivate.podspec"
- "SentrySwiftUI.podspec"
- "Package*.swift"
- "Tests/HybridSDKTest/HybridPod.podspec"
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ git-commit-add:
git push
git push --tags

release-pod:
pod trunk push SentryPrivate.podspec
pod trunk push Sentry.podspec
pod trunk push SentrySwiftUI.podspec

xcode:
make xcode-ci
open Sentry.xcworkspace
Expand Down
2 changes: 0 additions & 2 deletions Sentry.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2271,7 +2271,6 @@
D8751FA4274743710032F4DE /* SentryNSURLSessionTaskSearchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryNSURLSessionTaskSearchTests.swift; sourceTree = "<group>"; };
D8757D142A209F7300BFEFCC /* SentrySampleDecision+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentrySampleDecision+Private.h"; path = "include/SentrySampleDecision+Private.h"; sourceTree = "<group>"; };
D875ED0A276CC84700422FAC /* SentryFileIOTrackerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SentryFileIOTrackerTests.swift; sourceTree = "<group>"; };
D878C6C02BC8048A0039D6A3 /* SentryPrivate.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; path = SentryPrivate.podspec; sourceTree = "<group>"; };
D880E3A628573E87008A90DB /* SentryBaggageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryBaggageTests.swift; sourceTree = "<group>"; };
D880E3B02860A5A0008A90DB /* SentryEvent+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryEvent+Private.h"; path = "include/SentryEvent+Private.h"; sourceTree = "<group>"; };
D884A20327C80F2700074664 /* SentryCoreDataTrackerTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCoreDataTrackerTest.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4727,7 +4726,6 @@
children = (
844DA80D28246D5000E6B62E /* Package.swift */,
844DA80528246D5000E6B62E /* Sentry.podspec */,
D878C6C02BC8048A0039D6A3 /* SentryPrivate.podspec */,
D8199DD029377C130074249E /* SentrySwiftUI.podspec */,
);
name = Distribution;
Expand Down
30 changes: 0 additions & 30 deletions SentryPrivate.podspec

This file was deleted.

1 change: 0 additions & 1 deletion Utils/VersionBump/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ let fromVersionFile = "./Sentry.podspec"
let files = [
"./Sentry.podspec",
"./Package.swift",
"./SentryPrivate.podspec",
"./SentrySwiftUI.podspec",
"./Sources/Sentry/SentryMeta.m",
"./Tests/HybridSDKTest/HybridPod.podspec"
Expand Down
Loading