From dfea6a5cd7cf88d996b0b9c93f234f52eb462817 Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Wed, 6 Nov 2024 14:53:07 +0100 Subject: [PATCH] move SentryHybrid to parent folder --- Sentry.xcodeproj/project.pbxproj | 8 ++++---- Sources/Sentry/include/{HybridPublic => }/SentryHybrid.h | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename Sources/Sentry/include/{HybridPublic => }/SentryHybrid.h (100%) diff --git a/Sentry.xcodeproj/project.pbxproj b/Sentry.xcodeproj/project.pbxproj index 5e10d24b72..7e6c151941 100644 --- a/Sentry.xcodeproj/project.pbxproj +++ b/Sentry.xcodeproj/project.pbxproj @@ -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 */; }; @@ -1841,7 +1841,7 @@ 9286059429A5096600F96038 /* SentryGeo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryGeo.h; path = Public/SentryGeo.h; sourceTree = ""; }; 9286059629A5098900F96038 /* SentryGeo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryGeo.m; sourceTree = ""; }; 9286059829A50BAA00F96038 /* SentryGeoTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SentryGeoTests.swift; sourceTree = ""; }; - 92E5F3D02CDBA36100B7AD98 /* SentryHybrid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryHybrid.h; path = include/HybridPublic/SentryHybrid.h; sourceTree = ""; }; + 92E5F3D22CDBAC0A00B7AD98 /* SentryHybrid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryHybrid.h; path = include/SentryHybrid.h; sourceTree = ""; }; 92F6726A29C8B7B000BFD34D /* SentryUser+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SentryUser+Private.h"; path = "include/HybridPublic/SentryUser+Private.h"; sourceTree = ""; }; A811D866248E2770008A41EA /* SentrySystemEventBreadcrumbsTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySystemEventBreadcrumbsTest.swift; sourceTree = ""; }; A839D89724864B80003B7AFD /* SentrySystemEventBreadcrumbs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySystemEventBreadcrumbs.h; path = include/SentrySystemEventBreadcrumbs.h; sourceTree = ""; }; @@ -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 */, @@ -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 */, diff --git a/Sources/Sentry/include/HybridPublic/SentryHybrid.h b/Sources/Sentry/include/SentryHybrid.h similarity index 100% rename from Sources/Sentry/include/HybridPublic/SentryHybrid.h rename to Sources/Sentry/include/SentryHybrid.h