Browse Source

Reorganization project folders and delete macOS target

Sergey 2 years ago
parent
commit
033d44a59d

+ 57 - 166
Chat.xcodeproj/project.pbxproj

@@ -8,27 +8,17 @@
 
 /* Begin PBXBuildFile section */
 		2F60458A288D787F008F005E /* ChatApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60457A288D787E008F005E /* ChatApp.swift */; };
-		2F60458B288D787F008F005E /* ChatApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60457A288D787E008F005E /* ChatApp.swift */; };
 		2F60458C288D787F008F005E /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60457B288D787E008F005E /* ContentView.swift */; };
-		2F60458D288D787F008F005E /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60457B288D787E008F005E /* ContentView.swift */; };
 		2F60458E288D787F008F005E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2F60457C288D787F008F005E /* Assets.xcassets */; };
-		2F60458F288D787F008F005E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2F60457C288D787F008F005E /* Assets.xcassets */; };
 		2F604599288D7E00008F005E /* ChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F604598288D7E00008F005E /* ChatView.swift */; };
-		2F60459A288D7E00008F005E /* ChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F604598288D7E00008F005E /* ChatView.swift */; };
 		2F60459C288D8000008F005E /* MessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60459B288D8000008F005E /* MessageView.swift */; };
-		2F60459D288D8000008F005E /* MessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60459B288D8000008F005E /* MessageView.swift */; };
 		2F60459F288D869B008F005E /* ChatListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60459E288D869B008F005E /* ChatListView.swift */; };
-		2F6045A0288D869C008F005E /* ChatListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60459E288D869B008F005E /* ChatListView.swift */; };
 		2F6045A5288E19ED008F005E /* KeyboardReadable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045A4288E19ED008F005E /* KeyboardReadable.swift */; };
-		2F6045A6288E19ED008F005E /* KeyboardReadable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045A4288E19ED008F005E /* KeyboardReadable.swift */; };
 		2F6045A9288E9B2C008F005E /* XMPPFramework in Frameworks */ = {isa = PBXBuildFile; productRef = 2F6045A8288E9B2C008F005E /* XMPPFramework */; };
 		2F6045AB288E9B2C008F005E /* XMPPFrameworkSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 2F6045AA288E9B2C008F005E /* XMPPFrameworkSwift */; };
 		2F6045B0288E9D3E008F005E /* ChatListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045AF288E9D3E008F005E /* ChatListViewModel.swift */; };
-		2F6045B1288E9D3E008F005E /* ChatListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045AF288E9D3E008F005E /* ChatListViewModel.swift */; };
 		2F6045B3288EA0E6008F005E /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045B2288EA0E6008F005E /* LoginView.swift */; };
-		2F6045B4288EA0E6008F005E /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045B2288EA0E6008F005E /* LoginView.swift */; };
 		2F6045B6288EA10B008F005E /* LoginViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045B5288EA10B008F005E /* LoginViewModel.swift */; };
-		2F6045B7288EA10B008F005E /* LoginViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045B5288EA10B008F005E /* LoginViewModel.swift */; };
 		2F81974128ACD9A6008D8C45 /* StreamManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F81974028ACD9A6008D8C45 /* StreamManager.swift */; };
 		2F81974328ACDBC4008D8C45 /* RoomManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F81974228ACDBC4008D8C45 /* RoomManager.swift */; };
 		2F81974528ACDBCF008D8C45 /* RosterManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F81974428ACDBCF008D8C45 /* RosterManager.swift */; };
@@ -36,20 +26,16 @@
 		2F81974A28ACF91E008D8C45 /* MUCManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F81974928ACF91E008D8C45 /* MUCManager.swift */; };
 		2F81974C28ACFDEA008D8C45 /* Room.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F81974B28ACFDEA008D8C45 /* Room.swift */; };
 		2FCB75E728A425580097BD1D /* RoomsListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FCB75E628A425580097BD1D /* RoomsListView.swift */; };
-		2FCB75E828A425580097BD1D /* RoomsListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FCB75E628A425580097BD1D /* RoomsListView.swift */; };
 		2FCB75EA28A425900097BD1D /* RoomsListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FCB75E928A425900097BD1D /* RoomsListViewModel.swift */; };
