Skip to content

Commit

Permalink
fix tvos build
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed May 15, 2024
1 parent 7fad3b1 commit b102627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/SentryProfilerTests/SentryAppLaunchProfilingTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import SentryTestUtils
import XCTest

#if os(iOS) || os(macOS) || targetEnvironment(macCatalyst)
final class SentryAppLaunchProfilingSwiftTests: XCTestCase {
var fixture: SentryProfileTestFixture?

Expand Down Expand Up @@ -186,3 +187,4 @@ final class SentryAppLaunchProfilingSwiftTests: XCTestCase {
}
}
}
#endif // os(iOS) || os(macOS) || targetEnvironment(macCatalyst)

0 comments on commit b102627

Please sign in to comment.