Skip to content

Commit

Permalink
Support A12, 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
NSExceptional committed May 5, 2019
1 parent 3a7e1bb commit 3e59f13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
10 changes: 1 addition & 9 deletions Interfaces.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@

#pragma mark Macros

/// ie PropertyForKey(dateLabel, UILabel *, UITableViewCell)
#define PropertyForKey(key, propertyType, class) \
@interface class (key) @property (readonly) propertyType key; @end \
@implementation class (key) - (propertyType)key { return [self valueForKey:@"_"@#key]; } @end

#define RWPropertyInf(key, propertyType, class) \
@interface class (key) @property propertyType key; @end

#define Alert(TITLE,MSG) [[[UIAlertView alloc] initWithTitle:(TITLE) \
message:(MSG) \
delegate:nil \
Expand Down Expand Up @@ -50,4 +42,4 @@ static NSString * const kFLEXingToggle = @"com.pantsthief.flexing.toggle";

@interface SpringBoard : UIApplication
- (SBApplication *)_accessibilityFrontMostApplication;
@end
@end
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export ARCHS = armv7s arm64 arm64e
export TARGET = iphone:9.0:9.0
include $(THEOS)/makefiles/common.mk

Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: com.pantsthief.flexing
Name: FLEXing
Pre-Depends: firmware (>= 8.0)
Depends:
Version: 0.0.11
Version: 0.0.12
Architecture: iphoneos-arm
Description: Open FLEX anywhere!
Maintainer: Tanner Bennett
Expand Down

0 comments on commit 3e59f13

Please sign in to comment.