aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'iBean/iBean.xcodeproj/project.pbxproj')
-rw-r--r--iBean/iBean.xcodeproj/project.pbxproj40
1 files changed, 38 insertions, 2 deletions
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 = "<group>"; };
020C55FE16983F7400D8224C /* BeanCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollection.h; sourceTree = "<group>"; };
020C55FF16983F7400D8224C /* BeanCollection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollection.m; sourceTree = "<group>"; };
+ 020C560116989D4500D8224C /* BeanCollectionInfoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollectionInfoViewController.h; sourceTree = "<group>"; };
+ 020C560216989D4500D8224C /* BeanCollectionInfoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollectionInfoViewController.m; sourceTree = "<group>"; };
+ 020C56041698A85000D8224C /* BeanCollectionBeanListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollectionBeanListViewController.h; sourceTree = "<group>"; };
+ 020C56051698A85000D8224C /* BeanCollectionBeanListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollectionBeanListViewController.m; sourceTree = "<group>"; };
/* 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 = "<group>";
};
+ 020C56071698F4DC00D8224C /* BeanCollectionBeanList */ = {
+ isa = PBXGroup;
+ children = (
+ 020C56041698A85000D8224C /* BeanCollectionBeanListViewController.h */,
+ 020C56051698A85000D8224C /* BeanCollectionBeanListViewController.m */,
+ );
+ name = BeanCollectionBeanList;
+ sourceTree = "<group>";
+ };
+ 020C56081698F58900D8224C /* BeanCollectionList */ = {
+ isa = PBXGroup;
+ children = (
+ 020C55F816983E9900D8224C /* BeanCollectionListViewController.h */,
+ 020C55F916983E9900D8224C /* BeanCollectionListViewController.m */,
+ );
+ name = BeanCollectionList;
+ sourceTree = "<group>";
+ };
+ 020C56091698F59F00D8224C /* BeanCollectionInfo */ = {
+ isa = PBXGroup;
+ children = (
+ 020C560116989D4500D8224C /* BeanCollectionInfoViewController.h */,
+ 020C560216989D4500D8224C /* BeanCollectionInfoViewController.m */,
+ );
+ name = BeanCollectionInfo;
+ sourceTree = "<group>";
+ };
/* 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;
};