%groupGROUP_NAME_A%hookNSSomeClass-(void)someMethod{return;}%end%end%ctor{NSString*bundleID=[[NSBundlemainBundle]bundleIdentifier];// Either this or whatever works from link after thisNSString*plistpath=@"/User/Library/Preferences/com.your.tweak.plist";NSMutableDictionary*plistDict=[[NSMutableDictionaryalloc]initWithContentsOfFile:plistpath];if([[plistDictobjectForKey:bundleID]boolValue]){%init(GROUP_NAME_A);}}