From f732bdde2a17539ae8a955eb948365c9d392c43a Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Mon, 31 Dec 2012 00:04:42 +0100 Subject: Insta bean functionality is done except for data storage. Will fixe this in new xcode project. --- iBean/iBean.xcodeproj/project.pbxproj | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'iBean/iBean.xcodeproj/project.pbxproj') diff --git a/iBean/iBean.xcodeproj/project.pbxproj b/iBean/iBean.xcodeproj/project.pbxproj index e97ecaf..f6c5b47 100644 --- a/iBean/iBean.xcodeproj/project.pbxproj +++ b/iBean/iBean.xcodeproj/project.pbxproj @@ -24,6 +24,7 @@ 020C5558168E1F5300D8224C /* second.png in Resources */ = {isa = PBXBuildFile; fileRef = 020C5557168E1F5300D8224C /* second.png */; }; 020C555A168E1F5300D8224C /* second@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 020C5559168E1F5300D8224C /* second@2x.png */; }; 020C556A168E205900D8224C /* InstaBeanViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C5569168E205900D8224C /* InstaBeanViewController.m */; }; + 020C557B168F702100D8224C /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 020C557A168F702100D8224C /* CoreData.framework */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -50,6 +51,7 @@ 020C5559168E1F5300D8224C /* second@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "second@2x.png"; sourceTree = ""; }; 020C5568168E205900D8224C /* InstaBeanViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InstaBeanViewController.h; sourceTree = ""; }; 020C5569168E205900D8224C /* InstaBeanViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstaBeanViewController.m; sourceTree = ""; }; + 020C557A168F702100D8224C /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -57,6 +59,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 020C557B168F702100D8224C /* CoreData.framework in Frameworks */, 020C5530168E1F5200D8224C /* UIKit.framework in Frameworks */, 020C5532168E1F5200D8224C /* Foundation.framework in Frameworks */, 020C5534168E1F5200D8224C /* CoreGraphics.framework in Frameworks */, @@ -86,6 +89,7 @@ 020C552E168E1F5200D8224C /* Frameworks */ = { isa = PBXGroup; children = ( + 020C557A168F702100D8224C /* CoreData.framework */, 020C552F168E1F5200D8224C /* UIKit.framework */, 020C5531168E1F5200D8224C /* Foundation.framework */, 020C5533168E1F5200D8224C /* CoreGraphics.framework */, @@ -96,6 +100,7 @@ 020C5535168E1F5200D8224C /* iBean */ = { isa = PBXGroup; children = ( + 020C5578168F6AB400D8224C /* Graphics */, 020C556B168E214C00D8224C /* InstaBean */, 020C553E168E1F5200D8224C /* AppDelegate.h */, 020C553F168E1F5200D8224C /* AppDelegate.m */, @@ -103,10 +108,6 @@ 020C554A168E1F5200D8224C /* MainStoryboard_iPad.storyboard */, 020C554D168E1F5200D8224C /* FirstViewController.h */, 020C554E168E1F5200D8224C /* FirstViewController.m */, - 020C5550168E1F5200D8224C /* first.png */, - 020C5552168E1F5200D8224C /* first@2x.png */, - 020C5557168E1F5300D8224C /* second.png */, - 020C5559168E1F5300D8224C /* second@2x.png */, 020C5536168E1F5200D8224C /* Supporting Files */, ); path = iBean; @@ -135,6 +136,17 @@ name = InstaBean; sourceTree = ""; }; + 020C5578168F6AB400D8224C /* Graphics */ = { + isa = PBXGroup; + children = ( + 020C5550168E1F5200D8224C /* first.png */, + 020C5552168E1F5200D8224C /* first@2x.png */, + 020C5557168E1F5300D8224C /* second.png */, + 020C5559168E1F5300D8224C /* second@2x.png */, + ); + name = Graphics; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -336,6 +348,7 @@ 020C555F168E1F5300D8224C /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; -- cgit v1.2.3