Initial commit
This commit is contained in:
parent
b32eb6092c
commit
10b7655d72
@ -22,6 +22,7 @@
|
||||
5A11DD1F18F68644007CE97C /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A11DD0318F68644007CE97C /* CoreData.framework */; };
|
||||
5A11DD2718F68646007CE97C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 5A11DD2518F68646007CE97C /* InfoPlist.strings */; };
|
||||
5A11DD2918F68646007CE97C /* FlikrkrTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A11DD2818F68646007CE97C /* FlikrkrTests.m */; };
|
||||
5A11DD3318F6871F007CE97C /* Storyboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5A11DD3218F6871F007CE97C /* Storyboard.storyboard */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
@ -53,6 +54,7 @@
|
||||
5A11DD2418F68646007CE97C /* FlikrkrTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "FlikrkrTests-Info.plist"; sourceTree = "<group>"; };
|
||||
5A11DD2618F68646007CE97C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
5A11DD2818F68646007CE97C /* FlikrkrTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FlikrkrTests.m; sourceTree = "<group>"; };
|
||||
5A11DD3218F6871F007CE97C /* Storyboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Storyboard.storyboard; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@ -117,6 +119,7 @@
|
||||
children = (
|
||||
5A11DD0E18F68644007CE97C /* AppDelegate.h */,
|
||||
5A11DD0F18F68644007CE97C /* AppDelegate.m */,
|
||||
5A11DD3218F6871F007CE97C /* Storyboard.storyboard */,
|
||||
5A11DD1418F68644007CE97C /* Images.xcassets */,
|
||||
5A11DD1118F68644007CE97C /* Flikrkr.xcdatamodeld */,
|
||||
5A11DD0618F68644007CE97C /* Supporting Files */,
|
||||
@ -230,6 +233,7 @@
|
||||
files = (
|
||||
5A11DD0A18F68644007CE97C /* InfoPlist.strings in Resources */,
|
||||
5A11DD1518F68644007CE97C /* Images.xcassets in Resources */,
|
||||
5A11DD3318F6871F007CE97C /* Storyboard.storyboard in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
BIN
Flikrkr/._Storyboard.storyboard
Normal file
BIN
Flikrkr/._Storyboard.storyboard
Normal file
Binary file not shown.
@ -16,10 +16,10 @@
|
||||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||
{
|
||||
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
|
||||
//self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
|
||||
// Override point for customization after application launch.
|
||||
self.window.backgroundColor = [UIColor whiteColor];
|
||||
[self.window makeKeyAndVisible];
|
||||
//self.window.backgroundColor = [UIColor whiteColor];
|
||||
//[self.window makeKeyAndVisible];
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
<string>1.0</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UIMainStoryboardFile</key>
|
||||
<string>Storyboard</string>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv7</string>
|
||||
|
12
Flikrkr/Storyboard.storyboard
Normal file
12
Flikrkr/Storyboard.storyboard
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4443" systemVersion="13A451" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3666"/>
|
||||
</dependencies>
|
||||
<scenes/>
|
||||
<simulatedMetricsContainer key="defaultSimulatedMetrics">
|
||||
<simulatedStatusBarMetrics key="statusBar"/>
|
||||
<simulatedOrientationMetrics key="orientation"/>
|
||||
<simulatedScreenMetrics key="destination" type="retina4"/>
|
||||
</simulatedMetricsContainer>
|
||||
</document>
|
Loading…
Reference in New Issue
Block a user