From: Jay Freeman (saurik) Date: Mon, 4 Aug 2008 11:54:36 +0000 (+0000) Subject: Fixed some stupid bugs from the last build. X-Git-Tag: v0.9.3900~86 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/8e65ed9fc8d6e94f26885ef8237f00d3492e7a60 Fixed some stupid bugs from the last build. --- diff --git a/Library.mm b/Library.mm index e718c4d..2b7a9ae 100644 --- a/Library.mm +++ b/Library.mm @@ -249,9 +249,9 @@ NSString *$pathForFile$inBundle$(NSString *file, NSBundle *bundle) { } if (identifier == nil || ![identifier isEqualToString:@"com.apple.springboard"]); - remapResourceName(@"com.apple.springboard/FSO_BG.png", @"StatusBar") - remapResourceName(@"com.apple.springboard/SBDockBG.png", @"Dock") - remapResourceName(@"com.apple.springboard/SBWeatherCelsius.png", @"Icons/Weather") + remapResourceName(@"FSO_BG.png", @"StatusBar") + remapResourceName(@"SBDockBG.png", @"Dock") + remapResourceName(@"SBWeatherCelsius.png", @"Icons/Weather") } return nil; diff --git a/Nature/Info.plist b/Nature/Info.plist index 128b07d..645d6b0 100644 --- a/Nature/Info.plist +++ b/Nature/Info.plist @@ -9,7 +9,7 @@ font-family: monospace; font-size: 13px; color: white DockedIconLabelStyle -font-family: monospace; font-size: 13px; oolor: burlywood +font-family: monospace; font-size: 13px; color: burlywood TimeStyle font-family: monospace; font-size: 16px diff --git a/control b/control index f96263e..524cf0d 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: optional Section: Themes Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 0.9.2504-1 +Version: 0.9.2505-1 Description: more powerful, open-source SummerBoard After you install or uninstall this package you will have to /reboot/ (seriously, REBOOT) your phone to it to take effect. diff --git a/makefile b/makefile index 6ae658a..25a3974 100644 --- a/makefile +++ b/makefile @@ -26,6 +26,6 @@ package: cp -a Nature winterboard/Library/Themes/com.saurik.WinterBoard.Nature cp -a control preinst postinst prerm winterboard/DEBIAN cp -a Test.sh icon.png WinterBoard.dylib WinterBoard UIImages Info.plist ../pledit/pledit winterboard/Applications/WinterBoard.app - dpkg-deb -b winterboard winterboard_0.9.2504-1_iphoneos-arm.deb + dpkg-deb -b winterboard winterboard_0.9.2505-1_iphoneos-arm.deb .PHONY: all clean package