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

Commit

Permalink
NBA 1.4 A12
Browse files Browse the repository at this point in the history
  • Loading branch information
parrotgeek1 committed Jun 1, 2019
1 parent d1a4952 commit 87ac1ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions nobetaalert/Makefile
Expand Up @@ -2,6 +2,7 @@ include $(THEOS)/makefiles/common.mk

TWEAK_NAME = NoBetaAlert
NoBetaAlert_FILES = Tweak.xm
NoBetaAlert_ARCHS = armv7 arm64 arm64e

include $(THEOS_MAKE_PATH)/tweak.mk

Expand Down
3 changes: 0 additions & 3 deletions nobetaalert/Tweak.xm
@@ -1,7 +1,4 @@
%hook SBIconController
// 8
-(void)showDeveloperBuildExpirationAlertIfNecessary {}

// 9+10
-(void)showDeveloperBuildExpirationAlertIfNecessaryFromLockscreen:(BOOL)arg1 toLauncher:(BOOL)arg2 {}
%end
Expand Down
4 changes: 2 additions & 2 deletions nobetaalert/control
@@ -1,9 +1,9 @@
Package: com.parrotgeek.nobetaalert
Name: NoBetaAlert
Depends: mobilesubstrate
Version: 1.3.1
Version: 1.4
Architecture: iphoneos-arm
Description: Hide "Please update from the iOS beta" alert (iOS 8-12.x)
Description: Hide "Please update from the iOS beta" alert (iOS 9-12.x)
Maintainer: Ethan Nelson-Moore
Author: Ethan Nelson-Moore
Section: Tweaks

0 comments on commit 87ac1ce

Please sign in to comment.