|
84 | 84 | 627E7589299F6FE40085504D /* SentryInternalDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 627E7588299F6FE40085504D /* SentryInternalDefines.h */; }; |
85 | 85 | 62862B1C2B1DDBC8009B16E3 /* SentryDelayedFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 62862B1B2B1DDBC8009B16E3 /* SentryDelayedFrame.h */; }; |
86 | 86 | 62862B1E2B1DDC35009B16E3 /* SentryDelayedFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 62862B1D2B1DDC35009B16E3 /* SentryDelayedFrame.m */; }; |
| 87 | + 62872B5F2BA1B7F300A4FA7D /* NSLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62872B5E2BA1B7F300A4FA7D /* NSLock.swift */; }; |
| 88 | + 62872B632BA1B86100A4FA7D /* NSLockTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62872B622BA1B86100A4FA7D /* NSLockTests.swift */; }; |
87 | 89 | 62885DA729E946B100554F38 /* TestConncurrentModifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62885DA629E946B100554F38 /* TestConncurrentModifications.swift */; }; |
88 | 90 | 62950F1029E7FE0100A42624 /* SentryTransactionContextTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62950F0F29E7FE0100A42624 /* SentryTransactionContextTests.swift */; }; |
89 | 91 | 629690532AD3E060000185FA /* SentryReachabilitySwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 629690522AD3E060000185FA /* SentryReachabilitySwiftTests.swift */; }; |
|
978 | 980 | 627E7588299F6FE40085504D /* SentryInternalDefines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryInternalDefines.h; path = include/SentryInternalDefines.h; sourceTree = "<group>"; }; |
979 | 981 | 62862B1B2B1DDBC8009B16E3 /* SentryDelayedFrame.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDelayedFrame.h; path = include/SentryDelayedFrame.h; sourceTree = "<group>"; }; |
980 | 982 | 62862B1D2B1DDC35009B16E3 /* SentryDelayedFrame.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDelayedFrame.m; sourceTree = "<group>"; }; |
| 983 | + 62872B5E2BA1B7F300A4FA7D /* NSLock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSLock.swift; sourceTree = "<group>"; }; |
| 984 | + 62872B622BA1B86100A4FA7D /* NSLockTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSLockTests.swift; sourceTree = "<group>"; }; |
981 | 985 | 62885DA629E946B100554F38 /* TestConncurrentModifications.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestConncurrentModifications.swift; sourceTree = "<group>"; }; |
982 | 986 | 62950F0F29E7FE0100A42624 /* SentryTransactionContextTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryTransactionContextTests.swift; sourceTree = "<group>"; }; |
983 | 987 | 629690522AD3E060000185FA /* SentryReachabilitySwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryReachabilitySwiftTests.swift; sourceTree = "<group>"; }; |
|
1899 | 1903 | path = Helper; |
1900 | 1904 | sourceTree = "<group>"; |
1901 | 1905 | }; |
| 1906 | + 62872B602BA1B84400A4FA7D /* Swift */ = { |
| 1907 | + isa = PBXGroup; |
| 1908 | + children = ( |
| 1909 | + 62872B612BA1B84C00A4FA7D /* Extensions */, |
| 1910 | + ); |
| 1911 | + path = Swift; |
| 1912 | + sourceTree = "<group>"; |
| 1913 | + }; |
| 1914 | + 62872B612BA1B84C00A4FA7D /* Extensions */ = { |
| 1915 | + isa = PBXGroup; |
| 1916 | + children = ( |
| 1917 | + 62872B622BA1B86100A4FA7D /* NSLockTests.swift */, |
| 1918 | + ); |
| 1919 | + path = Extensions; |
| 1920 | + sourceTree = "<group>"; |
| 1921 | + }; |
1902 | 1922 | 630436001EBCB87500C4D3FA /* Networking */ = { |
1903 | 1923 | isa = PBXGroup; |
1904 | 1924 | children = ( |
|
2269 | 2289 | 63AA75931EB8AEDB00D153DE /* SentryTests */ = { |
2270 | 2290 | isa = PBXGroup; |
2271 | 2291 | children = ( |
| 2292 | + 62872B602BA1B84400A4FA7D /* Swift */, |
2272 | 2293 | 7B3878E92490D90400EBDEA2 /* SentryClient+TestInit.h */, |
2273 | 2294 | D8BC83BA2AFCF08C00A662B7 /* SentryUIApplication+Private.h */, |
2274 | 2295 | 84281C652A58A16500EE88F2 /* SentryProfiler+Test.h */, |
|
3506 | 3527 | isa = PBXGroup; |
3507 | 3528 | children = ( |
3508 | 3529 | D8F016B52B962548007B9AFB /* StringExtensions.swift */, |
| 3530 | + 62872B5E2BA1B7F300A4FA7D /* NSLock.swift */, |
3509 | 3531 | ); |
3510 | 3532 | path = Extensions; |
3511 | 3533 | sourceTree = "<group>"; |
|
4233 | 4255 | 6304360B1EC0595B00C4D3FA /* NSData+SentryCompression.m in Sources */, |
4234 | 4256 | 639889B81EDECFA800EA7442 /* SentryBreadcrumbTracker.m in Sources */, |
4235 | 4257 | 84AF45A729A7FFA500FBB177 /* SentryProfiledTracerConcurrency.mm in Sources */, |
| 4258 | + 62872B5F2BA1B7F300A4FA7D /* NSLock.swift in Sources */, |
4236 | 4259 | 7DC8310C2398283C0043DD9A /* SentryCrashIntegration.m in Sources */, |
4237 | 4260 | 03F84D3227DD4191008FE43F /* SentryProfiler.mm in Sources */, |
4238 | 4261 | 635B3F391EBC6E2500A6176D /* SentryAsynchronousOperation.m in Sources */, |
|
4525 | 4548 | 7BC6EC04255C235F0059822A /* SentryFrameTests.swift in Sources */, |
4526 | 4549 | 0AE455AD28F584D2006680E5 /* SentryReachabilityTests.m in Sources */, |
4527 | 4550 | 63FE720420DA66EC00CDBAE8 /* SentryCrashString_Tests.m in Sources */, |
| 4551 | + 62872B632BA1B86100A4FA7D /* NSLockTests.swift in Sources */, |
4528 | 4552 | 849AC40029E0C1FF00889C16 /* SentryFormatterTests.swift in Sources */, |
4529 | 4553 | 7BDDE3CC2966BD4700EB9177 /* SentryMXManagerTests.swift in Sources */, |
4530 | 4554 | 7BC6EC0C255C3DF80059822A /* SentryThreadTests.swift in Sources */, |
|
0 commit comments