diff --git a/Passepartout/Passepartout.xctestplan b/Passepartout/Passepartout.xctestplan index 727e2e29..f59bfe2b 100644 --- a/Passepartout/Passepartout.xctestplan +++ b/Passepartout/Passepartout.xctestplan @@ -12,13 +12,6 @@ "testTimeoutsEnabled" : true }, "testTargets" : [ - { - "target" : { - "containerPath" : "container:Passepartout\/Library", - "identifier" : "AppLibraryTests", - "name" : "AppLibraryTests" - } - }, { "target" : { "containerPath" : "container:Passepartout\/Library", @@ -32,6 +25,13 @@ "identifier" : "UILibraryTests", "name" : "UILibraryTests" } + }, + { + "target" : { + "containerPath" : "container:Passepartout\/Library", + "identifier" : "CommonLibraryTests", + "name" : "CommonLibraryTests" + } } ], "version" : 1 diff --git a/Passepartout/Shared/Shared+App.swift b/Passepartout/Shared/Shared+App.swift index 1e8a9f21..38132f41 100644 --- a/Passepartout/Shared/Shared+App.swift +++ b/Passepartout/Shared/Shared+App.swift @@ -26,7 +26,6 @@ import AppData import AppDataProfiles import AppDataProviders -import AppLibrary import CommonLibrary import CommonUtils import Foundation