plugin description updates (to fit in UI)

This commit is contained in:
Patrick Wardle
2018-11-21 19:21:41 -10:00
parent 32c5fb3931
commit 56ef862118
7 changed files with 13 additions and 29 deletions
@@ -20,7 +20,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Plugins/DylibProxies.m"
timestampString = "564554579.098704"
timestampString = "564556800.5881079"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "189"
@@ -36,7 +36,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "ItemTableController.m"
timestampString = "564554579.098801"
timestampString = "564556800.588191"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "136"
@@ -52,7 +52,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "ItemTableController.m"
timestampString = "564554579.098871"
timestampString = "564556800.588248"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "251"
@@ -68,7 +68,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "ItemTableController.m"
timestampString = "564554579.09891"
timestampString = "564556800.588299"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "254"
@@ -84,7 +84,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "ItemTableController.m"
timestampString = "564554579.098945"
timestampString = "564556800.5883451"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "886"
@@ -132,7 +132,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "main.m"
timestampString = "564554579.099381"
timestampString = "564556800.588663"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "222"
@@ -141,21 +141,5 @@
landmarkType = "9">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Plugins/Cronjobs.m"
timestampString = "564554579.0994689"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "45"
endingLineNumber = "45"
landmarkName = "-scan"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
@@ -64,11 +64,11 @@
<CommandLineArguments>
<CommandLineArgument
argument = "-whosthere"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-pretty"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
</CommandLineArguments>
<AdditionalOptions>
+1 -1
View File
@@ -13,7 +13,7 @@
#define PLUGIN_NAME @"Authorization Plugins"
//plugin description
#define PLUGIN_DESCRIPTION @"registered custom authorization bundles"
#define PLUGIN_DESCRIPTION @"registered authorization bundles"
//plugin icon
#define PLUGIN_ICON @"authorizationIcon"
+1 -1
View File
@@ -14,7 +14,7 @@
#define PLUGIN_NAME @"Browser Extensions"
//plugin description
#define PLUGIN_DESCRIPTION @"plugins/extensions hosted in the browser"
#define PLUGIN_DESCRIPTION @"extensions hosted in the browser"
//plugin icon
#define PLUGIN_ICON @"browserIcon"
+1 -1
View File
@@ -32,7 +32,7 @@
#define PLUGIN_NAME @"Library Inserts"
//plugin description
#define PLUGIN_DESCRIPTION @"dylibs inserted via *DYLD_INSERT_LIBRARIES"
#define PLUGIN_DESCRIPTION @"libs inserted by DYLD_INSERT_LIBRARIES"
//plugin icon
#define PLUGIN_ICON @"dylibIcon"
+1 -1
View File
@@ -13,7 +13,7 @@
#define PLUGIN_NAME @"Extensions and Widgets"
//plugin description
#define PLUGIN_DESCRIPTION @"plugins that extend or customize the OS"
#define PLUGIN_DESCRIPTION @"plugins that extend/customize the OS"
//plugin icon
#define PLUGIN_ICON @"extensionIcon"
+1 -1
View File
@@ -11,7 +11,7 @@
#define PLUGIN_NAME @"Kernel Extensions"
//plugin description
#define PLUGIN_DESCRIPTION @"installed modules, possibly kernel loaded"
#define PLUGIN_DESCRIPTION @"installed kexts, likely kernel loaded"
//plugin icon
#define PLUGIN_ICON @"kernelIcon"