From 0f356059e01f2239d1724dac5e3ea2a1837ffd3f Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Sun, 6 Jan 2013 01:04:54 +0100 Subject: BeanCollectionList and BeanCollectionInfo is now fully implemented. Next: BeanList --- iBean/iBean.xcodeproj/project.pbxproj | 40 +++++++++++++++++++-- .../UserInterfaceState.xcuserstate | Bin 26695 -> 30432 bytes .../xcdebugger/Breakpoints.xcbkptlist | 5 +++ 3 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist (limited to 'iBean/iBean.xcodeproj') diff --git a/iBean/iBean.xcodeproj/project.pbxproj b/iBean/iBean.xcodeproj/project.pbxproj index d859d0c..d67b623 100644 --- a/iBean/iBean.xcodeproj/project.pbxproj +++ b/iBean/iBean.xcodeproj/project.pbxproj @@ -25,6 +25,8 @@ 020C55FA16983E9900D8224C /* BeanCollectionListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55F916983E9900D8224C /* BeanCollectionListViewController.m */; }; 020C55FD16983F7400D8224C /* Bean.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55FC16983F7400D8224C /* Bean.m */; }; 020C560016983F7400D8224C /* BeanCollection.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55FF16983F7400D8224C /* BeanCollection.m */; }; + 020C560316989D4500D8224C /* BeanCollectionInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C560216989D4500D8224C /* BeanCollectionInfoViewController.m */; }; + 020C56061698A85000D8224C /* BeanCollectionBeanListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C56051698A85000D8224C /* BeanCollectionBeanListViewController.m */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -56,6 +58,10 @@ 020C55FC16983F7400D8224C /* Bean.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Bean.m; sourceTree = ""; }; 020C55FE16983F7400D8224C /* BeanCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollection.h; sourceTree = ""; }; 020C55FF16983F7400D8224C /* BeanCollection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollection.m; sourceTree = ""; }; + 020C560116989D4500D8224C /* BeanCollectionInfoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollectionInfoViewController.h; sourceTree = ""; }; + 020C560216989D4500D8224C /* BeanCollectionInfoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollectionInfoViewController.m; sourceTree = ""; }; + 020C56041698A85000D8224C /* BeanCollectionBeanListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollectionBeanListViewController.h; sourceTree = ""; }; + 020C56051698A85000D8224C /* BeanCollectionBeanListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollectionBeanListViewController.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -153,8 +159,9 @@ 020C55D31695C2C800D8224C /* iBean */ = { isa = PBXGroup; children = ( - 020C55F816983E9900D8224C /* BeanCollectionListViewController.h */, - 020C55F916983E9900D8224C /* BeanCollectionListViewController.m */, + 020C56081698F58900D8224C /* BeanCollectionList */, + 020C56091698F59F00D8224C /* BeanCollectionInfo */, + 020C56071698F4DC00D8224C /* BeanCollectionBeanList */, 020C55DF169792F800D8224C /* Data */, ); name = iBean; @@ -171,6 +178,33 @@ name = Data; sourceTree = ""; }; + 020C56071698F4DC00D8224C /* BeanCollectionBeanList */ = { + isa = PBXGroup; + children = ( + 020C56041698A85000D8224C /* BeanCollectionBeanListViewController.h */, + 020C56051698A85000D8224C /* BeanCollectionBeanListViewController.m */, + ); + name = BeanCollectionBeanList; + sourceTree = ""; + }; + 020C56081698F58900D8224C /* BeanCollectionList */ = { + isa = PBXGroup; + children = ( + 020C55F816983E9900D8224C /* BeanCollectionListViewController.h */, + 020C55F916983E9900D8224C /* BeanCollectionListViewController.m */, + ); + name = BeanCollectionList; + sourceTree = ""; + }; + 020C56091698F59F00D8224C /* BeanCollectionInfo */ = { + isa = PBXGroup; + children = ( + 020C560116989D4500D8224C /* BeanCollectionInfoViewController.h */, + 020C560216989D4500D8224C /* BeanCollectionInfoViewController.m */, + ); + name = BeanCollectionInfo; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -246,6 +280,8 @@ 020C55FA16983E9900D8224C /* BeanCollectionListViewController.m in Sources */, 020C55FD16983F7400D8224C /* Bean.m in Sources */, 020C560016983F7400D8224C /* BeanCollection.m in Sources */, + 020C560316989D4500D8224C /* BeanCollectionInfoViewController.m in Sources */, + 020C56061698A85000D8224C /* BeanCollectionBeanListViewController.m in Sources */, ); 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 3b8c0b6..0fe9ebe 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.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist b/iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist new file mode 100644 index 0000000..05301bc --- /dev/null +++ b/iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist @@ -0,0 +1,5 @@ + + + -- cgit v1.2.3