Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
migrate to new simbltweak.mk added in kirb/theos@38a6112
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Dec 18, 2014
1 parent 5a79e5c commit 6949b12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
16 changes: 3 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 0 additions & 3 deletions postinst

This file was deleted.

0 comments on commit 6949b12

Please sign in to comment.