Nextcloud Login refactoring
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
A98F931E2C07B07400E34359 /* CookbookState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A98F931D2C07B07400E34359 /* CookbookState.swift */; };
|
||||
A99A2D4E2BEFBC0900402B36 /* CookbookLoginModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = A99A2D4D2BEFBC0900402B36 /* CookbookLoginModels.swift */; };
|
||||
A99A2D502BEFC44000402B36 /* CookbookProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = A99A2D4F2BEFC44000402B36 /* CookbookProtocols.swift */; };
|
||||
A9AAB04E2DE8620000A4C74B /* ListVStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9AAB04D2DE861FA00A4C74B /* ListVStack.swift */; };
|
||||
A9AAB0502DE881FC00A4C74B /* SettingsTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9AAB04F2DE881F600A4C74B /* SettingsTabView.swift */; };
|
||||
A9AAB0522DE911C600A4C74B /* AuthManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9AAB0512DE911C300A4C74B /* AuthManager.swift */; };
|
||||
A9BBB38C2B8D3B0C002DA7FF /* ParallaxHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9BBB38B2B8D3B0C002DA7FF /* ParallaxHeaderView.swift */; };
|
||||
A9BBB38E2B8E44B3002DA7FF /* BottomClipper.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9BBB38D2B8E44B3002DA7FF /* BottomClipper.swift */; };
|
||||
A9BBB3902B91BE31002DA7FF /* Recipe.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9BBB38F2B91BE31002DA7FF /* Recipe.swift */; };
|
||||
@@ -147,6 +150,9 @@
|
||||
A98F931D2C07B07400E34359 /* CookbookState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CookbookState.swift; sourceTree = "<group>"; };
|
||||
A99A2D4D2BEFBC0900402B36 /* CookbookLoginModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CookbookLoginModels.swift; sourceTree = "<group>"; };
|
||||
A99A2D4F2BEFC44000402B36 /* CookbookProtocols.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CookbookProtocols.swift; sourceTree = "<group>"; };
|
||||
A9AAB04D2DE861FA00A4C74B /* ListVStack.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListVStack.swift; sourceTree = "<group>"; };
|
||||
A9AAB04F2DE881F600A4C74B /* SettingsTabView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsTabView.swift; sourceTree = "<group>"; };
|
||||
A9AAB0512DE911C300A4C74B /* AuthManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthManager.swift; sourceTree = "<group>"; };
|
||||
A9BBB38B2B8D3B0C002DA7FF /* ParallaxHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParallaxHeaderView.swift; sourceTree = "<group>"; };
|
||||
A9BBB38D2B8E44B3002DA7FF /* BottomClipper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomClipper.swift; sourceTree = "<group>"; };
|
||||
A9BBB38F2B91BE31002DA7FF /* Recipe.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Recipe.swift; sourceTree = "<group>"; };
|
||||
@@ -300,6 +306,7 @@
|
||||
A70171C72AB4C4A100064C43 /* Data */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
A9AAB0512DE911C300A4C74B /* AuthManager.swift */,
|
||||
A70171C32AB4A31200064C43 /* DataStore.swift */,
|
||||
A70171CA2AB4CD1700064C43 /* UserSettings.swift */,
|
||||
A9BBB38F2B91BE31002DA7FF /* Recipe.swift */,
|
||||
@@ -382,6 +389,7 @@
|
||||
A977D0DC2B6002DA009783A9 /* Tabs */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
A9AAB04F2DE881F600A4C74B /* SettingsTabView.swift */,
|
||||
A977D0DD2B600300009783A9 /* SearchTabView.swift */,
|
||||
A977D0DF2B600318009783A9 /* RecipeTabView.swift */,
|
||||
A977D0E12B60034E009783A9 /* GroceryListTabView.swift */,
|
||||
@@ -427,6 +435,7 @@
|
||||
A9C3BE522B630F1300562C79 /* ReusableViews */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
A9AAB04D2DE861FA00A4C74B /* ListVStack.swift */,
|
||||
A9BBB38B2B8D3B0C002DA7FF /* ParallaxHeaderView.swift */,
|
||||
A7CD3FD12B2C546A00D764AD /* CollapsibleView.swift */,
|
||||
A9BBB38D2B8E44B3002DA7FF /* BottomClipper.swift */,
|
||||
@@ -618,6 +627,7 @@
|
||||
A9BBB38C2B8D3B0C002DA7FF /* ParallaxHeaderView.swift in Sources */,
|
||||
A79AA8E22AFF8C14007D25F2 /* RecipeEditViewModel.swift in Sources */,
|
||||
A97506152B920DF200E86029 /* RecipeGenericViews.swift in Sources */,
|
||||
A9AAB0522DE911C600A4C74B /* AuthManager.swift in Sources */,
|
||||
A7FB0D7C2B25C68500A3469E /* TokenLoginView.swift in Sources */,
|
||||
A977D0E22B60034E009783A9 /* GroceryListTabView.swift in Sources */,
|
||||
A70171B12AB211DF00064C43 /* NetworkError.swift in Sources */,
|
||||
@@ -626,12 +636,14 @@
|
||||
A79AA8E62B02C3CB007D25F2 /* LoggerExtension.swift in Sources */,
|
||||
A70171C42AB4A31200064C43 /* DataStore.swift in Sources */,
|
||||
A7FB0D7E2B25C6A200A3469E /* V2LoginView.swift in Sources */,
|
||||
A9AAB04E2DE8620000A4C74B /* ListVStack.swift in Sources */,
|
||||
A975061D2B920FCC00E86029 /* RecipeInstructionSection.swift in Sources */,
|
||||
A787B0782B2B1E6400C2DF1B /* DateExtension.swift in Sources */,
|
||||
A79AA8E92B062DD1007D25F2 /* CookbookApiV1.swift in Sources */,
|
||||
A9E78A2D2BE8E3AF00206866 /* DataInterface.swift in Sources */,
|
||||
A7CD3FD22B2C546A00D764AD /* CollapsibleView.swift in Sources */,
|
||||
A9E78A2B2BE7799F00206866 /* JsonAny.swift in Sources */,
|
||||
A9AAB0502DE881FC00A4C74B /* SettingsTabView.swift in Sources */,
|
||||
A9BBB3902B91BE31002DA7FF /* Recipe.swift in Sources */,
|
||||
A98F931E2C07B07400E34359 /* CookbookState.swift in Sources */,
|
||||
A99A2D4E2BEFBC0900402B36 /* CookbookLoginModels.swift in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user