diff --git a/Consts.h b/Consts.h
index 25a5b9b..61b575e 100644
--- a/Consts.h
+++ b/Consts.h
@@ -314,7 +314,6 @@
//delta for pid tag
#define PID_TAG_DELTA 1000
-//TODO: change back
//search wait time (from app's launch)
#define SEARCH_WAIT_TIME 30
diff --git a/TaskExplorer-Info.plist b/TaskExplorer-Info.plist
index 411f227..ed7ec23 100755
--- a/TaskExplorer-Info.plist
+++ b/TaskExplorer-Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.4.0
+ 1.5.0
CFBundleSignature
????
CFBundleVersion
- 1.4.0
+ 1.5.0
LSMinimumSystemVersion
${MACOSX_DEPLOYMENT_TARGET}
NSHumanReadableCopyright
diff --git a/TaskExplorer.xcodeproj/project.pbxproj b/TaskExplorer.xcodeproj/project.pbxproj
index 96b3ffc..0ba6e20 100755
--- a/TaskExplorer.xcodeproj/project.pbxproj
+++ b/TaskExplorer.xcodeproj/project.pbxproj
@@ -78,10 +78,8 @@
CDA81D5C1A95B4B4009790E2 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = CDA81D561A95B4B4009790E2 /* MainMenu.xib */; };
CDA81D5E1A95B4B4009790E2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA81D5A1A95B4B4009790E2 /* main.m */; };
CDA81D691A95B4E9009790E2 /* bug.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA81D5F1A95B4E9009790E2 /* bug.png */; };
- CDA81D6A1A95B4E9009790E2 /* mainIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA81D601A95B4E9009790E2 /* mainIcon.png */; };
CDA81D6B1A95B4E9009790E2 /* show.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA81D611A95B4E9009790E2 /* show.png */; };
CDA81D6C1A95B4E9009790E2 /* showBG.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA81D621A95B4E9009790E2 /* showBG.png */; };
- CDA81D6D1A95B4E9009790E2 /* scanIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA81D631A95B4E9009790E2 /* scanIcon.png */; };
CDA81D6E1A95B4E9009790E2 /* startScan.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA81D641A95B4E9009790E2 /* startScan.png */; };
CDA81D6F1A95B4E9009790E2 /* startScanBG.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA81D651A95B4E9009790E2 /* startScanBG.png */; };
CDA81D701A95B4E9009790E2 /* stopScan.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA81D661A95B4E9009790E2 /* stopScan.png */; };
@@ -257,10 +255,8 @@
CDA81D591A95B4B4009790E2 /* TaskExplorer-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "TaskExplorer-Prefix.pch"; sourceTree = SOURCE_ROOT; };
CDA81D5A1A95B4B4009790E2 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = SOURCE_ROOT; };
CDA81D5F1A95B4E9009790E2 /* bug.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = bug.png; path = images/bug.png; sourceTree = SOURCE_ROOT; };
- CDA81D601A95B4E9009790E2 /* mainIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mainIcon.png; path = images/mainIcon.png; sourceTree = SOURCE_ROOT; };
CDA81D611A95B4E9009790E2 /* show.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = show.png; path = images/show.png; sourceTree = SOURCE_ROOT; };
CDA81D621A95B4E9009790E2 /* showBG.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = showBG.png; path = images/showBG.png; sourceTree = SOURCE_ROOT; };
- CDA81D631A95B4E9009790E2 /* scanIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = scanIcon.png; path = images/scanIcon.png; sourceTree = SOURCE_ROOT; };
CDA81D641A95B4E9009790E2 /* startScan.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = startScan.png; path = images/startScan.png; sourceTree = SOURCE_ROOT; };
CDA81D651A95B4E9009790E2 /* startScanBG.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = startScanBG.png; path = images/startScanBG.png; sourceTree = SOURCE_ROOT; };
CDA81D661A95B4E9009790E2 /* stopScan.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = stopScan.png; path = images/stopScan.png; sourceTree = SOURCE_ROOT; };
@@ -512,10 +508,8 @@
CDA81DC71A9960A3009790E2 /* virusTotal.png */,
CDA81DC81A9960A3009790E2 /* virusTotalBG.png */,
CDA81D5F1A95B4E9009790E2 /* bug.png */,
- CDA81D601A95B4E9009790E2 /* mainIcon.png */,
CDA81D611A95B4E9009790E2 /* show.png */,
CDA81D621A95B4E9009790E2 /* showBG.png */,
- CDA81D631A95B4E9009790E2 /* scanIcon.png */,
CDA81D641A95B4E9009790E2 /* startScan.png */,
CDA81D651A95B4E9009790E2 /* startScanBG.png */,
CDA81D661A95B4E9009790E2 /* stopScan.png */,
@@ -752,7 +746,6 @@
CDA81DCC1A9960A3009790E2 /* virusTotalBG.png in Resources */,
CD74A06E1B7DA71200A8AAD3 /* flaggedOver.png in Resources */,
CD001B381AB903040089014A /* logo.png in Resources */,
- CDA81D6D1A95B4E9009790E2 /* scanIcon.png in Resources */,
CDF08CCF1AC4C6E8009B3423 /* settingsOver.png in Resources */,
CDAB98A31AEB413C00C75B4B /* dylibIcon.png in Resources */,
CDF08CC31AC3E98D009B3423 /* infoOver.png in Resources */,
@@ -765,7 +758,6 @@
CDA81D6C1A95B4E9009790E2 /* showBG.png in Resources */,
CD3F4CFF1AF72BC4002A2647 /* TaskInfoWindow.xib in Resources */,
CDEE77001B3FD4B000763826 /* saveIconOver.png in Resources */,
- CDA81D6A1A95B4E9009790E2 /* mainIcon.png in Resources */,
CDA81D711A95B4E9009790E2 /* stopScanBG.png in Resources */,
CDF08CBF1AC3DE25009B3423 /* logoAppleBG.png in Resources */,
CDF08CE21AC88E0F009B3423 /* VTInfoWindow.xib in Resources */,
diff --git a/TaskExplorer.xcodeproj/project.xcworkspace/xcuserdata/patrickw.xcuserdatad/UserInterfaceState.xcuserstate b/TaskExplorer.xcodeproj/project.xcworkspace/xcuserdata/patrickw.xcuserdatad/UserInterfaceState.xcuserstate
index cdd30a6..cdf2aa9 100644
Binary files a/TaskExplorer.xcodeproj/project.xcworkspace/xcuserdata/patrickw.xcuserdatad/UserInterfaceState.xcuserstate and b/TaskExplorer.xcodeproj/project.xcworkspace/xcuserdata/patrickw.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/TaskExplorer.xcodeproj/xcuserdata/patrickw.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/TaskExplorer.xcodeproj/xcuserdata/patrickw.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
deleted file mode 100644
index fe2b454..0000000
--- a/TaskExplorer.xcodeproj/xcuserdata/patrickw.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
diff --git a/TaskExplorer.xcodeproj/xcuserdata/patrickw.xcuserdatad/xcschemes/TaskExplorer.xcscheme b/TaskExplorer.xcodeproj/xcuserdata/patrickw.xcuserdatad/xcschemes/TaskExplorer.xcscheme
index db1c013..35b8bcf 100644
--- a/TaskExplorer.xcodeproj/xcuserdata/patrickw.xcuserdatad/xcschemes/TaskExplorer.xcscheme
+++ b/TaskExplorer.xcodeproj/xcuserdata/patrickw.xcuserdatad/xcschemes/TaskExplorer.xcscheme
@@ -42,7 +42,7 @@
-
+
-
+
@@ -336,6 +336,6 @@
-
+
diff --git a/images/mainIcon.png b/images/mainIcon.png
deleted file mode 100644
index 215477e..0000000
Binary files a/images/mainIcon.png and /dev/null differ
diff --git a/images/scanIcon.png b/images/scanIcon.png
deleted file mode 100644
index 18389b4..0000000
Binary files a/images/scanIcon.png and /dev/null differ
diff --git a/images/teIcon.png b/images/teIcon.png
deleted file mode 100644
index e0aedb0..0000000
Binary files a/images/teIcon.png and /dev/null differ
diff --git a/images/teText.png b/images/teText.png
index 8ed2567..76461ef 100644
Binary files a/images/teText.png and b/images/teText.png differ
diff --git a/remoteTaskService/Info.plist b/remoteTaskService/Info.plist
index f929ad7..cf12eaa 100644
--- a/remoteTaskService/Info.plist
+++ b/remoteTaskService/Info.plist
@@ -17,13 +17,13 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 1.2.0
+ 1.5.0
CFBundleSignature
????
CFBundleVersion
- 1.2.0
+ 1.5.0
NSHumanReadableCopyright
- Copyright © 2015 Objective-See, LLC. All rights reserved.
+ Copyright © 2016 Objective-See, LLC. All rights reserved.
XPCService
ServiceType