Chore: add dashborad folder

This commit is contained in:
yicheng 2018-12-21 09:31:05 +08:00
parent bf0ffa3755
commit eb8aed5c43
4 changed files with 14 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ Country.mmdb
Carthage
ClashX.a
ClashX.h
ClashX/Resources/dashboard

View File

@ -36,6 +36,7 @@
49722FF2211F338B00650A41 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 49722FEE211F338B00650A41 /* Info.plist */; };
4975E121217A12210027708D /* ProxyMenuItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4975E120217A12210027708D /* ProxyMenuItemView.swift */; };
4975E123217A122E0027708D /* ProxyMenuItemView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4975E122217A122E0027708D /* ProxyMenuItemView.xib */; };
49761DA721C9497000AE13EF /* dashboard in Resources */ = {isa = PBXBuildFile; fileRef = 49761DA621C9497000AE13EF /* dashboard */; };
497F0DF320DE2FE50077AD41 /* Icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 497F0DF220DE2FE50077AD41 /* Icon.icns */; };
4981C88B216BAE4A008CC14A /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4981C88D216BAE4A008CC14A /* Localizable.strings */; };
4981C890216BAF0C008CC14A /* String+Localized.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4981C88F216BAF0C008CC14A /* String+Localized.swift */; };
@ -139,6 +140,7 @@
49722FEE211F338B00650A41 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4975E120217A12210027708D /* ProxyMenuItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ProxyMenuItemView.swift; path = /Users/yicheng/Code/clashX/ClashX/Views/ProxyMenuItemView.swift; sourceTree = "<absolute>"; };
4975E122217A122E0027708D /* ProxyMenuItemView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ProxyMenuItemView.xib; sourceTree = "<group>"; };
49761DA621C9497000AE13EF /* dashboard */ = {isa = PBXFileReference; lastKnownFileType = folder; path = dashboard; sourceTree = "<group>"; };
497F0DF220DE2FE50077AD41 /* Icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Icon.icns; sourceTree = "<group>"; };
4981C887216BAB8A008CC14A /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
4981C888216BAB8A008CC14A /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = "zh-Hans"; path = "../zh-Hans.lproj/Main.storyboard"; sourceTree = "<group>"; };
@ -311,6 +313,15 @@
path = Witness;
sourceTree = "<group>";
};
49761DA521C9490400AE13EF /* Resources */ = {
isa = PBXGroup;
children = (
49761DA621C9497000AE13EF /* dashboard */,
49CF3B5D20CE80D2001EBF94 /* script */,
);
path = Resources;
sourceTree = "<group>";
};
4989F98520D0AA300001E564 /* ViewControllers */ = {
isa = PBXGroup;
children = (
@ -367,7 +378,7 @@
492C4866210EE69B004554A0 /* General */,
4931969C21631F2E00A8E6E7 /* Views */,
4989F98520D0AA300001E564 /* ViewControllers */,
49CF3B5D20CE80D2001EBF94 /* script */,
49761DA521C9490400AE13EF /* Resources */,
49CF3B4B20CE5232001EBF94 /* ProxyConfig.xcodeproj */,
49CF3B3A20CD783A001EBF94 /* Support Files */,
49CF3B2020CD7463001EBF94 /* AppDelegate.swift */,
@ -545,6 +556,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
49761DA721C9497000AE13EF /* dashboard in Resources */,
49CF3B2520CD7465001EBF94 /* Assets.xcassets in Resources */,
4981C88B216BAE4A008CC14A /* Localizable.strings in Resources */,
495340B020DE5F7200B0D3FF /* StatusItemView.xib in Resources */,