aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2013-03-16 11:20:14 +0100
committerEddie Ehlin <eddiex@eddiex.se>2013-03-16 11:20:14 +0100
commitdb65caa604973a970d4fb6a897a5305fbc75894b (patch)
tree065d72a2b52c48033f33139d1b259924a749741d /iBean/iBean.xcodeproj/project.pbxproj
parent96d42b477dd50cff6795fae51f5ce945127685f5 (diff)
downloadiBean-db65caa604973a970d4fb6a897a5305fbc75894b.tar.gz
iBean-db65caa604973a970d4fb6a897a5305fbc75894b.zip
Added storyboard for iPad
Diffstat (limited to 'iBean/iBean.xcodeproj/project.pbxproj')
-rw-r--r--iBean/iBean.xcodeproj/project.pbxproj6
1 files changed, 6 insertions, 0 deletions
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 = "<group>"; };
0276254616B5BC5300EE2F4E /* ThresholdCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThresholdCell.h; sourceTree = "<group>"; };
0276254716B5BC5300EE2F4E /* ThresholdCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ThresholdCell.m; sourceTree = "<group>"; };
+ 02B36BB116F473F8000FFCF8 /* iPadStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = iPadStoryboard.storyboard; sourceTree = "<group>"; };
02B5369316DA74390006C5FE /* 20-gear-2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "20-gear-2.png"; path = "Graphics/tab-bar/20-gear-2.png"; sourceTree = "<group>"; };
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 = "<group>"; };
02B5369516DA74390006C5FE /* 34-coffee.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "34-coffee.png"; path = "Graphics/tab-bar/34-coffee.png"; sourceTree = "<group>"; };
@@ -232,6 +234,7 @@
isa = PBXGroup;
children = (
020C55BC169101FB00D8224C /* iPhoneStoryboard.storyboard */,
+ 02B36BB116F473F8000FFCF8 /* iPadStoryboard.storyboard */,
);
name = Storyboards;
sourceTree = "<group>";
@@ -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;