Skip to content

Commit 9774ddd

Browse files
Merge pull request #119 from torlando-tech/fix/ios-runtime-thermal-instrumentation
fix: optimize iOS Network tab performance
2 parents ea75326 + daa28d8 commit 9774ddd

12 files changed

Lines changed: 1234 additions & 108 deletions

Columba.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,8 @@
335335
PNT001 /* PythonNetworkTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = PNT002 /* PythonNetworkTransport.swift */; };
336336
PXI2B /* ProxyIPC.swift in Sources */ = {isa = PBXBuildFile; fileRef = PXIF /* ProxyIPC.swift */; };
337337
RFT002 /* RuntimeFlavorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = RFT001 /* RuntimeFlavorTests.swift */; };
338+
RMLT002 /* RuntimeActivityMonitorLeaseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = RMLT001 /* RuntimeActivityMonitorLeaseTests.swift */; };
339+
RMLT003 /* RuntimeActivityMonitorLeaseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = RMLT001 /* RuntimeActivityMonitorLeaseTests.swift */; };
338340
T003 /* MicronParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FT03 /* MicronParserTests.swift */; };
339341
/* End PBXBuildFile section */
340342

@@ -569,6 +571,7 @@
569571
PROD /* ColumbaApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ColumbaApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
570572
PXIF /* ProxyIPC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyIPC.swift; sourceTree = "<group>"; };
571573
RFT001 /* RuntimeFlavorTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = RuntimeFlavorTests.swift; sourceTree = "<group>"; };
574+
RMLT001 /* RuntimeActivityMonitorLeaseTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = RuntimeActivityMonitorLeaseTests.swift; sourceTree = "<group>"; };
572575
SRB002 /* SwiftRNSBackend.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftRNSBackend.swift; path = Sources/RNSBackendSwift/SwiftRNSBackend.swift; sourceTree = SOURCE_ROOT; };
573576
TPROD /* ColumbaAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ColumbaAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
574577
/* End PBXFileReference section */
@@ -996,6 +999,7 @@
996999
853F1E1C2B6E5305277FCB2A /* MigrationRoundTripTests.swift */,
9971000
6C8CFC274AF9EF63E9A75238 /* PythonConfigWriterTests.swift */,
9981001
RFT001 /* RuntimeFlavorTests.swift */,
1002+
RMLT001 /* RuntimeActivityMonitorLeaseTests.swift */,
9991003
);
10001004
path = Tests/ColumbaAppTests;
10011005
sourceTree = "<group>";
@@ -1485,6 +1489,7 @@
14851489
files = (
14861490
3AD864B112B2E1810E510599 /* BLESeamDriverTests.swift in Sources */,
14871491
5A782C77CC09D0601E7D945C /* RNodeSeamTests.swift in Sources */,
1492+
RMLT003 /* RuntimeActivityMonitorLeaseTests.swift in Sources */,
14881493
);
14891494
runOnlyForDeploymentPostprocessing = 0;
14901495
};
@@ -1657,6 +1662,7 @@
16571662
0FF6A5C5596A39C092AADA29 /* MigrationRoundTripTests.swift in Sources */,
16581663
26D564FAEE8E3C750E8E2442 /* PythonConfigWriterTests.swift in Sources */,
16591664
RFT002 /* RuntimeFlavorTests.swift in Sources */,
1665+
RMLT002 /* RuntimeActivityMonitorLeaseTests.swift in Sources */,
16601666
);
16611667
runOnlyForDeploymentPostprocessing = 0;
16621668
};

0 commit comments

Comments
 (0)