From 880c672cd236b2fc094a5738847da5e5501a1744 Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Wed, 20 Mar 2013 22:14:22 +0100 Subject: Changed default value for insta bean extraction timer (for new installs) from 25.0 to 0.0. --- .../UserInterfaceState.xcuserstate | Bin 60285 -> 60644 bytes iBean/iBean/AppDelegate+Storage.m | 2 +- iBean/iBean/iPadStoryboard.storyboard | 149 --------------------- 3 files changed, 1 insertion(+), 150 deletions(-) diff --git a/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate b/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate index ab4c43e..05ee8a9 100644 Binary files a/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate and b/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/iBean/iBean/AppDelegate+Storage.m b/iBean/iBean/AppDelegate+Storage.m index a98cd41..718d2c2 100644 --- a/iBean/iBean/AppDelegate+Storage.m +++ b/iBean/iBean/AppDelegate+Storage.m @@ -70,7 +70,7 @@ if (config != nil) { //Set default configuration values: - config.instantExtractionTimer = [NSNumber numberWithDouble:25.0f]; + config.instantExtractionTimer = [NSNumber numberWithDouble:0.0f]; } else { diff --git a/iBean/iBean/iPadStoryboard.storyboard b/iBean/iBean/iPadStoryboard.storyboard index e32b625..587d0b7 100644 --- a/iBean/iBean/iPadStoryboard.storyboard +++ b/iBean/iBean/iPadStoryboard.storyboard @@ -1369,155 +1369,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3