--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0"><dict>
+
+<key>WallpaperAlpha</key>
+<real>0.7</real>
+
+</dict></plist>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-16"?>
-<html><head>
- <!--meta name="viewport" content="width=320, minimum-scale=1.0, maximum-scale=1.0"/-->
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-
- <style>
- body {
- margin: 0;
- padding: 0;
- }
-
- div {
- background-color: black;
- opacity: 0.3;
- height: 480px;
- }
- </style>
-</head><body>
- <div></div>
-</body></html>
if (![didentifier isEqualToString:identifier])
testForIcon(didentifier);
+
testForIcon(identifier);
testForIcon(dname);
+ if ([identifier isEqualToString:@"com.apple.MobileSMS"])
+ testForIcon(@"SMS");
+
if (didentifier != nil) {
testForIcon([English_ objectForKey:didentifier]);
if (NSString *path = $getTheme$(names))
return path;
+
return nil;
}
WBRename(SBStatusBarOperatorNameView, setOperatorName:fullSize:, setOperatorName$fullSize$);
WBRename(SBStatusBarTimeView, drawRect:, drawRect$);
- English_ = [[NSDictionary alloc] initWithContentsOfFile:@"/System/Library/CoreServices/SpringBoard.app/English.lproj/LocalizedApplicationNames.strings"];
+ if (SummerBoard_)
+ English_ = [[NSDictionary alloc] initWithContentsOfFile:@"/System/Library/CoreServices/SpringBoard.app/English.lproj/LocalizedApplicationNames.strings"];
+
Cache_ = [[NSMutableDictionary alloc] initWithCapacity:64];
}
Section: System
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
-Version: 0.9.3151-2
+Version: 0.9.3152-1
Description: more powerful, open-source SummerBoard
Name: WinterBoard
-Depends: mobilesubstrate (>= 0.9.2958-1), killall, preferenceloader, libhide (>= 2.0.4), findutils, net.howett.pincrush (>= 0.0.1-23)
+Depends: mobilesubstrate (>= 0.9.2958-1), killall, preferenceloader, libhide (>= 2.0.4), findutils, net.howett.pincrush (>= 0.0.1-23) | pincrush
Provides: theme-manager
Conflicts: com.modmyifone.winterboardicon, winterboardsettings, themesettings
Replaces: com.modmyifone.winterboardicon, winterboardsettings, themesettings
target := $(PKG_TARG)-
endif
+substrate := -I../mobilesubstrate -L../mobilesubstrate -lsubstrate
+
all: WinterBoard WinterBoard.dylib UIImages WinterBoardSettings Optimize
clean:
ldid -S $@
WinterBoard.dylib: Library.mm makefile ../mobilesubstrate/substrate.h
- $(target)g++ -dynamiclib -g0 -O2 -Wall -o $@ $(filter %.mm,$^) -framework CoreFoundation -framework Foundation -lobjc -init _WBInitialize -I/apl/inc/iPhoneOS-2.0 -framework CoreGraphics -framework GraphicsServices -framework Celestial -I../mobilesubstrate -L../mobilesubstrate -lsubstrate -framework UIKit -F$(PKG_ROOT)/System/Library/PrivateFrameworks
+ $(target)g++ -dynamiclib -g0 -O2 -Wall -o $@ $(filter %.mm,$^) -framework CoreFoundation -framework Foundation -lobjc -init _WBInitialize -I/apl/inc/iPhoneOS-2.0 -framework CoreGraphics -framework GraphicsServices -framework Celestial $(substrate) -framework UIKit -F$(PKG_ROOT)/System/Library/PrivateFrameworks
ldid -S $@
UIImages: UIImages.mm makefile
- $(target)g++ -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -framework UIKit -framework Foundation -framework CoreFoundation -lobjc -I/apl/inc/iPhoneOS-2.0
+ $(target)g++ -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -framework UIKit -framework Foundation -framework CoreFoundation -lobjc -I/apl/inc/iPhoneOS-2.0 $(substrate)
ldid -S $@
WinterBoard: Application.mm makefile