aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean.xcodeproj
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2013-01-12 20:44:24 +0100
committerEddie Ehlin <eddiex@eddiex.se>2013-01-12 20:44:24 +0100
commitf1ca62e3237aceda58b60f29b3cceb7d6ec33d37 (patch)
tree3be3d276a9f1c97e791c65f908a0b2624d8280c2 /iBean/iBean.xcodeproj
parent18837282529f46b471a48d811ea2d86564690758 (diff)
downloadiBean-f1ca62e3237aceda58b60f29b3cceb7d6ec33d37.tar.gz
iBean-f1ca62e3237aceda58b60f29b3cceb7d6ec33d37.zip
Added ExtractionViewController and also closed the Add-new-bean-collection-loop.
Diffstat (limited to 'iBean/iBean.xcodeproj')
-rw-r--r--iBean/iBean.xcodeproj/project.pbxproj32
-rw-r--r--iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstatebin34150 -> 33585 bytes
2 files changed, 23 insertions, 9 deletions
diff --git a/iBean/iBean.xcodeproj/project.pbxproj b/iBean/iBean.xcodeproj/project.pbxproj
index e3df510..68cbbd0 100644
--- a/iBean/iBean.xcodeproj/project.pbxproj
+++ b/iBean/iBean.xcodeproj/project.pbxproj
@@ -31,6 +31,7 @@
020C5680169F5E9A00D8224C /* Bean+Interface.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C567F169F5E9900D8224C /* Bean+Interface.m */; };
020C5683169F5FBB00D8224C /* BeanCollection+Interface.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C5682169F5FBB00D8224C /* BeanCollection+Interface.m */; };
020C568F16A1CE0E00D8224C /* EditBeanViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C568E16A1CE0E00D8224C /* EditBeanViewController.m */; };
+ 020C569316A1E55600D8224C /* ExtractionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C569216A1E55600D8224C /* ExtractionViewController.m */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -74,6 +75,8 @@
020C5682169F5FBB00D8224C /* BeanCollection+Interface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "BeanCollection+Interface.m"; sourceTree = "<group>"; };
020C568D16A1CE0E00D8224C /* EditBeanViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditBeanViewController.h; sourceTree = "<group>"; };
020C568E16A1CE0E00D8224C /* EditBeanViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EditBeanViewController.m; sourceTree = "<group>"; };
+ 020C569116A1E55600D8224C /* ExtractionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExtractionViewController.h; sourceTree = "<group>"; };
+ 020C569216A1E55600D8224C /* ExtractionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExtractionViewController.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -172,9 +175,10 @@
isa = PBXGroup;
children = (
020C56081698F58900D8224C /* BeanCollectionList */,
- 020C56091698F59F00D8224C /* BeanCollectionInfo */,
- 020C56071698F4DC00D8224C /* BeanCollectionBeanList */,
- 020C566E169E1ACB00D8224C /* Bean */,
+ 020C56091698F59F00D8224C /* Step 1 - BeanCollectionInfo */,
+ 020C56071698F4DC00D8224C /* Step 2 - BeanCollectionBeanList */,
+ 020C566E169E1ACB00D8224C /* Step 3 - Bean */,
+ 020C569016A1E50200D8224C /* Step 4 - Extraction */,
020C55DF169792F800D8224C /* Data */,
);
name = iBean;
@@ -192,13 +196,13 @@
name = Data;
sourceTree = "<group>";
};
- 020C56071698F4DC00D8224C /* BeanCollectionBeanList */ = {
+ 020C56071698F4DC00D8224C /* Step 2 - BeanCollectionBeanList */ = {
isa = PBXGroup;
children = (
020C56041698A85000D8224C /* BeanCollectionBeanListViewController.h */,
020C56051698A85000D8224C /* BeanCollectionBeanListViewController.m */,
);
- name = BeanCollectionBeanList;
+ name = "Step 2 - BeanCollectionBeanList";
sourceTree = "<group>";
};
020C56081698F58900D8224C /* BeanCollectionList */ = {
@@ -210,16 +214,16 @@
name = BeanCollectionList;
sourceTree = "<group>";
};
- 020C56091698F59F00D8224C /* BeanCollectionInfo */ = {
+ 020C56091698F59F00D8224C /* Step 1 - BeanCollectionInfo */ = {
isa = PBXGroup;
children = (
020C560116989D4500D8224C /* BeanCollectionInfoViewController.h */,
020C560216989D4500D8224C /* BeanCollectionInfoViewController.m */,
);
- name = BeanCollectionInfo;
+ name = "Step 1 - BeanCollectionInfo";
sourceTree = "<group>";
};
- 020C566E169E1ACB00D8224C /* Bean */ = {
+ 020C566E169E1ACB00D8224C /* Step 3 - Bean */ = {
isa = PBXGroup;
children = (
020C5670169E1B0100D8224C /* AddBeanViewController.h */,
@@ -227,7 +231,7 @@
020C568D16A1CE0E00D8224C /* EditBeanViewController.h */,
020C568E16A1CE0E00D8224C /* EditBeanViewController.m */,
);
- name = Bean;
+ name = "Step 3 - Bean";
sourceTree = "<group>";
};
020C5684169F603700D8224C /* Interface */ = {
@@ -241,6 +245,15 @@
name = Interface;
sourceTree = "<group>";
};
+ 020C569016A1E50200D8224C /* Step 4 - Extraction */ = {
+ isa = PBXGroup;
+ children = (
+ 020C569116A1E55600D8224C /* ExtractionViewController.h */,
+ 020C569216A1E55600D8224C /* ExtractionViewController.m */,
+ );
+ name = "Step 4 - Extraction";
+ sourceTree = "<group>";
+ };
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -322,6 +335,7 @@
020C5680169F5E9A00D8224C /* Bean+Interface.m in Sources */,
020C5683169F5FBB00D8224C /* BeanCollection+Interface.m in Sources */,
020C568F16A1CE0E00D8224C /* EditBeanViewController.m in Sources */,
+ 020C569316A1E55600D8224C /* ExtractionViewController.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 9d36b94..e41083a 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