diff options
Diffstat (limited to 'iBean/iBean.xcodeproj')
| -rw-r--r-- | iBean/iBean.xcodeproj/project.pbxproj | 35 | ||||
| -rw-r--r-- | iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate | bin | 21878 -> 25626 bytes | 
2 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 */ diff --git a/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate b/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstateBinary files differ index 1c1f737..170f786 100644 --- a/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate +++ b/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate | 
