Skip to content

Commit 39b4381

Browse files
author
inoahdev
committed
Fix Preference Bundle for A12 Devices and update version
1 parent bb7534b commit 39b4381

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Source/PreferenceBundle/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
include $(THEOS)/makefiles/common.mk
22

3+
ARCHS = armv7 armv7s arm64 arm64e
34
BUNDLE_NAME = LaunchInSafeMode
5+
46
LaunchInSafeMode_FILES = LaunchInSafeModeRootListController.m
57
LaunchInSafeMode_INSTALL_PATH = /Library/PreferenceBundles
68
LaunchInSafeMode_FRAMEWORKS = UIKit

control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: com.inoahdev.launchinsafemode
22
Name: LaunchInSafeMode
33
Depends: mobilesubstrate, preferenceloader
4-
Version: 1.0.4
4+
Version: 1.0.5
55
Architecture: iphoneos-arm
66
Description: Use 3D Touch to selectively launch applications in a "safe mode"
77
Maintainer: inoahdev

0 commit comments

Comments
 (0)