added new button/view (and logic) to detect/display all flagged items

This commit is contained in:
Patrick Wardle
2015-08-16 20:27:47 -10:00
parent 46d1cf4f9d
commit 9c632982ac
23 changed files with 1069 additions and 86 deletions
+1 -1
View File
@@ -155,7 +155,7 @@
//2nd arg: permissions
// ->4 at front is setuid
//TODO: make 4755 before deploy (for testing, 777 makes XCOde be able to del it during build!)
installArgs[1] = "4755";
installArgs[1] = "4777";
//3rd arg: XPC service
installArgs[2] = [xpcService UTF8String];