diff --git a/Interfaces.h b/Interfaces.h index d392296..692ae13 100644 --- a/Interfaces.h +++ b/Interfaces.h @@ -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 \ @@ -50,4 +42,4 @@ static NSString * const kFLEXingToggle = @"com.pantsthief.flexing.toggle"; @interface SpringBoard : UIApplication - (SBApplication *)_accessibilityFrontMostApplication; -@end \ No newline at end of file +@end diff --git a/Makefile b/Makefile index f94d9ba..49b0dd5 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +export ARCHS = armv7s arm64 arm64e export TARGET = iphone:9.0:9.0 include $(THEOS)/makefiles/common.mk diff --git a/control b/control index 95fd090..1ea5b52 100644 --- a/control +++ b/control @@ -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