aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2013-01-05 01:45:27 +0100
committerEddie Ehlin <eddiex@eddiex.se>2013-01-05 01:45:27 +0100
commit50004ee7e4c682d1a7bf38004ddb911ddd130f08 (patch)
tree763915993056d8f95529a187129024f00eca5acd /iBean/iBean.xcodeproj/project.pbxproj
parent8e4c11b4a3bf3399ae7e8dc427d93eb2d7fe8eef (diff)
downloadiBean-50004ee7e4c682d1a7bf38004ddb911ddd130f08.tar.gz
iBean-50004ee7e4c682d1a7bf38004ddb911ddd130f08.zip
Added Bean collection list view controller and managed object classes (bean collection and bean) generated from core data
Diffstat (limited to 'iBean/iBean.xcodeproj/project.pbxproj')
-rw-r--r--iBean/iBean.xcodeproj/project.pbxproj35
1 files changed, 35 insertions, 0 deletions
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 = "<group>"; };
020C55C81691100000D8224C /* AppDelegate+Storage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AppDelegate+Storage.h"; sourceTree = "<group>"; };
020C55C91691100000D8224C /* AppDelegate+Storage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AppDelegate+Storage.m"; sourceTree = "<group>"; };
+ 020C55D81695CAD200D8224C /* iBeanListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iBeanListViewController.h; sourceTree = "<group>"; };
+ 020C55D91695CAD200D8224C /* iBeanListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iBeanListViewController.m; sourceTree = "<group>"; };
+ 020C55ED1697970200D8224C /* Bean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bean.h; sourceTree = "<group>"; };
+ 020C55EE1697970200D8224C /* Bean.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Bean.m; sourceTree = "<group>"; };
+ 020C55F01697970200D8224C /* BeanCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollection.h; sourceTree = "<group>"; };
+ 020C55F11697970200D8224C /* BeanCollection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollection.m; sourceTree = "<group>"; };
/* 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 = "<group>";
};
+ 020C55D31695C2C800D8224C /* iBean */ = {
+ isa = PBXGroup;
+ children = (
+ 020C55DF169792F800D8224C /* Data */,
+ 020C55D81695CAD200D8224C /* iBeanListViewController.h */,
+ 020C55D91695CAD200D8224C /* iBeanListViewController.m */,
+ );
+ name = iBean;
+ sourceTree = "<group>";
+ };
+ 020C55DF169792F800D8224C /* Data */ = {
+ isa = PBXGroup;
+ children = (
+ 020C55F01697970200D8224C /* BeanCollection.h */,
+ 020C55F11697970200D8224C /* BeanCollection.m */,
+ 020C55ED1697970200D8224C /* Bean.h */,
+ 020C55EE1697970200D8224C /* Bean.m */,
+ );
+ name = Data;
+ sourceTree = "<group>";
+ };
/* 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 */