Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
- Fix Bea not working on BeReal 1.1.2
- Small stability improvements
- Dropped support for older versions
  • Loading branch information
yandevelop committed May 19, 2023
1 parent 2b156c5 commit 89e7e07
Show file tree
Hide file tree
Showing 7 changed files with 308 additions and 239 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
TARGET := iphone:clang:latest:15.0
TARGET := iphone:clang:latest:14.0
INSTALL_TARGET_PROCESSES = BeReal
ARCHS = arm64 arm64e

THEOS_PACKAGE_SCHEME = rootless
FINALPACKAGE = 1
PACKAGE_VERSION = 1.1.2

export SYSROOT = $(THEOS)/sdks/iPhoneOS15.5.sdk

include $(THEOS)/makefiles/common.mk

TWEAK_NAME = Bea

Bea_FILES = Tweak.x
Bea_FILES = Tweak/Tweak.x
Bea_CFLAGS = -fobjc-arc
Bea_FRAMEWORKS = UIKit

Expand Down
227 changes: 0 additions & 227 deletions Tweak.x

This file was deleted.

5 changes: 5 additions & 0 deletions Tweak/Tweak.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "../Utilities/BeaUtilities.m"

BOOL isUnblurred = NO;
Loading

0 comments on commit 89e7e07

Please sign in to comment.