diff --git a/MVMCoreUI/Behaviors/ReplaceableMoleculeBehaviorModel.swift b/MVMCoreUI/Behaviors/ReplaceableMoleculeBehaviorModel.swift index e52ee464..d8d0c476 100644 --- a/MVMCoreUI/Behaviors/ReplaceableMoleculeBehaviorModel.swift +++ b/MVMCoreUI/Behaviors/ReplaceableMoleculeBehaviorModel.swift @@ -21,8 +21,6 @@ public class ReplaceableMoleculeBehavior: PageMoleculeTransformationBehavior { private var observingForResponses: NSObjectProtocol? private var delegateObject: MVMCoreUIDelegateObject? - public var transcendsPageUpdates: Bool { true } - public required init(model: PageBehaviorModelProtocol, delegateObject: MVMCoreUIDelegateObject?) { moleculeIds = (model as! ReplaceableMoleculeBehaviorModel).moleculeIds let shouldListenForListUpdates = delegateObject?.moleculeListDelegate != nil diff --git a/MVMCoreUI/SupportingFiles/mvmcoreui.xcconfig b/MVMCoreUI/SupportingFiles/mvmcoreui.xcconfig new file mode 100644 index 00000000..91c90442 --- /dev/null +++ b/MVMCoreUI/SupportingFiles/mvmcoreui.xcconfig @@ -0,0 +1,13 @@ +// +// mvmcore_ui.xcconfig +// MVMCoreUI +// +// Created by Kyle Hedden on 4/23/24. +// Copyright © 2024 Verizon Wireless. All rights reserved. +// + +// Configuration settings file format documentation can be found at: +// https://help.apple.com/xcode/#/dev745c5c974 + +// Refer back to the workspace settings if they exist. +#include? "../../../workspaceSettings.xcconfig" diff --git a/MVMCoreUI/SupportingFiles/mvmcoreui_dev.xcconfig b/MVMCoreUI/SupportingFiles/mvmcoreui_dev.xcconfig new file mode 100644 index 00000000..d6815c1d --- /dev/null +++ b/MVMCoreUI/SupportingFiles/mvmcoreui_dev.xcconfig @@ -0,0 +1,16 @@ +// +// mvmcore_ui_dev.xcconfig +// MVMCoreUI +// +// Created by Kyle Hedden on 4/23/24. +// Copyright © 2024 Verizon Wireless. All rights reserved. +// + +// Configuration settings file format documentation can be found at: +// https://help.apple.com/xcode/#/dev745c5c974 + +SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) LOGGING +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) LOGGING=1 + +// Refer back to the workspace settings if they exist. +#include? "../../../workspaceSettings.xcconfig"