From 50004ee7e4c682d1a7bf38004ddb911ddd130f08 Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Sat, 5 Jan 2013 01:45:27 +0100 Subject: Added Bean collection list view controller and managed object classes (bean collection and bean) generated from core data --- iBean/iBean.xcodeproj/project.pbxproj | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'iBean/iBean.xcodeproj/project.pbxproj') diff --git a/iBean/iBean.xcodeproj/project.pbxproj b/iBean/iBean.xcodeproj/project.pbxproj index b66ea7d..264aee4 100644 --- a/iBean/iBean.xcodeproj/project.pbxproj +++ b/iBean/iBean.xcodeproj/project.pbxproj @@ -22,6 +22,9 @@ 020C55C41691059800D8224C /* InstaBeanViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55C31691059800D8224C /* InstaBeanViewController.m */; }; 020C55C716910EAD00D8224C /* InstaBeanConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55C616910EAD00D8224C /* InstaBeanConfiguration.m */; }; 020C55CA1691100000D8224C /* AppDelegate+Storage.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55C91691100000D8224C /* AppDelegate+Storage.m */; }; + 020C55DA1695CAD200D8224C /* iBeanListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55D91695CAD200D8224C /* iBeanListViewController.m */; }; + 020C55EF1697970200D8224C /* Bean.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55EE1697970200D8224C /* Bean.m */; }; + 020C55F21697970200D8224C /* BeanCollection.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55F11697970200D8224C /* BeanCollection.m */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -47,6 +50,12 @@ 020C55C616910EAD00D8224C /* InstaBeanConfiguration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstaBeanConfiguration.m; sourceTree = ""; }; 020C55C81691100000D8224C /* AppDelegate+Storage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AppDelegate+Storage.h"; sourceTree = ""; }; 020C55C91691100000D8224C /* AppDelegate+Storage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AppDelegate+Storage.m"; sourceTree = ""; }; + 020C55D81695CAD200D8224C /* iBeanListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iBeanListViewController.h; sourceTree = ""; }; + 020C55D91695CAD200D8224C /* iBeanListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iBeanListViewController.m; sourceTree = ""; }; + 020C55ED1697970200D8224C /* Bean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bean.h; sourceTree = ""; }; + 020C55EE1697970200D8224C /* Bean.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Bean.m; sourceTree = ""; }; + 020C55F01697970200D8224C /* BeanCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollection.h; sourceTree = ""; }; + 020C55F11697970200D8224C /* BeanCollection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollection.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -95,6 +104,7 @@ 020C559F1691014E00D8224C /* iBean */ = { isa = PBXGroup; children = ( + 020C55D31695C2C800D8224C /* iBean */, 020C55BB169101CE00D8224C /* Storyboards */, 020C55B9169101A300D8224C /* InstaBean */, 020C55A81691014E00D8224C /* AppDelegate.h */, @@ -140,6 +150,27 @@ name = Storyboards; sourceTree = ""; }; + 020C55D31695C2C800D8224C /* iBean */ = { + isa = PBXGroup; + children = ( + 020C55DF169792F800D8224C /* Data */, + 020C55D81695CAD200D8224C /* iBeanListViewController.h */, + 020C55D91695CAD200D8224C /* iBeanListViewController.m */, + ); + name = iBean; + sourceTree = ""; + }; + 020C55DF169792F800D8224C /* Data */ = { + isa = PBXGroup; + children = ( + 020C55F01697970200D8224C /* BeanCollection.h */, + 020C55F11697970200D8224C /* BeanCollection.m */, + 020C55ED1697970200D8224C /* Bean.h */, + 020C55EE1697970200D8224C /* Bean.m */, + ); + name = Data; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -212,6 +243,9 @@ 020C55C41691059800D8224C /* InstaBeanViewController.m in Sources */, 020C55C716910EAD00D8224C /* InstaBeanConfiguration.m in Sources */, 020C55CA1691100000D8224C /* AppDelegate+Storage.m in Sources */, + 020C55DA1695CAD200D8224C /* iBeanListViewController.m in Sources */, + 020C55EF1697970200D8224C /* Bean.m in Sources */, + 020C55F21697970200D8224C /* BeanCollection.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -322,6 +356,7 @@ 020C55B81691014E00D8224C /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ -- cgit v1.2.3