|
1032 | 1032 | F41362112E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41362102E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift */; };
|
1033 | 1033 | F41362132E1C566100B84443 /* SentryScopePersistentStore+User.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41362122E1C566100B84443 /* SentryScopePersistentStore+User.swift */; };
|
1034 | 1034 | F41362152E1C568400B84443 /* SentryScopePersistentStore+Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41362142E1C568400B84443 /* SentryScopePersistentStore+Context.swift */; };
|
| 1035 | + F429DCBB2E4A59370054383F /* SentrySDKSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = F429DCBA2E4A59370054383F /* SentrySDKSettings.m */; }; |
| 1036 | + F429DCBC2E4A59370054383F /* SentrySDKSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = F429DCB92E4A59370054383F /* SentrySDKSettings.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
1035 | 1037 | F443DB272E09BE8C009A9045 /* LoadValidatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F443DB262E09BE8C009A9045 /* LoadValidatorTests.swift */; };
|
1036 | 1038 | F44858132E03579D0013E63B /* SentryCrashDynamicLinker+Test.h in Headers */ = {isa = PBXBuildFile; fileRef = F44858122E0357940013E63B /* SentryCrashDynamicLinker+Test.h */; };
|
1037 | 1039 | F451FAA62E0B304E0050ACF2 /* LoadValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F451FAA52E0B304E0050ACF2 /* LoadValidator.swift */; };
|
|
1051 | 1053 | F4AACD612E01ACE800DDDD1E /* SentryCrashDynamicLinkerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F4AACD602E01ACE800DDDD1E /* SentryCrashDynamicLinkerTests.m */; };
|
1052 | 1054 | F4DC35562E1FFD620077CE89 /* SentryVideoFrameProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4DC35552E1FFD610077CE89 /* SentryVideoFrameProcessor.swift */; };
|
1053 | 1055 | F4DC35582E1FFE1F0077CE89 /* SentryVideoFrameProcessorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4DC35572E1FFE1B0077CE89 /* SentryVideoFrameProcessorTests.swift */; };
|
| 1056 | + F4DCC9DD2E4AA9D0008ECE45 /* SentrySDKSettingsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4DCC9DC2E4AA9D0008ECE45 /* SentrySDKSettingsTests.swift */; }; |
| 1057 | + F4DCC9E52E4AACE0008ECE45 /* SentrySDKSettings+Equality.m in Sources */ = {isa = PBXBuildFile; fileRef = F4DCC9E42E4AACE0008ECE45 /* SentrySDKSettings+Equality.m */; }; |
1054 | 1058 | F4E3DCCB2E1579240093CB80 /* SentryScopePersistentStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4E3DCCA2E1579240093CB80 /* SentryScopePersistentStore.swift */; };
|
1055 | 1059 | FA034AC82DD3DB4900FE3107 /* SentryIntegrationProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FA034AC72DD3DB4900FE3107 /* SentryIntegrationProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
1056 | 1060 | FA21F0B42E4A2A80008B4E5A /* SentryAppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA4C32972DF7513F001D7B01 /* SentryAppState.swift */; };
|
|
2376 | 2380 | F41362102E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Tags.swift"; sourceTree = "<group>"; };
|
2377 | 2381 | F41362122E1C566100B84443 /* SentryScopePersistentStore+User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+User.swift"; sourceTree = "<group>"; };
|
2378 | 2382 | F41362142E1C568400B84443 /* SentryScopePersistentStore+Context.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Context.swift"; sourceTree = "<group>"; };
|
| 2383 | + F429DCB92E4A59370054383F /* SentrySDKSettings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySDKSettings.h; path = include/SentrySDKSettings.h; sourceTree = "<group>"; }; |
| 2384 | + F429DCBA2E4A59370054383F /* SentrySDKSettings.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySDKSettings.m; sourceTree = "<group>"; }; |
2379 | 2385 | F443DB262E09BE8C009A9045 /* LoadValidatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadValidatorTests.swift; sourceTree = "<group>"; };
|
2380 | 2386 | F44858122E0357940013E63B /* SentryCrashDynamicLinker+Test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryCrashDynamicLinker+Test.h"; sourceTree = "<group>"; };
|
2381 | 2387 | F451FAA52E0B304E0050ACF2 /* LoadValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadValidator.swift; sourceTree = "<group>"; };
|
|
2395 | 2401 | F4AACD602E01ACE800DDDD1E /* SentryCrashDynamicLinkerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryCrashDynamicLinkerTests.m; sourceTree = "<group>"; };
|
2396 | 2402 | F4DC35552E1FFD610077CE89 /* SentryVideoFrameProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryVideoFrameProcessor.swift; sourceTree = "<group>"; };
|
2397 | 2403 | F4DC35572E1FFE1B0077CE89 /* SentryVideoFrameProcessorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryVideoFrameProcessorTests.swift; sourceTree = "<group>"; };
|
| 2404 | + F4DCC9DC2E4AA9D0008ECE45 /* SentrySDKSettingsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySDKSettingsTests.swift; sourceTree = "<group>"; }; |
| 2405 | + F4DCC9E32E4AACE0008ECE45 /* SentrySDKSettings+Equality.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentrySDKSettings+Equality.h"; sourceTree = "<group>"; }; |
| 2406 | + F4DCC9E42E4AACE0008ECE45 /* SentrySDKSettings+Equality.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "SentrySDKSettings+Equality.m"; sourceTree = "<group>"; }; |
2398 | 2407 | F4E3DCCA2E1579240093CB80 /* SentryScopePersistentStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryScopePersistentStore.swift; sourceTree = "<group>"; };
|
2399 | 2408 | FA034AC72DD3DB4900FE3107 /* SentryIntegrationProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryIntegrationProtocol.h; path = Public/SentryIntegrationProtocol.h; sourceTree = "<group>"; };
|
2400 | 2409 | FA3734812E0EEA670091EF24 /* SentryScreenshot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryScreenshot.swift; sourceTree = "<group>"; };
|
|
2733 | 2742 | 7BC9A20528F41781001E7C4C /* SentryMeasurementUnit.m */,
|
2734 | 2743 | A8F17B2D2901765900990B25 /* SentryRequest.m */,
|
2735 | 2744 | A8AFFCCE2906C03700967CD7 /* SentryRequest.h */,
|
| 2745 | + F429DCB92E4A59370054383F /* SentrySDKSettings.h */, |
| 2746 | + F429DCBA2E4A59370054383F /* SentrySDKSettings.m */, |
2736 | 2747 | );
|
2737 | 2748 | name = Protocol;
|
2738 | 2749 | sourceTree = "<group>";
|
|
3380 | 3391 | 7B3D0474249A3D5800E106B6 /* Protocol */ = {
|
3381 | 3392 | isa = PBXGroup;
|
3382 | 3393 | children = (
|
| 3394 | + F4DCC9DC2E4AA9D0008ECE45 /* SentrySDKSettingsTests.swift */, |
3383 | 3395 | 9264E1EC2E2E397400B077CF /* SentryLogMessageTests.swift */,
|
3384 | 3396 | 92B6BDAC2E05B9F700D538B3 /* SentryLogTests.swift */,
|
3385 | 3397 | 92ECD7472E05B5760063EC10 /* SentryLogAttributeTests.swift */,
|
|
3396 | 3408 | 7B26BBFA24C0A66D00A79CCC /* SentrySdkInfoNilTests.m */,
|
3397 | 3409 | 7B6D98E724C6D336005502FA /* SentrySdkInfo+Equality.h */,
|
3398 | 3410 | 7B6D98E824C6D336005502FA /* SentrySdkInfo+Equality.m */,
|
| 3411 | + F4DCC9E32E4AACE0008ECE45 /* SentrySDKSettings+Equality.h */, |
| 3412 | + F4DCC9E42E4AACE0008ECE45 /* SentrySDKSettings+Equality.m */, |
3399 | 3413 | 7B82D54824E2A2D400EE670F /* SentryIdTests.swift */,
|
3400 | 3414 | 7B04A9AA24EA5F8D00E710B1 /* SentryUserTests.swift */,
|
3401 | 3415 | 9286059829A50BAA00F96038 /* SentryGeoTests.swift */,
|
|
5111 | 5125 | 63BE85701ECEC6DE00DC44F5 /* SentryDateUtils.h in Headers */,
|
5112 | 5126 | 63FE709520DA4C1000CDBAE8 /* SentryCrashReportFilterBasic.h in Headers */,
|
5113 | 5127 | 844EDCE52947DC3100C86F34 /* SentryNSTimerFactory.h in Headers */,
|
| 5128 | + F429DCBC2E4A59370054383F /* SentrySDKSettings.h in Headers */, |
5114 | 5129 | D8B088B629C9E3FF00213258 /* SentryTracerConfiguration.h in Headers */,
|
5115 | 5130 | 7B63459D280EBA6300CFA05A /* SentryUIEventTracker.h in Headers */,
|
5116 | 5131 | 7B7D873424864C6600D2ECFF /* SentryCrashDefaultMachineContextWrapper.h in Headers */,
|
|
5870 | 5885 | 8E25C95325F836D000DC215B /* SentryRandom.m in Sources */,
|
5871 | 5886 | 03F84D3527DD4191008FE43F /* SentryThreadHandle.cpp in Sources */,
|
5872 | 5887 | 0A2D8DA9289BC905008720F6 /* SentryViewHierarchyProvider.m in Sources */,
|
| 5888 | + F429DCBB2E4A59370054383F /* SentrySDKSettings.m in Sources */, |
5873 | 5889 | D84D2CDD2C2BF7370011AF8A /* SentryReplayEvent.swift in Sources */,
|
5874 | 5890 | D8BC28CC2BFF78220054DA4D /* SentryRRWebTouchEvent.swift in Sources */,
|
5875 | 5891 | D452FC592DDB4B1700AFF56F /* SentryWatchdogTerminationBreadcrumbProcessor.m in Sources */,
|
|
6061 | 6077 | 62E081AB29ED4322000F69FC /* SentryBreadcrumbTestDelegate.swift in Sources */,
|
6062 | 6078 | D8751FA5274743710032F4DE /* SentryNSURLSessionTaskSearchTests.swift in Sources */,
|
6063 | 6079 | D86F419827C8FEFA00490520 /* SentryCoreDataTrackerExtension.swift in Sources */,
|
| 6080 | + F4DCC9E52E4AACE0008ECE45 /* SentrySDKSettings+Equality.m in Sources */, |
6064 | 6081 | 7BF536D124BDF3E7004FA6A2 /* SentryEnvelopeTests.swift in Sources */,
|
6065 | 6082 | 7B98D7E025FB73B900C5A389 /* SentryWatchdogTerminationTrackerTests.swift in Sources */,
|
6066 | 6083 | 63FE721620DA66EC00CDBAE8 /* SentryCrashReportFixer_Tests.m in Sources */,
|
|
6247 | 6264 | 7BFA69F627E0840400233199 /* SentryANRTrackingIntegrationTests.swift in Sources */,
|
6248 | 6265 | 7BBD18B62451807600427C76 /* SentryDefaultRateLimitsTests.swift in Sources */,
|
6249 | 6266 | 63FE720620DA66EC00CDBAE8 /* SentryCrashMonitor_AppState_Tests.m in Sources */,
|
| 6267 | + F4DCC9DD2E4AA9D0008ECE45 /* SentrySDKSettingsTests.swift in Sources */, |
6250 | 6268 | 7B4E375B2582313100059C93 /* SentryAttachmentTests.swift in Sources */,
|
6251 | 6269 | 63FE721320DA66EC00CDBAE8 /* SentryCrashMonitor_Signal_Tests.m in Sources */,
|
6252 | 6270 | 7BBD18B32451805500427C76 /* SentryRateLimitsParserTests.swift in Sources */,
|
|
0 commit comments