Skip to content

Commit e62aa4b

Browse files
committed
Merge branch 'meta-dev' into meta
2 parents 1d1e3fd + fc39f47 commit e62aa4b

4 files changed

Lines changed: 234 additions & 167 deletions

File tree

ClashX.xcodeproj/project.pbxproj

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
/* Begin PBXBuildFile section */
1010
0106179F2AF38EFA005C7877 /* Command.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49FEC6682AD9369C00BAD9F5 /* Command.swift */; };
1111
0114F0CF2E5B60CB007C7AAC /* LogRateLimiter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0114F0CE2E5B60CB007C7AAC /* LogRateLimiter.swift */; };
12+
013B21FB2F7E95E0009B30CB /* DGCharts in Frameworks */ = {isa = PBXBuildFile; productRef = 013B21FA2F7E95E0009B30CB /* DGCharts */; };
1213
0162E74F2864B819007218A6 /* MetaTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0162E74E2864B819007218A6 /* MetaTask.swift */; };
1314
0197255A2CA15D6400C14E49 /* UserNotificationCenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019725592CA15D6400C14E49 /* UserNotificationCenter.swift */; };
1415
0197255C2CA15FC600C14E49 /* NSWorkspace+openFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0197255B2CA15FC600C14E49 /* NSWorkspace+openFile.swift */; };
1516
019A239628657A7A00AE5698 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019A239528657A7A00AE5698 /* main.swift */; };
1617
01BC9ABE2928EB5A00F9B177 /* MetaDNS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01BC9ABD2928E5C600F9B177 /* MetaDNS.swift */; };
17-
01BCDAAC2C9ECB3A0028FA94 /* DSFSparkline in Frameworks */ = {isa = PBXBuildFile; productRef = 01BCDAAB2C9ECB3A0028FA94 /* DSFSparkline */; };
1818
01BCDAB32C9ECB560028FA94 /* SwiftUIIntrospect in Frameworks */ = {isa = PBXBuildFile; productRef = 01BCDAB22C9ECB560028FA94 /* SwiftUIIntrospect */; };
1919
01BCDAF02C9ECD010028FA94 /* DBProviderStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01BCDABB2C9ECD010028FA94 /* DBProviderStorage.swift */; };
2020
01BCDAF12C9ECD010028FA94 /* ProviderRowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01BCDAD42C9ECD010028FA94 /* ProviderRowView.swift */; };
@@ -398,10 +398,10 @@
398398
01F336272AD10D0B0048AF77 /* CocoaLumberjackSwift in Frameworks */,
399399
01F336282AD10D0B0048AF77 /* Starscream in Frameworks */,
400400
01F336292AD10D0B0048AF77 /* PromiseKit in Frameworks */,
401-
01BCDAAC2C9ECB3A0028FA94 /* DSFSparkline in Frameworks */,
402401
01F3362A2AD10D0B0048AF77 /* KeyboardShortcuts in Frameworks */,
403402
01BCDB212C9EEE260028FA94 /* Sparkle in Frameworks */,
404403
01F3362B2AD10D0B0048AF77 /* Alamofire in Frameworks */,
404+
013B21FB2F7E95E0009B30CB /* DGCharts in Frameworks */,
405405
01F3362C2AD10D0B0048AF77 /* CocoaLumberjack in Frameworks */,
406406
01F3362D2AD10D0B0048AF77 /* Yams in Frameworks */,
407407
01F3362E2AD10D0B0048AF77 /* RxCocoa in Frameworks */,
@@ -902,9 +902,9 @@
902902
01F335C62AD10D0B0048AF77 /* Gzip */,
903903
01F335C82AD10D0B0048AF77 /* Yams */,
904904
01F335CA2AD10D0B0048AF77 /* PromiseKit */,
905-
01BCDAAB2C9ECB3A0028FA94 /* DSFSparkline */,
906905
01BCDAB22C9ECB560028FA94 /* SwiftUIIntrospect */,
907906
01BCDB202C9EEE260028FA94 /* Sparkle */,
907+
013B21FA2F7E95E0009B30CB /* DGCharts */,
908908
);
909909
productName = ClashX;
910910
productReference = 01F336442AD10D0B0048AF77 /* ClashX Meta.app */;
@@ -966,9 +966,9 @@
966966
015B977E2A4F30EA00F9FA4D /* XCRemoteSwiftPackageReference "GzipSwift" */,
967967
015B97812A4F311300F9FA4D /* XCRemoteSwiftPackageReference "Yams" */,
968968
015B97842A4F31AE00F9FA4D /* XCRemoteSwiftPackageReference "PromiseKit" */,
969-
01BCDAAA2C9ECB3A0028FA94 /* XCRemoteSwiftPackageReference "DSFSparkline" */,
970969
01BCDAB12C9ECB560028FA94 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */,
971970
01BCDB1F2C9EEE260028FA94 /* XCRemoteSwiftPackageReference "Sparkle" */,
971+
013B21F92F7E95E0009B30CB /* XCRemoteSwiftPackageReference "Charts" */,
972972
);
973973
productRefGroup = 49CF3B1E20CD7463001EBF94 /* Products */;
974974
projectDirPath = "";
@@ -1524,6 +1524,14 @@
15241524
/* End XCConfigurationList section */
15251525

