|
121 | 121 | 8AF8FCAC22BD1E5400A967CA /* UnhandledInternalNotifyScenario.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AF8FCAB22BD1E5400A967CA /* UnhandledInternalNotifyScenario.swift */; };
|
122 | 122 | 8AF8FCAE22BD23BA00A967CA /* HandledInternalNotifyScenario.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AF8FCAD22BD23BA00A967CA /* HandledInternalNotifyScenario.swift */; };
|
123 | 123 | 967F6F1229B2236A0054EED8 /* InternalWorkingsScenario.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967F6F1129B2236A0054EED8 /* InternalWorkingsScenario.swift */; };
|
| 124 | + 96A25F322D66AFAE00A18116 /* ObjCExceptionFeatureFlagsScenario.m in Sources */ = {isa = PBXBuildFile; fileRef = 96A25F312D66AFAE00A18116 /* ObjCExceptionFeatureFlagsScenario.m */; }; |
124 | 125 | A1117E552535A59100014FDA /* OOMLoadScenario.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1117E542535A59100014FDA /* OOMLoadScenario.swift */; };
|
125 | 126 | A1117E572535B22300014FDA /* OOMAutoDetectErrorsScenario.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1117E562535B22300014FDA /* OOMAutoDetectErrorsScenario.swift */; };
|
126 | 127 | A1117E592535B29800014FDA /* OOMEnabledErrorTypesScenario.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1117E582535B29800014FDA /* OOMEnabledErrorTypesScenario.swift */; };
|
|
328 | 329 | 8AF8FCAB22BD1E5400A967CA /* UnhandledInternalNotifyScenario.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnhandledInternalNotifyScenario.swift; sourceTree = "<group>"; };
|
329 | 330 | 8AF8FCAD22BD23BA00A967CA /* HandledInternalNotifyScenario.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HandledInternalNotifyScenario.swift; sourceTree = "<group>"; };
|
330 | 331 | 967F6F1129B2236A0054EED8 /* InternalWorkingsScenario.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InternalWorkingsScenario.swift; sourceTree = "<group>"; };
|
| 332 | + 96A25F312D66AFAE00A18116 /* ObjCExceptionFeatureFlagsScenario.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ObjCExceptionFeatureFlagsScenario.m; sourceTree = "<group>"; }; |
331 | 333 | A1117E542535A59100014FDA /* OOMLoadScenario.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OOMLoadScenario.swift; sourceTree = "<group>"; };
|
332 | 334 | A1117E562535B22300014FDA /* OOMAutoDetectErrorsScenario.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OOMAutoDetectErrorsScenario.swift; sourceTree = "<group>"; };
|
333 | 335 | A1117E582535B29800014FDA /* OOMEnabledErrorTypesScenario.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OOMEnabledErrorTypesScenario.swift; sourceTree = "<group>"; };
|
|
545 | 547 | 8A096DFB27C7E77600DB6ECC /* CxxBareThrowScenario.mm */,
|
546 | 548 | 010BAAFA2833CE570003FF36 /* CxxExceptionOverrideScenario.mm */,
|
547 | 549 | F429550B682F8F9677305881 /* CxxExceptionScenario.mm */,
|
| 550 | + 09F025162BAD7B04007D9F73 /* DelayedNotifyErrorScenario.swift */, |
548 | 551 | 010BAAF42833CE570003FF36 /* DisableAllExceptManualExceptionsAndCrashScenario.m */,
|
549 | 552 | 010BAB402833D2AA0003FF36 /* DisabledReleaseStageAutoSessionScenario.swift */,
|
550 | 553 | 010BAB3C2833D2890003FF36 /* DisabledReleaseStageManualSessionScenario.swift */,
|
|
595 | 598 | E753F24524927409001FB671 /* NotifyCallbackCrashScenario.swift */,
|
596 | 599 | 8A32DB8122424E3000EDD92F /* NSExceptionShiftScenario.m */,
|
597 | 600 | F4295E86DC0BE9DC731B0D1C /* NullPointerScenario.m */,
|
| 601 | + 96A25F312D66AFAE00A18116 /* ObjCExceptionFeatureFlagsScenario.m */, |
598 | 602 | 010BAAF52833CE570003FF36 /* ObjCExceptionOverrideScenario.m */,
|
599 | 603 | F429521A8EEB435DCB6EACE1 /* ObjCExceptionScenario.m */,
|
600 | 604 | F429511ED32FC9FB46649CAE /* ObjCMsgSendScenario.m */,
|
|
680 | 684 | 010BAAF22833CE570003FF36 /* UserPersistencePersistUserClientScenario.m */,
|
681 | 685 | 010BAAF82833CE570003FF36 /* UserPersistencePersistUserScenario.m */,
|
682 | 686 | E700EE49247D1164008CFFB6 /* UserSessionOverrideScenario.swift */,
|
683 |
| - 09F025162BAD7B04007D9F73 /* DelayedNotifyErrorScenario.swift */, |
684 | 687 | );
|
685 | 688 | name = scenarios;
|
686 | 689 | path = ../shared/scenarios;
|
|
948 | 951 | 010BAB332833D1E80003FF36 /* UnhandledErrorInvalidReleaseStageScenario.swift in Sources */,
|
949 | 952 | E700EE4E247D1317008CFFB6 /* UserFromClientScenario.swift in Sources */,
|
950 | 953 | E7B79CDA24800A5D0039FB88 /* MetadataMergeScenario.swift in Sources */,
|
| 954 | + 96A25F322D66AFAE00A18116 /* ObjCExceptionFeatureFlagsScenario.m in Sources */, |
951 | 955 | E7B79CD8247FD7810039FB88 /* AutoContextNSExceptionScenario.swift in Sources */,
|
952 | 956 | 010BAB3B2833D2280003FF36 /* UnhandledErrorValidReleaseStageScenario.swift in Sources */,
|
953 | 957 | 010BDFB92885562D007025F9 /* ReportBackgroundAppHangScenario.swift in Sources */,
|
|
0 commit comments