|
41 | 41 | 231B3F212D087A4C0069A07D /* MetricTableColumn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231B3F202D087A4C0069A07D /* MetricTableColumn.swift */; }; |
42 | 42 | 231B3F222D087A4C0069A07D /* MetricsColumnList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231B3F1F2D087A4C0069A07D /* MetricsColumnList.swift */; }; |
43 | 43 | 231B3F252D087C3C0069A07D /* EnvironmentDefaultColumns.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231B3F242D087C3C0069A07D /* EnvironmentDefaultColumns.swift */; }; |
| 44 | + D9E2D2530DBAEBAE908F705A /* AirQualityDefaultColumns.swift in Sources */ = {isa = PBXBuildFile; fileRef = 560BEC731E8290A9DE5D87BA /* AirQualityDefaultColumns.swift */; }; |
| 45 | + 45BA94472D98A71C4455A639 /* AirQualityDefaultSeries.swift in Sources */ = {isa = PBXBuildFile; fileRef = F51EFEEAA4AF3B42760093E5 /* AirQualityDefaultSeries.swift */; }; |
| 46 | + 1937AD59460EECF5D340F686 /* AirQualityMetricsLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 163F1072895C377A3FA9080E /* AirQualityMetricsLog.swift */; }; |
44 | 47 | 231B3F272D0885240069A07D /* MetricsColumnDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231B3F262D0885240069A07D /* MetricsColumnDetail.swift */; }; |
45 | 48 | 232ED4C32E2C5E89009DA392 /* TCPTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 232ED4C22E2C5E89009DA392 /* TCPTransport.swift */; }; |
46 | 49 | 232ED4C52E2C5EDD009DA392 /* TCPConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 232ED4C42E2C5EDD009DA392 /* TCPConnection.swift */; }; |
|
51 | 54 | 233E99BA2D849C7000CC3A77 /* PressureCompactWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 233E99B92D849C7000CC3A77 /* PressureCompactWidget.swift */; }; |
52 | 55 | 233E99BC2D849C8C00CC3A77 /* WindCompactWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 233E99BB2D849C8C00CC3A77 /* WindCompactWidget.swift */; }; |
53 | 56 | 233E99BE2D849D3200CC3A77 /* RadiationCompactWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 233E99BD2D849D3200CC3A77 /* RadiationCompactWidget.swift */; }; |
| 57 | + B27F2D7046759EE0F598A767 /* ParticulateMatterCompactWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = C603D09C8DA5703272994165 /* ParticulateMatterCompactWidget.swift */; }; |
54 | 58 | 233E99C12D849D6000CC3A77 /* DistanceCompactWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 233E99C02D849D6000CC3A77 /* DistanceCompactWidget.swift */; }; |
55 | 59 | 233E99C32D849D7A00CC3A77 /* WeightCompactWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 233E99C22D849D7A00CC3A77 /* WeightCompactWidget.swift */; }; |
56 | 60 | 233E99C52D84A0B600CC3A77 /* CompactWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 233E99C42D84A0B600CC3A77 /* CompactWidget.swift */; }; |
|
637 | 641 | 231B3F1F2D087A4C0069A07D /* MetricsColumnList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetricsColumnList.swift; sourceTree = "<group>"; }; |
638 | 642 | 231B3F202D087A4C0069A07D /* MetricTableColumn.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetricTableColumn.swift; sourceTree = "<group>"; }; |
639 | 643 | 231B3F242D087C3C0069A07D /* EnvironmentDefaultColumns.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnvironmentDefaultColumns.swift; sourceTree = "<group>"; }; |
| 644 | + 560BEC731E8290A9DE5D87BA /* AirQualityDefaultColumns.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AirQualityDefaultColumns.swift; sourceTree = "<group>"; }; |
| 645 | + F51EFEEAA4AF3B42760093E5 /* AirQualityDefaultSeries.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AirQualityDefaultSeries.swift; sourceTree = "<group>"; }; |
| 646 | + 163F1072895C377A3FA9080E /* AirQualityMetricsLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AirQualityMetricsLog.swift; sourceTree = "<group>"; }; |
640 | 647 | 231B3F262D0885240069A07D /* MetricsColumnDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetricsColumnDetail.swift; sourceTree = "<group>"; }; |
641 | 648 | 232ED4C22E2C5E89009DA392 /* TCPTransport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TCPTransport.swift; sourceTree = "<group>"; }; |
642 | 649 | 232ED4C42E2C5EDD009DA392 /* TCPConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TCPConnection.swift; sourceTree = "<group>"; }; |
|
648 | 655 | 233E99B92D849C7000CC3A77 /* PressureCompactWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PressureCompactWidget.swift; sourceTree = "<group>"; }; |
649 | 656 | 233E99BB2D849C8C00CC3A77 /* WindCompactWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindCompactWidget.swift; sourceTree = "<group>"; }; |
650 | 657 | 233E99BD2D849D3200CC3A77 /* RadiationCompactWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadiationCompactWidget.swift; sourceTree = "<group>"; }; |
| 658 | + C603D09C8DA5703272994165 /* ParticulateMatterCompactWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParticulateMatterCompactWidget.swift; sourceTree = "<group>"; }; |
651 | 659 | 233E99C02D849D6000CC3A77 /* DistanceCompactWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DistanceCompactWidget.swift; sourceTree = "<group>"; }; |
652 | 660 | 233E99C22D849D7A00CC3A77 /* WeightCompactWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WeightCompactWidget.swift; sourceTree = "<group>"; }; |
653 | 661 | 233E99C42D84A0B600CC3A77 /* CompactWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompactWidget.swift; sourceTree = "<group>"; }; |
|
1381 | 1389 | isa = PBXGroup; |
1382 | 1390 | children = ( |
1383 | 1391 | 231B3F242D087C3C0069A07D /* EnvironmentDefaultColumns.swift */, |
| 1392 | + 560BEC731E8290A9DE5D87BA /* AirQualityDefaultColumns.swift */, |
| 1393 | + F51EFEEAA4AF3B42760093E5 /* AirQualityDefaultSeries.swift */, |
1384 | 1394 | 2373AE162D0A26620086C749 /* EnvironmentDefaultSeries.swift */, |
1385 | 1395 | 231B3F262D0885240069A07D /* MetricsColumnDetail.swift */, |
1386 | 1396 | ); |
|
1397 | 1407 | 233E99BB2D849C8C00CC3A77 /* WindCompactWidget.swift */, |
1398 | 1408 | DDFEB3BA29900C1200EE7472 /* CurrentConditionsCompact.swift */, |
1399 | 1409 | 233E99BD2D849D3200CC3A77 /* RadiationCompactWidget.swift */, |
| 1410 | + C603D09C8DA5703272994165 /* ParticulateMatterCompactWidget.swift */, |
1400 | 1411 | 233E99C02D849D6000CC3A77 /* DistanceCompactWidget.swift */, |
1401 | 1412 | 233E99C22D849D7A00CC3A77 /* WeightCompactWidget.swift */, |
1402 | 1413 | 233E99C62D84A70900CC3A77 /* SoilCompactWidgets.swift */, |
|
1891 | 1902 | B990EE65E4D5CABBA4DD8DC2 /* MapWindow.swift */, |
1892 | 1903 | DD73FD1028750779000852D6 /* PositionLog.swift */, |
1893 | 1904 | DD4F23CC28779A3C001D37CB /* EnvironmentMetricsLog.swift */, |
| 1905 | + 163F1072895C377A3FA9080E /* AirQualityMetricsLog.swift */, |
1894 | 1906 | 6DEDA5592A957B8E00321D2E /* DetectionSensorLog.swift */, |
1895 | 1907 | DD15E4F42B8BFC8E00654F61 /* PaxCounterLog.swift */, |
1896 | 1908 | BCCA0BAA2F1C5C25007648E5 /* LocalStatsLog.swift */, |
|
2975 | 2987 | DD3D17E02C3FB67200561584 /* LocalWeatherConditions.swift in Sources */, |
2976 | 2988 | DD1933782B084F4200771CD5 /* Measurement.swift in Sources */, |
2977 | 2989 | DD4F23CD28779A3C001D37CB /* EnvironmentMetricsLog.swift in Sources */, |
| 2990 | + D9E2D2530DBAEBAE908F705A /* AirQualityDefaultColumns.swift in Sources */, |
| 2991 | + 45BA94472D98A71C4455A639 /* AirQualityDefaultSeries.swift in Sources */, |
| 2992 | + 1937AD59460EECF5D340F686 /* AirQualityMetricsLog.swift in Sources */, |
2978 | 2993 | DD93800E2BA74D0C008BEC06 /* ChannelForm.swift in Sources */, |
2979 | 2994 | DD41A61529AB0035003C5A37 /* NodeWeatherForecast.swift in Sources */, |
2980 | 2995 | DDB6ABD628AE742000384BA1 /* BluetoothConfig.swift in Sources */, |
|
3194 | 3209 | 2519268A2C3BB1B200249DF5 /* ExchangePositionsButton.swift in Sources */, |
3195 | 3210 | DD86D40A287F04F100BAEB7A /* InvalidVersion.swift in Sources */, |
3196 | 3211 | 233E99BE2D849D3200CC3A77 /* RadiationCompactWidget.swift in Sources */, |
| 3212 | + B27F2D7046759EE0F598A767 /* ParticulateMatterCompactWidget.swift in Sources */, |
3197 | 3213 | DDD94A502845C8F5004A87A0 /* DateTimeText.swift in Sources */, |
3198 | 3214 | 23C2BE312EEB823900F6A997 /* NRFDFUSheet.swift in Sources */, |
3199 | 3215 | DDB6ABE228B13FB500384BA1 /* PositionConfigEnums.swift in Sources */, |
|
0 commit comments