Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ RealCC_FILES = Tweak.xm
RealCC_FRAMEWORKS = UIKit
include $(THEOS_MAKE_PATH)/tweak.mk

PACKAGE_VERSION = $(THEOS_PACKAGE_BASE_VERSION)

_THEOS_INTERNAL_PACKAGE_VERSION = $(THEOS_PACKAGE_BASE_VERSION)

after-install::
install.exec "killall -9 SpringBoard"
2 changes: 1 addition & 1 deletion Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static BOOL BTenabbled;

%orig;

if ([self.title isEqualToString:[[NSBundle bundleWithPath:@"/System/Library/ControlCenter/Bundles/ConnectivityModule.bundle"] localizedStringForKey:@"CONTROL_CENTER_STATUS_WIFI_NAME" value:@"CONTROL_CENTER_STATUS_WIFI_NAME" table:@"Localizable"]]) {
if ([self.title isEqualToString:[[NSBundle bundleWithPath:@"/System/Library/ControlCenter/Bundles/ConnectivityModule.bundle"] localizedStringForKey:@"CONTROL_CENTER_STATUS_WLAN_NAME" value:@"CONTROL_CENTER_STATUS_WIFI_NAME" table:@"Localizable"]]) {
SBWiFiManager *wiFiManager = (SBWiFiManager *)[%c(SBWiFiManager) sharedInstance];
BOOL enabled = [wiFiManager wiFiEnabled];

Expand Down
Binary file added com.yourcompany.realcc_0.0.5_iphoneos-arm.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: com.yourcompany.realcc
Name: RealCC
Depends: mobilesubstrate
Version: 0.0.4
Version: 0.0.5
Architecture: iphoneos-arm
Description: An awesome MobileSubstrate tweak!
Maintainer: System Administrator
Expand Down