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

Commit

Permalink
gah, completely forgot HBTSRootListController was an .xi
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Dec 6, 2014
1 parent a03cbc5 commit 67665d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ARCHS = armv7 arm64
TARGET = :clang::5.0

include theos/makefiles/common.mk
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include "../Global.xm"

#import "HBTSRootListController.h"
#import <Preferences/PSSpecifier.h>
#import <version.h>
Expand All @@ -12,7 +10,7 @@ static NSString *const kHBTSOverlayDurationLegacyIdentifier = @"OverlayDurationL
#pragma mark - Constants

+ (NSString *)hb_shareText {
return L18N(@"Check out #TypeStatus by HASHBANG Productions!");
return [[NSBundle bundleForClass:self.class] localizedStringForKey:@"Check out #TypeStatus by HASHBANG Productions!" value:@"Check out #TypeStatus by HASHBANG Productions!" table:@"Root"];
}

+ (NSURL *)hb_shareURL {
Expand Down
4 changes: 1 addition & 3 deletions prefs/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
TARGET = :clang::5.0
ARCHS = armv7

include theos/makefiles/common.mk

BUNDLE_NAME = TypeStatus
TypeStatus_FILES = $(wildcard *.xi) $(wildcard *.m)
TypeStatus_FILES = $(wildcard *.x) $(wildcard *.m)
TypeStatus_INSTALL_PATH = /Library/PreferenceBundles
TypeStatus_FRAMEWORKS = UIKit CoreGraphics
TypeStatus_PRIVATE_FRAMEWORKS = Preferences
TypeStatus_LIBRARIES = hbangprefs
TypeStatus_CFLAGS = -Qunused-arguments

include $(THEOS_MAKE_PATH)/bundle.mk

Expand Down

0 comments on commit 67665d6

Please sign in to comment.