aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean.xcodeproj
diff options
context:
space:
mode:
Diffstat (limited to 'iBean/iBean.xcodeproj')
-rw-r--r--iBean/iBean.xcodeproj/project.pbxproj40
-rw-r--r--iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstatebin52986 -> 55439 bytes
2 files changed, 28 insertions, 12 deletions
diff --git a/iBean/iBean.xcodeproj/project.pbxproj b/iBean/iBean.xcodeproj/project.pbxproj
index a12e995..6e1565a 100644
--- a/iBean/iBean.xcodeproj/project.pbxproj
+++ b/iBean/iBean.xcodeproj/project.pbxproj
@@ -14,9 +14,6 @@
020C55A41691014E00D8224C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 020C55A21691014E00D8224C /* InfoPlist.strings */; };
020C55A61691014E00D8224C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55A51691014E00D8224C /* main.m */; };
020C55AA1691014E00D8224C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55A91691014E00D8224C /* AppDelegate.m */; };
- 020C55AC1691014E00D8224C /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 020C55AB1691014E00D8224C /* Default.png */; };
- 020C55AE1691014E00D8224C /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 020C55AD1691014E00D8224C /* Default@2x.png */; };
- 020C55B01691014E00D8224C /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 020C55AF1691014E00D8224C /* Default-568h@2x.png */; };
020C55B31691014E00D8224C /* iBean.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 020C55B11691014E00D8224C /* iBean.xcdatamodeld */; };
020C55BD169101FB00D8224C /* iPhoneStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 020C55BC169101FB00D8224C /* iPhoneStoryboard.storyboard */; };
020C55CA1691100000D8224C /* AppDelegate+Storage.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55C91691100000D8224C /* AppDelegate+Storage.m */; };
@@ -39,6 +36,11 @@
024CC6B016D0F33200F84F3D /* Threshold.m in Sources */ = {isa = PBXBuildFile; fileRef = 024CC6AF16D0F33200F84F3D /* Threshold.m */; };
024CC6EB16D6B36000F84F3D /* ibean-extraction-dropdown-background.png in Resources */ = {isa = PBXBuildFile; fileRef = 024CC6EA16D6B36000F84F3D /* ibean-extraction-dropdown-background.png */; };
024F676D16A4A61D004A1201 /* InstantExtractionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 024F676C16A4A61D004A1201 /* InstantExtractionViewController.m */; };
+ 0254529616E91B66000ACBCB /* ibean-57-57.png in Resources */ = {isa = PBXBuildFile; fileRef = 0254529516E91B66000ACBCB /* ibean-57-57.png */; };
+ 0254529816E91B6D000ACBCB /* ibean-114-114.png in Resources */ = {isa = PBXBuildFile; fileRef = 0254529716E91B6D000ACBCB /* ibean-114-114.png */; };
+ 0254529A16E91C07000ACBCB /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 0254529916E91C07000ACBCB /* Default.png */; };
+ 0254529C16E91E34000ACBCB /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0254529B16E91E34000ACBCB /* Default@2x.png */; };
+ 0254529E16E91EE3000ACBCB /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0254529D16E91EE3000ACBCB /* Default-568h@2x.png */; };
0276253916B58D6000EE2F4E /* SettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276253816B58D6000EE2F4E /* SettingsViewController.m */; };
0276253C16B59E4C00EE2F4E /* Configuration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276253B16B59E4C00EE2F4E /* Configuration.m */; };
0276254216B5A64000EE2F4E /* ThresholdListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276254116B5A64000EE2F4E /* ThresholdListViewController.m */; };
@@ -70,9 +72,6 @@
020C55A71691014E00D8224C /* iBean-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "iBean-Prefix.pch"; sourceTree = "<group>"; };
020C55A81691014E00D8224C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
020C55A91691014E00D8224C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
- 020C55AB1691014E00D8224C /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
- 020C55AD1691014E00D8224C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
- 020C55AF1691014E00D8224C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
020C55B21691014E00D8224C /* iBean.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = iBean.xcdatamodel; sourceTree = "<group>"; };
020C55BC169101FB00D8224C /* iPhoneStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = iPhoneStoryboard.storyboard; sourceTree = "<group>"; };
020C55C81691100000D8224C /* AppDelegate+Storage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AppDelegate+Storage.h"; sourceTree = "<group>"; };
@@ -111,6 +110,11 @@
024CC6EA16D6B36000F84F3D /* ibean-extraction-dropdown-background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "ibean-extraction-dropdown-background.png"; path = "Graphics/ibean-extraction-dropdown-background.png"; sourceTree = "<group>"; };
024F676B16A4A61D004A1201 /* InstantExtractionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InstantExtractionViewController.h; sourceTree = "<group>"; };
024F676C16A4A61D004A1201 /* InstantExtractionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstantExtractionViewController.m; sourceTree = "<group>"; };
+ 0254529516E91B66000ACBCB /* ibean-57-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "ibean-57-57.png"; path = "../ibean-57-57.png"; sourceTree = "<group>"; };
+ 0254529716E91B6D000ACBCB /* ibean-114-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "ibean-114-114.png"; path = "../ibean-114-114.png"; sourceTree = "<group>"; };
+ 0254529916E91C07000ACBCB /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = ../Default.png; sourceTree = "<group>"; };
+ 0254529B16E91E34000ACBCB /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "../Default@2x.png"; sourceTree = "<group>"; };
+ 0254529D16E91EE3000ACBCB /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "../Default-568h@2x.png"; sourceTree = "<group>"; };
0276253716B58D6000EE2F4E /* SettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsViewController.h; sourceTree = "<group>"; };
0276253816B58D6000EE2F4E /* SettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsViewController.m; sourceTree = "<group>"; };
0276253A16B59E4C00EE2F4E /* Configuration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Configuration.h; sourceTree = "<group>"; };
@@ -211,9 +215,6 @@
020C55A21691014E00D8224C /* InfoPlist.strings */,
020C55A51691014E00D8224C /* main.m */,
020C55A71691014E00D8224C /* iBean-Prefix.pch */,
- 020C55AB1691014E00D8224C /* Default.png */,
- 020C55AD1691014E00D8224C /* Default@2x.png */,
- 020C55AF1691014E00D8224C /* Default-568h@2x.png */,
);
name = "Supporting Files";
sourceTree = "<group>";
@@ -345,6 +346,18 @@
name = Graphics;
sourceTree = "<group>";
};
+ 0254529016E91819000ACBCB /* App */ = {
+ isa = PBXGroup;
+ children = (
+ 0254529D16E91EE3000ACBCB /* Default-568h@2x.png */,
+ 0254529B16E91E34000ACBCB /* Default@2x.png */,
+ 0254529916E91C07000ACBCB /* Default.png */,
+ 0254529716E91B6D000ACBCB /* ibean-114-114.png */,
+ 0254529516E91B66000ACBCB /* ibean-57-57.png */,
+ );
+ name = App;
+ sourceTree = "<group>";
+ };
0276253316B58C2C00EE2F4E /* Settings */ = {
isa = PBXGroup;
children = (
@@ -363,6 +376,7 @@
02B5369216DA74280006C5FE /* Icons */ = {
isa = PBXGroup;
children = (
+ 0254529016E91819000ACBCB /* App */,
02B536A416DA76460006C5FE /* Nav-bar */,
02B536A316DA76370006C5FE /* Tab-bar */,
);
@@ -456,9 +470,6 @@
buildActionMask = 2147483647;
files = (
020C55A41691014E00D8224C /* InfoPlist.strings in Resources */,
- 020C55AC1691014E00D8224C /* Default.png in Resources */,
- 020C55AE1691014E00D8224C /* Default@2x.png in Resources */,
- 020C55B01691014E00D8224C /* Default-568h@2x.png in Resources */,
020C55BD169101FB00D8224C /* iPhoneStoryboard.storyboard in Resources */,
023AAB3E16C98B2A00B6886C /* ibean-beancell-bean.png in Resources */,
024CC6EB16D6B36000F84F3D /* ibean-extraction-dropdown-background.png in Resources */,
@@ -472,6 +483,11 @@
02B536A216DA74390006C5FE /* 78-stopwatch@2x.png in Resources */,
02B536AB16DA76AF0006C5FE /* 78-stopwatch-white.png in Resources */,
02B536AC16DA76AF0006C5FE /* 78-stopwatch-white@2x.png in Resources */,
+ 0254529616E91B66000ACBCB /* ibean-57-57.png in Resources */,
+ 0254529816E91B6D000ACBCB /* ibean-114-114.png in Resources */,
+ 0254529A16E91C07000ACBCB /* Default.png in Resources */,
+ 0254529C16E91E34000ACBCB /* Default@2x.png in Resources */,
+ 0254529E16E91EE3000ACBCB /* Default-568h@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
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 b3a73a4..205045b 100644
--- a/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate
+++ b/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate
Binary files differ