|
69 | 69 | 15E0A8F22411A45A00F044E3 /* SentrySession.m in Sources */ = {isa = PBXBuildFile; fileRef = 15E0A8F12411A45A00F044E3 /* SentrySession.m */; };
|
70 | 70 | 33042A0D29DAF79A00C60085 /* SentryExtraContextProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 33042A0C29DAF79A00C60085 /* SentryExtraContextProvider.m */; };
|
71 | 71 | 33042A1729DC2C4300C60085 /* SentryExtraContextProviderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33042A1629DC2C4300C60085 /* SentryExtraContextProviderTests.swift */; };
|
72 |
| - 33C374B92D103F17004598F1 /* SentryExtraPackages.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C374B82D103EE5004598F1 /* SentryExtraPackages.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
73 |
| - 33C374BB2D103F4D004598F1 /* SentryExtraPackages.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C374BA2D103F4A004598F1 /* SentryExtraPackages.m */; }; |
74 |
| - 33C374C02D104D6C004598F1 /* SentryExtraPackages.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B6D1262265F7CC600C9BE4B /* SentryExtraPackages.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
75 | 72 | 33C374C12D104D9C004598F1 /* SentrySdkPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C374BE2D104A41004598F1 /* SentrySdkPackage.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
76 | 73 | 33C374C22D104F60004598F1 /* SentrySdkPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C374BC2D104A31004598F1 /* SentrySdkPackage.m */; };
|
77 | 74 | 33EB2A912C3412E4004FED3D /* SentryWithoutUIKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 33EB2A8F2C3411AE004FED3D /* SentryWithoutUIKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1072 | 1069 | FA8A36182DEAA1EB0058D883 /* SentryThread+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */; };
|
1073 | 1070 | FA90FAFD2E070A3B008CAAE8 /* SentryURLRequestFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90FAFC2E070A3B008CAAE8 /* SentryURLRequestFactory.swift */; };
|
1074 | 1071 | FAB359982E05D7E90083D5E3 /* SentryEventSwiftHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = FAB359972E05D7E90083D5E3 /* SentryEventSwiftHelper.h */; };
|
| 1072 | + FA90FAA82E06614E008CAAE8 /* SentryExtraPackages.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90FAA72E06614B008CAAE8 /* SentryExtraPackages.swift */; }; |
1075 | 1073 | FAB3599A2E05D8080083D5E3 /* SentryEventSwiftHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = FAB359992E05D8080083D5E3 /* SentryEventSwiftHelper.m */; };
|
1076 | 1074 | FAEC270E2DF3526000878871 /* SentryUserFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEC270D2DF3526000878871 /* SentryUserFeedback.swift */; };
|
1077 | 1075 | FAEC273D2DF3933A00878871 /* NSData+Unzip.m in Sources */ = {isa = PBXBuildFile; fileRef = FAEC273C2DF3933200878871 /* NSData+Unzip.m */; };
|
|
1223 | 1221 | 33042A0B29DAF5F400C60085 /* SentryExtraContextProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SentryExtraContextProvider.h; sourceTree = "<group>"; };
|
1224 | 1222 | 33042A0C29DAF79A00C60085 /* SentryExtraContextProvider.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryExtraContextProvider.m; sourceTree = "<group>"; };
|
1225 | 1223 | 33042A1629DC2C4300C60085 /* SentryExtraContextProviderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryExtraContextProviderTests.swift; sourceTree = "<group>"; };
|
1226 |
| - 33C374B82D103EE5004598F1 /* SentryExtraPackages.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryExtraPackages.h; path = include/SentryExtraPackages.h; sourceTree = "<group>"; }; |
1227 |
| - 33C374BA2D103F4A004598F1 /* SentryExtraPackages.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryExtraPackages.m; sourceTree = "<group>"; }; |
1228 | 1224 | 33C374BC2D104A31004598F1 /* SentrySdkPackage.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySdkPackage.m; sourceTree = "<group>"; };
|
1229 | 1225 | 33C374BE2D104A41004598F1 /* SentrySdkPackage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySdkPackage.h; path = include/SentrySdkPackage.h; sourceTree = "<group>"; };
|
1230 | 1226 | 33EB2A8F2C3411AE004FED3D /* SentryWithoutUIKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryWithoutUIKit.h; path = Public/SentryWithoutUIKit.h; sourceTree = "<group>"; };
|
|
1609 | 1605 | 7B6C5F8626034395007F7DFF /* SentryWatchdogTerminationLogic.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryWatchdogTerminationLogic.m; sourceTree = "<group>"; };
|
1610 | 1606 | 7B6CC50124EE5A42001816D7 /* SentryHubTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryHubTests.swift; sourceTree = "<group>"; };
|
1611 | 1607 | 7B6D1260265F784000C9BE4B /* PrivateSentrySDKOnly.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = PrivateSentrySDKOnly.mm; sourceTree = "<group>"; };
|
1612 |
| - 7B6D1262265F7CC600C9BE4B /* SentryExtraPackages.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryExtraPackages.h; path = ../../Sources/Sentry/include/SentryExtraPackages.h; sourceTree = "<group>"; }; |
1613 | 1608 | 7B6D135B27F4605D00331ED2 /* TestEnvelopeRateLimitDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestEnvelopeRateLimitDelegate.swift; sourceTree = "<group>"; };
|
1614 | 1609 | 7B6D98E724C6D336005502FA /* SentrySdkInfo+Equality.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentrySdkInfo+Equality.h"; sourceTree = "<group>"; };
|
1615 | 1610 | 7B6D98E824C6D336005502FA /* SentrySdkInfo+Equality.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "SentrySdkInfo+Equality.m"; sourceTree = "<group>"; };
|
|
2325 | 2320 | FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryThread+Private.h"; path = "include/SentryThread+Private.h"; sourceTree = "<group>"; };
|
2326 | 2321 | FA90FAFC2E070A3B008CAAE8 /* SentryURLRequestFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryURLRequestFactory.swift; sourceTree = "<group>"; };
|
2327 | 2322 | FAB359972E05D7E90083D5E3 /* SentryEventSwiftHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryEventSwiftHelper.h; path = include/SentryEventSwiftHelper.h; sourceTree = "<group>"; };
|
| 2323 | + FA90FAA72E06614B008CAAE8 /* SentryExtraPackages.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryExtraPackages.swift; sourceTree = "<group>"; }; |
2328 | 2324 | FAB359992E05D8080083D5E3 /* SentryEventSwiftHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryEventSwiftHelper.m; sourceTree = "<group>"; };
|
2329 | 2325 | FAEC270D2DF3526000878871 /* SentryUserFeedback.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUserFeedback.swift; sourceTree = "<group>"; };
|
2330 | 2326 | FAEC273C2DF3933200878871 /* NSData+Unzip.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSData+Unzip.m"; sourceTree = "<group>"; };
|
|
2808 | 2804 | D858FA652A29EAB3002A3503 /* SentryBinaryImageCache.m */,
|
2809 | 2805 | D8739D152BEEA33F007D2F66 /* SentryLevelHelper.h */,
|
2810 | 2806 | D8739D162BEEA33F007D2F66 /* SentryLevelHelper.m */,
|
2811 |
| - 33C374BA2D103F4A004598F1 /* SentryExtraPackages.m */, |
2812 |
| - 33C374B82D103EE5004598F1 /* SentryExtraPackages.h */, |
2813 | 2807 | F452438B2DE65BC0003E8F50 /* SentryUseNSExceptionCallstackWrapper.h */,
|
2814 | 2808 | F452437D2DE60B71003E8F50 /* SentryUseNSExceptionCallstackWrapper.m */,
|
2815 | 2809 | );
|
|
2866 | 2860 | 7B0002312477F0520035FEF1 /* SentrySessionTests.m */,
|
2867 | 2861 | 63AA75951EB8AEDB00D153DE /* SentryTests.m */,
|
2868 | 2862 | 63AA75941EB8AEDB00D153DE /* Info.plist */,
|
2869 |
| - 7B6D1262265F7CC600C9BE4B /* SentryExtraPackages.h */, |
2870 | 2863 | 7BAF3DB4243C743E008A5414 /* SentryClientTests.swift */,
|
2871 | 2864 | A8AFFCD12907DA7600967CD7 /* SentryHttpStatusCodeRangeTests.swift */,
|
2872 | 2865 | 7B6CC50124EE5A42001816D7 /* SentryHubTests.swift */,
|
|
4505 | 4498 | FA67DCCC2DDBD4EA00896B02 /* Helper */ = {
|
4506 | 4499 | isa = PBXGroup;
|
4507 | 4500 | children = (
|
| 4501 | + FA90FAA72E06614B008CAAE8 /* SentryExtraPackages.swift */, |
4508 | 4502 | FA67DCC82DDBD4EA00896B02 /* Log */,
|
4509 | 4503 | FA67DCC92DDBD4EA00896B02 /* SentryBaggageSerialization.swift */,
|
4510 | 4504 | FA67DCCA2DDBD4EA00896B02 /* SentryCurrentDateProvider.swift */,
|
|
4644 | 4638 | D8CB74152947246600A5F964 /* SentryEnvelopeAttachmentHeader.h in Headers */,
|
4645 | 4639 | 63FE71BA20DA4C1100CDBAE8 /* SentryCrashInstallation+Private.h in Headers */,
|
4646 | 4640 | 63FE71AE20DA4C1100CDBAE8 /* SentryCrashInstallation.h in Headers */,
|
4647 |
| - 33C374C02D104D6C004598F1 /* SentryExtraPackages.h in Headers */, |
4648 | 4641 | 63FE70F120DA4C1000CDBAE8 /* SentryCrashMonitorType.h in Headers */,
|
4649 | 4642 | 7BA0C04628055F8E003E0326 /* SentryTransportAdapter.h in Headers */,
|
4650 | 4643 | 63FE717720DA4C1100CDBAE8 /* SentryCrashReportWriter.h in Headers */,
|
|
4729 | 4722 | 8EAE980B261E9F530073B6B3 /* SentryPerformanceTracker.h in Headers */,
|
4730 | 4723 | 63FE718520DA4C1100CDBAE8 /* SentryCrashC.h in Headers */,
|
4731 | 4724 | 8EA1ED0D2669028C00E62B98 /* SentryUIViewControllerSwizzling.h in Headers */,
|
4732 |
| - 33C374B92D103F17004598F1 /* SentryExtraPackages.h in Headers */, |
4733 | 4725 | D820CDB82BB1895F00BA339D /* SentrySessionReplayIntegration.h in Headers */,
|
4734 | 4726 | F49D419C2DEA30C300D9244E /* SentryCrashExceptionApplicationHelper.h in Headers */,
|
4735 | 4727 | 7B98D7E425FB7A7200C5A389 /* SentryAppState.h in Headers */,
|
|
5262 | 5254 | 7BFC16A125249A9D00FF6266 /* SentryMessage.m in Sources */,
|
5263 | 5255 | FA90FAFD2E070A3B008CAAE8 /* SentryURLRequestFactory.swift in Sources */,
|
5264 | 5256 | 7BCFBD6F2681D0EE00BC27D8 /* SentryCrashScopeObserver.m in Sources */,
|
| 5257 | + FA90FAA82E06614E008CAAE8 /* SentryExtraPackages.swift in Sources */, |
5265 | 5258 | 7BD86ED1264A7CF6005439DB /* SentryAppStartMeasurement.m in Sources */,
|
5266 | 5259 | 7DC27EC723997EB7006998B5 /* SentryAutoBreadcrumbTrackingIntegration.m in Sources */,
|
5267 | 5260 | D84D2CDF2C2BF9370011AF8A /* SentryReplayType.swift in Sources */,
|
|
5345 | 5338 | 63AA769E1EB9C57A00D153DE /* SentryError.mm in Sources */,
|
5346 | 5339 | 7B8713B026415B22006D6004 /* SentryAppStartTrackingIntegration.m in Sources */,
|
5347 | 5340 | 8E133FA225E72DEF00ABD0BF /* SentrySamplingContext.m in Sources */,
|
5348 |
| - 33C374BB2D103F4D004598F1 /* SentryExtraPackages.m in Sources */, |
5349 | 5341 | D81988C02BEBFFF70020E36C /* SentryReplayRecording.swift in Sources */,
|
5350 | 5342 | 7B6C5F8726034395007F7DFF /* SentryWatchdogTerminationLogic.m in Sources */,
|
5351 | 5343 | 7BBC827125DFD039005F1ED8 /* SentryInAppLogic.m in Sources */,
|
|
0 commit comments