Organizing, new LaunchImage set

This commit is contained in:
2016-03-23 17:41:14 +01:00
parent 17014d0243
commit cf88fe4205
4 changed files with 121 additions and 54 deletions
+54 -24
View File
@@ -14,7 +14,6 @@
E22EE9D71C9DB7B3001F5BC0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E22EE9D61C9DB7B3001F5BC0 /* ViewController.m */; };
E22EE9DA1C9DB7B3001F5BC0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E22EE9D81C9DB7B3001F5BC0 /* Main.storyboard */; };
E22EE9DC1C9DB7B3001F5BC0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E22EE9DB1C9DB7B3001F5BC0 /* Assets.xcassets */; };
E22EE9DF1C9DB7B3001F5BC0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E22EE9DD1C9DB7B3001F5BC0 /* LaunchScreen.storyboard */; };
E22EE9EA1C9DB7B4001F5BC0 /* FMC_Planner_2Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = E22EE9E91C9DB7B4001F5BC0 /* FMC_Planner_2Tests.m */; };
E22EE9F51C9DB7B4001F5BC0 /* FMC_Planner_2UITests.m in Sources */ = {isa = PBXBuildFile; fileRef = E22EE9F41C9DB7B4001F5BC0 /* FMC_Planner_2UITests.m */; };
E28E106D1C9FF93D006E2C6B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E28E106C1C9FF93D006E2C6B /* QuartzCore.framework */; };
@@ -53,7 +52,6 @@
E22EE9D61C9DB7B3001F5BC0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
E22EE9D91C9DB7B3001F5BC0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
E22EE9DB1C9DB7B3001F5BC0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E22EE9DE1C9DB7B3001F5BC0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
E22EE9E01C9DB7B3001F5BC0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E22EE9E51C9DB7B4001F5BC0 /* FMC Planner 2Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "FMC Planner 2Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
E22EE9E91C9DB7B4001F5BC0 /* FMC_Planner_2Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FMC_Planner_2Tests.m; sourceTree = "<group>"; };
@@ -117,14 +115,9 @@
E22EE9CE1C9DB7B3001F5BC0 /* FMC Planner 2 */ = {
isa = PBXGroup;
children = (
E2A9270D1CA2FD9800606E07 /* Storyboards */,
E28E106F1CA01EA1006E2C6B /* Screens */,
E28E106E1CA01E34006E2C6B /* ViewControllers */,
E22EE9D21C9DB7B3001F5BC0 /* AppDelegate.h */,
E22EE9D31C9DB7B3001F5BC0 /* AppDelegate.m */,
E22EE9D81C9DB7B3001F5BC0 /* Main.storyboard */,
E22EE9DB1C9DB7B3001F5BC0 /* Assets.xcassets */,
E22EE9DD1C9DB7B3001F5BC0 /* LaunchScreen.storyboard */,
E22EE9E01C9DB7B3001F5BC0 /* Info.plist */,
E22EE9CF1C9DB7B3001F5BC0 /* Supporting Files */,
);
path = "FMC Planner 2";
@@ -133,7 +126,10 @@
E22EE9CF1C9DB7B3001F5BC0 /* Supporting Files */ = {
isa = PBXGroup;
children = (
E22EE9D01C9DB7B3001F5BC0 /* main.m */,
E2A9270F1CA2FE5900606E07 /* Implementation */,
E2A9270E1CA2FE5200606E07 /* Header */,
E22EE9DB1C9DB7B3001F5BC0 /* Assets.xcassets */,
E22EE9E01C9DB7B3001F5BC0 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
@@ -159,12 +155,8 @@
E28E106E1CA01E34006E2C6B /* ViewControllers */ = {
isa = PBXGroup;
children = (
E22EE9D51C9DB7B3001F5BC0 /* ViewController.h */,
E22EE9D61C9DB7B3001F5BC0 /* ViewController.m */,
E227C7811C9F42AB00DE0CA4 /* ViewControllerKeyboard.h */,
E227C7821C9F42AB00DE0CA4 /* ViewControllerKeyboard.m */,
E227C7841C9F474100DE0CA4 /* ViewControllerScreen.h */,
E227C7851C9F474100DE0CA4 /* ViewControllerScreen.m */,
E2A9270C1CA2FD6D00606E07 /* Implementation */,
E2A9270B1CA2FD6000606E07 /* Header */,
);
name = ViewControllers;
sourceTree = "<group>";
@@ -179,6 +171,51 @@
name = Screens;
sourceTree = "<group>";
};
E2A9270B1CA2FD6000606E07 /* Header */ = {
isa = PBXGroup;
children = (
E22EE9D51C9DB7B3001F5BC0 /* ViewController.h */,
E227C7811C9F42AB00DE0CA4 /* ViewControllerKeyboard.h */,
E227C7841C9F474100DE0CA4 /* ViewControllerScreen.h */,
);
name = Header;
sourceTree = "<group>";
};
E2A9270C1CA2FD6D00606E07 /* Implementation */ = {
isa = PBXGroup;
children = (
E22EE9D61C9DB7B3001F5BC0 /* ViewController.m */,
E227C7821C9F42AB00DE0CA4 /* ViewControllerKeyboard.m */,
E227C7851C9F474100DE0CA4 /* ViewControllerScreen.m */,
);
name = Implementation;
sourceTree = "<group>";
};
E2A9270D1CA2FD9800606E07 /* Storyboards */ = {
isa = PBXGroup;
children = (
E22EE9D81C9DB7B3001F5BC0 /* Main.storyboard */,
);
name = Storyboards;
sourceTree = "<group>";
};
E2A9270E1CA2FE5200606E07 /* Header */ = {
isa = PBXGroup;
children = (
E22EE9D21C9DB7B3001F5BC0 /* AppDelegate.h */,
);
name = Header;
sourceTree = "<group>";
};
E2A9270F1CA2FE5900606E07 /* Implementation */ = {
isa = PBXGroup;
children = (
E22EE9D31C9DB7B3001F5BC0 /* AppDelegate.m */,
E22EE9D01C9DB7B3001F5BC0 /* main.m */,
);
name = Implementation;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -286,7 +323,6 @@
buildActionMask = 2147483647;
files = (
E2CC73E31CA2B7C7005B786E /* PERF INIT.plist in Resources */,
E22EE9DF1C9DB7B3001F5BC0 /* LaunchScreen.storyboard in Resources */,
E28E10711CA01EC9006E2C6B /* MENU.plist in Resources */,
E22EE9DC1C9DB7B3001F5BC0 /* Assets.xcassets in Resources */,
E28E10731CA0375F006E2C6B /* ROUTE.plist in Resources */,
@@ -363,14 +399,6 @@
name = Main.storyboard;
sourceTree = "<group>";
};
E22EE9DD1C9DB7B3001F5BC0 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
E22EE9DE1C9DB7B3001F5BC0 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
@@ -460,6 +488,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = "FMC Planner 2/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
@@ -474,6 +503,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = "FMC Planner 2/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;