-		2FCB75EB28A425900097BD1D /* RoomsListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FCB75E928A425900097BD1D /* RoomsListViewModel.swift */; };
 		2FCB75ED28A42B1E0097BD1D /* ChatViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FCB75EC28A42B1E0097BD1D /* ChatViewModel.swift */; };
-		2FCB75EE28A42B1E0097BD1D /* ChatViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FCB75EC28A42B1E0097BD1D /* ChatViewModel.swift */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXFileReference section */
+		2F24E94228F2F9C6007ECE97 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		2F60457A288D787E008F005E /* ChatApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatApp.swift; sourceTree = "<group>"; };
 		2F60457B288D787E008F005E /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
 		2F60457C288D787F008F005E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
 		2F604581288D787F008F005E /* Chat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Chat.app; sourceTree = BUILT_PRODUCTS_DIR; };
-		2F604587288D787F008F005E /* Chat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Chat.app; sourceTree = BUILT_PRODUCTS_DIR; };
-		2F604589288D787F008F005E /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
 		2F604598288D7E00008F005E /* ChatView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatView.swift; sourceTree = "<group>"; };
 		2F60459B288D8000008F005E /* MessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageView.swift; sourceTree = "<group>"; };
 		2F60459E288D869B008F005E /* ChatListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatListView.swift; sourceTree = "<group>"; };
@@ -79,65 +65,85 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
-		2F604584288D787F008F005E /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
 /* End PBXFrameworksBuildPhase section */
 
 /* Begin PBXGroup section */
-		2F604574288D787E008F005E = {
+		2F24E94328F2FA29007ECE97 /* Main */ = {
 			isa = PBXGroup;
 			children = (
-				2FF4F6B328B3BF4900BB62E1 /* README.md */,
-				2F604579288D787E008F005E /* Shared */,
-				2F604588288D787F008F005E /* macOS */,
-				2F604582288D787F008F005E /* Products */,
+				2F60457A288D787E008F005E /* ChatApp.swift */,
+				2F60457C288D787F008F005E /* Assets.xcassets */,
+				2F24E94228F2F9C6007ECE97 /* Info.plist */,
 			);
+			path = Main;
 			sourceTree = "<group>";
 		};
-		2F604579288D787E008F005E /* Shared */ = {
+		2F24E94428F2FAB2007ECE97 /* UI */ = {
 			isa = PBXGroup;
 			children = (
-				2F60457A288D787E008F005E /* ChatApp.swift */,
 				2F60457B288D787E008F005E /* ContentView.swift */,
-				2FCB762528AA59620097BD1D /* Managers */,
-				2F81974628ACEDB6008D8C45 /* Models */,
 				2FCB762328AA58EA0097BD1D /* Auth */,
-				2FCB762228AA58E00097BD1D /* Core */,
-				2F81973C28AB7FE8008D8C45 /* Other */,
-				2F60457C288D787F008F005E /* Assets.xcassets */,
+				2FCB762228AA58E00097BD1D /* ChatList */,
+				2F24E94528F2FAE0007ECE97 /* Chat */,
+				2F24E94628F2FAEA007ECE97 /* Rooms */,
+				2F81973C28AB7FE8008D8C45 /* Helpers */,
 			);
-			path = Shared;
+			path = UI;
 			sourceTree = "<group>";
 		};
-		2F604582288D787F008F005E /* Products */ = {
+		2F24E94528F2FAE0007ECE97 /* Chat */ = {
 			isa = PBXGroup;
 			children = (
-				2F604581288D787F008F005E /* Chat.app */,
-				2F604587288D787F008F005E /* Chat.app */,
+				2F604598288D7E00008F005E /* ChatView.swift */,
+				2FCB75EC28A42B1E0097BD1D /* ChatViewModel.swift */,
+			);
+			path = Chat;
+			sourceTree = "<group>";
+		};
+		2F24E94628F2FAEA007ECE97 /* Rooms */ = {
+			isa = PBXGroup;
+			children = (
+				2FCB75E628A425580097BD1D /* RoomsListView.swift */,
+				2FCB75E928A425900097BD1D /* RoomsListViewModel.swift */,
+			);
+			path = Rooms;
+			sourceTree = "<group>";
+		};
+		2F604574288D787E008F005E = {
+			isa = PBXGroup;
+			children = (
+				2FF4F6B328B3BF4900BB62E1 /* README.md */,
+				2F604579288D787E008F005E /* Chat */,
+				2F604582288D787F008F005E /* Products */,
 			);
-			name = Products;
 			sourceTree = "<group>";
 		};
-		2F604588288D787F008F005E /* macOS */ = {
+		2F604579288D787E008F005E /* Chat */ = {
 			isa = PBXGroup;
 			children = (
-				2F604589288D787F008F005E /* macOS.entitlements */,
+				2F24E94328F2FA29007ECE97 /* Main */,
+				2F81974628ACEDB6008D8C45 /* Models */,
+				2FCB762528AA59620097BD1D /* Managers */,
+				2F24E94428F2FAB2007ECE97 /* UI */,
 			);
-			path = macOS;
+			path = Chat;
+			sourceTree = "<group>";
+		};
+		2F604582288D787F008F005E /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				2F604581288D787F008F005E /* Chat.app */,
+			);
+			name = Products;
 			sourceTree = "<group>";
 		};
-		2F81973C28AB7FE8008D8C45 /* Other */ = {
+		2F81973C28AB7FE8008D8C45 /* Helpers */ = {
 			isa = PBXGroup;
 			children = (
 				2F60459B288D8000008F005E /* MessageView.swift */,
 				2F6045A4288E19ED008F005E /* KeyboardReadable.swift */,
 			);
-			path = Other;
+			path = Helpers;
 			sourceTree = "<group>";
 		};
 		2F81974628ACEDB6008D8C45 /* Models */ = {
@@ -149,17 +155,13 @@
 			path = Models;
 			sourceTree = "<group>";
 		};
-		2FCB762228AA58E00097BD1D /* Core */ = {
+		2FCB762228AA58E00097BD1D /* ChatList */ = {
 			isa = PBXGroup;
 			children = (
 				2F60459E288D869B008F005E /* ChatListView.swift */,
 				2F6045AF288E9D3E008F005E /* ChatListViewModel.swift */,
-				2FCB75E628A425580097BD1D /* RoomsListView.swift */,
-				2FCB75E928A425900097BD1D /* RoomsListViewModel.swift */,
-				2F604598288D7E00008F005E /* ChatView.swift */,
-				2FCB75EC28A42B1E0097BD1D /* ChatViewModel.swift */,
 			);
-			path = Core;
+			path = ChatList;
 			sourceTree = "<group>";
 		};
 		2FCB762328AA58EA0097BD1D /* Auth */ = {
@@ -206,23 +208,6 @@
 			productReference = 2F604581288D787F008F005E /* Chat.app */;
 			productType = "com.apple.product-type.application";
 		};
-		2F604586288D787F008F005E /* Chat (macOS) */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = 2F604595288D787F008F005E /* Build configuration list for PBXNativeTarget "Chat (macOS)" */;
-			buildPhases = (
-				2F604583288D787F008F005E /* Sources */,
-				2F604584288D787F008F005E /* Frameworks */,
-				2F604585288D787F008F005E /* Resources */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-			);
-			name = "Chat (macOS)";
-			productName = "Chat (macOS)";
-			productReference = 2F604587288D787F008F005E /* Chat.app */;
-			productType = "com.apple.product-type.application";
-		};
 /* End PBXNativeTarget section */
 
 /* Begin PBXProject section */
@@ -231,14 +216,11 @@
 			attributes = {
 				BuildIndependentTargetsInParallel = 1;
 				LastSwiftUpdateCheck = 1340;
-				LastUpgradeCheck = 1340;
+				LastUpgradeCheck = 1400;
 				TargetAttributes = {
 					2F604580288D787F008F005E = {
 						CreatedOnToolsVersion = 13.4.1;
 					};
-					2F604586288D787F008F005E = {
-						CreatedOnToolsVersion = 13.4.1;
-					};
 				};
 			};
 			buildConfigurationList = 2F604578288D787E008F005E /* Build configuration list for PBXProject "Chat" */;
@@ -258,7 +240,6 @@
 			projectRoot = "";
 			targets = (
 				2F604580288D787F008F005E /* Chat (iOS) */,
-				2F604586288D787F008F005E /* Chat (macOS) */,
 			);
 		};
 /* End PBXProject section */
@@ -272,14 +253,6 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
-		2F604585288D787F008F005E /* Resources */ = {
-			isa = PBXResourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				2F60458F288D787F008F005E /* Assets.xcassets in Resources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
 /* End PBXResourcesBuildPhase section */
 
 /* Begin PBXSourcesBuildPhase section */
@@ -308,25 +281,6 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
-		2F604583288D787F008F005E /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				2FCB75EE28A42B1E0097BD1D /* ChatViewModel.swift in Sources */,
-				2F60459D288D8000008F005E /* MessageView.swift in Sources */,
-				2F6045B1288E9D3E008F005E /* ChatListViewModel.swift in Sources */,
-				2FCB75EB28A425900097BD1D /* RoomsListViewModel.swift in Sources */,
-				2FCB75E828A425580097BD1D /* RoomsListView.swift in Sources */,
-				2F6045B4288EA0E6008F005E /* LoginView.swift in Sources */,
-				2F6045A0288D869C008F005E /* ChatListView.swift in Sources */,
-				2F6045A6288E19ED008F005E /* KeyboardReadable.swift in Sources */,
-				2F60458D288D787F008F005E /* ContentView.swift in Sources */,
-				2F60459A288D7E00008F005E /* ChatView.swift in Sources */,
-				2F6045B7288EA10B008F005E /* LoginViewModel.swift in Sources */,
-				2F60458B288D787F008F005E /* ChatApp.swift in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
 /* End PBXSourcesBuildPhase section */
 
 /* Begin XCBuildConfiguration section */
@@ -363,6 +317,7 @@
 				CLANG_WARN_UNREACHABLE_CODE = YES;
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 				COPY_PHASE_STRIP = NO;
+				DEAD_CODE_STRIPPING = YES;
 				DEBUG_INFORMATION_FORMAT = dwarf;
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 				ENABLE_TESTABILITY = YES;
@@ -423,6 +378,7 @@
 				CLANG_WARN_UNREACHABLE_CODE = YES;
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 				COPY_PHASE_STRIP = NO;
+				DEAD_CODE_STRIPPING = YES;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				ENABLE_NS_ASSERTIONS = NO;
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -453,7 +409,7 @@
 				DEVELOPMENT_TEAM = QPX4P42KC5;
 				ENABLE_PREVIEWS = YES;
 				GENERATE_INFOPLIST_FILE = YES;
-				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
+				INFOPLIST_FILE = Chat/Main/Info.plist;
 				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
 				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
 				INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeRight UIInterfaceOrientationLandscapeLeft";
@@ -484,7 +440,7 @@
 				DEVELOPMENT_TEAM = QPX4P42KC5;
 				ENABLE_PREVIEWS = YES;
 				GENERATE_INFOPLIST_FILE = YES;
-				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
+				INFOPLIST_FILE = Chat/Main/Info.plist;
 				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
 				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
 				INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeRight UIInterfaceOrientationLandscapeLeft";
@@ -506,62 +462,6 @@
 			};
 			name = Release;
 		};
-		2F604596288D787F008F005E /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
-				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
-				CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
-				CODE_SIGN_STYLE = Automatic;
-				COMBINE_HIDPI_IMAGES = YES;
-				CURRENT_PROJECT_VERSION = 1;
-				DEVELOPMENT_TEAM = QPX4P42KC5;
-				ENABLE_HARDENED_RUNTIME = YES;
-				ENABLE_PREVIEWS = YES;
-				GENERATE_INFOPLIST_FILE = YES;
-				INFOPLIST_KEY_NSHumanReadableCopyright = "";
-				LD_RUNPATH_SEARCH_PATHS = (
-					"$(inherited)",
-					"@executable_path/../Frameworks",
-				);
-				MACOSX_DEPLOYMENT_TARGET = 12.0;
-				MARKETING_VERSION = 1.0;
-				PRODUCT_BUNDLE_IDENTIFIER = sertrsv.Chat;
-				PRODUCT_NAME = Chat;
-				SDKROOT = macosx;
-				SWIFT_EMIT_LOC_STRINGS = YES;
-				SWIFT_VERSION = 5.0;
-			};
-			name = Debug;
-		};
-		2F604597288D787F008F005E /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
-				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
-				CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
-				CODE_SIGN_STYLE = Automatic;
-				COMBINE_HIDPI_IMAGES = YES;
-				CURRENT_PROJECT_VERSION = 1;
-				DEVELOPMENT_TEAM = QPX4P42KC5;
-				ENABLE_HARDENED_RUNTIME = YES;
-				ENABLE_PREVIEWS = YES;
-				GENERATE_INFOPLIST_FILE = YES;
-				INFOPLIST_KEY_NSHumanReadableCopyright = "";
-				LD_RUNPATH_SEARCH_PATHS = (
-					"$(inherited)",
-					"@executable_path/../Frameworks",
-				);
-				MACOSX_DEPLOYMENT_TARGET = 12.0;
-				MARKETING_VERSION = 1.0;
-				PRODUCT_BUNDLE_IDENTIFIER = sertrsv.Chat;
-				PRODUCT_NAME = Chat;
-				SDKROOT = macosx;
-				SWIFT_EMIT_LOC_STRINGS = YES;
-				SWIFT_VERSION = 5.0;
-			};
-			name = Release;
-		};
 /* End XCBuildConfiguration section */
 
 /* Begin XCConfigurationList section */
