From db9bd9e3b305865e27324da4079c8c6f36eb37f3 Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Wed, 4 Oct 2023 11:37:43 -0400 Subject: [PATCH] change name back.... wishful thinking removed --- MVMCore/MVMCore.xcodeproj/project.pbxproj | 8 ++++---- .../{HandlerSingleton.swift => MVMCoreObject.swift} | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) rename MVMCore/MVMCore/Singletons/{HandlerSingleton.swift => MVMCoreObject.swift} (97%) diff --git a/MVMCore/MVMCore.xcodeproj/project.pbxproj b/MVMCore/MVMCore.xcodeproj/project.pbxproj index a0e9008..c0749ae 100644 --- a/MVMCore/MVMCore.xcodeproj/project.pbxproj +++ b/MVMCore/MVMCore.xcodeproj/project.pbxproj @@ -72,7 +72,7 @@ AF1201832108C9B400E2F592 /* MVMCoreViewManagerViewControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AF1201812108C9B400E2F592 /* MVMCoreViewManagerViewControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; AF130B8E2788DF6E00C6C03C /* OpenURLOptionsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF130B8D2788DF6E00C6C03C /* OpenURLOptionsModel.swift */; }; AF26DDAE1FCE6A37004E8F65 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = AF26DDB01FCE6A37004E8F65 /* Localizable.strings */; }; - AF3A3F3F2ACC716A005094B2 /* HandlerSingleton.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF3A3F3E2ACC716A005094B2 /* HandlerSingleton.swift */; }; + AF3A3F3F2ACC716A005094B2 /* MVMCoreObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF3A3F3E2ACC716A005094B2 /* MVMCoreObject.swift */; }; AF43A5771FBA5B7C008E9347 /* MVMCoreJSONConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A5751FBA5B7C008E9347 /* MVMCoreJSONConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; AF43A5781FBA5B7C008E9347 /* MVMCoreJSONConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = AF43A5761FBA5B7C008E9347 /* MVMCoreJSONConstants.m */; }; AF43A57B1FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A5791FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -224,7 +224,7 @@ AF1201812108C9B400E2F592 /* MVMCoreViewManagerViewControllerProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreViewManagerViewControllerProtocol.h; sourceTree = ""; }; AF130B8D2788DF6E00C6C03C /* OpenURLOptionsModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenURLOptionsModel.swift; sourceTree = ""; }; AF26DDAF1FCE6A37004E8F65 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; - AF3A3F3E2ACC716A005094B2 /* HandlerSingleton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HandlerSingleton.swift; sourceTree = ""; }; + AF3A3F3E2ACC716A005094B2 /* MVMCoreObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMCoreObject.swift; sourceTree = ""; }; AF43A5751FBA5B7C008E9347 /* MVMCoreJSONConstants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreJSONConstants.h; sourceTree = ""; }; AF43A5761FBA5B7C008E9347 /* MVMCoreJSONConstants.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MVMCoreJSONConstants.m; sourceTree = ""; }; AF43A5791FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreHardcodedStringsConstants.h; sourceTree = ""; }; @@ -664,7 +664,7 @@ AFBB96DE1FBA48CE0008D868 /* Singletons */ = { isa = PBXGroup; children = ( - AF3A3F3E2ACC716A005094B2 /* HandlerSingleton.swift */, + AF3A3F3E2ACC716A005094B2 /* MVMCoreObject.swift */, ); path = Singletons; sourceTree = ""; @@ -921,7 +921,7 @@ AFEA17A9209B6A1C00BC6740 /* MVMCoreBlockOperation.m in Sources */, AF43A70A1FC4F415008E9347 /* MVMCoreCache.m in Sources */, AF43A6FF1FBE3252008E9347 /* Reachability.m in Sources */, - AF3A3F3F2ACC716A005094B2 /* HandlerSingleton.swift in Sources */, + AF3A3F3F2ACC716A005094B2 /* MVMCoreObject.swift in Sources */, EA09CD62282ACDDB00A7835F /* Decoder+UserInfo.swift in Sources */, EA09CD99282BF83600A7835F /* DecodableDefault.swift in Sources */, 01C851D123CF97FE0021F976 /* ActionBackModel.swift in Sources */, diff --git a/MVMCore/MVMCore/Singletons/HandlerSingleton.swift b/MVMCore/MVMCore/Singletons/MVMCoreObject.swift similarity index 97% rename from MVMCore/MVMCore/Singletons/HandlerSingleton.swift rename to MVMCore/MVMCore/Singletons/MVMCoreObject.swift index 2da3ea5..2f3fe67 100644 --- a/MVMCore/MVMCore/Singletons/HandlerSingleton.swift +++ b/MVMCore/MVMCore/Singletons/MVMCoreObject.swift @@ -8,8 +8,6 @@ import Foundation -public typealias HandlerSingleton = MVMCoreObject - @objcMembers public class MVMCoreObject: NSObject { private static var singleton = MVMCoreObject()