MSInitialize { _pooled
cydgets_ = [NSMutableArray arrayWithCapacity:4];
- for (NSString *plist in [[NSFileManager defaultManager] directoryContentsAtPath:Cydgets_])
- if ([plist hasSuffix:@".plist"])
- [cydgets_ addObject:[NSDictionary dictionaryWithContentsOfFile:[Cydgets_ stringByAppendingPathComponent:plist]]];
+ for (NSString *folder in [[NSFileManager defaultManager] directoryContentsAtPath:Cydgets_])
+ if ([folder hasSuffix:@".cydget"])
+ [cydgets_ addObject:[NSDictionary dictionaryWithContentsOfFile:[[Cydgets_ stringByAppendingPathComponent:folder] stringByAppendingPathComponent:@"Info.plist"]]];
MSHookMessage1(SpringBoard, menuButtonUp);
Section: Tweaks
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
-Version: 0.9.3064-1
+Version: 0.9.3065-1
Description: framework for managing lock screen plugins
Name: Cydget
Depends: mobilesubstrate (>= 0.9.2587-1)
flags := -framework UIKit -framework AddressBook
base := $(shell cd ~; pwd)/menes/tweaks
include $(base)/tweak.mk
+
+extra:
+ mkdir -p package/System/Library/LockCydgets