diff --git a/Task Master.xcodeproj/project.pbxproj b/Task Master.xcodeproj/project.pbxproj new file mode 100644 index 0000000..e4bfb88 --- /dev/null +++ b/Task Master.xcodeproj/project.pbxproj @@ -0,0 +1,466 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 5F05B7221DFE210A0095C03B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F05B7211DFE210A0095C03B /* AppDelegate.swift */; }; + 5F05B7261DFE210A0095C03B /* SecondViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F05B7251DFE210A0095C03B /* SecondViewController.swift */; }; + 5F05B7291DFE210A0095C03B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5F05B7271DFE210A0095C03B /* Main.storyboard */; }; + 5F05B72B1DFE210A0095C03B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5F05B72A1DFE210A0095C03B /* Assets.xcassets */; }; + 5F05B7391DFE210A0095C03B /* Task_MasterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F05B7381DFE210A0095C03B /* Task_MasterTests.swift */; }; + 5F05B7441DFE21290095C03B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5F05B7431DFE21290095C03B /* LaunchScreen.storyboard */; }; + 5F7AECE81E94B8D900CB5A9F /* ToDoListTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F7AECE71E94B8D900CB5A9F /* ToDoListTableViewController.swift */; }; + 5F8812851DFE25F60041BEAB /* TaskMaster.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F8812841DFE25F60041BEAB /* TaskMaster.swift */; }; + 5F8812871DFE26520041BEAB /* FirstViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F8812861DFE26520041BEAB /* FirstViewController.swift */; }; + 5F88128B1DFE27BA0041BEAB /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F88128A1DFE27BA0041BEAB /* MapKit.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 5F05B7351DFE210A0095C03B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 5F05B7161DFE210A0095C03B /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5F05B71D1DFE210A0095C03B; + remoteInfo = "Task Master"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 5F05B71E1DFE210A0095C03B /* Task Master.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Task Master.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5F05B7211DFE210A0095C03B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 5F05B7251DFE210A0095C03B /* SecondViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondViewController.swift; sourceTree = ""; }; + 5F05B7281DFE210A0095C03B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 5F05B72A1DFE210A0095C03B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 5F05B72F1DFE210A0095C03B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 5F05B7341DFE210A0095C03B /* Task MasterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Task MasterTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5F05B7381DFE210A0095C03B /* Task_MasterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Task_MasterTests.swift; sourceTree = ""; }; + 5F05B73A1DFE210A0095C03B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 5F05B7431DFE21290095C03B /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = ""; }; + 5F7AECE61E94B87000CB5A9F /* ToDoListTableViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ToDoListTableViewController.h; sourceTree = ""; }; + 5F7AECE71E94B8D900CB5A9F /* ToDoListTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ToDoListTableViewController.swift; sourceTree = ""; }; + 5F8812841DFE25F60041BEAB /* TaskMaster.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TaskMaster.swift; sourceTree = ""; }; + 5F8812861DFE26520041BEAB /* FirstViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirstViewController.swift; sourceTree = ""; }; + 5F8812881DFE27970041BEAB /* Task Master.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Task Master.entitlements"; sourceTree = ""; }; + 5F88128A1DFE27BA0041BEAB /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 5F05B71B1DFE210A0095C03B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F88128B1DFE27BA0041BEAB /* MapKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5F05B7311DFE210A0095C03B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 5F05B7151DFE210A0095C03B = { + isa = PBXGroup; + children = ( + 5F05B7201DFE210A0095C03B /* Task Master */, + 5F05B7371DFE210A0095C03B /* Task MasterTests */, + 5F05B71F1DFE210A0095C03B /* Products */, + 5F8812891DFE27BA0041BEAB /* Frameworks */, + ); + sourceTree = ""; + }; + 5F05B71F1DFE210A0095C03B /* Products */ = { + isa = PBXGroup; + children = ( + 5F05B71E1DFE210A0095C03B /* Task Master.app */, + 5F05B7341DFE210A0095C03B /* Task MasterTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 5F05B7201DFE210A0095C03B /* Task Master */ = { + isa = PBXGroup; + children = ( + 5F8812881DFE27970041BEAB /* Task Master.entitlements */, + 5F8812861DFE26520041BEAB /* FirstViewController.swift */, + 5F8812841DFE25F60041BEAB /* TaskMaster.swift */, + 5F05B7211DFE210A0095C03B /* AppDelegate.swift */, + 5F05B7251DFE210A0095C03B /* SecondViewController.swift */, + 5F05B7271DFE210A0095C03B /* Main.storyboard */, + 5F7AECE61E94B87000CB5A9F /* ToDoListTableViewController.h */, + 5F7AECE71E94B8D900CB5A9F /* ToDoListTableViewController.swift */, + 5F05B7431DFE21290095C03B /* LaunchScreen.storyboard */, + 5F05B72A1DFE210A0095C03B /* Assets.xcassets */, + 5F05B72F1DFE210A0095C03B /* Info.plist */, + ); + path = "Task Master"; + sourceTree = ""; + }; + 5F05B7371DFE210A0095C03B /* Task MasterTests */ = { + isa = PBXGroup; + children = ( + 5F05B7381DFE210A0095C03B /* Task_MasterTests.swift */, + 5F05B73A1DFE210A0095C03B /* Info.plist */, + ); + path = "Task MasterTests"; + sourceTree = ""; + }; + 5F8812891DFE27BA0041BEAB /* Frameworks */ = { + isa = PBXGroup; + children = ( + 5F88128A1DFE27BA0041BEAB /* MapKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 5F05B71D1DFE210A0095C03B /* Task Master */ = { + isa = PBXNativeTarget; + buildConfigurationList = 5F05B73D1DFE210A0095C03B /* Build configuration list for PBXNativeTarget "Task Master" */; + buildPhases = ( + 5F05B71A1DFE210A0095C03B /* Sources */, + 5F05B71B1DFE210A0095C03B /* Frameworks */, + 5F05B71C1DFE210A0095C03B /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Task Master"; + productName = "Task Master"; + productReference = 5F05B71E1DFE210A0095C03B /* Task Master.app */; + productType = "com.apple.product-type.application"; + }; + 5F05B7331DFE210A0095C03B /* Task MasterTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 5F05B7401DFE210A0095C03B /* Build configuration list for PBXNativeTarget "Task MasterTests" */; + buildPhases = ( + 5F05B7301DFE210A0095C03B /* Sources */, + 5F05B7311DFE210A0095C03B /* Frameworks */, + 5F05B7321DFE210A0095C03B /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 5F05B7361DFE210A0095C03B /* PBXTargetDependency */, + ); + name = "Task MasterTests"; + productName = "Task MasterTests"; + productReference = 5F05B7341DFE210A0095C03B /* Task MasterTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 5F05B7161DFE210A0095C03B /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0810; + LastUpgradeCheck = 0810; + ORGANIZATIONNAME = "Alexander Davis Computing and Media"; + TargetAttributes = { + 5F05B71D1DFE210A0095C03B = { + CreatedOnToolsVersion = 8.1; + DevelopmentTeam = 28CC8SCVUN; + ProvisioningStyle = Automatic; + SystemCapabilities = { + com.apple.BackgroundModes = { + enabled = 1; + }; + com.apple.DataProtection = { + enabled = 1; + }; + com.apple.Maps.iOS = { + enabled = 1; + }; + com.apple.Push = { + enabled = 1; + }; + com.apple.Siri = { + enabled = 1; + }; + }; + }; + 5F05B7331DFE210A0095C03B = { + CreatedOnToolsVersion = 8.1; + DevelopmentTeam = 28CC8SCVUN; + ProvisioningStyle = Automatic; + TestTargetID = 5F05B71D1DFE210A0095C03B; + }; + }; + }; + buildConfigurationList = 5F05B7191DFE210A0095C03B /* Build configuration list for PBXProject "Task Master" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 5F05B7151DFE210A0095C03B; + productRefGroup = 5F05B71F1DFE210A0095C03B /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 5F05B71D1DFE210A0095C03B /* Task Master */, + 5F05B7331DFE210A0095C03B /* Task MasterTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 5F05B71C1DFE210A0095C03B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F05B7441DFE21290095C03B /* LaunchScreen.storyboard in Resources */, + 5F05B72B1DFE210A0095C03B /* Assets.xcassets in Resources */, + 5F05B7291DFE210A0095C03B /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5F05B7321DFE210A0095C03B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 5F05B71A1DFE210A0095C03B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F05B7261DFE210A0095C03B /* SecondViewController.swift in Sources */, + 5F7AECE81E94B8D900CB5A9F /* ToDoListTableViewController.swift in Sources */, + 5F05B7221DFE210A0095C03B /* AppDelegate.swift in Sources */, + 5F8812851DFE25F60041BEAB /* TaskMaster.swift in Sources */, + 5F8812871DFE26520041BEAB /* FirstViewController.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5F05B7301DFE210A0095C03B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F05B7391DFE210A0095C03B /* Task_MasterTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 5F05B7361DFE210A0095C03B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 5F05B71D1DFE210A0095C03B /* Task Master */; + targetProxy = 5F05B7351DFE210A0095C03B /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 5F05B7271DFE210A0095C03B /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 5F05B7281DFE210A0095C03B /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 5F05B73B1DFE210A0095C03B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + 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_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVES = YES; + 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 = 10.1; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 5F05B73C1DFE210A0095C03B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + 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_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVES = YES; + 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 = 10.1; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 5F05B73E1DFE210A0095C03B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_ENTITLEMENTS = "Task Master/Task Master.entitlements"; + DEVELOPMENT_TEAM = 28CC8SCVUN; + INFOPLIST_FILE = "Task Master/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "ADCMNetworks.Task-Master"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + }; + name = Debug; + }; + 5F05B73F1DFE210A0095C03B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_ENTITLEMENTS = "Task Master/Task Master.entitlements"; + DEVELOPMENT_TEAM = 28CC8SCVUN; + INFOPLIST_FILE = "Task Master/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "ADCMNetworks.Task-Master"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + }; + name = Release; + }; + 5F05B7411DFE210A0095C03B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + DEVELOPMENT_TEAM = 28CC8SCVUN; + INFOPLIST_FILE = "Task MasterTests/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "ADCMNetworks.Task-MasterTests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Task Master.app/Task Master"; + }; + name = Debug; + }; + 5F05B7421DFE210A0095C03B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + DEVELOPMENT_TEAM = 28CC8SCVUN; + INFOPLIST_FILE = "Task MasterTests/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "ADCMNetworks.Task-MasterTests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Task Master.app/Task Master"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 5F05B7191DFE210A0095C03B /* Build configuration list for PBXProject "Task Master" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5F05B73B1DFE210A0095C03B /* Debug */, + 5F05B73C1DFE210A0095C03B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5F05B73D1DFE210A0095C03B /* Build configuration list for PBXNativeTarget "Task Master" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5F05B73E1DFE210A0095C03B /* Debug */, + 5F05B73F1DFE210A0095C03B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5F05B7401DFE210A0095C03B /* Build configuration list for PBXNativeTarget "Task MasterTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5F05B7411DFE210A0095C03B /* Debug */, + 5F05B7421DFE210A0095C03B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 5F05B7161DFE210A0095C03B /* Project object */; +} diff --git a/Task Master.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Task Master.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..d44d66f --- /dev/null +++ b/Task Master.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Task Master.xcodeproj/project.xcworkspace/xcuserdata/alexanderdavis.xcuserdatad/UserInterfaceState.xcuserstate b/Task Master.xcodeproj/project.xcworkspace/xcuserdata/alexanderdavis.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..9885b25 Binary files /dev/null and b/Task Master.xcodeproj/project.xcworkspace/xcuserdata/alexanderdavis.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Task Master.xcodeproj/xcuserdata/alexanderdavis.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Task Master.xcodeproj/xcuserdata/alexanderdavis.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist new file mode 100644 index 0000000..9fecf37 --- /dev/null +++ b/Task Master.xcodeproj/xcuserdata/alexanderdavis.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/Task Master.xcodeproj/xcuserdata/alexanderdavis.xcuserdatad/xcschemes/Task Master.xcscheme b/Task Master.xcodeproj/xcuserdata/alexanderdavis.xcuserdatad/xcschemes/Task Master.xcscheme new file mode 100644 index 0000000..d3a629d --- /dev/null +++ b/Task Master.xcodeproj/xcuserdata/alexanderdavis.xcuserdatad/xcschemes/Task Master.xcscheme @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Task Master.xcodeproj/xcuserdata/alexanderdavis.xcuserdatad/xcschemes/xcschememanagement.plist b/Task Master.xcodeproj/xcuserdata/alexanderdavis.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..bcb8bd7 --- /dev/null +++ b/Task Master.xcodeproj/xcuserdata/alexanderdavis.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + Task Master.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 5F05B71D1DFE210A0095C03B + + primary + + + 5F05B7331DFE210A0095C03B + + primary + + + + + diff --git a/Task Master/AppDelegate.swift b/Task Master/AppDelegate.swift new file mode 100644 index 0000000..1803b80 --- /dev/null +++ b/Task Master/AppDelegate.swift @@ -0,0 +1,46 @@ +// +// AppDelegate.swift +// Task Master +// +// Created by Alexander Davis on 12/12/2016. +// Copyright © 2016 Alexander Davis Computing and Media. All rights reserved. +// + +import UIKit + +@UIApplicationMain +class AppDelegate: UIResponder, UIApplicationDelegate { + + var window: UIWindow? + + + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { + // Override point for customization after application launch. + return true + } + + func applicationWillResignActive(_ application: UIApplication) { + // 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 invalidate graphics rendering callbacks. Games should use this method to pause the game. + } + + func applicationDidEnterBackground(_ application: UIApplication) { + // 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. + } + + func applicationWillEnterForeground(_ application: UIApplication) { + // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background. + } + + func applicationDidBecomeActive(_ application: UIApplication) { + // 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. + } + + func applicationWillTerminate(_ application: UIApplication) { + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. + } + + +} + diff --git a/Task Master/Assets.xcassets/AppIcon.appiconset/Contents.json b/Task Master/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100755 index 0000000..b8236c6 --- /dev/null +++ b/Task Master/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,48 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, + { + "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" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Task Master/Assets.xcassets/create_new-50.imageset/Contents.json b/Task Master/Assets.xcassets/create_new-50.imageset/Contents.json new file mode 100755 index 0000000..c084b4d --- /dev/null +++ b/Task Master/Assets.xcassets/create_new-50.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x", + "filename" : "create_new-25.png" + }, + { + "idiom" : "universal", + "scale" : "2x", + "filename" : "create_new-32.png" + }, + { + "idiom" : "universal", + "scale" : "3x", + "filename" : "create_new-50.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Task Master/Assets.xcassets/create_new-50.imageset/create_new-25.png b/Task Master/Assets.xcassets/create_new-50.imageset/create_new-25.png new file mode 100755 index 0000000..a5a31cc Binary files /dev/null and b/Task Master/Assets.xcassets/create_new-50.imageset/create_new-25.png differ diff --git a/Task Master/Assets.xcassets/create_new-50.imageset/create_new-32.png b/Task Master/Assets.xcassets/create_new-50.imageset/create_new-32.png new file mode 100755 index 0000000..ceb4e8c Binary files /dev/null and b/Task Master/Assets.xcassets/create_new-50.imageset/create_new-32.png differ diff --git a/Task Master/Assets.xcassets/create_new-50.imageset/create_new-50.png b/Task Master/Assets.xcassets/create_new-50.imageset/create_new-50.png new file mode 100755 index 0000000..01be1c0 Binary files /dev/null and b/Task Master/Assets.xcassets/create_new-50.imageset/create_new-50.png differ diff --git a/Task Master/Assets.xcassets/first.imageset/Contents.json b/Task Master/Assets.xcassets/first.imageset/Contents.json new file mode 100755 index 0000000..33a7451 --- /dev/null +++ b/Task Master/Assets.xcassets/first.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "first.pdf" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Task Master/Assets.xcassets/first.imageset/first.pdf b/Task Master/Assets.xcassets/first.imageset/first.pdf new file mode 100755 index 0000000..47d911d Binary files /dev/null and b/Task Master/Assets.xcassets/first.imageset/first.pdf differ diff --git a/Task Master/Assets.xcassets/report_card-50.imageset/Contents.json b/Task Master/Assets.xcassets/report_card-50.imageset/Contents.json new file mode 100755 index 0000000..58b2369 --- /dev/null +++ b/Task Master/Assets.xcassets/report_card-50.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x", + "filename" : "report_card-25.png" + }, + { + "idiom" : "universal", + "scale" : "2x", + "filename" : "report_card-32.png" + }, + { + "idiom" : "universal", + "scale" : "3x", + "filename" : "report_card-50.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Task Master/Assets.xcassets/report_card-50.imageset/report_card-25.png b/Task Master/Assets.xcassets/report_card-50.imageset/report_card-25.png new file mode 100755 index 0000000..f18566e Binary files /dev/null and b/Task Master/Assets.xcassets/report_card-50.imageset/report_card-25.png differ diff --git a/Task Master/Assets.xcassets/report_card-50.imageset/report_card-32.png b/Task Master/Assets.xcassets/report_card-50.imageset/report_card-32.png new file mode 100755 index 0000000..fdf21c7 Binary files /dev/null and b/Task Master/Assets.xcassets/report_card-50.imageset/report_card-32.png differ diff --git a/Task Master/Assets.xcassets/report_card-50.imageset/report_card-50.png b/Task Master/Assets.xcassets/report_card-50.imageset/report_card-50.png new file mode 100755 index 0000000..fe73ac5 Binary files /dev/null and b/Task Master/Assets.xcassets/report_card-50.imageset/report_card-50.png differ diff --git a/Task Master/Assets.xcassets/second.imageset/Contents.json b/Task Master/Assets.xcassets/second.imageset/Contents.json new file mode 100755 index 0000000..03bd9c9 --- /dev/null +++ b/Task Master/Assets.xcassets/second.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "second.pdf" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Task Master/Assets.xcassets/second.imageset/second.pdf b/Task Master/Assets.xcassets/second.imageset/second.pdf new file mode 100755 index 0000000..401614e Binary files /dev/null and b/Task Master/Assets.xcassets/second.imageset/second.pdf differ diff --git a/Task Master/Base.lproj/Main.storyboard b/Task Master/Base.lproj/Main.storyboard new file mode 100644 index 0000000..4bb20d8 --- /dev/null +++ b/Task Master/Base.lproj/Main.storyboard @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Task Master/FirstViewController.swift b/Task Master/FirstViewController.swift new file mode 100644 index 0000000..8f29dc3 --- /dev/null +++ b/Task Master/FirstViewController.swift @@ -0,0 +1,56 @@ +// +// FirstViewController.swift +// Task Master +// +// Created by Alexander Davis on 12/12/2016. +// Copyright © 2016 Alexander Davis Computing and Media. All rights reserved. +// + +import UIKit + +class FirstViewController: UIViewController, UITableViewDelegate, UITableViewDataSource + +{ + @IBOutlet var tblTasks : UITableView! + + + override func viewDidLoad() { + super.viewDidLoad() + tblTasks.reloadData() + } + + override func viewWillAppear(_ animated: Bool) { + self.tblTasks.reloadData() + } + + override func didReceiveMemoryWarning() { + super.didReceiveMemoryWarning() + // Dispose of any resources that can be recreated. + } + + func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int{ + return taskMgr.tasks.count + } + + func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell{ + + let cell: UITableViewCell = UITableViewCell(style: UITableViewCellStyle.subtitle, reuseIdentifier: "Default Tasks") + + //Assign the contents of var "items" to the textLabel of each cell + cell.textLabel!.text = taskMgr.tasks[indexPath.row].name + cell.detailTextLabel!.text = taskMgr.tasks[indexPath.row].desc + + return cell + + } + + func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCellEditingStyle, forRowAt indexPath: IndexPath){ + + if (editingStyle == UITableViewCellEditingStyle.delete){ + + taskMgr.tasks.remove(at: indexPath.row) + tblTasks.reloadData() + } + } + +} diff --git a/Task Master/Info.plist b/Task Master/Info.plist new file mode 100644 index 0000000..5637e6a --- /dev/null +++ b/Task Master/Info.plist @@ -0,0 +1,55 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UIBackgroundModes + + fetch + location + remote-notification + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UIStatusBarTintParameters + + UINavigationBar + + Style + UIBarStyleDefault + Translucent + + + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortraitUpsideDown + + + diff --git a/Task Master/LaunchScreen.storyboard b/Task Master/LaunchScreen.storyboard new file mode 100644 index 0000000..e98734a --- /dev/null +++ b/Task Master/LaunchScreen.storyboard @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Task Master/SecondViewController.swift b/Task Master/SecondViewController.swift new file mode 100644 index 0000000..8596a37 --- /dev/null +++ b/Task Master/SecondViewController.swift @@ -0,0 +1,60 @@ +// +// SecondViewController.swift +// Task Master +// +// Created by Alexander Davis on 12/12/2016. +// Copyright © 2016 Alexander Davis Computing and Media. All rights reserved. +// + +import UIKit + +class SecondViewController: UIViewController, UITextFieldDelegate { + + @IBOutlet var txtTask: UITextField! + @IBOutlet var txtDesc: UITextField! + + override func viewDidLoad() { + super.viewDidLoad() + // Do any additional setup after loading the view, typically from a nib. + } + + override func didReceiveMemoryWarning() { + super.didReceiveMemoryWarning() + // Dispose of any resources that can be recreated. + } + + @IBAction func btnAddTask(_ sender : UIButton){ + if (txtTask.text == ""){ + //App won't add task if textbox is empty + } else { + //If above case is 'false', Task Master will create a task + let name: String = txtTask.text! + let description: String = txtDesc.text! + taskMgr.addTask(name, desc: description) + + //Once Task is added, keyboard will be dismissed and form will reset + + self.view.endEditing(true) + txtTask.text = nil + txtDesc.text = nil + + } + } + + override func touchesBegan(_ touches: Set, with event: UIEvent?) { + self.view.endEditing(true) + } + + func textFieldShouldReturn(_ textField: UITextField) -> Bool{ + textField.resignFirstResponder() + return true + } + + @IBAction func btnLocaionOffline(_ sender : UIButton){ + let alertController = UIAlertController(title: "Location Based Tasks Not Available", message: + "Location based tasks are not available just yet. I will add these later!", preferredStyle: UIAlertControllerStyle.alert) + alertController.addAction(UIAlertAction(title: "OK", style: UIAlertActionStyle.default,handler: nil)) + + self.present(alertController, animated: true, completion: nil) + } +} diff --git a/Task Master/Task Master.entitlements b/Task Master/Task Master.entitlements new file mode 100644 index 0000000..2159b92 --- /dev/null +++ b/Task Master/Task Master.entitlements @@ -0,0 +1,12 @@ + + + + + aps-environment + development + com.apple.developer.default-data-protection + NSFileProtectionComplete + com.apple.developer.siri + + + diff --git a/Task Master/TaskMaster.swift b/Task Master/TaskMaster.swift new file mode 100644 index 0000000..be6b835 --- /dev/null +++ b/Task Master/TaskMaster.swift @@ -0,0 +1,26 @@ +// +// TaskMaster.swift +// Task Master +// +// Created by Alexander Davis on 12/12/2016. +// Copyright © 2016 Alexander Davis Computing and Media. All rights reserved. +// + +import UIKit + +var taskMgr: TaskManager = TaskManager() + +struct task { + var name = "not defined" + var desc = "not defined" +} + +class TaskManager: NSObject { + var tasks = [task]() + + func addTask(_ name: String, desc: String){ + tasks.append(task(name: name, desc: desc)) + } + +} + diff --git a/Task Master/ToDoListTableViewController.h b/Task Master/ToDoListTableViewController.h new file mode 100644 index 0000000..30f5d69 --- /dev/null +++ b/Task Master/ToDoListTableViewController.h @@ -0,0 +1,19 @@ +// +// ToDoListTableViewController.h +// Task Master +// +// Created by Alexander Davis on 05/04/2017. +// Copyright © 2017 Alexander Davis Computing and Media. All rights reserved. +// + +#ifndef ToDoListTableViewController_h +#define ToDoListTableViewController_h + + +#endif /* ToDoListTableViewController_h */ + +@interface ToDoListTableViewController (Workaround) + +-(IBAction)unwindToList: (UIStoryboardSegue *)segue; + +@end diff --git a/Task Master/ToDoListTableViewController.swift b/Task Master/ToDoListTableViewController.swift new file mode 100644 index 0000000..1d45c92 --- /dev/null +++ b/Task Master/ToDoListTableViewController.swift @@ -0,0 +1,95 @@ +// +// ToDoListTableViewController.swift +// Task Master +// +// Created by Alexander Davis on 05/04/2017. +// Copyright © 2017 Alexander Davis Computing and Media. All rights reserved. +// + +import UIKit + +class ToDoListTableViewController: UITableViewController { + + override func viewDidLoad() { + super.viewDidLoad() + + // Uncomment the following line to preserve selection between presentations + // self.clearsSelectionOnViewWillAppear = false + + // Uncomment the following line to display an Edit button in the navigation bar for this view controller. + // self.navigationItem.rightBarButtonItem = self.editButtonItem() + } + + override func didReceiveMemoryWarning() { + super.didReceiveMemoryWarning() + // Dispose of any resources that can be recreated. + } + + // MARK: - Table view data source + + override func numberOfSections(in tableView: UITableView) -> Int { + // #warning Incomplete implementation, return the number of sections + return 0 + } + + override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { + // #warning Incomplete implementation, return the number of rows + return 0 + } + + /* + override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { + let cell = tableView.dequeueReusableCell(withIdentifier: "reuseIdentifier", for: indexPath) + + // Configure the cell... + + return cell + } + */ + + /* + // Override to support conditional editing of the table view. + override func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool { + // Return false if you do not want the specified item to be editable. + return true + } + */ + + /* + // Override to support editing the table view. + override func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCellEditingStyle, forRowAt indexPath: IndexPath) { + if editingStyle == .delete { + // Delete the row from the data source + tableView.deleteRows(at: [indexPath], with: .fade) + } else if editingStyle == .insert { + // Create a new instance of the appropriate class, insert it into the array, and add a new row to the table view + } + } + */ + + /* + // Override to support rearranging the table view. + override func tableView(_ tableView: UITableView, moveRowAt fromIndexPath: IndexPath, to: IndexPath) { + + } + */ + + /* + // Override to support conditional rearranging of the table view. + override func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool { + // Return false if you do not want the item to be re-orderable. + return true + } + */ + + /* + // MARK: - Navigation + + // In a storyboard-based application, you will often want to do a little preparation before navigation + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { + // Get the new view controller using segue.destinationViewController. + // Pass the selected object to the new view controller. + } + */ + +} diff --git a/Task MasterTests/Info.plist b/Task MasterTests/Info.plist new file mode 100644 index 0000000..6c6c23c --- /dev/null +++ b/Task MasterTests/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/Task MasterTests/Task_MasterTests.swift b/Task MasterTests/Task_MasterTests.swift new file mode 100644 index 0000000..73bf547 --- /dev/null +++ b/Task MasterTests/Task_MasterTests.swift @@ -0,0 +1,36 @@ +// +// Task_MasterTests.swift +// Task MasterTests +// +// Created by Alexander Davis on 12/12/2016. +// Copyright © 2016 Alexander Davis Computing and Media. All rights reserved. +// + +import XCTest +@testable import Task_Master + +class Task_MasterTests: XCTestCase { + + override func setUp() { + super.setUp() + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + super.tearDown() + } + + func testExample() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testPerformanceExample() { + // This is an example of a performance test case. + self.measure { + // Put the code you want to measure the time of here. + } + } + +} diff --git a/TaskMasterParse Security Key.pem b/TaskMasterParse Security Key.pem new file mode 100644 index 0000000..a562cab --- /dev/null +++ b/TaskMasterParse Security Key.pem @@ -0,0 +1,23 @@ +-----BEGIN RSA PRIVATE KEY----- +MIIEowIBAAKCAQEAi0Sn88eusTdujP3ahJ9p+2EaAYp5Knm+NfKZolTQ9u4JaXzR7ZvohGXJ/Rrz +soX0RwxI6lr/wpTtOGSxijvysM0c542Yg0ntGOkeYHpYyU4Je2DGFjhe+gg8neaYx8deX4FovoYS +s9iq/VGrleNCiBND0SCKQixy9kyN/u4SOMj7gT2dzFv9usN5cVzyWBPhl+QjO+8Tfvo0e59LtUAt +xLXZ4SoLurhuFyynTBz9Ra8HyfAK93KpLg0lGASEnrhm1btdIpUXDBE+/ifXx2YuSxpRoBCoj5Nx +75kk90dnwBOfk/VQgxFQv/RVwGzFE5AtHeIc8iSBREim0laGv374PwIDAQABAoIBAD03PXf7cr80 +9WQGBXI8PDKh2POKcX4JK2G9NGjVTVDtCrgShJgj6s2fjGyz1yDGnrxIGxjgTQGzwp4CLMPtW9z5 +G9ZwN/SlnxFPDuorfTFnGuXfgNKtjpnq2vIxNUDDUqk6UddFSZ1CBM76giiNT2ZOyYV3/y3dKd83 +gUboUJwim+s3auIuwl6ptWTVGuByD47DSK5wkUb99V13jASt1KfR2sKMC1xetoFsrRcpIkrJuoAV +DLtLylSxPaPRMAyXRRGmHkHMYxv/RGmiZ8phvejyDiKOnplbyzitW6XKAeqOqKnKicxLrxk5IHtf +YWFni/KAE7JjBbIgabzQocUabjECgYEA3D/1rMdGxTxyRhs4bBP+3/Z3jD9h9ttOYS3DiOVYKjzI +LuUWbkEe54QpDyijnI+Um2C01UIgOzeoDWN1XanNCA2j9TTRUso3T701bmcLGPS1EnCwv0SoJRDR +cCOcrjz/ciRrCK0vmcYZeUzivYvvtVhIvo2d+3CN46z3iIkZGfcCgYEAod+qjDijUs2jsg5y8Yzv +nq/yTfCol5dVld3MLaDsayvN1JtGdPl4XtKdX+MUMsbK1NTxQ9XKGf8SeEAOQp+BmDMRdiqCOAxC +z+b2Ji+LjtAeCWfw3IE9f1MsX1FB2JoHM24kpZC2Rd3VQ97iGV4L5XpmPdqvmLN/FImZ6CYrQfkC +gYBVSoN15Dm4uZ67HWFtIRUrX8ON0SG7udOReGpnQgExYhZXaqmUCq3QE/LehutM/qEaxolgqFnY +9MWkYaaand3jR3z9wPVqrRpcS7Y8SbUXdfQE7xTTDOBccjXYykGri72UUxwL4R003G0S9z47DszG +GikZebf7Hewkhd/ZxNWuowKBgDj8pO34gocEHjzxGUYwd6tGBeeqca/sdxTroJXvsUuJgEz43TUR +Hm9DdmPrbZDyqzWCQe2/tgaw5a+v3VVXEiii0eLn1DAnIN5QURfgZSFB41EsZn86gIvynAxybtvy +XdadUAl5iLHQBuR98ts7YLTJAnWEJ416o6J3TteLmG8BAoGBAMpIFKcdQ7QndhyMxXZDj6SkUNgU +LL8RW59irFsqHxQTh/U2oZpTjtAybWGED0Z6h81US8AvBEDYua6EczxEYsYvMHPZn4xIVBnDP7NU +1i+CZ3WXgBNfLLOmskOrNHjkZcuVuWN1yij+EUOXrXcZpACnOV/5okHeQId6WCwI4AkT +-----END RSA PRIVATE KEY----- \ No newline at end of file