Skip to content

Commit

Permalink
move SentryHybrid to parent folder
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Nov 6, 2024
1 parent a68898f commit dfea6a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sentry.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@
9286059529A5096600F96038 /* SentryGeo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9286059429A5096600F96038 /* SentryGeo.h */; settings = {ATTRIBUTES = (Public, ); }; };
9286059729A5098900F96038 /* SentryGeo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9286059629A5098900F96038 /* SentryGeo.m */; };
9286059929A50BAB00F96038 /* SentryGeoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9286059829A50BAA00F96038 /* SentryGeoTests.swift */; };
92E5F3D12CDBA36100B7AD98 /* SentryHybrid.h in Headers */ = {isa = PBXBuildFile; fileRef = 92E5F3D02CDBA36100B7AD98 /* SentryHybrid.h */; settings = {ATTRIBUTES = (Private, ); }; };
92E5F3D32CDBAC0A00B7AD98 /* SentryHybrid.h in Headers */ = {isa = PBXBuildFile; fileRef = 92E5F3D22CDBAC0A00B7AD98 /* SentryHybrid.h */; settings = {ATTRIBUTES = (Private, ); }; };
92F6726B29C8B7B100BFD34D /* SentryUser+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 92F6726A29C8B7B000BFD34D /* SentryUser+Private.h */; settings = {ATTRIBUTES = (Private, ); }; };
A811D867248E2770008A41EA /* SentrySystemEventBreadcrumbsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A811D866248E2770008A41EA /* SentrySystemEventBreadcrumbsTest.swift */; };
A839D89824864B80003B7AFD /* SentrySystemEventBreadcrumbs.h in Headers */ = {isa = PBXBuildFile; fileRef = A839D89724864B80003B7AFD /* SentrySystemEventBreadcrumbs.h */; };
Expand Down Expand Up @@ -1841,7 +1841,7 @@
9286059429A5096600F96038 /* SentryGeo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryGeo.h; path = Public/SentryGeo.h; sourceTree = "<group>"; };
9286059629A5098900F96038 /* SentryGeo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryGeo.m; sourceTree = "<group>"; };
9286059829A50BAA00F96038 /* SentryGeoTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SentryGeoTests.swift; sourceTree = "<group>"; };
92E5F3D02CDBA36100B7AD98 /* SentryHybrid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryHybrid.h; path = include/HybridPublic/SentryHybrid.h; sourceTree = "<group>"; };
92E5F3D22CDBAC0A00B7AD98 /* SentryHybrid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryHybrid.h; path = include/SentryHybrid.h; sourceTree = "<group>"; };
92F6726A29C8B7B000BFD34D /* SentryUser+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SentryUser+Private.h"; path = "include/HybridPublic/SentryUser+Private.h"; sourceTree = "<group>"; };
A811D866248E2770008A41EA /* SentrySystemEventBreadcrumbsTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySystemEventBreadcrumbsTest.swift; sourceTree = "<group>"; };
A839D89724864B80003B7AFD /* SentrySystemEventBreadcrumbs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySystemEventBreadcrumbs.h; path = include/SentrySystemEventBreadcrumbs.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2575,7 +2575,7 @@
63AA76931EB9C1C200D153DE /* Sentry.h */,
33EB2A8F2C3411AE004FED3D /* SentryWithoutUIKit.h */,
D8B665BA2B95F54200BD0E7B /* SentryPrivate.h */,
92E5F3D02CDBA36100B7AD98 /* SentryHybrid.h */,
92E5F3D22CDBAC0A00B7AD98 /* SentryHybrid.h */,
D8BBD32628FD9FBF0011F850 /* SentrySwift.h */,
D81A346B291AECC7005A27A9 /* PrivateSentrySDKOnly.h */,
7B6D1260265F784000C9BE4B /* PrivateSentrySDKOnly.mm */,
Expand Down Expand Up @@ -4258,7 +4258,7 @@
7BCFBD6D2681D0A900BC27D8 /* SentryCrashScopeObserver.h in Headers */,
63FE715320DA4C1100CDBAE8 /* SentryCrashObjCApple.h in Headers */,
63FE710120DA4C1000CDBAE8 /* SentryCrashDate.h in Headers */,
92E5F3D12CDBA36100B7AD98 /* SentryHybrid.h in Headers */,
92E5F3D32CDBAC0A00B7AD98 /* SentryHybrid.h in Headers */,
7B4E24FC251C97B500060D68 /* SentrySession.h in Headers */,
D8B665BC2B95F73200BD0E7B /* SentryPrivate.h in Headers */,
7B7D872C2486480B00D2ECFF /* SentryStacktraceBuilder.h in Headers */,
Expand Down
File renamed without changes.

0 comments on commit dfea6a5

Please sign in to comment.