From 55b1ad59f2f65414295cca970542b5a9c0921b34 Mon Sep 17 00:00:00 2001 From: Kilian Hofmann Date: Sat, 19 Mar 2016 17:37:17 +0100 Subject: [PATCH] Initial Commit --- FMC Planner 2.xcodeproj/project.pbxproj | 524 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcschemes/FMC Planner 2.xcscheme | 111 ++++ .../xcschemes/xcschememanagement.plist | 32 ++ FMC Planner 2/AppDelegate.h | 17 + FMC Planner 2/AppDelegate.m | 45 ++ .../AppIcon.appiconset/Contents.json | 68 +++ .../Base.lproj/LaunchScreen.storyboard | 27 + FMC Planner 2/Base.lproj/Main.storyboard | 25 + FMC Planner 2/Info.plist | 47 ++ FMC Planner 2/ViewController.h | 15 + FMC Planner 2/ViewController.m | 27 + FMC Planner 2/main.m | 16 + FMC Planner 2Tests/FMC_Planner_2Tests.m | 39 ++ FMC Planner 2Tests/Info.plist | 24 + FMC Planner 2UITests/FMC_Planner_2UITests.m | 40 ++ FMC Planner 2UITests/Info.plist | 24 + 17 files changed, 1088 insertions(+) create mode 100644 FMC Planner 2.xcodeproj/project.pbxproj create mode 100644 FMC Planner 2.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 FMC Planner 2.xcodeproj/xcuserdata/Kili2.xcuserdatad/xcschemes/FMC Planner 2.xcscheme create mode 100644 FMC Planner 2.xcodeproj/xcuserdata/Kili2.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 FMC Planner 2/AppDelegate.h create mode 100644 FMC Planner 2/AppDelegate.m create mode 100644 FMC Planner 2/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 FMC Planner 2/Base.lproj/LaunchScreen.storyboard create mode 100644 FMC Planner 2/Base.lproj/Main.storyboard create mode 100644 FMC Planner 2/Info.plist create mode 100644 FMC Planner 2/ViewController.h create mode 100644 FMC Planner 2/ViewController.m create mode 100644 FMC Planner 2/main.m create mode 100644 FMC Planner 2Tests/FMC_Planner_2Tests.m create mode 100644 FMC Planner 2Tests/Info.plist create mode 100644 FMC Planner 2UITests/FMC_Planner_2UITests.m create mode 100644 FMC Planner 2UITests/Info.plist diff --git a/FMC Planner 2.xcodeproj/project.pbxproj b/FMC Planner 2.xcodeproj/project.pbxproj new file mode 100644 index 0000000..6c4a1c2 --- /dev/null +++ b/FMC Planner 2.xcodeproj/project.pbxproj @@ -0,0 +1,524 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + E22EE9D11C9DB7B3001F5BC0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E22EE9D01C9DB7B3001F5BC0 /* main.m */; }; + E22EE9D41C9DB7B3001F5BC0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E22EE9D31C9DB7B3001F5BC0 /* AppDelegate.m */; }; + 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 */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + E22EE9E61C9DB7B4001F5BC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E22EE9C41C9DB7B3001F5BC0 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E22EE9CB1C9DB7B3001F5BC0; + remoteInfo = "FMC Planner 2"; + }; + E22EE9F11C9DB7B4001F5BC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E22EE9C41C9DB7B3001F5BC0 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E22EE9CB1C9DB7B3001F5BC0; + remoteInfo = "FMC Planner 2"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + E22EE9CC1C9DB7B3001F5BC0 /* FMC Planner 2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "FMC Planner 2.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + E22EE9D01C9DB7B3001F5BC0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + E22EE9D21C9DB7B3001F5BC0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + E22EE9D31C9DB7B3001F5BC0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + E22EE9D51C9DB7B3001F5BC0 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + E22EE9D61C9DB7B3001F5BC0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + E22EE9D91C9DB7B3001F5BC0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + E22EE9DB1C9DB7B3001F5BC0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + E22EE9DE1C9DB7B3001F5BC0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + E22EE9E01C9DB7B3001F5BC0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 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 = ""; }; + E22EE9EB1C9DB7B4001F5BC0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + E22EE9F01C9DB7B4001F5BC0 /* FMC Planner 2UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "FMC Planner 2UITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + E22EE9F41C9DB7B4001F5BC0 /* FMC_Planner_2UITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FMC_Planner_2UITests.m; sourceTree = ""; }; + E22EE9F61C9DB7B4001F5BC0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + E22EE9C91C9DB7B3001F5BC0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E22EE9E21C9DB7B4001F5BC0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E22EE9ED1C9DB7B4001F5BC0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + E22EE9C31C9DB7B3001F5BC0 = { + isa = PBXGroup; + children = ( + E22EE9CE1C9DB7B3001F5BC0 /* FMC Planner 2 */, + E22EE9E81C9DB7B4001F5BC0 /* FMC Planner 2Tests */, + E22EE9F31C9DB7B4001F5BC0 /* FMC Planner 2UITests */, + E22EE9CD1C9DB7B3001F5BC0 /* Products */, + ); + sourceTree = ""; + }; + E22EE9CD1C9DB7B3001F5BC0 /* Products */ = { + isa = PBXGroup; + children = ( + E22EE9CC1C9DB7B3001F5BC0 /* FMC Planner 2.app */, + E22EE9E51C9DB7B4001F5BC0 /* FMC Planner 2Tests.xctest */, + E22EE9F01C9DB7B4001F5BC0 /* FMC Planner 2UITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + E22EE9CE1C9DB7B3001F5BC0 /* FMC Planner 2 */ = { + isa = PBXGroup; + children = ( + E22EE9D21C9DB7B3001F5BC0 /* AppDelegate.h */, + E22EE9D31C9DB7B3001F5BC0 /* AppDelegate.m */, + E22EE9D51C9DB7B3001F5BC0 /* ViewController.h */, + E22EE9D61C9DB7B3001F5BC0 /* ViewController.m */, + E22EE9D81C9DB7B3001F5BC0 /* Main.storyboard */, + E22EE9DB1C9DB7B3001F5BC0 /* Assets.xcassets */, + E22EE9DD1C9DB7B3001F5BC0 /* LaunchScreen.storyboard */, + E22EE9E01C9DB7B3001F5BC0 /* Info.plist */, + E22EE9CF1C9DB7B3001F5BC0 /* Supporting Files */, + ); + path = "FMC Planner 2"; + sourceTree = ""; + }; + E22EE9CF1C9DB7B3001F5BC0 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + E22EE9D01C9DB7B3001F5BC0 /* main.m */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + E22EE9E81C9DB7B4001F5BC0 /* FMC Planner 2Tests */ = { + isa = PBXGroup; + children = ( + E22EE9E91C9DB7B4001F5BC0 /* FMC_Planner_2Tests.m */, + E22EE9EB1C9DB7B4001F5BC0 /* Info.plist */, + ); + path = "FMC Planner 2Tests"; + sourceTree = ""; + }; + E22EE9F31C9DB7B4001F5BC0 /* FMC Planner 2UITests */ = { + isa = PBXGroup; + children = ( + E22EE9F41C9DB7B4001F5BC0 /* FMC_Planner_2UITests.m */, + E22EE9F61C9DB7B4001F5BC0 /* Info.plist */, + ); + path = "FMC Planner 2UITests"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + E22EE9CB1C9DB7B3001F5BC0 /* FMC Planner 2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = E22EE9F91C9DB7B4001F5BC0 /* Build configuration list for PBXNativeTarget "FMC Planner 2" */; + buildPhases = ( + E22EE9C81C9DB7B3001F5BC0 /* Sources */, + E22EE9C91C9DB7B3001F5BC0 /* Frameworks */, + E22EE9CA1C9DB7B3001F5BC0 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "FMC Planner 2"; + productName = "FMC Planner 2"; + productReference = E22EE9CC1C9DB7B3001F5BC0 /* FMC Planner 2.app */; + productType = "com.apple.product-type.application"; + }; + E22EE9E41C9DB7B4001F5BC0 /* FMC Planner 2Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = E22EE9FC1C9DB7B4001F5BC0 /* Build configuration list for PBXNativeTarget "FMC Planner 2Tests" */; + buildPhases = ( + E22EE9E11C9DB7B4001F5BC0 /* Sources */, + E22EE9E21C9DB7B4001F5BC0 /* Frameworks */, + E22EE9E31C9DB7B4001F5BC0 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + E22EE9E71C9DB7B4001F5BC0 /* PBXTargetDependency */, + ); + name = "FMC Planner 2Tests"; + productName = "FMC Planner 2Tests"; + productReference = E22EE9E51C9DB7B4001F5BC0 /* FMC Planner 2Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + E22EE9EF1C9DB7B4001F5BC0 /* FMC Planner 2UITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = E22EE9FF1C9DB7B4001F5BC0 /* Build configuration list for PBXNativeTarget "FMC Planner 2UITests" */; + buildPhases = ( + E22EE9EC1C9DB7B4001F5BC0 /* Sources */, + E22EE9ED1C9DB7B4001F5BC0 /* Frameworks */, + E22EE9EE1C9DB7B4001F5BC0 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + E22EE9F21C9DB7B4001F5BC0 /* PBXTargetDependency */, + ); + name = "FMC Planner 2UITests"; + productName = "FMC Planner 2UITests"; + productReference = E22EE9F01C9DB7B4001F5BC0 /* FMC Planner 2UITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + E22EE9C41C9DB7B3001F5BC0 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0720; + ORGANIZATIONNAME = "Kilian Hofmann"; + TargetAttributes = { + E22EE9CB1C9DB7B3001F5BC0 = { + CreatedOnToolsVersion = 7.2.1; + DevelopmentTeam = 795KPDV76S; + }; + E22EE9E41C9DB7B4001F5BC0 = { + CreatedOnToolsVersion = 7.2.1; + DevelopmentTeam = 795KPDV76S; + TestTargetID = E22EE9CB1C9DB7B3001F5BC0; + }; + E22EE9EF1C9DB7B4001F5BC0 = { + CreatedOnToolsVersion = 7.2.1; + DevelopmentTeam = 795KPDV76S; + TestTargetID = E22EE9CB1C9DB7B3001F5BC0; + }; + }; + }; + buildConfigurationList = E22EE9C71C9DB7B3001F5BC0 /* Build configuration list for PBXProject "FMC Planner 2" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = E22EE9C31C9DB7B3001F5BC0; + productRefGroup = E22EE9CD1C9DB7B3001F5BC0 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + E22EE9CB1C9DB7B3001F5BC0 /* FMC Planner 2 */, + E22EE9E41C9DB7B4001F5BC0 /* FMC Planner 2Tests */, + E22EE9EF1C9DB7B4001F5BC0 /* FMC Planner 2UITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + E22EE9CA1C9DB7B3001F5BC0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E22EE9DF1C9DB7B3001F5BC0 /* LaunchScreen.storyboard in Resources */, + E22EE9DC1C9DB7B3001F5BC0 /* Assets.xcassets in Resources */, + E22EE9DA1C9DB7B3001F5BC0 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E22EE9E31C9DB7B4001F5BC0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E22EE9EE1C9DB7B4001F5BC0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + E22EE9C81C9DB7B3001F5BC0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E22EE9D71C9DB7B3001F5BC0 /* ViewController.m in Sources */, + E22EE9D41C9DB7B3001F5BC0 /* AppDelegate.m in Sources */, + E22EE9D11C9DB7B3001F5BC0 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E22EE9E11C9DB7B4001F5BC0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E22EE9EA1C9DB7B4001F5BC0 /* FMC_Planner_2Tests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E22EE9EC1C9DB7B4001F5BC0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E22EE9F51C9DB7B4001F5BC0 /* FMC_Planner_2UITests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + E22EE9E71C9DB7B4001F5BC0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = E22EE9CB1C9DB7B3001F5BC0 /* FMC Planner 2 */; + targetProxy = E22EE9E61C9DB7B4001F5BC0 /* PBXContainerItemProxy */; + }; + E22EE9F21C9DB7B4001F5BC0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = E22EE9CB1C9DB7B3001F5BC0 /* FMC Planner 2 */; + targetProxy = E22EE9F11C9DB7B4001F5BC0 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + E22EE9D81C9DB7B3001F5BC0 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + E22EE9D91C9DB7B3001F5BC0 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + E22EE9DD1C9DB7B3001F5BC0 /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + E22EE9DE1C9DB7B3001F5BC0 /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + E22EE9F71C9DB7B4001F5BC0 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.2; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E22EE9F81C9DB7B4001F5BC0 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.2; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + E22EE9FA1C9DB7B4001F5BC0 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = "FMC Planner 2/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.weebly.alikja.FMC-Planner-2"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + E22EE9FB1C9DB7B4001F5BC0 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = "FMC Planner 2/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.weebly.alikja.FMC-Planner-2"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + E22EE9FD1C9DB7B4001F5BC0 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + INFOPLIST_FILE = "FMC Planner 2Tests/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.weebly.alikja.FMC-Planner-2Tests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FMC Planner 2.app/FMC Planner 2"; + }; + name = Debug; + }; + E22EE9FE1C9DB7B4001F5BC0 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + INFOPLIST_FILE = "FMC Planner 2Tests/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.weebly.alikja.FMC-Planner-2Tests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FMC Planner 2.app/FMC Planner 2"; + }; + name = Release; + }; + E22EEA001C9DB7B4001F5BC0 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = "FMC Planner 2UITests/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.weebly.alikja.FMC-Planner-2UITests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_TARGET_NAME = "FMC Planner 2"; + USES_XCTRUNNER = YES; + }; + name = Debug; + }; + E22EEA011C9DB7B4001F5BC0 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = "FMC Planner 2UITests/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.weebly.alikja.FMC-Planner-2UITests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_TARGET_NAME = "FMC Planner 2"; + USES_XCTRUNNER = YES; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + E22EE9C71C9DB7B3001F5BC0 /* Build configuration list for PBXProject "FMC Planner 2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E22EE9F71C9DB7B4001F5BC0 /* Debug */, + E22EE9F81C9DB7B4001F5BC0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E22EE9F91C9DB7B4001F5BC0 /* Build configuration list for PBXNativeTarget "FMC Planner 2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E22EE9FA1C9DB7B4001F5BC0 /* Debug */, + E22EE9FB1C9DB7B4001F5BC0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + E22EE9FC1C9DB7B4001F5BC0 /* Build configuration list for PBXNativeTarget "FMC Planner 2Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E22EE9FD1C9DB7B4001F5BC0 /* Debug */, + E22EE9FE1C9DB7B4001F5BC0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + E22EE9FF1C9DB7B4001F5BC0 /* Build configuration list for PBXNativeTarget "FMC Planner 2UITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E22EEA001C9DB7B4001F5BC0 /* Debug */, + E22EEA011C9DB7B4001F5BC0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = E22EE9C41C9DB7B3001F5BC0 /* Project object */; +} diff --git a/FMC Planner 2.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/FMC Planner 2.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..d5f2519 --- /dev/null +++ b/FMC Planner 2.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/FMC Planner 2.xcodeproj/xcuserdata/Kili2.xcuserdatad/xcschemes/FMC Planner 2.xcscheme b/FMC Planner 2.xcodeproj/xcuserdata/Kili2.xcuserdatad/xcschemes/FMC Planner 2.xcscheme new file mode 100644 index 0000000..7d9701a --- /dev/null +++ b/FMC Planner 2.xcodeproj/xcuserdata/Kili2.xcuserdatad/xcschemes/FMC Planner 2.xcscheme @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FMC Planner 2.xcodeproj/xcuserdata/Kili2.xcuserdatad/xcschemes/xcschememanagement.plist b/FMC Planner 2.xcodeproj/xcuserdata/Kili2.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..541a4f4 --- /dev/null +++ b/FMC Planner 2.xcodeproj/xcuserdata/Kili2.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,32 @@ + + + + + SchemeUserState + + FMC Planner 2.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + E22EE9CB1C9DB7B3001F5BC0 + + primary + + + E22EE9E41C9DB7B4001F5BC0 + + primary + + + E22EE9EF1C9DB7B4001F5BC0 + + primary + + + + + diff --git a/FMC Planner 2/AppDelegate.h b/FMC Planner 2/AppDelegate.h new file mode 100644 index 0000000..a177b46 --- /dev/null +++ b/FMC Planner 2/AppDelegate.h @@ -0,0 +1,17 @@ +// +// AppDelegate.h +// FMC Planner 2 +// +// Created by Kilian Hofmann on 19.03.16. +// Copyright © 2016 Kilian Hofmann. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + + +@end + diff --git a/FMC Planner 2/AppDelegate.m b/FMC Planner 2/AppDelegate.m new file mode 100644 index 0000000..36683a0 --- /dev/null +++ b/FMC Planner 2/AppDelegate.m @@ -0,0 +1,45 @@ +// +// AppDelegate.m +// FMC Planner 2 +// +// Created by Kilian Hofmann on 19.03.16. +// Copyright © 2016 Kilian Hofmann. All rights reserved. +// + +#import "AppDelegate.h" + +@interface AppDelegate () + +@end + +@implementation AppDelegate + + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application { + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application { + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application { + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application { + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application { + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/FMC Planner 2/Assets.xcassets/AppIcon.appiconset/Contents.json b/FMC Planner 2/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..36d2c80 --- /dev/null +++ b/FMC Planner 2/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,68 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "3x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/FMC Planner 2/Base.lproj/LaunchScreen.storyboard b/FMC Planner 2/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..2e721e1 --- /dev/null +++ b/FMC Planner 2/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FMC Planner 2/Base.lproj/Main.storyboard b/FMC Planner 2/Base.lproj/Main.storyboard new file mode 100644 index 0000000..f56d2f3 --- /dev/null +++ b/FMC Planner 2/Base.lproj/Main.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FMC Planner 2/Info.plist b/FMC Planner 2/Info.plist new file mode 100644 index 0000000..40c6215 --- /dev/null +++ b/FMC Planner 2/Info.plist @@ -0,0 +1,47 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/FMC Planner 2/ViewController.h b/FMC Planner 2/ViewController.h new file mode 100644 index 0000000..e82233c --- /dev/null +++ b/FMC Planner 2/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// FMC Planner 2 +// +// Created by Kilian Hofmann on 19.03.16. +// Copyright © 2016 Kilian Hofmann. All rights reserved. +// + +#import + +@interface ViewController : UIViewController + + +@end + diff --git a/FMC Planner 2/ViewController.m b/FMC Planner 2/ViewController.m new file mode 100644 index 0000000..a7d71e3 --- /dev/null +++ b/FMC Planner 2/ViewController.m @@ -0,0 +1,27 @@ +// +// ViewController.m +// FMC Planner 2 +// +// Created by Kilian Hofmann on 19.03.16. +// Copyright © 2016 Kilian Hofmann. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning { + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +@end diff --git a/FMC Planner 2/main.m b/FMC Planner 2/main.m new file mode 100644 index 0000000..0e4a0f5 --- /dev/null +++ b/FMC Planner 2/main.m @@ -0,0 +1,16 @@ +// +// main.m +// FMC Planner 2 +// +// Created by Kilian Hofmann on 19.03.16. +// Copyright © 2016 Kilian Hofmann. All rights reserved. +// + +#import +#import "AppDelegate.h" + +int main(int argc, char * argv[]) { + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/FMC Planner 2Tests/FMC_Planner_2Tests.m b/FMC Planner 2Tests/FMC_Planner_2Tests.m new file mode 100644 index 0000000..bf78b37 --- /dev/null +++ b/FMC Planner 2Tests/FMC_Planner_2Tests.m @@ -0,0 +1,39 @@ +// +// FMC_Planner_2Tests.m +// FMC Planner 2Tests +// +// Created by Kilian Hofmann on 19.03.16. +// Copyright © 2016 Kilian Hofmann. All rights reserved. +// + +#import + +@interface FMC_Planner_2Tests : XCTestCase + +@end + +@implementation FMC_Planner_2Tests + +- (void)setUp { + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown { + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. +} + +- (void)testPerformanceExample { + // This is an example of a performance test case. + [self measureBlock:^{ + // Put the code you want to measure the time of here. + }]; +} + +@end diff --git a/FMC Planner 2Tests/Info.plist b/FMC Planner 2Tests/Info.plist new file mode 100644 index 0000000..ba72822 --- /dev/null +++ b/FMC Planner 2Tests/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/FMC Planner 2UITests/FMC_Planner_2UITests.m b/FMC Planner 2UITests/FMC_Planner_2UITests.m new file mode 100644 index 0000000..d20598f --- /dev/null +++ b/FMC Planner 2UITests/FMC_Planner_2UITests.m @@ -0,0 +1,40 @@ +// +// FMC_Planner_2UITests.m +// FMC Planner 2UITests +// +// Created by Kilian Hofmann on 19.03.16. +// Copyright © 2016 Kilian Hofmann. All rights reserved. +// + +#import + +@interface FMC_Planner_2UITests : XCTestCase + +@end + +@implementation FMC_Planner_2UITests + +- (void)setUp { + [super setUp]; + + // Put setup code here. This method is called before the invocation of each test method in the class. + + // In UI tests it is usually best to stop immediately when a failure occurs. + self.continueAfterFailure = NO; + // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method. + [[[XCUIApplication alloc] init] launch]; + + // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. +} + +- (void)tearDown { + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample { + // Use recording to get started writing UI tests. + // Use XCTAssert and related functions to verify your tests produce the correct results. +} + +@end diff --git a/FMC Planner 2UITests/Info.plist b/FMC Planner 2UITests/Info.plist new file mode 100644 index 0000000..ba72822 --- /dev/null +++ b/FMC Planner 2UITests/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + +