mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
v1.5 (beta) commit
-version bump -image cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.0</string>
|
||||
<string>1.5.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.4.0</string>
|
||||
<string>1.5.0</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
||||
@@ -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 */,
|
||||
|
||||
BIN
Binary file not shown.
-5
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Bucket
|
||||
type = "1"
|
||||
version = "2.0">
|
||||
</Bucket>
|
||||
+1
-1
@@ -42,7 +42,7 @@
|
||||
</AdditionalOptions>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
buildConfiguration = "Release"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
debugAsWhichUser = "root"
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@
|
||||
</AdditionalOptions>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
buildConfiguration = "Release"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
|
||||
@@ -281,9 +281,9 @@
|
||||
<toolbarItem implicitItemIdentifier="F54A1AEB-291E-4556-8B7E-D1C677012ABF" label="" paletteLabel="" image="teText" id="UwA-pW-Mg8">
|
||||
<nil key="toolTip"/>
|
||||
<size key="minSize" width="48" height="48"/>
|
||||
<size key="maxSize" width="330" height="48"/>
|
||||
<size key="maxSize" width="330" height="62"/>
|
||||
<imageView key="view" horizontalHuggingPriority="251" verticalHuggingPriority="251" id="aNo-Uq-I0N">
|
||||
<rect key="frame" x="0.0" y="14" width="330" height="48"/>
|
||||
<rect key="frame" x="0.0" y="14" width="330" height="62"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="teText" id="hwQ-Gs-JPJ"/>
|
||||
</imageView>
|
||||
@@ -336,6 +336,6 @@
|
||||
<image name="saveIconBG" width="256" height="256"/>
|
||||
<image name="search" width="256" height="256"/>
|
||||
<image name="searchBG" width="256" height="256"/>
|
||||
<image name="teText" width="460.55999755859375" height="85.919998168945312"/>
|
||||
<image name="teText" width="79.199996948242188" height="14.880000114440918"/>
|
||||
</resources>
|
||||
</document>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 19 KiB |
@@ -17,13 +17,13 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.0</string>
|
||||
<string>1.5.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.2.0</string>
|
||||
<string>1.5.0</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2015 Objective-See, LLC. All rights reserved.</string>
|
||||
<string>Copyright © 2016 Objective-See, LLC. All rights reserved.</string>
|
||||
<key>XPCService</key>
|
||||
<dict>
|
||||
<key>ServiceType</key>
|
||||
|
||||
Reference in New Issue
Block a user