diff --git a/ProjectClock.xcodeproj/project.pbxproj b/ProjectClock.xcodeproj/project.pbxproj index 51fa4d8..03a8f43 100644 --- a/ProjectClock.xcodeproj/project.pbxproj +++ b/ProjectClock.xcodeproj/project.pbxproj @@ -17,6 +17,7 @@ 4FF0684625A5F18700304E6B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4FF0684425A5F18700304E6B /* Main.storyboard */; }; 4FF0684825A5F18800304E6B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4FF0684725A5F18800304E6B /* Assets.xcassets */; }; 4FF0684B25A5F18800304E6B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4FF0684925A5F18800304E6B /* LaunchScreen.storyboard */; }; + 7C83963625AF375B0027A94C /* NotificationLogic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C83963525AF375B0027A94C /* NotificationLogic.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -34,6 +35,7 @@ 4FF0684C25A5F18800304E6B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 7C83962D25AF34F00027A94C /* ProjectClock.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ProjectClock.entitlements; sourceTree = ""; }; 7C83962F25AF34F10027A94C /* HealthKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = HealthKit.framework; path = System/Library/Frameworks/HealthKit.framework; sourceTree = SDKROOT; }; + 7C83963525AF375B0027A94C /* NotificationLogic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationLogic.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -77,6 +79,7 @@ 4FF0684925A5F18800304E6B /* LaunchScreen.storyboard */, 4FF0684C25A5F18800304E6B /* Info.plist */, 4F8A607425A919E600D88DC3 /* Logic.swift */, + 7C83963525AF375B0027A94C /* NotificationLogic.swift */, 4F98955125A9260400F51321 /* Net.swift */, 4F509BD125AE22D100726227 /* Models.swift */, ); @@ -168,6 +171,7 @@ 4FF0683F25A5F18700304E6B /* AppDelegate.swift in Sources */, 4FF0684125A5F18700304E6B /* SceneDelegate.swift in Sources */, 4F509BD225AE22D100726227 /* Models.swift in Sources */, + 7C83963625AF375B0027A94C /* NotificationLogic.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/ProjectClock/Logic.swift b/ProjectClock/Logic.swift index 10cf9c9..efe5719 100644 --- a/ProjectClock/Logic.swift +++ b/ProjectClock/Logic.swift @@ -19,18 +19,6 @@ let wvms = [ WVM(name: "Smash", desc: "It'll never truns off"), ] -func walkAction() { - -} -func jumpAction() { - -} -func puzzleAction() { - -} - -func smashAction() { - } diff --git a/ProjectClock/NotificationLogic.swift b/ProjectClock/NotificationLogic.swift new file mode 100644 index 0000000..fd1c550 --- /dev/null +++ b/ProjectClock/NotificationLogic.swift @@ -0,0 +1,23 @@ +// +// NotificationLogic.swift +// ProjectClock +// +// Created by Aaron Saporito on 1/13/21. +// + +import Foundation + +func walkAction() { + +} + +func jumpAction() { + +} + +func puzzleAction() { + +} + +func smashAction() { +