1379 lines
83 KiB
Plaintext
1379 lines
83 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 52;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
011946B62A32F64600502077 /* TunModeSettingCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 011946B52A32F64500502077 /* TunModeSettingCommand.swift */; };
|
|
011946BA2A334C4900502077 /* ClashWebViewContoller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 011946B92A334C4900502077 /* ClashWebViewContoller.swift */; };
|
|
012875E52A2E39CD004FB615 /* ClashX Dashboard in Frameworks */ = {isa = PBXBuildFile; productRef = 012875E42A2E39CD004FB615 /* ClashX Dashboard */; };
|
|
013C9F422AC160D200150FCC /* TerminalCleanUpAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 013C9F3F2AC160D200150FCC /* TerminalCleanUpAction.swift */; };
|
|
013C9F432AC160D200150FCC /* UpdateConfigAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 013C9F402AC160D200150FCC /* UpdateConfigAction.swift */; };
|
|
013C9F442AC160D200150FCC /* UpdateExternalResourceAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 013C9F412AC160D200150FCC /* UpdateExternalResourceAction.swift */; };
|
|
0144905C2A8150920056028A /* Combine+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0144905A2A8150920056028A /* Combine+Ext.swift */; };
|
|
0144905D2A8150920056028A /* SpeedUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0144905B2A8150920056028A /* SpeedUtils.swift */; };
|
|
0144905F2A8153260056028A /* ClashWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0144905E2A8153250056028A /* ClashWindowController.swift */; };
|
|
015EC9432A48891000145F7F /* NormalMenuItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 015EC9422A48891000145F7F /* NormalMenuItemView.swift */; };
|
|
015F1E91288E42A50052B20A /* ClashMetaConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 015F1E90288E42A50052B20A /* ClashMetaConfig.swift */; };
|
|
015F1E92288E60D30052B20A /* MetaTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0162E74E2864B819007218A6 /* MetaTask.swift */; };
|
|
0162E74F2864B819007218A6 /* MetaTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0162E74E2864B819007218A6 /* MetaTask.swift */; };
|
|
016BEAB029D80103001586C5 /* AlphaMetaDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016BEAAF29D80102001586C5 /* AlphaMetaDownloader.swift */; };
|
|
018F88F9286DD0CB004DD0F7 /* DualTitleMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 018F88F8286DD0CB004DD0F7 /* DualTitleMenuItem.swift */; };
|
|
0192312129DD457000539EDD /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = 0192312029DD457000539EDD /* Alamofire */; };
|
|
0192312429DD464400539EDD /* RxCocoa in Frameworks */ = {isa = PBXBuildFile; productRef = 0192312329DD464400539EDD /* RxCocoa */; };
|
|
0192312629DD464400539EDD /* RxSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 0192312529DD464400539EDD /* RxSwift */; };
|
|
0192312929DD476A00539EDD /* SwiftyJSON in Frameworks */ = {isa = PBXBuildFile; productRef = 0192312829DD476A00539EDD /* SwiftyJSON */; };
|
|
0192312C29DD47FB00539EDD /* CocoaLumberjackSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 0192312B29DD47FB00539EDD /* CocoaLumberjackSwift */; };
|
|
0192312F29DD483100539EDD /* Starscream in Frameworks */ = {isa = PBXBuildFile; productRef = 0192312E29DD483100539EDD /* Starscream */; };
|
|
0192313229DD488D00539EDD /* FlexibleDiff in Frameworks */ = {isa = PBXBuildFile; productRef = 0192313129DD488D00539EDD /* FlexibleDiff */; };
|
|
0192313529DD48BC00539EDD /* Gzip in Frameworks */ = {isa = PBXBuildFile; productRef = 0192313429DD48BC00539EDD /* Gzip */; };
|
|
0192313829DD490400539EDD /* Yams in Frameworks */ = {isa = PBXBuildFile; productRef = 0192313729DD490400539EDD /* Yams */; };
|
|
0192313B29DD496E00539EDD /* PromiseKit in Frameworks */ = {isa = PBXBuildFile; productRef = 0192313A29DD496E00539EDD /* PromiseKit */; };
|
|
01943259287D19BC008CC51A /* ClashRuleProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01943258287D19BC008CC51A /* ClashRuleProvider.swift */; };
|
|
019A239628657A7A00AE5698 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019A239528657A7A00AE5698 /* main.swift */; };
|
|
01B009AE2854533300B93618 /* geoip.dat.gz in Resources */ = {isa = PBXBuildFile; fileRef = 01B009AC2854533200B93618 /* geoip.dat.gz */; };
|
|
01B009AF2854533300B93618 /* geosite.dat.gz in Resources */ = {isa = PBXBuildFile; fileRef = 01B009AD2854533300B93618 /* geosite.dat.gz */; };
|
|
01B1CB082A2E1EC10073EA34 /* DashboardManagerSwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01B1CB072A2E1EC10073EA34 /* DashboardManagerSwiftUI.swift */; };
|
|
01B2274B29B845F100FE35C9 /* country.mmdb.gz in Resources */ = {isa = PBXBuildFile; fileRef = 01B2274A29B845F100FE35C9 /* country.mmdb.gz */; };
|
|
01BC9ABE2928EB5A00F9B177 /* MetaDNS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01BC9ABD2928E5C600F9B177 /* MetaDNS.swift */; };
|
|
01C1462A28962E4E00346AF3 /* com.metacubex.ClashX.ProxyConfigHelper.meta.gz in Resources */ = {isa = PBXBuildFile; fileRef = 01C1462928962E4E00346AF3 /* com.metacubex.ClashX.ProxyConfigHelper.meta.gz */; };
|
|
01C5B88D2A4FD1DB00C4E36A /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01C5B88C2A4FD1DB00C4E36A /* Logger.swift */; };
|
|
01E33AB229B5BF4200FD1006 /* NSColor+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01E33AB129B5BF4200FD1006 /* NSColor+Extension.swift */; };
|
|
01E33AB529B5C5E400FD1006 /* menu_icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 01E33AB429B5C5E300FD1006 /* menu_icon@2x.png */; };
|
|
01EACC702A2F9408001C584B /* KeyboardShortcuts in Frameworks */ = {isa = PBXBuildFile; productRef = 01EACC6F2A2F9408001C584B /* KeyboardShortcuts */; };
|
|
01EACC722A2F9469001C584B /* SSIDSuspendTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01EACC712A2F9469001C584B /* SSIDSuspendTool.swift */; };
|
|
01EACC752A2F94AB001C584B /* DebugSettingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01EACC732A2F94AB001C584B /* DebugSettingViewController.swift */; };
|
|
01EACC762A2F94AB001C584B /* GlobalShortCutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01EACC742A2F94AB001C584B /* GlobalShortCutViewController.swift */; };
|
|
01EACC782A2F94C7001C584B /* NSView+Layout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01EACC772A2F94C7001C584B /* NSView+Layout.swift */; };
|
|
4913C82321157D0200F6B87C /* Notification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4913C82221157D0200F6B87C /* Notification.swift */; };
|
|
491E6203258A424D00313AEF /* CommonUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 491E61FD258A424500313AEF /* CommonUtils.m */; };
|
|
49228457270AADE20027A4B6 /* RemoteConfigUpdateIntervalSettingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49228456270AADE20027A4B6 /* RemoteConfigUpdateIntervalSettingView.swift */; };
|
|
4929F67F258CE04700A435F6 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4929F67E258CE04700A435F6 /* Settings.swift */; };
|
|
4929F684258CE07500A435F6 /* UserDefaultWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4929F683258CE07500A435F6 /* UserDefaultWrapper.swift */; };
|
|
492C4869210EE6B9004554A0 /* ApiRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 492C4868210EE6B9004554A0 /* ApiRequest.swift */; };
|
|
492C4871210EF62E004554A0 /* ClashConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 492C4870210EF62E004554A0 /* ClashConfig.swift */; };
|
|
493A9F282453E60400D35296 /* ProxyDelayHistoryMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 493A9F272453E60400D35296 /* ProxyDelayHistoryMenu.swift */; };
|
|
493AEAE3221AE3420016FE98 /* AppVersionUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 493AEAE2221AE3420016FE98 /* AppVersionUtil.swift */; };
|
|
493AEAE5221AE7230016FE98 /* ProxyMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 493AEAE4221AE7230016FE98 /* ProxyMenuItem.swift */; };
|
|
4949D154213242F600EF85E6 /* Paths.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4949D153213242F600EF85E6 /* Paths.swift */; };
|
|
4952C3BF2115C7CA004A4FA8 /* MenuItemFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4952C3BE2115C7CA004A4FA8 /* MenuItemFactory.swift */; };
|
|
4952C3D02117027C004A4FA8 /* ConfigFileManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4952C3CF2117027C004A4FA8 /* ConfigFileManager.swift */; };
|
|
495340B020DE5F7200B0D3FF /* StatusItemView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 495340AF20DE5F7200B0D3FF /* StatusItemView.xib */; };
|
|
495340B320DE68C300B0D3FF /* StatusItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 495340B220DE68C300B0D3FF /* StatusItemView.swift */; };
|
|
495A44D320D267D000888A0A /* LaunchAtLogin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 495A44D220D267D000888A0A /* LaunchAtLogin.swift */; };
|
|
495BFB8821919B9800C8779D /* RemoteConfigManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 495BFB8721919B9800C8779D /* RemoteConfigManager.swift */; };
|
|
4966E9E32118153A00A391FB /* NSUserNotificationCenter+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4966E9E22118153A00A391FB /* NSUserNotificationCenter+Extension.swift */; };
|
|
49722FEF211F338B00650A41 /* FileEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49722FEA211F338B00650A41 /* FileEvent.swift */; };
|
|
49722FF0211F338B00650A41 /* EventStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49722FEB211F338B00650A41 /* EventStream.swift */; };
|
|
49722FF1211F338B00650A41 /* Witness.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49722FEC211F338B00650A41 /* Witness.swift */; };
|
|
49761DA721C9497000AE13EF /* dashboard in Resources */ = {isa = PBXBuildFile; fileRef = 49761DA621C9497000AE13EF /* dashboard */; };
|
|
49769FB427E9B3E400E3D664 /* LoginKitWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 49D8276727E9B01700159D93 /* LoginKitWrapper.m */; };
|
|
4981C88B216BAE4A008CC14A /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4981C88D216BAE4A008CC14A /* Localizable.strings */; };
|
|
4982F51F2344A216008804B0 /* Cgo+Convert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4982F51E2344A216008804B0 /* Cgo+Convert.swift */; };
|
|
49862FA0218418C600A1D5EC /* ClashRule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49862F9F218418C600A1D5EC /* ClashRule.swift */; };
|
|
4989F98E20D0AE990001E564 /* sampleConfig.yaml in Resources */ = {isa = PBXBuildFile; fileRef = 4989F98D20D0AE990001E564 /* sampleConfig.yaml */; };
|
|
498BC2532929CC2A00CA8084 /* SettingTabViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 498BC2522929CC2A00CA8084 /* SettingTabViewController.swift */; };
|
|
498BC2552929CCAE00CA8084 /* GeneralSettingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 498BC2542929CCAE00CA8084 /* GeneralSettingViewController.swift */; };
|
|
499A485522ED707300F6C675 /* RemoteConfigViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 499A485322ED707300F6C675 /* RemoteConfigViewController.swift */; };
|
|
499A485822ED715200F6C675 /* RemoteConfigModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 499A485722ED715200F6C675 /* RemoteConfigModel.swift */; };
|
|
499A485A22ED781100F6C675 /* RemoteConfigAddView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 499A485922ED781100F6C675 /* RemoteConfigAddView.xib */; };
|
|
499A485C22ED793C00F6C675 /* NSView+Nib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 499A485B22ED793C00F6C675 /* NSView+Nib.swift */; };
|
|
499A485E22ED9B7C00F6C675 /* NSTableView+Reload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 499A485D22ED9B7C00F6C675 /* NSTableView+Reload.swift */; };
|
|
499A486522EEA3FD00F6C675 /* Array+Safe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 499A486422EEA3FC00F6C675 /* Array+Safe.swift */; };
|
|
499ADAFD2498CC5900C488FE /* RemoteControlManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 499ADAFC2498CC5900C488FE /* RemoteControlManager.swift */; };
|
|
499ADAFF2498FC6D00C488FE /* ExternalControlViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 499ADAFE2498FC6D00C488FE /* ExternalControlViewController.swift */; };
|
|
49ABB749236B0F9E00535CD7 /* UnsafePointer+bridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49ABB748236B0F9E00535CD7 /* UnsafePointer+bridge.swift */; };
|
|
49B1086A216A356D0064FFCE /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49B10869216A356D0064FFCE /* String+Extension.swift */; };
|
|
49B445162457CDF000B27E3E /* ClashStatusTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49B445152457CDF000B27E3E /* ClashStatusTool.swift */; };
|
|
49B4575D244F4A2A00463C39 /* PrivilegedHelperManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49B4575C244F4A2A00463C39 /* PrivilegedHelperManager.swift */; };
|
|
49B4575F244FD4D100463C39 /* PrivilegedHelperManager+Legacy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49B4575E244FD4D100463C39 /* PrivilegedHelperManager+Legacy.swift */; };
|
|
49BB31E7246853EA008A4CB0 /* ICloudManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49BB31E6246853EA008A4CB0 /* ICloudManager.swift */; };
|
|
49BC061C212931F4005A0FE7 /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49BC061B212931F4005A0FE7 /* AboutViewController.swift */; };
|
|
49C9EF64223E78F5005D8B6A /* ClashProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49C9EF63223E78F5005D8B6A /* ClashProxy.swift */; };
|
|
49CF3B2120CD7463001EBF94 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49CF3B2020CD7463001EBF94 /* AppDelegate.swift */; };
|
|
49CF3B2820CD7465001EBF94 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 49CF3B2620CD7465001EBF94 /* Main.storyboard */; };
|
|
49CF3B5C20CE8068001EBF94 /* ClashResourceManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49CF3B5B20CE8068001EBF94 /* ClashResourceManager.swift */; };
|
|
49CF3B6520CEE06C001EBF94 /* ConfigManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49CF3B6420CEE06C001EBF94 /* ConfigManager.swift */; };
|
|
49D176A72355FE680093DD7B /* NetworkChangeNotifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49D176A62355FE680093DD7B /* NetworkChangeNotifier.swift */; };
|
|
49D176A9235614340093DD7B /* ProxyGroupSpeedTestMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49D176A8235614340093DD7B /* ProxyGroupSpeedTestMenuItem.swift */; };
|
|
49D176AB23575BB20093DD7B /* ProxyGroupMenuItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49D176AA23575BB20093DD7B /* ProxyGroupMenuItemView.swift */; };
|
|
49D6A45229AEEC15006487EF /* StatusItemTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49D6A45129AEEC15006487EF /* StatusItemTool.swift */; };
|
|
49D6A45629AEEC55006487EF /* StatusItemViewProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49D6A45529AEEC55006487EF /* StatusItemViewProtocol.swift */; };
|
|
8A2BBEA727A03ACB0081EBEF /* ProxySetting.sdef in Resources */ = {isa = PBXBuildFile; fileRef = 8A2BBEA627A03ACB0081EBEF /* ProxySetting.sdef */; };
|
|
8ACD21BB27A04C7800BC4632 /* ProxySettingCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8ACD21BA27A04C7800BC4632 /* ProxySettingCommand.swift */; };
|
|
8ACD21BD27A04ED500BC4632 /* ProxyModeChangeCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8ACD21BC27A04ED500BC4632 /* ProxyModeChangeCommand.swift */; };
|
|
F910AA24240134AF00116E95 /* ProxyGroupMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = F910AA23240134AF00116E95 /* ProxyGroupMenu.swift */; };
|
|
F915A4622366ADEF004840BE /* ClashConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = F915A4612366ADEF004840BE /* ClashConnection.swift */; };
|
|
F9203A26236342820020D57D /* AppDelegate+..swift in Sources */ = {isa = PBXBuildFile; fileRef = F9203A25236342820020D57D /* AppDelegate+..swift */; };
|
|
F92D0B24236BC12000575E15 /* SavedProxyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F92D0B23236BC12000575E15 /* SavedProxyModel.swift */; };
|
|
F92D0B2A236C759100575E15 /* NSTextField+Vibrancy.swift in Sources */ = {isa = PBXBuildFile; fileRef = F92D0B29236C759100575E15 /* NSTextField+Vibrancy.swift */; };
|
|
F92D0B2C236C7C3600575E15 /* MenuItemBaseView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F92D0B2B236C7C3600575E15 /* MenuItemBaseView.swift */; };
|
|
F92D0B2E236D35C000575E15 /* ProxyItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F92D0B2D236D35C000575E15 /* ProxyItemView.swift */; };
|
|
F935B2F02307C52E009E4D33 /* com.metacubex.ClashX.ProxyConfigHelper in Copy Files */ = {isa = PBXBuildFile; fileRef = F9A7C0692306E874007163C7 /* com.metacubex.ClashX.ProxyConfigHelper */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
|
F935B2F42307CD32009E4D33 /* ProxyConfigHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = F935B2F32307CD32009E4D33 /* ProxyConfigHelper.m */; };
|
|
F935B2FA23083EE6009E4D33 /* ProxySettingTool.m in Sources */ = {isa = PBXBuildFile; fileRef = F935B2F923083EE6009E4D33 /* ProxySettingTool.m */; };
|
|
F935B2FC23085515009E4D33 /* SystemProxyManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F935B2FB23085515009E4D33 /* SystemProxyManager.swift */; };
|
|
F939724C23A4B33500FE5A3F /* ClashProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = F939724B23A4B33500FE5A3F /* ClashProvider.swift */; };
|
|
F939724E23A4DB0600FE5A3F /* DateFormatter+.swift in Sources */ = {isa = PBXBuildFile; fileRef = F939724D23A4DB0600FE5A3F /* DateFormatter+.swift */; };
|
|
F976275C23634DF8000EDEFE /* LoginServiceKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = F976275B23634DF8000EDEFE /* LoginServiceKit.swift */; };
|
|
F977FAAC2366790500C17F1F /* AutoUpgardeManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F977FAAB2366790500C17F1F /* AutoUpgardeManager.swift */; };
|
|
F977FAAE23669D6400C17F1F /* ConnectionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F977FAAD23669D6400C17F1F /* ConnectionManager.swift */; };
|
|
F9E754D0239CC21F00CEE7CC /* WebPortalManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9E754CF239CC21F00CEE7CC /* WebPortalManager.swift */; };
|
|
F9E754D2239CC28D00CEE7CC /* NSAlert+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9E754D1239CC28D00CEE7CC /* NSAlert+Extension.swift */; };
|
|
F9E8F34623A12B89002DE5E8 /* String+Encode.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9E8F34523A12B89002DE5E8 /* String+Encode.swift */; };
|
|
F9FAB31E262BE04800DE02A6 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F9FAB31D262BE04800DE02A6 /* Images.xcassets */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
F935B2EB2307B7CD009E4D33 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 49CF3B1520CD7463001EBF94 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = F9A7C0682306E874007163C7;
|
|
remoteInfo = ProxyConfigHelper;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
663E4677213FCDC4006F11BB /* Copy Files */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = Contents/Library/LaunchServices;
|
|
dstSubfolderSpec = 1;
|
|
files = (
|
|
F935B2F02307C52E009E4D33 /* com.metacubex.ClashX.ProxyConfigHelper in Copy Files */,
|
|
);
|
|
name = "Copy Files";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
F9A7C0672306E874007163C7 /* Copy Files */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = /usr/share/man/man1/;
|
|
dstSubfolderSpec = 0;
|
|
files = (
|
|
);
|
|
name = "Copy Files";
|
|
runOnlyForDeploymentPostprocessing = 1;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
011946B52A32F64500502077 /* TunModeSettingCommand.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TunModeSettingCommand.swift; sourceTree = "<group>"; };
|
|
011946B92A334C4900502077 /* ClashWebViewContoller.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClashWebViewContoller.swift; sourceTree = "<group>"; };
|
|
013C9F3F2AC160D200150FCC /* TerminalCleanUpAction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TerminalCleanUpAction.swift; sourceTree = "<group>"; };
|
|
013C9F402AC160D200150FCC /* UpdateConfigAction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UpdateConfigAction.swift; sourceTree = "<group>"; };
|
|
013C9F412AC160D200150FCC /* UpdateExternalResourceAction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UpdateExternalResourceAction.swift; sourceTree = "<group>"; };
|
|
0144905A2A8150920056028A /* Combine+Ext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Combine+Ext.swift"; sourceTree = "<group>"; };
|
|
0144905B2A8150920056028A /* SpeedUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeedUtils.swift; sourceTree = "<group>"; };
|
|
0144905E2A8153250056028A /* ClashWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClashWindowController.swift; sourceTree = "<group>"; };
|
|
015EC9422A48891000145F7F /* NormalMenuItemView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NormalMenuItemView.swift; sourceTree = "<group>"; };
|
|
015F1E90288E42A50052B20A /* ClashMetaConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClashMetaConfig.swift; sourceTree = "<group>"; };
|
|
0162E74D2864B818007218A6 /* com.metacubex.ClashX.ProxyConfigHelper-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "com.metacubex.ClashX.ProxyConfigHelper-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
0162E74E2864B819007218A6 /* MetaTask.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetaTask.swift; sourceTree = "<group>"; };
|
|
016BEAAF29D80102001586C5 /* AlphaMetaDownloader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlphaMetaDownloader.swift; sourceTree = "<group>"; };
|
|
018F88F8286DD0CB004DD0F7 /* DualTitleMenuItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DualTitleMenuItem.swift; sourceTree = "<group>"; };
|
|
01943258287D19BC008CC51A /* ClashRuleProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClashRuleProvider.swift; sourceTree = "<group>"; };
|
|
019A239528657A7A00AE5698 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
|
|
01B009AC2854533200B93618 /* geoip.dat.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; path = geoip.dat.gz; sourceTree = "<group>"; };
|
|
01B009AD2854533300B93618 /* geosite.dat.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; path = geosite.dat.gz; sourceTree = "<group>"; };
|
|
01B1CB072A2E1EC10073EA34 /* DashboardManagerSwiftUI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DashboardManagerSwiftUI.swift; sourceTree = "<group>"; };
|
|
01B2274A29B845F100FE35C9 /* country.mmdb.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; path = country.mmdb.gz; sourceTree = "<group>"; };
|
|
01BC9ABD2928E5C600F9B177 /* MetaDNS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetaDNS.swift; sourceTree = "<group>"; };
|
|
01C1462928962E4E00346AF3 /* com.metacubex.ClashX.ProxyConfigHelper.meta.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; path = com.metacubex.ClashX.ProxyConfigHelper.meta.gz; sourceTree = "<group>"; };
|
|
01C5B88C2A4FD1DB00C4E36A /* Logger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
|
|
01E33AB129B5BF4200FD1006 /* NSColor+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSColor+Extension.swift"; sourceTree = "<group>"; };
|
|
01E33AB429B5C5E300FD1006 /* menu_icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "menu_icon@2x.png"; sourceTree = "<group>"; };
|
|
01EACC712A2F9469001C584B /* SSIDSuspendTool.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSIDSuspendTool.swift; sourceTree = "<group>"; };
|
|
01EACC732A2F94AB001C584B /* DebugSettingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DebugSettingViewController.swift; sourceTree = "<group>"; };
|
|
01EACC742A2F94AB001C584B /* GlobalShortCutViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GlobalShortCutViewController.swift; sourceTree = "<group>"; };
|
|
01EACC772A2F94C7001C584B /* NSView+Layout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSView+Layout.swift"; sourceTree = "<group>"; };
|
|
4913C82221157D0200F6B87C /* Notification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notification.swift; sourceTree = "<group>"; };
|
|
491E61FC258A424500313AEF /* CommonUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommonUtils.h; sourceTree = "<group>"; };
|
|
491E61FD258A424500313AEF /* CommonUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommonUtils.m; sourceTree = "<group>"; };
|
|
49228456270AADE20027A4B6 /* RemoteConfigUpdateIntervalSettingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteConfigUpdateIntervalSettingView.swift; sourceTree = "<group>"; };
|
|
4929F67E258CE04700A435F6 /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = "<group>"; };
|
|
4929F683258CE07500A435F6 /* UserDefaultWrapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserDefaultWrapper.swift; sourceTree = "<group>"; };
|
|
492C4868210EE6B9004554A0 /* ApiRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApiRequest.swift; sourceTree = "<group>"; };
|
|
492C4870210EF62E004554A0 /* ClashConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClashConfig.swift; sourceTree = "<group>"; };
|
|
493A9F272453E60400D35296 /* ProxyDelayHistoryMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyDelayHistoryMenu.swift; sourceTree = "<group>"; };
|
|
493AEAE2221AE3420016FE98 /* AppVersionUtil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppVersionUtil.swift; sourceTree = "<group>"; };
|
|
493AEAE4221AE7230016FE98 /* ProxyMenuItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyMenuItem.swift; sourceTree = "<group>"; };
|
|
4949D153213242F600EF85E6 /* Paths.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Paths.swift; sourceTree = "<group>"; };
|
|
4952C3BE2115C7CA004A4FA8 /* MenuItemFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuItemFactory.swift; sourceTree = "<group>"; };
|
|
4952C3CF2117027C004A4FA8 /* ConfigFileManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigFileManager.swift; sourceTree = "<group>"; };
|
|
495340AF20DE5F7200B0D3FF /* StatusItemView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = StatusItemView.xib; path = ClashX/Views/StatusItem/StatusItemView.xib; sourceTree = SOURCE_ROOT; };
|
|
495340B220DE68C300B0D3FF /* StatusItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusItemView.swift; sourceTree = "<group>"; };
|
|
495A44D220D267D000888A0A /* LaunchAtLogin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaunchAtLogin.swift; sourceTree = "<group>"; };
|
|
495BFB8721919B9800C8779D /* RemoteConfigManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteConfigManager.swift; sourceTree = "<group>"; };
|
|
4966E9E22118153A00A391FB /* NSUserNotificationCenter+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSUserNotificationCenter+Extension.swift"; sourceTree = "<group>"; };
|
|
49722FEA211F338B00650A41 /* FileEvent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileEvent.swift; sourceTree = "<group>"; };
|
|
49722FEB211F338B00650A41 /* EventStream.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventStream.swift; sourceTree = "<group>"; };
|
|
49722FEC211F338B00650A41 /* Witness.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Witness.swift; sourceTree = "<group>"; };
|
|
49722FED211F338B00650A41 /* Witness.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Witness.h; sourceTree = "<group>"; };
|
|
49761DA621C9497000AE13EF /* dashboard */ = {isa = PBXFileReference; lastKnownFileType = folder; path = dashboard; sourceTree = "<group>"; };
|
|
4981C887216BAB8A008CC14A /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
|
|
4981C88C216BAE4A008CC14A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
4981C88E216BAE4D008CC14A /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
|
4982F51E2344A216008804B0 /* Cgo+Convert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Cgo+Convert.swift"; sourceTree = "<group>"; };
|
|
49862F9F218418C600A1D5EC /* ClashRule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClashRule.swift; sourceTree = "<group>"; };
|
|
498960722340F21C00AFB7EC /* com.metacubex.ClashX.ProxyConfigHelper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = com.metacubex.ClashX.ProxyConfigHelper.entitlements; sourceTree = "<group>"; };
|
|
4989F98D20D0AE990001E564 /* sampleConfig.yaml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.yaml; path = sampleConfig.yaml; sourceTree = "<group>"; };
|
|
498BC2522929CC2A00CA8084 /* SettingTabViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingTabViewController.swift; sourceTree = "<group>"; };
|
|
498BC2542929CCAE00CA8084 /* GeneralSettingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralSettingViewController.swift; sourceTree = "<group>"; };
|
|
499A485322ED707300F6C675 /* RemoteConfigViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteConfigViewController.swift; sourceTree = "<group>"; };
|
|
499A485722ED715200F6C675 /* RemoteConfigModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteConfigModel.swift; sourceTree = "<group>"; };
|
|
499A485922ED781100F6C675 /* RemoteConfigAddView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RemoteConfigAddView.xib; sourceTree = "<group>"; };
|
|
499A485B22ED793C00F6C675 /* NSView+Nib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSView+Nib.swift"; sourceTree = "<group>"; };
|
|
499A485D22ED9B7C00F6C675 /* NSTableView+Reload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSTableView+Reload.swift"; sourceTree = "<group>"; };
|
|
499A486422EEA3FC00F6C675 /* Array+Safe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+Safe.swift"; sourceTree = "<group>"; };
|
|
499ADAFC2498CC5900C488FE /* RemoteControlManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteControlManager.swift; sourceTree = "<group>"; };
|
|
499ADAFE2498FC6D00C488FE /* ExternalControlViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExternalControlViewController.swift; sourceTree = "<group>"; };
|
|
49ABB748236B0F9E00535CD7 /* UnsafePointer+bridge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafePointer+bridge.swift"; sourceTree = "<group>"; };
|
|
49B10869216A356D0064FFCE /* String+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extension.swift"; sourceTree = "<group>"; };
|
|
49B445152457CDF000B27E3E /* ClashStatusTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClashStatusTool.swift; sourceTree = "<group>"; };
|
|
49B4575C244F4A2A00463C39 /* PrivilegedHelperManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrivilegedHelperManager.swift; sourceTree = "<group>"; };
|
|
49B4575E244FD4D100463C39 /* PrivilegedHelperManager+Legacy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PrivilegedHelperManager+Legacy.swift"; sourceTree = "<group>"; };
|
|
49BB31E6246853EA008A4CB0 /* ICloudManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ICloudManager.swift; sourceTree = "<group>"; };
|
|
49BC061B212931F4005A0FE7 /* AboutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = "<group>"; };
|
|
49C9EF63223E78F5005D8B6A /* ClashProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClashProxy.swift; sourceTree = "<group>"; };
|
|
49CF3B1D20CD7463001EBF94 /* ClashX Meta.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ClashX Meta.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
49CF3B2020CD7463001EBF94 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
49CF3B2720CD7465001EBF94 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
49CF3B2920CD7465001EBF94 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
49CF3B2A20CD7465001EBF94 /* ClashX.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ClashX.entitlements; sourceTree = "<group>"; };
|
|
49CF3B3520CD75DF001EBF94 /* ClashX-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ClashX-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
49CF3B5B20CE8068001EBF94 /* ClashResourceManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClashResourceManager.swift; sourceTree = "<group>"; };
|
|
49CF3B6420CEE06C001EBF94 /* ConfigManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigManager.swift; sourceTree = "<group>"; };
|
|
49D176A62355FE680093DD7B /* NetworkChangeNotifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkChangeNotifier.swift; sourceTree = "<group>"; };
|
|
49D176A8235614340093DD7B /* ProxyGroupSpeedTestMenuItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyGroupSpeedTestMenuItem.swift; sourceTree = "<group>"; };
|
|
49D176AA23575BB20093DD7B /* ProxyGroupMenuItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyGroupMenuItemView.swift; sourceTree = "<group>"; };
|
|
49D6A45129AEEC15006487EF /* StatusItemTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusItemTool.swift; sourceTree = "<group>"; };
|
|
49D6A45529AEEC55006487EF /* StatusItemViewProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusItemViewProtocol.swift; sourceTree = "<group>"; };
|
|
49D8276627E9B01700159D93 /* LoginKitWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginKitWrapper.h; sourceTree = "<group>"; };
|
|
49D8276727E9B01700159D93 /* LoginKitWrapper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoginKitWrapper.m; sourceTree = "<group>"; };
|
|
8A2BBEA627A03ACB0081EBEF /* ProxySetting.sdef */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = ProxySetting.sdef; sourceTree = "<group>"; };
|
|
8ACD21BA27A04C7800BC4632 /* ProxySettingCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxySettingCommand.swift; sourceTree = "<group>"; };
|
|
8ACD21BC27A04ED500BC4632 /* ProxyModeChangeCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyModeChangeCommand.swift; sourceTree = "<group>"; };
|
|
F910AA23240134AF00116E95 /* ProxyGroupMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyGroupMenu.swift; sourceTree = "<group>"; };
|
|
F915A4612366ADEF004840BE /* ClashConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClashConnection.swift; sourceTree = "<group>"; };
|
|
F9203A25236342820020D57D /* AppDelegate+..swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppDelegate+..swift"; sourceTree = "<group>"; };
|
|
F92D0B23236BC12000575E15 /* SavedProxyModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SavedProxyModel.swift; sourceTree = "<group>"; };
|
|
F92D0B29236C759100575E15 /* NSTextField+Vibrancy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSTextField+Vibrancy.swift"; sourceTree = "<group>"; };
|
|
F92D0B2B236C7C3600575E15 /* MenuItemBaseView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuItemBaseView.swift; sourceTree = "<group>"; };
|
|
F92D0B2D236D35C000575E15 /* ProxyItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyItemView.swift; sourceTree = "<group>"; };
|
|
F935B2EA2307B6BA009E4D33 /* Helper-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Helper-Info.plist"; sourceTree = "<group>"; };
|
|
F935B2F12307C802009E4D33 /* Helper-Launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Helper-Launchd.plist"; sourceTree = "<group>"; };
|
|
F935B2F22307CD32009E4D33 /* ProxyConfigHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProxyConfigHelper.h; sourceTree = "<group>"; };
|
|
F935B2F32307CD32009E4D33 /* ProxyConfigHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ProxyConfigHelper.m; sourceTree = "<group>"; };
|
|
F935B2F52307D00D009E4D33 /* ProxyConfigRemoteProcessProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProxyConfigRemoteProcessProtocol.h; sourceTree = "<group>"; };
|
|
F935B2F823083EE6009E4D33 /* ProxySettingTool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProxySettingTool.h; sourceTree = "<group>"; };
|
|
F935B2F923083EE6009E4D33 /* ProxySettingTool.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ProxySettingTool.m; sourceTree = "<group>"; };
|
|
F935B2FB23085515009E4D33 /* SystemProxyManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemProxyManager.swift; sourceTree = "<group>"; };
|
|
F939724B23A4B33500FE5A3F /* ClashProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClashProvider.swift; sourceTree = "<group>"; };
|
|
F939724D23A4DB0600FE5A3F /* DateFormatter+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DateFormatter+.swift"; sourceTree = "<group>"; };
|
|
F976275B23634DF8000EDEFE /* LoginServiceKit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginServiceKit.swift; sourceTree = "<group>"; };
|
|
F977FAAB2366790500C17F1F /* AutoUpgardeManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoUpgardeManager.swift; sourceTree = "<group>"; };
|
|
F977FAAD23669D6400C17F1F /* ConnectionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManager.swift; sourceTree = "<group>"; };
|
|
F9A7C0692306E874007163C7 /* com.metacubex.ClashX.ProxyConfigHelper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = com.metacubex.ClashX.ProxyConfigHelper; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
F9E754CF239CC21F00CEE7CC /* WebPortalManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebPortalManager.swift; sourceTree = "<group>"; };
|
|
F9E754D1239CC28D00CEE7CC /* NSAlert+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSAlert+Extension.swift"; sourceTree = "<group>"; };
|
|
F9E8F34523A12B89002DE5E8 /* String+Encode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Encode.swift"; sourceTree = "<group>"; };
|
|
F9FAB31D262BE04800DE02A6 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
49CF3B1A20CD7463001EBF94 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0192312629DD464400539EDD /* RxSwift in Frameworks */,
|
|
0192313829DD490400539EDD /* Yams in Frameworks */,
|
|
0192312429DD464400539EDD /* RxCocoa in Frameworks */,
|
|
0192312929DD476A00539EDD /* SwiftyJSON in Frameworks */,
|
|
0192312129DD457000539EDD /* Alamofire in Frameworks */,
|
|
01EACC702A2F9408001C584B /* KeyboardShortcuts in Frameworks */,
|
|
0192313B29DD496E00539EDD /* PromiseKit in Frameworks */,
|
|
0192312C29DD47FB00539EDD /* CocoaLumberjackSwift in Frameworks */,
|
|
012875E52A2E39CD004FB615 /* ClashX Dashboard in Frameworks */,
|
|
0192312F29DD483100539EDD /* Starscream in Frameworks */,
|
|
0192313529DD48BC00539EDD /* Gzip in Frameworks */,
|
|
0192313229DD488D00539EDD /* FlexibleDiff in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
F9A7C0662306E874007163C7 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
011BFE4E2A27A7500027AD15 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
013C9F3E2AC160D200150FCC /* Actions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
013C9F412AC160D200150FCC /* UpdateExternalResourceAction.swift */,
|
|
013C9F3F2AC160D200150FCC /* TerminalCleanUpAction.swift */,
|
|
013C9F402AC160D200150FCC /* UpdateConfigAction.swift */,
|
|
);
|
|
path = Actions;
|
|
sourceTree = "<group>";
|
|
};
|
|
4913C82021157CEB00F6B87C /* Macro */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4913C82221157D0200F6B87C /* Notification.swift */,
|
|
4949D153213242F600EF85E6 /* Paths.swift */,
|
|
);
|
|
path = Macro;
|
|
sourceTree = "<group>";
|
|
};
|
|
491C24FF21BD558B00AB5D44 /* Extensions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
499A486422EEA3FC00F6C675 /* Array+Safe.swift */,
|
|
4966E9E22118153A00A391FB /* NSUserNotificationCenter+Extension.swift */,
|
|
499A485B22ED793C00F6C675 /* NSView+Nib.swift */,
|
|
499A485D22ED9B7C00F6C675 /* NSTableView+Reload.swift */,
|
|
4982F51E2344A216008804B0 /* Cgo+Convert.swift */,
|
|
F9203A25236342820020D57D /* AppDelegate+..swift */,
|
|
F92D0B29236C759100575E15 /* NSTextField+Vibrancy.swift */,
|
|
F9E754D1239CC28D00CEE7CC /* NSAlert+Extension.swift */,
|
|
F9E8F34523A12B89002DE5E8 /* String+Encode.swift */,
|
|
F939724D23A4DB0600FE5A3F /* DateFormatter+.swift */,
|
|
01E33AB129B5BF4200FD1006 /* NSColor+Extension.swift */,
|
|
);
|
|
path = Extensions;
|
|
sourceTree = "<group>";
|
|
};
|
|
491C250021BD55B900AB5D44 /* Utils */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
493AEAE2221AE3420016FE98 /* AppVersionUtil.swift */,
|
|
49D176A62355FE680093DD7B /* NetworkChangeNotifier.swift */,
|
|
49B445152457CDF000B27E3E /* ClashStatusTool.swift */,
|
|
01EACC712A2F9469001C584B /* SSIDSuspendTool.swift */,
|
|
);
|
|
path = Utils;
|
|
sourceTree = "<group>";
|
|
};
|
|
491C250121BD561200AB5D44 /* Managers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4952C3CF2117027C004A4FA8 /* ConfigFileManager.swift */,
|
|
49CF3B5B20CE8068001EBF94 /* ClashResourceManager.swift */,
|
|
49CF3B6420CEE06C001EBF94 /* ConfigManager.swift */,
|
|
495BFB8721919B9800C8779D /* RemoteConfigManager.swift */,
|
|
4952C3BE2115C7CA004A4FA8 /* MenuItemFactory.swift */,
|
|
F935B2FB23085515009E4D33 /* SystemProxyManager.swift */,
|
|
F977FAAB2366790500C17F1F /* AutoUpgardeManager.swift */,
|
|
F977FAAD23669D6400C17F1F /* ConnectionManager.swift */,
|
|
F9E754CF239CC21F00CEE7CC /* WebPortalManager.swift */,
|
|
49B4575C244F4A2A00463C39 /* PrivilegedHelperManager.swift */,
|
|
49B4575E244FD4D100463C39 /* PrivilegedHelperManager+Legacy.swift */,
|
|
49BB31E6246853EA008A4CB0 /* ICloudManager.swift */,
|
|
499ADAFC2498CC5900C488FE /* RemoteControlManager.swift */,
|
|
4929F67E258CE04700A435F6 /* Settings.swift */,
|
|
);
|
|
path = Managers;
|
|
sourceTree = "<group>";
|
|
};
|
|
492C4866210EE69B004554A0 /* General */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
491C250121BD561200AB5D44 /* Managers */,
|
|
491C250021BD55B900AB5D44 /* Utils */,
|
|
492C4868210EE6B9004554A0 /* ApiRequest.swift */,
|
|
015F1E90288E42A50052B20A /* ClashMetaConfig.swift */,
|
|
016BEAAF29D80102001586C5 /* AlphaMetaDownloader.swift */,
|
|
);
|
|
path = General;
|
|
sourceTree = "<group>";
|
|
};
|
|
492C486E210EF621004554A0 /* Models */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
492C4870210EF62E004554A0 /* ClashConfig.swift */,
|
|
49862F9F218418C600A1D5EC /* ClashRule.swift */,
|
|
49C9EF63223E78F5005D8B6A /* ClashProxy.swift */,
|
|
499A485722ED715200F6C675 /* RemoteConfigModel.swift */,
|
|
F915A4612366ADEF004840BE /* ClashConnection.swift */,
|
|
F92D0B23236BC12000575E15 /* SavedProxyModel.swift */,
|
|
F939724B23A4B33500FE5A3F /* ClashProvider.swift */,
|
|
01943258287D19BC008CC51A /* ClashRuleProvider.swift */,
|
|
);
|
|
path = Models;
|
|
sourceTree = "<group>";
|
|
};
|
|
4931969C21631F2E00A8E6E7 /* Views */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
49BC1B4029AEEBBB002007B1 /* StatusItem */,
|
|
F92D0B2B236C7C3600575E15 /* MenuItemBaseView.swift */,
|
|
49D176AA23575BB20093DD7B /* ProxyGroupMenuItemView.swift */,
|
|
49D176A8235614340093DD7B /* ProxyGroupSpeedTestMenuItem.swift */,
|
|
F92D0B2D236D35C000575E15 /* ProxyItemView.swift */,
|
|
493AEAE4221AE7230016FE98 /* ProxyMenuItem.swift */,
|
|
499A485922ED781100F6C675 /* RemoteConfigAddView.xib */,
|
|
F910AA23240134AF00116E95 /* ProxyGroupMenu.swift */,
|
|
493A9F272453E60400D35296 /* ProxyDelayHistoryMenu.swift */,
|
|
49228456270AADE20027A4B6 /* RemoteConfigUpdateIntervalSettingView.swift */,
|
|
018F88F8286DD0CB004DD0F7 /* DualTitleMenuItem.swift */,
|
|
015EC9422A48891000145F7F /* NormalMenuItemView.swift */,
|
|
);
|
|
path = Views;
|
|
sourceTree = "<group>";
|
|
};
|
|
49722FDD211ED2A900650A41 /* Vendor */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4929F683258CE07500A435F6 /* UserDefaultWrapper.swift */,
|
|
F976275D23634F18000EDEFE /* LoginServiceKit */,
|
|
49722FE9211F338B00650A41 /* Witness */,
|
|
49D8276627E9B01700159D93 /* LoginKitWrapper.h */,
|
|
49D8276727E9B01700159D93 /* LoginKitWrapper.m */,
|
|
);
|
|
path = Vendor;
|
|
sourceTree = "<group>";
|
|
};
|
|
49722FE9211F338B00650A41 /* Witness */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
49722FEA211F338B00650A41 /* FileEvent.swift */,
|
|
49722FEB211F338B00650A41 /* EventStream.swift */,
|
|
49722FEC211F338B00650A41 /* Witness.swift */,
|
|
49722FED211F338B00650A41 /* Witness.h */,
|
|
);
|
|
path = Witness;
|
|
sourceTree = "<group>";
|
|
};
|
|
49761DA521C9490400AE13EF /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
01B2274A29B845F100FE35C9 /* country.mmdb.gz */,
|
|
01B009AC2854533200B93618 /* geoip.dat.gz */,
|
|
01B009AD2854533300B93618 /* geosite.dat.gz */,
|
|
01C1462928962E4E00346AF3 /* com.metacubex.ClashX.ProxyConfigHelper.meta.gz */,
|
|
49761DA621C9497000AE13EF /* dashboard */,
|
|
4989F98D20D0AE990001E564 /* sampleConfig.yaml */,
|
|
01E33AB429B5C5E300FD1006 /* menu_icon@2x.png */,
|
|
);
|
|
path = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
4989F98520D0AA300001E564 /* ViewControllers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
498BC2512929CC0A00CA8084 /* Settings */,
|
|
49BC061B212931F4005A0FE7 /* AboutViewController.swift */,
|
|
01B1CB072A2E1EC10073EA34 /* DashboardManagerSwiftUI.swift */,
|
|
011946B92A334C4900502077 /* ClashWebViewContoller.swift */,
|
|
499A485322ED707300F6C675 /* RemoteConfigViewController.swift */,
|
|
499ADAFE2498FC6D00C488FE /* ExternalControlViewController.swift */,
|
|
);
|
|
path = ViewControllers;
|
|
sourceTree = "<group>";
|
|
};
|
|
498BC2512929CC0A00CA8084 /* Settings */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
498BC2522929CC2A00CA8084 /* SettingTabViewController.swift */,
|
|
01EACC732A2F94AB001C584B /* DebugSettingViewController.swift */,
|
|
01EACC742A2F94AB001C584B /* GlobalShortCutViewController.swift */,
|
|
498BC2542929CCAE00CA8084 /* GeneralSettingViewController.swift */,
|
|
);
|
|
path = Settings;
|
|
sourceTree = "<group>";
|
|
};
|
|
4997732220D251A60009B136 /* Basic */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
495A44D220D267D000888A0A /* LaunchAtLogin.swift */,
|
|
01C5B88C2A4FD1DB00C4E36A /* Logger.swift */,
|
|
01EACC772A2F94C7001C584B /* NSView+Layout.swift */,
|
|
49B10869216A356D0064FFCE /* String+Extension.swift */,
|
|
49ABB748236B0F9E00535CD7 /* UnsafePointer+bridge.swift */,
|
|
0144905B2A8150920056028A /* SpeedUtils.swift */,
|
|
0144905A2A8150920056028A /* Combine+Ext.swift */,
|
|
);
|
|
path = Basic;
|
|
sourceTree = "<group>";
|
|
};
|
|
49BC1B4029AEEBBB002007B1 /* StatusItem */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
495340AF20DE5F7200B0D3FF /* StatusItemView.xib */,
|
|
495340B220DE68C300B0D3FF /* StatusItemView.swift */,
|
|
49D6A45129AEEC15006487EF /* StatusItemTool.swift */,
|
|
49D6A45529AEEC55006487EF /* StatusItemViewProtocol.swift */,
|
|
);
|
|
path = StatusItem;
|
|
sourceTree = "<group>";
|
|
};
|
|
49CF3B1420CD7463001EBF94 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
49CF3B1F20CD7463001EBF94 /* ClashX */,
|
|
F9A7C06A2306E874007163C7 /* ProxyConfigHelper */,
|
|
49CF3B1E20CD7463001EBF94 /* Products */,
|
|
011BFE4E2A27A7500027AD15 /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
49CF3B1E20CD7463001EBF94 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
49CF3B1D20CD7463001EBF94 /* ClashX Meta.app */,
|
|
F9A7C0692306E874007163C7 /* com.metacubex.ClashX.ProxyConfigHelper */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
49CF3B1F20CD7463001EBF94 /* ClashX */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8A2BBEA527A03A920081EBEF /* AppleScript */,
|
|
49722FDD211ED2A900650A41 /* Vendor */,
|
|
4913C82021157CEB00F6B87C /* Macro */,
|
|
4997732220D251A60009B136 /* Basic */,
|
|
492C486E210EF621004554A0 /* Models */,
|
|
491C24FF21BD558B00AB5D44 /* Extensions */,
|
|
492C4866210EE69B004554A0 /* General */,
|
|
4931969C21631F2E00A8E6E7 /* Views */,
|
|
013C9F3E2AC160D200150FCC /* Actions */,
|
|
4989F98520D0AA300001E564 /* ViewControllers */,
|
|
49761DA521C9490400AE13EF /* Resources */,
|
|
49CF3B3A20CD783A001EBF94 /* Support Files */,
|
|
49CF3B2020CD7463001EBF94 /* AppDelegate.swift */,
|
|
49CF3B2620CD7465001EBF94 /* Main.storyboard */,
|
|
49CF3B2920CD7465001EBF94 /* Info.plist */,
|
|
49CF3B2A20CD7465001EBF94 /* ClashX.entitlements */,
|
|
49CF3B3520CD75DF001EBF94 /* ClashX-Bridging-Header.h */,
|
|
F9FAB31D262BE04800DE02A6 /* Images.xcassets */,
|
|
0144905E2A8153250056028A /* ClashWindowController.swift */,
|
|
);
|
|
path = ClashX;
|
|
sourceTree = "<group>";
|
|
};
|
|
49CF3B3A20CD783A001EBF94 /* Support Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4981C88D216BAE4A008CC14A /* Localizable.strings */,
|
|
);
|
|
path = "Support Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
8A2BBEA527A03A920081EBEF /* AppleScript */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
011946B52A32F64500502077 /* TunModeSettingCommand.swift */,
|
|
8A2BBEA627A03ACB0081EBEF /* ProxySetting.sdef */,
|
|
8ACD21BA27A04C7800BC4632 /* ProxySettingCommand.swift */,
|
|
8ACD21BC27A04ED500BC4632 /* ProxyModeChangeCommand.swift */,
|
|
);
|
|
path = AppleScript;
|
|
sourceTree = "<group>";
|
|
};
|
|
F976275D23634F18000EDEFE /* LoginServiceKit */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F976275B23634DF8000EDEFE /* LoginServiceKit.swift */,
|
|
);
|
|
path = LoginServiceKit;
|
|
sourceTree = "<group>";
|
|
};
|
|
F9A7C06A2306E874007163C7 /* ProxyConfigHelper */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
491E61FC258A424500313AEF /* CommonUtils.h */,
|
|
491E61FD258A424500313AEF /* CommonUtils.m */,
|
|
498960722340F21C00AFB7EC /* com.metacubex.ClashX.ProxyConfigHelper.entitlements */,
|
|
019A239528657A7A00AE5698 /* main.swift */,
|
|
0162E74E2864B819007218A6 /* MetaTask.swift */,
|
|
01BC9ABD2928E5C600F9B177 /* MetaDNS.swift */,
|
|
F935B2F12307C802009E4D33 /* Helper-Launchd.plist */,
|
|
F935B2EA2307B6BA009E4D33 /* Helper-Info.plist */,
|
|
F935B2F22307CD32009E4D33 /* ProxyConfigHelper.h */,
|
|
F935B2F32307CD32009E4D33 /* ProxyConfigHelper.m */,
|
|
F935B2F52307D00D009E4D33 /* ProxyConfigRemoteProcessProtocol.h */,
|
|
F935B2F823083EE6009E4D33 /* ProxySettingTool.h */,
|
|
F935B2F923083EE6009E4D33 /* ProxySettingTool.m */,
|
|
0162E74D2864B818007218A6 /* com.metacubex.ClashX.ProxyConfigHelper-Bridging-Header.h */,
|
|
);
|
|
path = ProxyConfigHelper;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
49CF3B1C20CD7463001EBF94 /* ClashX Meta */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 49CF3B2D20CD7465001EBF94 /* Build configuration list for PBXNativeTarget "ClashX Meta" */;
|
|
buildPhases = (
|
|
49CF3B1920CD7463001EBF94 /* Sources */,
|
|
49CF3B1A20CD7463001EBF94 /* Frameworks */,
|
|
49CF3B1B20CD7463001EBF94 /* Resources */,
|
|
663E4677213FCDC4006F11BB /* Copy Files */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
F935B2EC2307B7CD009E4D33 /* PBXTargetDependency */,
|
|
);
|
|
name = "ClashX Meta";
|
|
packageProductDependencies = (
|
|
0192312029DD457000539EDD /* Alamofire */,
|
|
0192312329DD464400539EDD /* RxCocoa */,
|
|
0192312529DD464400539EDD /* RxSwift */,
|
|
0192312829DD476A00539EDD /* SwiftyJSON */,
|
|
0192312B29DD47FB00539EDD /* CocoaLumberjackSwift */,
|
|
0192312E29DD483100539EDD /* Starscream */,
|
|
0192313129DD488D00539EDD /* FlexibleDiff */,
|
|
0192313429DD48BC00539EDD /* Gzip */,
|
|
0192313729DD490400539EDD /* Yams */,
|
|
0192313A29DD496E00539EDD /* PromiseKit */,
|
|
012875E42A2E39CD004FB615 /* ClashX Dashboard */,
|
|
01EACC6F2A2F9408001C584B /* KeyboardShortcuts */,
|
|
);
|
|
productName = ClashX;
|
|
productReference = 49CF3B1D20CD7463001EBF94 /* ClashX Meta.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
F9A7C0682306E874007163C7 /* com.metacubex.ClashX.ProxyConfigHelper */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = F9A7C06D2306E874007163C7 /* Build configuration list for PBXNativeTarget "com.metacubex.ClashX.ProxyConfigHelper" */;
|
|
buildPhases = (
|
|
F9A7C0652306E874007163C7 /* Sources */,
|
|
F9A7C0662306E874007163C7 /* Frameworks */,
|
|
F9A7C0672306E874007163C7 /* Copy Files */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = com.metacubex.ClashX.ProxyConfigHelper;
|
|
productName = ProxyConfigHelper;
|
|
productReference = F9A7C0692306E874007163C7 /* com.metacubex.ClashX.ProxyConfigHelper */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
49CF3B1520CD7463001EBF94 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 1420;
|
|
LastUpgradeCheck = 1420;
|
|
ORGANIZATIONNAME = west2online;
|
|
TargetAttributes = {
|
|
49CF3B1C20CD7463001EBF94 = {
|
|
CreatedOnToolsVersion = 9.4;
|
|
LastSwiftMigration = 1020;
|
|
SystemCapabilities = {
|
|
com.apple.HardenedRuntime = {
|
|
enabled = 1;
|
|
};
|
|
com.apple.Sandbox = {
|
|
enabled = 0;
|
|
};
|
|
};
|
|
};
|
|
F9A7C0682306E874007163C7 = {
|
|
CreatedOnToolsVersion = 10.3;
|
|
LastSwiftMigration = 1340;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 49CF3B1820CD7463001EBF94 /* Build configuration list for PBXProject "ClashX SwiftUI" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
"zh-Hans",
|
|
);
|
|
mainGroup = 49CF3B1420CD7463001EBF94;
|
|
packageReferences = (
|
|
0192311F29DD457000539EDD /* XCRemoteSwiftPackageReference "Alamofire" */,
|
|
0192312229DD464400539EDD /* XCRemoteSwiftPackageReference "RxSwift" */,
|
|
0192312729DD476A00539EDD /* XCRemoteSwiftPackageReference "SwiftyJSON" */,
|
|
0192312A29DD47FB00539EDD /* XCRemoteSwiftPackageReference "CocoaLumberjack" */,
|
|
0192312D29DD483100539EDD /* XCRemoteSwiftPackageReference "Starscream" */,
|
|
0192313029DD488D00539EDD /* XCRemoteSwiftPackageReference "FlexibleDiff" */,
|
|
0192313329DD48BC00539EDD /* XCRemoteSwiftPackageReference "GzipSwift" */,
|
|
0192313629DD490400539EDD /* XCRemoteSwiftPackageReference "Yams" */,
|
|
0192313929DD496E00539EDD /* XCRemoteSwiftPackageReference "PromiseKit" */,
|
|
012875E32A2E39CD004FB615 /* XCRemoteSwiftPackageReference "ClashX-Dashboard" */,
|
|
01EACC6E2A2F9408001C584B /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */,
|
|
);
|
|
productRefGroup = 49CF3B1E20CD7463001EBF94 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
49CF3B1C20CD7463001EBF94 /* ClashX Meta */,
|
|
F9A7C0682306E874007163C7 /* com.metacubex.ClashX.ProxyConfigHelper */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
49CF3B1B20CD7463001EBF94 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
01B009AF2854533300B93618 /* geosite.dat.gz in Resources */,
|
|
49761DA721C9497000AE13EF /* dashboard in Resources */,
|
|
4981C88B216BAE4A008CC14A /* Localizable.strings in Resources */,
|
|
8A2BBEA727A03ACB0081EBEF /* ProxySetting.sdef in Resources */,
|
|
F9FAB31E262BE04800DE02A6 /* Images.xcassets in Resources */,
|
|
01E33AB529B5C5E400FD1006 /* menu_icon@2x.png in Resources */,
|
|
495340B020DE5F7200B0D3FF /* StatusItemView.xib in Resources */,
|
|
01B009AE2854533300B93618 /* geoip.dat.gz in Resources */,
|
|
49CF3B2820CD7465001EBF94 /* Main.storyboard in Resources */,
|
|
499A485A22ED781100F6C675 /* RemoteConfigAddView.xib in Resources */,
|
|
4989F98E20D0AE990001E564 /* sampleConfig.yaml in Resources */,
|
|
01C1462A28962E4E00346AF3 /* com.metacubex.ClashX.ProxyConfigHelper.meta.gz in Resources */,
|
|
01B2274B29B845F100FE35C9 /* country.mmdb.gz in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
49CF3B1920CD7463001EBF94 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
011946BA2A334C4900502077 /* ClashWebViewContoller.swift in Sources */,
|
|
49ABB749236B0F9E00535CD7 /* UnsafePointer+bridge.swift in Sources */,
|
|
01EACC762A2F94AB001C584B /* GlobalShortCutViewController.swift in Sources */,
|
|
499A485522ED707300F6C675 /* RemoteConfigViewController.swift in Sources */,
|
|
0144905C2A8150920056028A /* Combine+Ext.swift in Sources */,
|
|
49D6A45229AEEC15006487EF /* StatusItemTool.swift in Sources */,
|
|
49CF3B5C20CE8068001EBF94 /* ClashResourceManager.swift in Sources */,
|
|
013C9F432AC160D200150FCC /* UpdateConfigAction.swift in Sources */,
|
|
4952C3D02117027C004A4FA8 /* ConfigFileManager.swift in Sources */,
|
|
49BC061C212931F4005A0FE7 /* AboutViewController.swift in Sources */,
|
|
01EACC782A2F94C7001C584B /* NSView+Layout.swift in Sources */,
|
|
4949D154213242F600EF85E6 /* Paths.swift in Sources */,
|
|
499ADAFF2498FC6D00C488FE /* ExternalControlViewController.swift in Sources */,
|
|
F939724E23A4DB0600FE5A3F /* DateFormatter+.swift in Sources */,
|
|
F915A4622366ADEF004840BE /* ClashConnection.swift in Sources */,
|
|
F977FAAE23669D6400C17F1F /* ConnectionManager.swift in Sources */,
|
|
495340B320DE68C300B0D3FF /* StatusItemView.swift in Sources */,
|
|
F935B2FC23085515009E4D33 /* SystemProxyManager.swift in Sources */,
|
|
495A44D320D267D000888A0A /* LaunchAtLogin.swift in Sources */,
|
|
01EACC722A2F9469001C584B /* SSIDSuspendTool.swift in Sources */,
|
|
01B1CB082A2E1EC10073EA34 /* DashboardManagerSwiftUI.swift in Sources */,
|
|
015EC9432A48891000145F7F /* NormalMenuItemView.swift in Sources */,
|
|
4929F67F258CE04700A435F6 /* Settings.swift in Sources */,
|
|
49D6A45629AEEC55006487EF /* StatusItemViewProtocol.swift in Sources */,
|
|
493AEAE3221AE3420016FE98 /* AppVersionUtil.swift in Sources */,
|
|
49CF3B2120CD7463001EBF94 /* AppDelegate.swift in Sources */,
|
|
49722FEF211F338B00650A41 /* FileEvent.swift in Sources */,
|
|
016BEAB029D80103001586C5 /* AlphaMetaDownloader.swift in Sources */,
|
|
49D176A72355FE680093DD7B /* NetworkChangeNotifier.swift in Sources */,
|
|
4913C82321157D0200F6B87C /* Notification.swift in Sources */,
|
|
0144905D2A8150920056028A /* SpeedUtils.swift in Sources */,
|
|
015F1E91288E42A50052B20A /* ClashMetaConfig.swift in Sources */,
|
|
8ACD21BD27A04ED500BC4632 /* ProxyModeChangeCommand.swift in Sources */,
|
|
498BC2552929CCAE00CA8084 /* GeneralSettingViewController.swift in Sources */,
|
|
49228457270AADE20027A4B6 /* RemoteConfigUpdateIntervalSettingView.swift in Sources */,
|
|
F9203A26236342820020D57D /* AppDelegate+..swift in Sources */,
|
|
499A485C22ED793C00F6C675 /* NSView+Nib.swift in Sources */,
|
|
493A9F282453E60400D35296 /* ProxyDelayHistoryMenu.swift in Sources */,
|
|
01E33AB229B5BF4200FD1006 /* NSColor+Extension.swift in Sources */,
|
|
01EACC752A2F94AB001C584B /* DebugSettingViewController.swift in Sources */,
|
|
492C4871210EF62E004554A0 /* ClashConfig.swift in Sources */,
|
|
492C4869210EE6B9004554A0 /* ApiRequest.swift in Sources */,
|
|
49CF3B6520CEE06C001EBF94 /* ConfigManager.swift in Sources */,
|
|
0144905F2A8153260056028A /* ClashWindowController.swift in Sources */,
|
|
F9E754D0239CC21F00CEE7CC /* WebPortalManager.swift in Sources */,
|
|
018F88F9286DD0CB004DD0F7 /* DualTitleMenuItem.swift in Sources */,
|
|
495BFB8821919B9800C8779D /* RemoteConfigManager.swift in Sources */,
|
|
4982F51F2344A216008804B0 /* Cgo+Convert.swift in Sources */,
|
|
8ACD21BB27A04C7800BC4632 /* ProxySettingCommand.swift in Sources */,
|
|
49722FF1211F338B00650A41 /* Witness.swift in Sources */,
|
|
49722FF0211F338B00650A41 /* EventStream.swift in Sources */,
|
|
499A486522EEA3FD00F6C675 /* Array+Safe.swift in Sources */,
|
|
F92D0B24236BC12000575E15 /* SavedProxyModel.swift in Sources */,
|
|
F92D0B2A236C759100575E15 /* NSTextField+Vibrancy.swift in Sources */,
|
|
F910AA24240134AF00116E95 /* ProxyGroupMenu.swift in Sources */,
|
|
4952C3BF2115C7CA004A4FA8 /* MenuItemFactory.swift in Sources */,
|
|
015F1E92288E60D30052B20A /* MetaTask.swift in Sources */,
|
|
013C9F422AC160D200150FCC /* TerminalCleanUpAction.swift in Sources */,
|
|
F977FAAC2366790500C17F1F /* AutoUpgardeManager.swift in Sources */,
|
|
499A485822ED715200F6C675 /* RemoteConfigModel.swift in Sources */,
|
|
49D176AB23575BB20093DD7B /* ProxyGroupMenuItemView.swift in Sources */,
|
|
49B4575D244F4A2A00463C39 /* PrivilegedHelperManager.swift in Sources */,
|
|
49B4575F244FD4D100463C39 /* PrivilegedHelperManager+Legacy.swift in Sources */,
|
|
013C9F442AC160D200150FCC /* UpdateExternalResourceAction.swift in Sources */,
|
|
4966E9E32118153A00A391FB /* NSUserNotificationCenter+Extension.swift in Sources */,
|
|
F9E754D2239CC28D00CEE7CC /* NSAlert+Extension.swift in Sources */,
|
|
49D176A9235614340093DD7B /* ProxyGroupSpeedTestMenuItem.swift in Sources */,
|
|
F976275C23634DF8000EDEFE /* LoginServiceKit.swift in Sources */,
|
|
011946B62A32F64600502077 /* TunModeSettingCommand.swift in Sources */,
|
|
01C5B88D2A4FD1DB00C4E36A /* Logger.swift in Sources */,
|
|
F92D0B2E236D35C000575E15 /* ProxyItemView.swift in Sources */,
|
|
49BB31E7246853EA008A4CB0 /* ICloudManager.swift in Sources */,
|
|
49B1086A216A356D0064FFCE /* String+Extension.swift in Sources */,
|
|
F92D0B2C236C7C3600575E15 /* MenuItemBaseView.swift in Sources */,
|
|
499ADAFD2498CC5900C488FE /* RemoteControlManager.swift in Sources */,
|
|
49769FB427E9B3E400E3D664 /* LoginKitWrapper.m in Sources */,
|
|
493AEAE5221AE7230016FE98 /* ProxyMenuItem.swift in Sources */,
|
|
499A485E22ED9B7C00F6C675 /* NSTableView+Reload.swift in Sources */,
|
|
F939724C23A4B33500FE5A3F /* ClashProvider.swift in Sources */,
|
|
498BC2532929CC2A00CA8084 /* SettingTabViewController.swift in Sources */,
|
|
49862FA0218418C600A1D5EC /* ClashRule.swift in Sources */,
|
|
01943259287D19BC008CC51A /* ClashRuleProvider.swift in Sources */,
|
|
49C9EF64223E78F5005D8B6A /* ClashProxy.swift in Sources */,
|
|
4929F684258CE07500A435F6 /* UserDefaultWrapper.swift in Sources */,
|
|
F9E8F34623A12B89002DE5E8 /* String+Encode.swift in Sources */,
|
|
49B445162457CDF000B27E3E /* ClashStatusTool.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
F9A7C0652306E874007163C7 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
F935B2F42307CD32009E4D33 /* ProxyConfigHelper.m in Sources */,
|
|
0162E74F2864B819007218A6 /* MetaTask.swift in Sources */,
|
|
019A239628657A7A00AE5698 /* main.swift in Sources */,
|
|
491E6203258A424D00313AEF /* CommonUtils.m in Sources */,
|
|
01BC9ABE2928EB5A00F9B177 /* MetaDNS.swift in Sources */,
|
|
F935B2FA23083EE6009E4D33 /* ProxySettingTool.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
F935B2EC2307B7CD009E4D33 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = F9A7C0682306E874007163C7 /* com.metacubex.ClashX.ProxyConfigHelper */;
|
|
targetProxy = F935B2EB2307B7CD009E4D33 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
4981C88D216BAE4A008CC14A /* Localizable.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
4981C88C216BAE4A008CC14A /* en */,
|
|
4981C88E216BAE4D008CC14A /* zh-Hans */,
|
|
);
|
|
name = Localizable.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
49CF3B2620CD7465001EBF94 /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
49CF3B2720CD7465001EBF94 /* Base */,
|
|
4981C887216BAB8A008CC14A /* zh-Hans */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
49CF3B2B20CD7465001EBF94 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "Mac Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
49CF3B2C20CD7465001EBF94 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "Mac Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = macosx;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
};
|
|
name = Release;
|
|
};
|
|
49CF3B2E20CD7465001EBF94 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD)";
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = ClashX/ClashX.entitlements;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
CODE_SIGN_STYLE = Manual;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COMPRESS_PNG_FILES = YES;
|
|
CURRENT_PROJECT_VERSION = 0;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEVELOPMENT_TEAM = "";
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)/ClashX/Support\\ Files",
|
|
"$(PROJECT_DIR)/ClashX/Support\\ Files",
|
|
"$(PROJECT_DIR)/ClashX/Support\\ Files",
|
|
"$(PROJECT_DIR)/ClashX/Support\\ Files",
|
|
);
|
|
INFOPLIST_FILE = ClashX/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
"@loader_path/../Frameworks",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)/ClashX",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
|
MARKETING_VERSION = v1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.metacubex.ClashX.meta;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
STRIP_INSTALLED_PRODUCT = NO;
|
|
STRIP_PNG_TEXT = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "ClashX/ClashX-Bridging-Header.h";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
49CF3B2F20CD7465001EBF94 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD)";
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = ClashX/ClashX.entitlements;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
CODE_SIGN_STYLE = Manual;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COMPRESS_PNG_FILES = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
CURRENT_PROJECT_VERSION = 0;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEPLOYMENT_POSTPROCESSING = YES;
|
|
DEVELOPMENT_TEAM = "";
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)/ClashX/Support\\ Files",
|
|
"$(PROJECT_DIR)/ClashX/Support\\ Files",
|
|
"$(PROJECT_DIR)/ClashX/Support\\ Files",
|
|
"$(PROJECT_DIR)/ClashX/Support\\ Files",
|
|
);
|
|
INFOPLIST_FILE = ClashX/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
"@loader_path/../Frameworks",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)/ClashX",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
|
MARKETING_VERSION = v1.0;
|
|
OTHER_CODE_SIGN_FLAGS = "--timestamp";
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.metacubex.ClashX.meta;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
STRIP_INSTALLED_PRODUCT = YES;
|
|
STRIP_PNG_TEXT = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "ClashX/ClashX-Bridging-Header.h";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
F9A7C06E2306E874007163C7 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD)";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = ProxyConfigHelper/com.metacubex.ClashX.ProxyConfigHelper.entitlements;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
CODE_SIGN_STYLE = Manual;
|
|
CURRENT_PROJECT_VERSION = 3;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEVELOPMENT_TEAM = "";
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
INFOPLIST_FILE = "$(SRCROOT)/ProxyConfigHelper/Helper-Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
"@loader_path/../Frameworks",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
|
|
MARKETING_VERSION = 1.2;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
OTHER_LDFLAGS = (
|
|
"-sectcreate",
|
|
__TEXT,
|
|
__info_plist,
|
|
"\"$(SRCROOT)/ProxyConfigHelper/Helper-Info.plist\"",
|
|
"-sectcreate",
|
|
__TEXT,
|
|
__launchd_plist,
|
|
"\"$(SRCROOT)/ProxyConfigHelper/Helper-Launchd.plist\"",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.metacubex.ClashX.ProxyConfigHelper;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "ProxyConfigHelper/com.metacubex.ClashX.ProxyConfigHelper-Bridging-Header.h";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
F9A7C06F2306E874007163C7 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD)";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = ProxyConfigHelper/com.metacubex.ClashX.ProxyConfigHelper.entitlements;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
CODE_SIGN_STYLE = Manual;
|
|
CURRENT_PROJECT_VERSION = 3;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEPLOYMENT_POSTPROCESSING = YES;
|
|
DEVELOPMENT_TEAM = "";
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
INFOPLIST_FILE = "$(SRCROOT)/ProxyConfigHelper/Helper-Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
"@loader_path/../Frameworks",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
|
|
MARKETING_VERSION = 1.2;
|
|
MTL_FAST_MATH = YES;
|
|
OTHER_LDFLAGS = (
|
|
"-sectcreate",
|
|
__TEXT,
|
|
__info_plist,
|
|
"\"$(SRCROOT)/ProxyConfigHelper/Helper-Info.plist\"",
|
|
"-sectcreate",
|
|
__TEXT,
|
|
__launchd_plist,
|
|
"\"$(SRCROOT)/ProxyConfigHelper/Helper-Launchd.plist\"",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.metacubex.ClashX.ProxyConfigHelper;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "ProxyConfigHelper/com.metacubex.ClashX.ProxyConfigHelper-Bridging-Header.h";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
49CF3B1820CD7463001EBF94 /* Build configuration list for PBXProject "ClashX SwiftUI" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
49CF3B2B20CD7465001EBF94 /* Debug */,
|
|
49CF3B2C20CD7465001EBF94 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
49CF3B2D20CD7465001EBF94 /* Build configuration list for PBXNativeTarget "ClashX Meta" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
49CF3B2E20CD7465001EBF94 /* Debug */,
|
|
49CF3B2F20CD7465001EBF94 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
F9A7C06D2306E874007163C7 /* Build configuration list for PBXNativeTarget "com.metacubex.ClashX.ProxyConfigHelper" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
F9A7C06E2306E874007163C7 /* Debug */,
|
|
F9A7C06F2306E874007163C7 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
|
012875E32A2E39CD004FB615 /* XCRemoteSwiftPackageReference "ClashX-Dashboard" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/mrFq1/ClashX-Dashboard";
|
|
requirement = {
|
|
branch = dev;
|
|
kind = branch;
|
|
};
|
|
};
|
|
0192311F29DD457000539EDD /* XCRemoteSwiftPackageReference "Alamofire" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/Alamofire/Alamofire";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 5.0.0;
|
|
};
|
|
};
|
|
0192312229DD464400539EDD /* XCRemoteSwiftPackageReference "RxSwift" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/ReactiveX/RxSwift";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 6.0.0;
|
|
};
|
|
};
|
|
0192312729DD476A00539EDD /* XCRemoteSwiftPackageReference "SwiftyJSON" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/SwiftyJSON/SwiftyJSON";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 5.0.0;
|
|
};
|
|
};
|
|
0192312A29DD47FB00539EDD /* XCRemoteSwiftPackageReference "CocoaLumberjack" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/CocoaLumberjack/CocoaLumberjack";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 3.0.0;
|
|
};
|
|
};
|
|
0192312D29DD483100539EDD /* XCRemoteSwiftPackageReference "Starscream" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/daltoniam/Starscream";
|
|
requirement = {
|
|
kind = exactVersion;
|
|
version = 3.1.1;
|
|
};
|
|
};
|
|
0192313029DD488D00539EDD /* XCRemoteSwiftPackageReference "FlexibleDiff" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/RACCommunity/FlexibleDiff";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 0.0.9;
|
|
};
|
|
};
|
|
0192313329DD48BC00539EDD /* XCRemoteSwiftPackageReference "GzipSwift" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/1024jp/GzipSwift";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 6.0.0;
|
|
};
|
|
};
|
|
0192313629DD490400539EDD /* XCRemoteSwiftPackageReference "Yams" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/jpsim/Yams";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 5.0.0;
|
|
};
|
|
};
|
|
0192313929DD496E00539EDD /* XCRemoteSwiftPackageReference "PromiseKit" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/mxcl/PromiseKit";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 8.0.0;
|
|
};
|
|
};
|
|
01EACC6E2A2F9408001C584B /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/sindresorhus/KeyboardShortcuts";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 1.0.0;
|
|
};
|
|
};
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
012875E42A2E39CD004FB615 /* ClashX Dashboard */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 012875E32A2E39CD004FB615 /* XCRemoteSwiftPackageReference "ClashX-Dashboard" */;
|
|
productName = "ClashX Dashboard";
|
|
};
|
|
0192312029DD457000539EDD /* Alamofire */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 0192311F29DD457000539EDD /* XCRemoteSwiftPackageReference "Alamofire" */;
|
|
productName = Alamofire;
|
|
};
|
|
0192312329DD464400539EDD /* RxCocoa */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 0192312229DD464400539EDD /* XCRemoteSwiftPackageReference "RxSwift" */;
|
|
productName = RxCocoa;
|
|
};
|
|
0192312529DD464400539EDD /* RxSwift */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 0192312229DD464400539EDD /* XCRemoteSwiftPackageReference "RxSwift" */;
|
|
productName = RxSwift;
|
|
};
|
|
0192312829DD476A00539EDD /* SwiftyJSON */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 0192312729DD476A00539EDD /* XCRemoteSwiftPackageReference "SwiftyJSON" */;
|
|
productName = SwiftyJSON;
|
|
};
|
|
0192312B29DD47FB00539EDD /* CocoaLumberjackSwift */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 0192312A29DD47FB00539EDD /* XCRemoteSwiftPackageReference "CocoaLumberjack" */;
|
|
productName = CocoaLumberjackSwift;
|
|
};
|
|
0192312E29DD483100539EDD /* Starscream */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 0192312D29DD483100539EDD /* XCRemoteSwiftPackageReference "Starscream" */;
|
|
productName = Starscream;
|
|
};
|
|
0192313129DD488D00539EDD /* FlexibleDiff */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 0192313029DD488D00539EDD /* XCRemoteSwiftPackageReference "FlexibleDiff" */;
|
|
productName = FlexibleDiff;
|
|
};
|
|
0192313429DD48BC00539EDD /* Gzip */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 0192313329DD48BC00539EDD /* XCRemoteSwiftPackageReference "GzipSwift" */;
|
|
productName = Gzip;
|
|
};
|
|
0192313729DD490400539EDD /* Yams */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 0192313629DD490400539EDD /* XCRemoteSwiftPackageReference "Yams" */;
|
|
productName = Yams;
|
|
};
|
|
0192313A29DD496E00539EDD /* PromiseKit */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 0192313929DD496E00539EDD /* XCRemoteSwiftPackageReference "PromiseKit" */;
|
|
productName = PromiseKit;
|
|
};
|
|
01EACC6F2A2F9408001C584B /* KeyboardShortcuts */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 01EACC6E2A2F9408001C584B /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */;
|
|
productName = KeyboardShortcuts;
|
|
};
|
|
/* End XCSwiftPackageProductDependency section */
|
|
};
|
|
rootObject = 49CF3B1520CD7463001EBF94 /* Project object */;
|
|
}
|