Skip to content

Commit

Permalink
move hybrid headers into header file
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Nov 6, 2024
1 parent cf3d1f3 commit 37ab474
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
19 changes: 2 additions & 17 deletions Sources/Resources/Sentry.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,8 @@ framework module Sentry {
export *
module * { export * }

explicit module HybridSDK {
header "PrivateSentrySDKOnly.h"
header "PrivatesHeader.h"
header "SentryAppStartMeasurement.h"
header "SentryBinaryImageCache.h"
header "SentryBreadcrumb+Private.h"
header "SentryDebugImageProvider+HybridSDKs.h"
header "SentryDependencyContainer.h"
// header "SentryEnvelope.h"
header "SentryEnvelopeItemType.h"
header "SentryFormatter.h"
header "SentryFramesTracker.h"
header "SentryOptions+HybridSDKs.h"
header "SentryScreenFrames.h"
header "SentrySessionReplayIntegration-Hybrid.h"
header "SentrySwizzle.h"
header "SentryUser+Private.h"
explicit module _Hybrid {
header "SentryHybrid.h"

export *
}
Expand Down
18 changes: 18 additions & 0 deletions Sources/Sentry/include/HybridPublic/SentryHybrid.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#import "PrivateSentrySDKOnly.h"

Check failure on line 1 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for ios_objc on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/PrivateSentrySDKOnly.h'

Check failure on line 1 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for tvos_swift on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/PrivateSentrySDKOnly.h'

Check failure on line 1 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / Release Build of iOS Swift

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/PrivateSentrySDKOnly.h'

Check failure on line 1 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/PrivateSentrySDKOnly.h'
#import "SentryFormatter.h"

Check failure on line 2 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for ios_objc on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryFormatter.h'

Check failure on line 2 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for tvos_swift on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryFormatter.h'

Check failure on line 2 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / Release Build of iOS Swift

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryFormatter.h'

Check failure on line 2 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryFormatter.h'
#import "PrivatesHeader.h"

Check failure on line 3 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for ios_objc on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/PrivatesHeader.h'

Check failure on line 3 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for tvos_swift on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/PrivatesHeader.h'

Check failure on line 3 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / Release Build of iOS Swift

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/PrivatesHeader.h'

Check failure on line 3 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/PrivatesHeader.h'
#import "SentryFramesTracker.h"

Check failure on line 4 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for ios_objc on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryFramesTracker.h'

Check failure on line 4 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for tvos_swift on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryFramesTracker.h'

Check failure on line 4 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / Release Build of iOS Swift

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryFramesTracker.h'

Check failure on line 4 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryFramesTracker.h'
#import "SentryAppStartMeasurement.h"

Check failure on line 5 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for ios_objc on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryAppStartMeasurement.h'

Check failure on line 5 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for tvos_swift on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryAppStartMeasurement.h'

Check failure on line 5 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / Release Build of iOS Swift

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryAppStartMeasurement.h'

Check failure on line 5 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryAppStartMeasurement.h'
#import "SentryBinaryImageCache.h"

Check failure on line 6 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for ios_objc on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryBinaryImageCache.h'

Check failure on line 6 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for tvos_swift on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryBinaryImageCache.h'

Check failure on line 6 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / Release Build of iOS Swift

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryBinaryImageCache.h'

Check failure on line 6 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryBinaryImageCache.h'
#import "SentryOptions+HybridSDKs.h"

Check failure on line 7 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for ios_objc on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryOptions+HybridSDKs.h'

Check failure on line 7 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for tvos_swift on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryOptions+HybridSDKs.h'

Check failure on line 7 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / Release Build of iOS Swift

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryOptions+HybridSDKs.h'

Check failure on line 7 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryOptions+HybridSDKs.h'
#import "SentryBreadcrumb+Private.h"

Check failure on line 8 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for ios_objc on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryBreadcrumb+Private.h'

Check failure on line 8 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for tvos_swift on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryBreadcrumb+Private.h'

Check failure on line 8 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / Release Build of iOS Swift

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryBreadcrumb+Private.h'

Check failure on line 8 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryBreadcrumb+Private.h'
#import "SentryScreenFrames.h"

Check failure on line 9 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for ios_objc on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryScreenFrames.h'

Check failure on line 9 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for tvos_swift on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryScreenFrames.h'

Check failure on line 9 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / Release Build of iOS Swift

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryScreenFrames.h'

Check failure on line 9 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryScreenFrames.h'
#import "SentryDebugImageProvider+HybridSDKs.h"

Check failure on line 10 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for ios_objc on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryDebugImageProvider+HybridSDKs.h'

Check failure on line 10 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for tvos_swift on Simulators

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryDebugImageProvider+HybridSDKs.h'

Check failure on line 10 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / Release Build of iOS Swift

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryDebugImageProvider+HybridSDKs.h'

Check failure on line 10 in Sources/Sentry/include/HybridPublic/SentryHybrid.h

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

include of non-modular header inside framework module 'Sentry._Hybrid': '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Sentry/include/HybridPublic/SentryDebugImageProvider+HybridSDKs.h'
#import "SentrySessionReplayIntegration-Hybrid.h"
#import "SentryDependencyContainer.h"
#import "SentrySwizzle.h"
#import "SentryEnvelope.h"
#import "SentryUser+Private.h"
#import "SentryEnvelopeItemType.h"

#import "SentryInternalSerializable.h"

0 comments on commit 37ab474

Please sign in to comment.