Skip to content

Commit

Permalink
Update Makefile and filter
Browse files Browse the repository at this point in the history
  • Loading branch information
uroboro committed Apr 30, 2016
1 parent f6fd24f commit a8729e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,4 @@ pip-log.txt
## Theos
#############
.theos
theos
packages
obj
_
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ export ARCHS = armv7 arm64

include $(THEOS)/makefiles/common.mk

SOURCE_DIR = sources

TWEAK_NAME = NotificationExplorer
NotificationExplorer_FILES = $(foreach ext, c cpp m mm x xm xi xmi, $(wildcard $(SOURCE_DIR)/*.$(ext)))
NotificationExplorer_FILES = $(call findfiles,sources)

include $(THEOS)/makefiles/tweak.mk

Expand Down
3 changes: 3 additions & 0 deletions NotificationExplorer.plist
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{
Bundles = (
"com.apple.Security"
)
}

0 comments on commit a8729e5

Please sign in to comment.