Skip to content
This repository was archived by the owner on Nov 28, 2020. It is now read-only.

Commit 9516a17

Browse files
author
Qusic
committed
migrate to new theos
1 parent e3f2357 commit 9516a17

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.theos
2+
obj
3+
packages
4+
*.swp
25
.DS_Store
3-
*.deb

Makefile

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
TWEAK_NAME = MailtoOpener
2-
MailtoOpener_FILES = Tweak.mm
2+
MailtoOpener_FILES = Tweak.m
33
MailtoOpener_FRAMEWORKS = UIKit MessageUI
4+
MailtoOpener_INSTALL_PATH = /Library/MobileSubstrate/DynamicLibraries
45

5-
export TARGET=iphone:clang
6-
export ARCHS = armv7 armv7s arm64
7-
export TARGET_IPHONEOS_DEPLOYMENT_VERSION = 3.0
8-
export TARGET_IPHONEOS_DEPLOYMENT_VERSION_armv7s = 6.0
6+
export TARGET = iphone:clang
7+
export ARCHS = armv7 arm64
8+
export TARGET_IPHONEOS_DEPLOYMENT_VERSION = 4.0
99
export TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
10-
export ADDITIONAL_OBJCFLAGS = -fobjc-arc
10+
export ADDITIONAL_OBJCFLAGS = -fobjc-arc -fvisibility=hidden
1111
export INSTALL_TARGET_PROCESSES = SpringBoard
1212

13-
include theos/makefiles/common.mk
13+
include $(THEOS)/makefiles/common.mk
1414
include $(THEOS_MAKE_PATH)/tweak.mk

theos

-1
This file was deleted.

0 commit comments

Comments
 (0)