From 6949b12e736b07711c1adec3e279f8b4e209c62d Mon Sep 17 00:00:00 2001 From: Adam D Date: Thu, 18 Dec 2014 16:03:39 +1030 Subject: [PATCH] migrate to new simbltweak.mk added in kirb/theos@38a6112 --- Makefile | 16 +++------------- postinst | 3 --- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100755 postinst diff --git a/Makefile b/Makefile index f6b160d..081d7dd 100644 --- a/Makefile +++ b/Makefile @@ -1,24 +1,14 @@ -TARGET = macosx:clang:10.8:10.8 +TARGET = macosx:clang:10.8:latest ARCHS = x86_64 include theos/makefiles/common.mk -BUNDLE_NAME = TypeStatus +SIMBLTWEAK_NAME = TypeStatus TypeStatus_FILES = Tweak.xm -TypeStatus_INSTALL_PATH = $(HOME)/Library/Application Support/SIMBL/Plugins TypeStatus_FRAMEWORKS = Cocoa AppKit CoreGraphics TypeStatus_PRIVATE_FRAMEWORKS = IMCore -TypeStatus_LOGOSFLAGS = -c generator=internal -include $(THEOS_MAKE_PATH)/bundle.mk - -after-stage:: - mkdir -p _/DEBIAN - cp ./postinst _/DEBIAN/postinst - chmod +x _/DEBIAN/postinst - -after-install:: - open /Applications/Messages.app +include $(THEOS_MAKE_PATH)/simbltweak.mk release: stage rm -rf release || true diff --git a/postinst b/postinst deleted file mode 100755 index aa46d7d..0000000 --- a/postinst +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -rm -rf /Users/*/Library/Containers/com.apple.iChat/Data/Library/Application\ Support/SIMBL -pgrep Messages > /dev/null 2> /dev/null && killall Messages || true