şundan çatallanmış Devvix/NoCShare
Initial commit
Bu işleme şunda yer alıyor:
3
.gitignore
sağlanmış
Normal dosya
3
.gitignore
sağlanmış
Normal dosya
@ -0,0 +1,3 @@
|
||||
.DS_Store
|
||||
.theos
|
||||
packages
|
||||
10
Makefile
Normal dosya
10
Makefile
Normal dosya
@ -0,0 +1,10 @@
|
||||
INSTALL_TARGET_PROCESSES = SpringBoard
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = NoCShare
|
||||
|
||||
NoCShare_FILES = Tweak.x
|
||||
NoCShare_CFLAGS = -fobjc-arc
|
||||
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
||||
1
NoCShare.plist
Normal dosya
1
NoCShare.plist
Normal dosya
@ -0,0 +1 @@
|
||||
{ Filter = { Bundles = ( "com.apple.UIKit" ); }; }
|
||||
15
Tweak.x
Normal dosya
15
Tweak.x
Normal dosya
@ -0,0 +1,15 @@
|
||||
@interface UIActivityContentViewController
|
||||
- (void) viewDidLoad;
|
||||
@property NSArray * airDropSlots;
|
||||
- (void) setAirDropSlots:(NSArray*)arg1;
|
||||
@end
|
||||
|
||||
%hook UIActivityContentViewController
|
||||
- (void) viewDidLoad {
|
||||
self.airDropSlots = [NSMutableArray new];
|
||||
}
|
||||
|
||||
- (void) setAirDropSlots:(NSArray*)arg1 {
|
||||
//Do nothing
|
||||
}
|
||||
%end
|
||||
9
control
Normal dosya
9
control
Normal dosya
@ -0,0 +1,9 @@
|
||||
Package: com.devvix.nocshare
|
||||
Name: NoCShare
|
||||
Depends: mobilesubstrate
|
||||
Version: 1.0.0
|
||||
Architecture: iphoneos-arm
|
||||
Description: Remove annoying airdrop and contacts from share menu.
|
||||
Maintainer: Devvix
|
||||
Author: Devvix
|
||||
Section: Tweaks
|
||||
Yeni konuda referans
Bir kullanıcı engelle