From db65caa604973a970d4fb6a897a5305fbc75894b Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Sat, 16 Mar 2013 11:20:14 +0100 Subject: Added storyboard for iPad --- iBean/iBean.xcodeproj/project.pbxproj | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'iBean/iBean.xcodeproj/project.pbxproj') diff --git a/iBean/iBean.xcodeproj/project.pbxproj b/iBean/iBean.xcodeproj/project.pbxproj index 6e1565a..8ede8d0 100644 --- a/iBean/iBean.xcodeproj/project.pbxproj +++ b/iBean/iBean.xcodeproj/project.pbxproj @@ -46,6 +46,7 @@ 0276254216B5A64000EE2F4E /* ThresholdListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276254116B5A64000EE2F4E /* ThresholdListViewController.m */; }; 0276254516B5AACF00EE2F4E /* ThresholdViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276254416B5AACF00EE2F4E /* ThresholdViewController.m */; }; 0276254816B5BC5300EE2F4E /* ThresholdCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276254716B5BC5300EE2F4E /* ThresholdCell.m */; }; + 02B36BB216F473F8000FFCF8 /* iPadStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 02B36BB116F473F8000FFCF8 /* iPadStoryboard.storyboard */; }; 02B5369B16DA74390006C5FE /* 20-gear-2.png in Resources */ = {isa = PBXBuildFile; fileRef = 02B5369316DA74390006C5FE /* 20-gear-2.png */; }; 02B5369C16DA74390006C5FE /* 20-gear-2@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 02B5369416DA74390006C5FE /* 20-gear-2@2x.png */; }; 02B5369D16DA74390006C5FE /* 34-coffee.png in Resources */ = {isa = PBXBuildFile; fileRef = 02B5369516DA74390006C5FE /* 34-coffee.png */; }; @@ -125,6 +126,7 @@ 0276254416B5AACF00EE2F4E /* ThresholdViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ThresholdViewController.m; sourceTree = ""; }; 0276254616B5BC5300EE2F4E /* ThresholdCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThresholdCell.h; sourceTree = ""; }; 0276254716B5BC5300EE2F4E /* ThresholdCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ThresholdCell.m; sourceTree = ""; }; + 02B36BB116F473F8000FFCF8 /* iPadStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = iPadStoryboard.storyboard; sourceTree = ""; }; 02B5369316DA74390006C5FE /* 20-gear-2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "20-gear-2.png"; path = "Graphics/tab-bar/20-gear-2.png"; sourceTree = ""; }; 02B5369416DA74390006C5FE /* 20-gear-2@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "20-gear-2@2x.png"; path = "Graphics/tab-bar/20-gear-2@2x.png"; sourceTree = ""; }; 02B5369516DA74390006C5FE /* 34-coffee.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "34-coffee.png"; path = "Graphics/tab-bar/34-coffee.png"; sourceTree = ""; }; @@ -232,6 +234,7 @@ isa = PBXGroup; children = ( 020C55BC169101FB00D8224C /* iPhoneStoryboard.storyboard */, + 02B36BB116F473F8000FFCF8 /* iPadStoryboard.storyboard */, ); name = Storyboards; sourceTree = ""; @@ -488,6 +491,7 @@ 0254529A16E91C07000ACBCB /* Default.png in Resources */, 0254529C16E91E34000ACBCB /* Default@2x.png in Resources */, 0254529E16E91EE3000ACBCB /* Default-568h@2x.png in Resources */, + 02B36BB216F473F8000FFCF8 /* iPadStoryboard.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -600,6 +604,7 @@ GCC_PREFIX_HEADER = "iBean/iBean-Prefix.pch"; INFOPLIST_FILE = "iBean/iBean-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; + TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = app; }; name = Debug; @@ -611,6 +616,7 @@ GCC_PREFIX_HEADER = "iBean/iBean-Prefix.pch"; INFOPLIST_FILE = "iBean/iBean-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; + TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = app; }; name = Release; -- cgit v1.2.3