|
118 | 118 | 6320331F1E3A4BCE00E6318F /* Crash-missing-user.json in Resources */ = {isa = PBXBuildFile; fileRef = 632033101E3A4BCE00E6318F /* Crash-missing-user.json */; };
|
119 | 119 | 632496061DEC33EA0014A044 /* SentrySwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 632495C01DE70EFD0014A044 /* SentrySwizzle.swift */; };
|
120 | 120 | 6324960D1DEC33EE0014A044 /* SentrySwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 632495C01DE70EFD0014A044 /* SentrySwizzle.swift */; };
|
| 121 | + 6332A20B1E49AD1C0099D77A /* Sentry+UserFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6332A20A1E49AD1C0099D77A /* Sentry+UserFeedback.swift */; }; |
| 122 | + 6332A20D1E49B28B0099D77A /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6332A20C1E49B28B0099D77A /* Log.swift */; }; |
| 123 | + 6332A20E1E49B28B0099D77A /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6332A20C1E49B28B0099D77A /* Log.swift */; }; |
| 124 | + 6332A20F1E49B28B0099D77A /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6332A20C1E49B28B0099D77A /* Log.swift */; }; |
| 125 | + 6332A2101E49B28B0099D77A /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6332A20C1E49B28B0099D77A /* Log.swift */; }; |
| 126 | + 6332A2121E49B3680099D77A /* Sentry+Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6332A2111E49B3680099D77A /* Sentry+Event.swift */; }; |
| 127 | + 6332A2131E49B3680099D77A /* Sentry+Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6332A2111E49B3680099D77A /* Sentry+Event.swift */; }; |
| 128 | + 6332A2141E49B3680099D77A /* Sentry+Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6332A2111E49B3680099D77A /* Sentry+Event.swift */; }; |
| 129 | + 6332A2151E49B3680099D77A /* Sentry+Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6332A2111E49B3680099D77A /* Sentry+Event.swift */; }; |
121 | 130 | 633C38171E01952E00A74C63 /* SentryReactNativeCrashTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 633C38161E01952E00A74C63 /* SentryReactNativeCrashTests.swift */; };
|
122 | 131 | 634EA0211DF85BF000FE83A9 /* Frame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 634EA0201DF85BF000FE83A9 /* Frame.swift */; };
|
123 | 132 | 6350F6631DCE1C6B00B6B596 /* SentryCrashProbeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6350F6621DCE1C6B00B6B596 /* SentryCrashProbeTests.swift */; };
|
|
403 | 412 | 6320330F1E3A4BCE00E6318F /* Crash-missing-crash.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "Crash-missing-crash.json"; sourceTree = "<group>"; };
|
404 | 413 | 632033101E3A4BCE00E6318F /* Crash-missing-user.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "Crash-missing-user.json"; sourceTree = "<group>"; };
|
405 | 414 | 632495C01DE70EFD0014A044 /* SentrySwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SentrySwizzle.swift; path = ios/SentrySwizzle.swift; sourceTree = "<group>"; };
|
| 415 | + 6332A20A1E49AD1C0099D77A /* Sentry+UserFeedback.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Sentry+UserFeedback.swift"; path = "ios/Sentry+UserFeedback.swift"; sourceTree = "<group>"; }; |
| 416 | + 6332A20C1E49B28B0099D77A /* Log.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Log.swift; sourceTree = "<group>"; }; |
| 417 | + 6332A2111E49B3680099D77A /* Sentry+Event.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Sentry+Event.swift"; sourceTree = "<group>"; }; |
406 | 418 | 633C38161E01952E00A74C63 /* SentryReactNativeCrashTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SentryReactNativeCrashTests.swift; sourceTree = "<group>"; };
|
407 | 419 | 634EA0201DF85BF000FE83A9 /* Frame.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Frame.swift; sourceTree = "<group>"; };
|
408 | 420 | 6350F6621DCE1C6B00B6B596 /* SentryCrashProbeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SentryCrashProbeTests.swift; sourceTree = "<group>"; };
|
|
565 | 577 | 036378281C225D5200644C01 /* Sentry.h */,
|
566 | 578 | 0363782B1C225D8300644C01 /* Sentry.swift */,
|
567 | 579 | 632495C01DE70EFD0014A044 /* SentrySwizzle.swift */,
|
| 580 | + 6332A20C1E49B28B0099D77A /* Log.swift */, |
568 | 581 | );
|
569 | 582 | path = Sources;
|
570 | 583 | sourceTree = "<group>";
|
|
707 | 720 | name = Network;
|
708 | 721 | sourceTree = "<group>";
|
709 | 722 | };
|
| 723 | + 6332A2031E49ACF90099D77A /* Sentry */ = { |
| 724 | + isa = PBXGroup; |
| 725 | + children = ( |
| 726 | + 8092F8E41CF2499600634F3F /* Sentry+Error.swift */, |
| 727 | + 6332A20A1E49AD1C0099D77A /* Sentry+UserFeedback.swift */, |
| 728 | + 6332A2111E49B3680099D77A /* Sentry+Event.swift */, |
| 729 | + ); |
| 730 | + name = Sentry; |
| 731 | + sourceTree = "<group>"; |
| 732 | + }; |
710 | 733 | 63CDAB411DD9D7F300B63921 /* Products */ = {
|
711 | 734 | isa = PBXGroup;
|
712 | 735 | children = (
|
|
763 | 786 | 9B02CAB11CF5C1E8004F614C /* Extensions */ = {
|
764 | 787 | isa = PBXGroup;
|
765 | 788 | children = (
|
| 789 | + 6332A2031E49ACF90099D77A /* Sentry */, |
766 | 790 | 9B02CABA1CF5C25D004F614C /* Foundation */,
|
767 | 791 | 9B02CAB51CF5C1F9004F614C /* Swift */,
|
768 | 792 | );
|
|
772 | 796 | 9B02CAB51CF5C1F9004F614C /* Swift */ = {
|
773 | 797 | isa = PBXGroup;
|
774 | 798 | children = (
|
775 |
| - 8092F8E41CF2499600634F3F /* Sentry+Error.swift */, |
776 | 799 | 9B02CAB61CF5C20F004F614C /* Dictionary+Extras.swift */,
|
777 | 800 | );
|
778 | 801 | name = Swift;
|
|
1254 | 1277 | files = (
|
1255 | 1278 | 03817D801D301E1D005A674A /* Contexts.swift in Sources */,
|
1256 | 1279 | 03C7152C1CE4DB940080AE60 /* Breadcrumb.swift in Sources */,
|
| 1280 | + 6332A2141E49B3680099D77A /* Sentry+Event.swift in Sources */, |
1257 | 1281 | 630271D71E377ECC0047DC3B /* MemoryAddress.swift in Sources */,
|
1258 | 1282 | 63571EEE1DFE99E6001924CD /* BinaryImage.swift in Sources */,
|
1259 | 1283 | 63D54E5E1E0A7D790005B07A /* RequestOperation.swift in Sources */,
|
1260 | 1284 | 9B02CAB91CF5C20F004F614C /* Dictionary+Extras.swift in Sources */,
|
1261 | 1285 | 6350F6751DCE2F0A00B6B596 /* CrashReportConverter.swift in Sources */,
|
1262 | 1286 | 03C715271CE4DB910080AE60 /* Event.swift in Sources */,
|
| 1287 | + 6332A20F1E49B28B0099D77A /* Log.swift in Sources */, |
1263 | 1288 | 03C715241CE4DB8D0080AE60 /* Sentry.swift in Sources */,
|
1264 | 1289 | 8092F8EA1CF2594100634F3F /* Sentry+Error.swift in Sources */,
|
1265 | 1290 | 03C7152A1CE4DB910080AE60 /* EventSerializable.swift in Sources */,
|
|
1311 | 1336 | files = (
|
1312 | 1337 | 03817D7E1D301E1D005A674A /* Contexts.swift in Sources */,
|
1313 | 1338 | 630271F11E3A368D0047DC3B /* QueueableRequestManager.swift in Sources */,
|
| 1339 | + 6332A20D1E49B28B0099D77A /* Log.swift in Sources */, |
1314 | 1340 | 03A89AA11CAACA6F00D94E22 /* BreadcrumbStore.swift in Sources */,
|
1315 | 1341 | 03CFCEC31C612F5300999EB7 /* CrashHandler.swift in Sources */,
|
1316 | 1342 | 8092F8E51CF2499600634F3F /* Sentry+Error.swift in Sources */,
|
|
1329 | 1355 | 03C1E5A71C57192A004D68D8 /* EventOffline.swift in Sources */,
|
1330 | 1356 | 63571EEC1DFE99E6001924CD /* BinaryImage.swift in Sources */,
|
1331 | 1357 | 63CDAB8C1DDCAAE700B63921 /* SentryEndpoint.swift in Sources */,
|
| 1358 | + 6332A2121E49B3680099D77A /* Sentry+Event.swift in Sources */, |
1332 | 1359 | 630271C61E37701E0047DC3B /* Register.swift in Sources */,
|
1333 | 1360 | 03C1E26A1D4652180004A612 /* Thread.swift in Sources */,
|
1334 | 1361 | 03E3D1F81C3E1A2800F00547 /* DSN.swift in Sources */,
|
|
1365 | 1392 | isa = PBXSourcesBuildPhase;
|
1366 | 1393 | buildActionMask = 2147483647;
|
1367 | 1394 | files = (
|
| 1395 | + 6332A20E1E49B28B0099D77A /* Log.swift in Sources */, |
1368 | 1396 | 63571E8E1DFAAD41001924CD /* Frame.swift in Sources */,
|
1369 | 1397 | 03817D7F1D301E1D005A674A /* Contexts.swift in Sources */,
|
1370 | 1398 | 03C736E21C474715004428DF /* CrashHandler.swift in Sources */,
|
|
1395 | 1423 | 036378331C227C7900644C01 /* Event.swift in Sources */,
|
1396 | 1424 | 9BF8E80A1E3B5B6900A417AE /* Functions.swift in Sources */,
|
1397 | 1425 | 03A89AA21CAACA6F00D94E22 /* BreadcrumbStore.swift in Sources */,
|
| 1426 | + 6332A2131E49B3680099D77A /* Sentry+Event.swift in Sources */, |
1398 | 1427 | 632496061DEC33EA0014A044 /* SentrySwizzle.swift in Sources */,
|
1399 | 1428 | 63CDAB8D1DDCAAE700B63921 /* SentryEndpoint.swift in Sources */,
|
| 1429 | + 6332A20B1E49AD1C0099D77A /* Sentry+UserFeedback.swift in Sources */, |
1400 | 1430 | 03D4D9FA1CA48FA800799CC9 /* Breadcrumb.swift in Sources */,
|
1401 | 1431 | 03E3D1D81C3E166800F00547 /* EventSerializable.swift in Sources */,
|
1402 | 1432 | 63CDAB871DDC51E400B63921 /* UserFeedbackTableViewController.swift in Sources */,
|
|
1430 | 1460 | files = (
|
1431 | 1461 | 63CDAB3B1DD9D4AE00B63921 /* CrashHandler.swift in Sources */,
|
1432 | 1462 | 630271F41E3A368D0047DC3B /* QueueableRequestManager.swift in Sources */,
|
| 1463 | + 6332A2101E49B28B0099D77A /* Log.swift in Sources */, |
1433 | 1464 | 63CDAB2D1DD9D49700B63921 /* Dictionary+Extras.swift in Sources */,
|
1434 | 1465 | 63CDAB371DD9D4A800B63921 /* Contexts.swift in Sources */,
|
1435 | 1466 | 63CDAB3D1DD9D4AE00B63921 /* CrashReportConverter.swift in Sources */,
|
|
1448 | 1479 | 63CDAB8F1DDCAAE700B63921 /* SentryEndpoint.swift in Sources */,
|
1449 | 1480 | 63571EEF1DFE99E6001924CD /* BinaryImage.swift in Sources */,
|
1450 | 1481 | 63CDAB301DD9D4A000B63921 /* EventProperties.swift in Sources */,
|
| 1482 | + 6332A2151E49B3680099D77A /* Sentry+Event.swift in Sources */, |
1451 | 1483 | 630271C91E37701E0047DC3B /* Register.swift in Sources */,
|
1452 | 1484 | 63CDAB3A1DD9D4A800B63921 /* DebugMeta.swift in Sources */,
|
1453 | 1485 | 63CDAB281DD9D48500B63921 /* Sentry.swift in Sources */,
|
|
0 commit comments