@@ -583,15 +483,6 @@
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
 		};
-		2F604595288D787F008F005E /* Build configuration list for PBXNativeTarget "Chat (macOS)" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				2F604596288D787F008F005E /* Debug */,
-				2F604597288D787F008F005E /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
 /* End XCConfigurationList section */
 
 /* Begin XCRemoteSwiftPackageReference section */

+ 0 - 0
Shared/Assets.xcassets/AccentColor.colorset/Contents.json → Chat/Main/Assets.xcassets/AccentColor.colorset/Contents.json


+ 0 - 0
Shared/Assets.xcassets/AppIcon.appiconset/Contents.json → Chat/Main/Assets.xcassets/AppIcon.appiconset/Contents.json


+ 0 - 0
Shared/Assets.xcassets/Contents.json → Chat/Main/Assets.xcassets/Contents.json


+ 0 - 0
Shared/ChatApp.swift → Chat/Main/ChatApp.swift


+ 5 - 4
macOS/macOS.entitlements → Chat/Main/Info.plist

@@ -2,9 +2,10 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
-    <key>com.apple.security.app-sandbox</key>
-    <true/>
-    <key>com.apple.security.files.user-selected.read-only</key>
-    <true/>
+	<key>UIApplicationSceneManifest</key>
+	<dict>
+		<key>UIApplicationSupportsMultipleScenes</key>
+		<false/>
+	</dict>
 </dict>
 </plist>

