├── LICENSE ├── README.md ├── Release └── appcast.xml ├── macSubstratePluginDemo ├── Info.plist └── main.m ├── macSubstratePluginDemo2 ├── Info.plist ├── macSubstratePluginDemo2.h └── main.m ├── macSubstratePluginTemplate ├── Bundle.xctemplate │ ├── CaptainHook.h │ ├── TemplateIcon.png │ ├── TemplateIcon@2x.png │ ├── TemplateInfo.plist │ └── main.m └── Framework.xctemplate │ ├── CaptainHook.h │ ├── TemplateIcon.png │ ├── TemplateIcon@2x.png │ ├── TemplateInfo.plist │ └── main.m ├── screenshot ├── Installed.png ├── StatusBar.png └── ToInstall.png └── sketch ├── icon.png ├── icon.sketch ├── icon ├── 1024.png ├── 128.png ├── 16.png ├── 256.png ├── 32.png ├── 512.png └── 64.png ├── status.bar.icon.sketch └── status.bar.icon ├── 22.png └── 44.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/README.md -------------------------------------------------------------------------------- /Release/appcast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/Release/appcast.xml -------------------------------------------------------------------------------- /macSubstratePluginDemo/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginDemo/Info.plist -------------------------------------------------------------------------------- /macSubstratePluginDemo/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginDemo/main.m -------------------------------------------------------------------------------- /macSubstratePluginDemo2/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginDemo2/Info.plist -------------------------------------------------------------------------------- /macSubstratePluginDemo2/macSubstratePluginDemo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginDemo2/macSubstratePluginDemo2.h -------------------------------------------------------------------------------- /macSubstratePluginDemo2/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginDemo2/main.m -------------------------------------------------------------------------------- /macSubstratePluginTemplate/Bundle.xctemplate/CaptainHook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginTemplate/Bundle.xctemplate/CaptainHook.h -------------------------------------------------------------------------------- /macSubstratePluginTemplate/Bundle.xctemplate/TemplateIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginTemplate/Bundle.xctemplate/TemplateIcon.png -------------------------------------------------------------------------------- /macSubstratePluginTemplate/Bundle.xctemplate/TemplateIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginTemplate/Bundle.xctemplate/TemplateIcon@2x.png -------------------------------------------------------------------------------- /macSubstratePluginTemplate/Bundle.xctemplate/TemplateInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginTemplate/Bundle.xctemplate/TemplateInfo.plist -------------------------------------------------------------------------------- /macSubstratePluginTemplate/Bundle.xctemplate/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginTemplate/Bundle.xctemplate/main.m -------------------------------------------------------------------------------- /macSubstratePluginTemplate/Framework.xctemplate/CaptainHook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginTemplate/Framework.xctemplate/CaptainHook.h -------------------------------------------------------------------------------- /macSubstratePluginTemplate/Framework.xctemplate/TemplateIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginTemplate/Framework.xctemplate/TemplateIcon.png -------------------------------------------------------------------------------- /macSubstratePluginTemplate/Framework.xctemplate/TemplateIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginTemplate/Framework.xctemplate/TemplateIcon@2x.png -------------------------------------------------------------------------------- /macSubstratePluginTemplate/Framework.xctemplate/TemplateInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginTemplate/Framework.xctemplate/TemplateInfo.plist -------------------------------------------------------------------------------- /macSubstratePluginTemplate/Framework.xctemplate/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/macSubstratePluginTemplate/Framework.xctemplate/main.m -------------------------------------------------------------------------------- /screenshot/Installed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/screenshot/Installed.png -------------------------------------------------------------------------------- /screenshot/StatusBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/screenshot/StatusBar.png -------------------------------------------------------------------------------- /screenshot/ToInstall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/screenshot/ToInstall.png -------------------------------------------------------------------------------- /sketch/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/sketch/icon.png -------------------------------------------------------------------------------- /sketch/icon.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/sketch/icon.sketch -------------------------------------------------------------------------------- /sketch/icon/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/sketch/icon/1024.png -------------------------------------------------------------------------------- /sketch/icon/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/sketch/icon/128.png -------------------------------------------------------------------------------- /sketch/icon/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/sketch/icon/16.png -------------------------------------------------------------------------------- /sketch/icon/256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/sketch/icon/256.png -------------------------------------------------------------------------------- /sketch/icon/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/sketch/icon/32.png -------------------------------------------------------------------------------- /sketch/icon/512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/sketch/icon/512.png -------------------------------------------------------------------------------- /sketch/icon/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/sketch/icon/64.png -------------------------------------------------------------------------------- /sketch/status.bar.icon.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/sketch/status.bar.icon.sketch -------------------------------------------------------------------------------- /sketch/status.bar.icon/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/sketch/status.bar.icon/22.png -------------------------------------------------------------------------------- /sketch/status.bar.icon/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzqcongcong/macSubstrate/HEAD/sketch/status.bar.icon/44.png --------------------------------------------------------------------------------