|
1112 | 1112 | FAAB2EE02E4BE97500FE8B7E /* TestSentryNSApplication.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAAB2EDF2E4BE96F00FE8B7E /* TestSentryNSApplication.swift */; }; |
1113 | 1113 | FAAB2F972E4D345800FE8B7E /* SentryUIDeviceWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAAB2F962E4D344F00FE8B7E /* SentryUIDeviceWrapper.swift */; }; |
1114 | 1114 | FAAB30F32E4E8F2C00FE8B7E /* SentryInAppLogic.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAAB30F22E4E8F2C00FE8B7E /* SentryInAppLogic.swift */; }; |
1115 | | - FAB007432E9F47E8001C806A /* SessionTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAB007422E9F47E4001C806A /* SessionTracker.swift */; }; |
| 1115 | + FAAB95C02EA163590030A2DB /* SentryScopeObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAAB95BF2EA163590030A2DB /* SentryScopeObserver.swift */; }; |
1116 | 1116 | FAB007362E9EF8D3001C806A /* SentryUIViewControllerPerformanceTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAB007302E9EF8CB001C806A /* SentryUIViewControllerPerformanceTracker.swift */; }; |
| 1117 | + FAB007432E9F47E8001C806A /* SessionTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAB007422E9F47E4001C806A /* SessionTracker.swift */; }; |
1117 | 1118 | FAB007522E9FE2FF001C806A /* SentrySwizzleWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAB0074C2E9FE2FA001C806A /* SentrySwizzleWrapper.swift */; }; |
1118 | 1119 | FAB359982E05D7E90083D5E3 /* SentryEventSwiftHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = FAB359972E05D7E90083D5E3 /* SentryEventSwiftHelper.h */; }; |
1119 | 1120 | FAB3599A2E05D8080083D5E3 /* SentryEventSwiftHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = FAB359992E05D8080083D5E3 /* SentryEventSwiftHelper.m */; }; |
|
2475 | 2476 | FAAB2EDF2E4BE96F00FE8B7E /* TestSentryNSApplication.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryNSApplication.swift; sourceTree = "<group>"; }; |
2476 | 2477 | FAAB2F962E4D344F00FE8B7E /* SentryUIDeviceWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUIDeviceWrapper.swift; sourceTree = "<group>"; }; |
2477 | 2478 | FAAB30F22E4E8F2C00FE8B7E /* SentryInAppLogic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryInAppLogic.swift; sourceTree = "<group>"; }; |
2478 | | - FAB007422E9F47E4001C806A /* SessionTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionTracker.swift; sourceTree = "<group>"; }; |
| 2479 | + FAAB95BF2EA163590030A2DB /* SentryScopeObserver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryScopeObserver.swift; sourceTree = "<group>"; }; |
2479 | 2480 | FAB007302E9EF8CB001C806A /* SentryUIViewControllerPerformanceTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUIViewControllerPerformanceTracker.swift; sourceTree = "<group>"; }; |
| 2481 | + FAB007422E9F47E4001C806A /* SessionTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionTracker.swift; sourceTree = "<group>"; }; |
2480 | 2482 | FAB0074C2E9FE2FA001C806A /* SentrySwizzleWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySwizzleWrapper.swift; sourceTree = "<group>"; }; |
2481 | 2483 | FAB359972E05D7E90083D5E3 /* SentryEventSwiftHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryEventSwiftHelper.h; path = include/SentryEventSwiftHelper.h; sourceTree = "<group>"; }; |
2482 | 2484 | FAB359992E05D8080083D5E3 /* SentryEventSwiftHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryEventSwiftHelper.m; sourceTree = "<group>"; }; |
|
4380 | 4382 | D800942328F82E8D005D3943 /* Swift */ = { |
4381 | 4383 | isa = PBXGroup; |
4382 | 4384 | children = ( |
| 4385 | + FAAB95B92EA1633E0030A2DB /* State */, |
4383 | 4386 | FA560F5A2E8C876A00F2AF7F /* SentryAppStateManager.swift */, |
4384 | 4387 | F429D37E2E8532A300DBF387 /* Networking */, |
4385 | 4388 | F4FE9E062E6248BB0014FED5 /* SentryCrash */, |
|
4969 | 4972 | path = Core; |
4970 | 4973 | sourceTree = "<group>"; |
4971 | 4974 | }; |
| 4975 | + FAAB95B92EA1633E0030A2DB /* State */ = { |
| 4976 | + isa = PBXGroup; |
| 4977 | + children = ( |
| 4978 | + FAAB95BF2EA163590030A2DB /* SentryScopeObserver.swift */, |
| 4979 | + ); |
| 4980 | + path = State; |
| 4981 | + sourceTree = "<group>"; |
| 4982 | + }; |
4972 | 4983 | FAB0073C2E9F47DE001C806A /* Session */ = { |
4973 | 4984 | isa = PBXGroup; |
4974 | 4985 | children = ( |
|
6036 | 6047 | 63FE710B20DA4C1000CDBAE8 /* SentryCrashMach.c in Sources */, |
6037 | 6048 | 63FE707720DA4C1000CDBAE8 /* SentryDictionaryDeepSearch.m in Sources */, |
6038 | 6049 | FACEED132E3179A10007B4AC /* SentyOptionsInternal.m in Sources */, |
| 6050 | + FAAB95C02EA163590030A2DB /* SentryScopeObserver.swift in Sources */, |
6039 | 6051 | D48891D02E98F2E700212823 /* SentryInfoPlistError.swift in Sources */, |
6040 | 6052 | 8482FA9C2DD7C397000E9283 /* SentryFeedbackAPI.m in Sources */, |
6041 | 6053 | 7BC9A20628F41781001E7C4C /* SentryMeasurementUnit.m in Sources */, |
|
0 commit comments