+ 0 - 0
Shared/Managers/MUCManager.swift → Chat/Managers/MUCManager.swift


+ 0 - 0
Shared/Managers/RoomManager.swift → Chat/Managers/RoomManager.swift


+ 0 - 0
Shared/Managers/RosterManager.swift → Chat/Managers/RosterManager.swift


+ 0 - 0
Shared/Managers/StreamManager.swift → Chat/Managers/StreamManager.swift


+ 0 - 0
Shared/Models/Room.swift → Chat/Models/Room.swift


+ 0 - 0
Shared/Models/User.swift → Chat/Models/User.swift


+ 0 - 0
Shared/Auth/LoginView.swift → Chat/UI/Auth/LoginView.swift


+ 0 - 0
Shared/Auth/LoginViewModel.swift → Chat/UI/Auth/LoginViewModel.swift


+ 0 - 0
Shared/Core/ChatView.swift → Chat/UI/Chat/ChatView.swift


+ 0 - 0
Shared/Core/ChatViewModel.swift → Chat/UI/Chat/ChatViewModel.swift


+ 0 - 0
Shared/Core/ChatListView.swift → Chat/UI/ChatList/ChatListView.swift


+ 0 - 0
Shared/Core/ChatListViewModel.swift → Chat/UI/ChatList/ChatListViewModel.swift


+ 0 - 0
Shared/ContentView.swift → Chat/UI/ContentView.swift


+ 0 - 0
Shared/Other/KeyboardReadable.swift → Chat/UI/Helpers/KeyboardReadable.swift


+ 0 - 0
Shared/Other/MessageView.swift → Chat/UI/Helpers/MessageView.swift


+ 0 - 0
Shared/Core/RoomsListView.swift → Chat/UI/Rooms/RoomsListView.swift


+ 0 - 0
Shared/Core/RoomsListViewModel.swift → Chat/UI/Rooms/RoomsListViewModel.swift