%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]){dlopen("/path/to/tweak.dylib",RTLD_LAZY);}}