15261526
/* Begin XCRemoteSwiftPackageReference section */
1527+
013B21F92F7E95E0009B30CB /* XCRemoteSwiftPackageReference "Charts" */ = {
1528+
isa = XCRemoteSwiftPackageReference;
1529+
repositoryURL = "https://github.com/ChartsOrg/Charts";
1530+
requirement = {
1531+
kind = upToNextMajorVersion;
1532+
minimumVersion = 5.1.0;
1533+
};
1534+
};
15271535
015B97682A4F2F4500F9FA4D /* XCRemoteSwiftPackageReference "Alamofire" */ = {
15281536
isa = XCRemoteSwiftPackageReference;
15291537
repositoryURL = "https://github.com/Alamofire/Alamofire";
@@ -1585,7 +1593,7 @@
15851593
repositoryURL = "https://github.com/jpsim/Yams";
15861594
requirement = {
15871595
kind = upToNextMajorVersion;
1588-
minimumVersion = 5.0.0;
1596+
minimumVersion = 6.0.0;
15891597
};
15901598
};
15911599
015B97842A4F31AE00F9FA4D /* XCRemoteSwiftPackageReference "PromiseKit" */ = {
@@ -1596,20 +1604,12 @@
15961604
minimumVersion = 8.0.0;
15971605
};
15981606
};
1599-
01BCDAAA2C9ECB3A0028FA94 /* XCRemoteSwiftPackageReference "DSFSparkline" */ = {
1600-
isa = XCRemoteSwiftPackageReference;
1601-
repositoryURL = "https://github.com/dagronf/DSFSparkline";
1602-
requirement = {
1603-
kind = upToNextMajorVersion;
1604-
minimumVersion = 6.0.2;
1605-
};
1606-
};
16071607
01BCDAB12C9ECB560028FA94 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = {
16081608
isa = XCRemoteSwiftPackageReference;
16091609
repositoryURL = "https://github.com/siteline/SwiftUI-Introspect";
16101610
requirement = {
16111611
kind = upToNextMajorVersion;
1612-
minimumVersion = 1.3.0;
1612+
minimumVersion = 26.0.0;
16131613
};
16141614
};
16151615
01BCDB1F2C9EEE260028FA94 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
@@ -1702,19 +1702,19 @@
17021702
};
17031703
4905A2C62A2058D400AEDA2E /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */ = {
17041704
isa = XCRemoteSwiftPackageReference;
1705-
repositoryURL = "https://github.com/sindresorhus/KeyboardShortcuts.git";
1705+
repositoryURL = "https://github.com/sindresorhus/KeyboardShortcuts";
17061706
requirement = {
17071707
kind = upToNextMajorVersion;
1708-
minimumVersion = 1.0.0;
1708+
minimumVersion = 2.0.0;
17091709
};
17101710
};
17111711
/* End XCRemoteSwiftPackageReference section */
17121712

17131713
/* Begin XCSwiftPackageProductDependency section */
1714-
01BCDAAB2C9ECB3A0028FA94 /* DSFSparkline */ = {
1714+
013B21FA2F7E95E0009B30CB /* DGCharts */ = {
17151715
isa = XCSwiftPackageProductDependency;
1716-
package = 01BCDAAA2C9ECB3A0028FA94 /* XCRemoteSwiftPackageReference "DSFSparkline" */;
1717-
productName = DSFSparkline;
1716+
package = 013B21F92F7E95E0009B30CB /* XCRemoteSwiftPackageReference "Charts" */;
1717+
productName = DGCharts;
17181718
};
17191719
01BCDAB22C9ECB560028FA94 /* SwiftUIIntrospect */ = {
17201720
isa = XCSwiftPackageProductDependency;

ClashX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ClashX/Dashboard/Views/ContentTabs/Overview/OverviewView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
//
66

77
import SwiftUI
8-
import DSFSparkline
98

109
struct OverviewView: View {
1110

0 commit comments

Comments
 (0)