diff --git a/Makefile b/Makefile index d8a8f39a01..ab295d80f4 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,8 @@ BUCK_OPTIONS=\ build_arm64: check_env $(BUCK) build \ - //:AppPackage#iphoneos-arm64 \ - //:Telegram#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:AppPackage#iphoneos-arm64 \ + //Telegram:Telegram#dwarf-and-dsym,iphoneos-arm64 \ //submodules/MtProtoKit:MtProtoKit#dwarf-and-dsym,shared,iphoneos-arm64 \ //submodules/MtProtoKit:MtProtoKit#shared,iphoneos-arm64 \ //submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dwarf-and-dsym,shared,iphoneos-arm64 \ @@ -62,18 +62,18 @@ build_arm64: check_env //submodules/Display:Display#shared,iphoneos-arm64 \ //submodules/TelegramUI:TelegramUI#dwarf-and-dsym,shared,iphoneos-arm64 \ //submodules/TelegramUI:TelegramUI#shared,iphoneos-arm64 \ - //:WatchAppExtension#dwarf-and-dsym,watchos-arm64_32,watchos-armv7k \ - //:ShareExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:WidgetExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:NotificationContentExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:NotificationServiceExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:IntentsExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:WatchAppExtension#dwarf-and-dsym,watchos-arm64_32,watchos-armv7k \ + //Telegram:ShareExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:WidgetExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:NotificationContentExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:NotificationServiceExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:IntentsExtension#dwarf-and-dsym,iphoneos-arm64 \ ${BUCK_OPTIONS} ${BUCK_RELEASE_OPTIONS} ${BUCK_THREADS_OPTIONS} ${BUCK_CACHE_OPTIONS} build_debug_arm64: check_env $(BUCK) build \ - //:AppPackage#iphoneos-arm64 \ - //:Telegram#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:AppPackage#iphoneos-arm64 \ + //Telegram:Telegram#dwarf-and-dsym,iphoneos-arm64 \ //submodules/MtProtoKit:MtProtoKit#dwarf-and-dsym,shared,iphoneos-arm64 \ //submodules/MtProtoKit:MtProtoKit#shared,iphoneos-arm64 \ //submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dwarf-and-dsym,shared,iphoneos-arm64 \ @@ -92,12 +92,12 @@ build_debug_arm64: check_env //submodules/Display:Display#shared,iphoneos-arm64 \ //submodules/TelegramUI:TelegramUI#dwarf-and-dsym,shared,iphoneos-arm64 \ //submodules/TelegramUI:TelegramUI#shared,iphoneos-arm64 \ - //:WatchAppExtension#dwarf-and-dsym,watchos-arm64_32,watchos-armv7k \ - //:ShareExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:WidgetExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:NotificationContentExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:NotificationServiceExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:IntentsExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:WatchAppExtension#dwarf-and-dsym,watchos-arm64_32,watchos-armv7k \ + //Telegram:ShareExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:WidgetExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:NotificationContentExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:NotificationServiceExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:IntentsExtension#dwarf-and-dsym,iphoneos-arm64 \ ${BUCK_OPTIONS} ${BUCK_DEBUG_OPTIONS} ${BUCK_THREADS_OPTIONS} ${BUCK_CACHE_OPTIONS} build_wallet_debug_arm64: check_env @@ -116,8 +116,8 @@ build_wallet_debug_arm64: check_env build_debug_armv7: check_env $(BUCK) build \ - //:AppPackage#iphoneos-armv7 \ - //:Telegram#dwarf-and-dsym,iphoneos-armv7 \ + //Telegram:AppPackage#iphoneos-armv7 \ + //Telegram:Telegram#dwarf-and-dsym,iphoneos-armv7 \ //submodules/MtProtoKit:MtProtoKit#dwarf-and-dsym,shared,iphoneos-armv7 \ //submodules/MtProtoKit:MtProtoKit#shared,iphoneos-armv7 \ //submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dwarf-and-dsym,shared,iphoneos-armv7 \ @@ -136,18 +136,18 @@ build_debug_armv7: check_env //submodules/Display:Display#shared,iphoneos-armv7 \ //submodules/TelegramUI:TelegramUI#dwarf-and-dsym,shared,iphoneos-armv7 \ //submodules/TelegramUI:TelegramUI#shared,iphoneos-armv7 \ - //:WatchAppExtension#dwarf-and-dsym,watchos-armv7_32,watchos-armv7k \ - //:ShareExtension#dwarf-and-dsym,iphoneos-armv7 \ - //:WidgetExtension#dwarf-and-dsym,iphoneos-armv7 \ - //:NotificationContentExtension#dwarf-and-dsym,iphoneos-armv7 \ - //:NotificationServiceExtension#dwarf-and-dsym,iphoneos-armv7 \ - //:IntentsExtension#dwarf-and-dsym,iphoneos-armv7 \ + //Telegram:WatchAppExtension#dwarf-and-dsym,watchos-armv7_32,watchos-armv7k \ + //Telegram:ShareExtension#dwarf-and-dsym,iphoneos-armv7 \ + //Telegram:WidgetExtension#dwarf-and-dsym,iphoneos-armv7 \ + //Telegram:NotificationContentExtension#dwarf-and-dsym,iphoneos-armv7 \ + //Telegram:NotificationServiceExtension#dwarf-and-dsym,iphoneos-armv7 \ + //Telegram:IntentsExtension#dwarf-and-dsym,iphoneos-armv7 \ ${BUCK_OPTIONS} ${BUCK_DEBUG_OPTIONS} ${BUCK_THREADS_OPTIONS} ${BUCK_CACHE_OPTIONS} build: check_env $(BUCK) build \ - //:AppPackage#iphoneos-arm64,iphoneos-armv7 \ - //:Telegram#dwarf-and-dsym,iphoneos-arm64,iphoneos-armv7 \ + //Telegram:AppPackage#iphoneos-arm64,iphoneos-armv7 \ + //Telegram:Telegram#dwarf-and-dsym,iphoneos-arm64,iphoneos-armv7 \ //submodules/MtProtoKit:MtProtoKit#dwarf-and-dsym,shared,iphoneos-arm64,iphoneos-armv7 \ //submodules/MtProtoKit:MtProtoKit#shared,iphoneos-arm64,iphoneos-armv7 \ //submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dwarf-and-dsym,shared,iphoneos-arm64,iphoneos-armv7 \ @@ -166,12 +166,12 @@ build: check_env //submodules/Display:Display#shared,iphoneos-arm64,iphoneos-armv7 \ //submodules/TelegramUI:TelegramUI#dwarf-and-dsym,shared,iphoneos-arm64,iphoneos-armv7 \ //submodules/TelegramUI:TelegramUI#shared,iphoneos-arm64,iphoneos-armv7 \ - //:WatchAppExtension#dwarf-and-dsym,watchos-arm64_32,watchos-armv7k \ - //:ShareExtension#dwarf-and-dsym,iphoneos-arm64,iphoneos-armv7 \ - //:WidgetExtension#dwarf-and-dsym,iphoneos-arm64,iphoneos-armv7 \ - //:NotificationContentExtension#dwarf-and-dsym,iphoneos-arm64,iphoneos-armv7 \ - //:NotificationServiceExtension#dwarf-and-dsym,iphoneos-arm64,iphoneos-armv7 \ - //:IntentsExtension#dwarf-and-dsym,iphoneos-arm64,iphoneos-armv7 \ + //Telegram:WatchAppExtension#dwarf-and-dsym,watchos-arm64_32,watchos-armv7k \ + //Telegram:ShareExtension#dwarf-and-dsym,iphoneos-arm64,iphoneos-armv7 \ + //Telegram:WidgetExtension#dwarf-and-dsym,iphoneos-arm64,iphoneos-armv7 \ + //Telegram:NotificationContentExtension#dwarf-and-dsym,iphoneos-arm64,iphoneos-armv7 \ + //Telegram:NotificationServiceExtension#dwarf-and-dsym,iphoneos-arm64,iphoneos-armv7 \ + //Telegram:IntentsExtension#dwarf-and-dsym,iphoneos-arm64,iphoneos-armv7 \ ${BUCK_OPTIONS} ${BUCK_RELEASE_OPTIONS} ${BUCK_THREADS_OPTIONS} ${BUCK_CACHE_OPTIONS} package_arm64: @@ -290,8 +290,8 @@ app_debug_armv7: build_debug_armv7 package_debug_armv7 build_buckdebug: check_env BUCK_DEBUG_MODE=1 $(BUCK) build \ - //:AppPackage#iphoneos-arm64 \ - //:Telegram#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:AppPackage#iphoneos-arm64 \ + //Telegram:Telegram#dwarf-and-dsym,iphoneos-arm64 \ //submodules/MtProtoKit:MtProtoKit#dwarf-and-dsym,shared,iphoneos-arm64 \ //submodules/MtProtoKit:MtProtoKit#shared,iphoneos-arm64 \ //submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dwarf-and-dsym,shared,iphoneos-arm64 \ @@ -310,12 +310,12 @@ build_buckdebug: check_env //submodules/Display:Display#shared,iphoneos-arm64 \ //submodules/TelegramUI:TelegramUI#dwarf-and-dsym,shared,iphoneos-arm64 \ //submodules/TelegramUI:TelegramUI#shared,iphoneos-arm64 \ - //:WatchAppExtension#dwarf-and-dsym,watchos-arm64_32,watchos-armv7k \ - //:ShareExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:WidgetExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:NotificationContentExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:NotificationServiceExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:IntentsExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:WatchAppExtension#dwarf-and-dsym,watchos-arm64_32,watchos-armv7k \ + //Telegram:ShareExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:WidgetExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:NotificationContentExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:NotificationServiceExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:IntentsExtension#dwarf-and-dsym,iphoneos-arm64 \ --verbose 7 ${BUCK_OPTIONS} ${BUCK_DEBUG_OPTIONS} build_buckdebug_one: check_env @@ -330,8 +330,8 @@ build_verbose_one: check_env build_verbose: check_env $(BUCK) build \ - //:AppPackage#iphoneos-arm64 \ - //:Telegram#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:AppPackage#iphoneos-arm64 \ + //Telegram:Telegram#dwarf-and-dsym,iphoneos-arm64 \ //submodules/MtProtoKit:MtProtoKit#dwarf-and-dsym,shared,iphoneos-arm64 \ //submodules/MtProtoKit:MtProtoKit#shared,iphoneos-arm64 \ //submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dwarf-and-dsym,shared,iphoneos-arm64 \ @@ -350,16 +350,16 @@ build_verbose: check_env //submodules/Display:Display#shared,iphoneos-arm64 \ //submodules/TelegramUI:TelegramUI#dwarf-and-dsym,shared,iphoneos-arm64 \ //submodules/TelegramUI:TelegramUI#shared,iphoneos-arm64 \ - //:WatchAppExtension#dwarf-and-dsym,watchos-arm64_32,watchos-armv7k \ - //:ShareExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:WidgetExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:NotificationContentExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:NotificationServiceExtension#dwarf-and-dsym,iphoneos-arm64 \ - //:IntentsExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:WatchAppExtension#dwarf-and-dsym,watchos-arm64_32,watchos-armv7k \ + //Telegram:ShareExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:WidgetExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:NotificationContentExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:NotificationServiceExtension#dwarf-and-dsym,iphoneos-arm64 \ + //Telegram:IntentsExtension#dwarf-and-dsym,iphoneos-arm64 \ --verbose 7 ${BUCK_OPTIONS} ${BUCK_THREADS_OPTIONS} ${BUCK_DEBUG_OPTIONS} ${BUCK_CACHE_OPTIONS} deps: check_env - $(BUCK) query "deps(//:AppPackage)" --dot \ + $(BUCK) query "deps(//Telegram:AppPackage)" --dot \ ${BUCK_OPTIONS} ${BUCK_DEBUG_OPTIONS} build_openssl: check_env @@ -381,15 +381,15 @@ clean: kill_xcode sh clean.sh project: check_env kill_xcode - $(BUCK) project //:workspace --config custom.mode=project ${BUCK_OPTIONS} ${BUCK_DEBUG_OPTIONS} + $(BUCK) project //Telegram:workspace --config custom.mode=project ${BUCK_OPTIONS} ${BUCK_DEBUG_OPTIONS} open Telegram_Buck.xcworkspace project_opt: check_env kill_xcode - $(BUCK) project //:workspace --config custom.mode=project ${BUCK_OPTIONS} ${BUCK_RELEASE_OPTIONS} + $(BUCK) project //Telegram:workspace --config custom.mode=project ${BUCK_OPTIONS} ${BUCK_RELEASE_OPTIONS} open Telegram_Buck.xcworkspace project_buckdebug: check_env kill_xcode - BUCK_DEBUG_MODE=1 $(BUCK) project //:workspace --config custom.mode=project ${BUCK_OPTIONS} ${BUCK_DEBUG_OPTIONS} + BUCK_DEBUG_MODE=1 $(BUCK) project //Telegram:workspace --config custom.mode=project ${BUCK_OPTIONS} ${BUCK_DEBUG_OPTIONS} open Telegram_Buck.xcworkspace temp_project: check_env kill_xcode diff --git a/Telegram-iOS UITests/Images/Bitmap1.png b/Telegram-iOS UITests/Images/Bitmap1.png deleted file mode 100644 index f0dbe85f17..0000000000 Binary files a/Telegram-iOS UITests/Images/Bitmap1.png and /dev/null differ diff --git a/Telegram-iOS UITests/Images/Bitmap10.png b/Telegram-iOS UITests/Images/Bitmap10.png deleted file mode 100644 index ac46a069b7..0000000000 Binary files a/Telegram-iOS UITests/Images/Bitmap10.png and /dev/null differ diff --git a/Telegram-iOS UITests/Images/Bitmap11.png b/Telegram-iOS UITests/Images/Bitmap11.png deleted file mode 100644 index d64c41bae2..0000000000 Binary files a/Telegram-iOS UITests/Images/Bitmap11.png and /dev/null differ diff --git a/Telegram-iOS UITests/Images/Bitmap12.png b/Telegram-iOS UITests/Images/Bitmap12.png deleted file mode 100644 index 2f450cf3eb..0000000000 Binary files a/Telegram-iOS UITests/Images/Bitmap12.png and /dev/null differ diff --git a/Telegram-iOS UITests/Images/Bitmap2.png b/Telegram-iOS UITests/Images/Bitmap2.png deleted file mode 100644 index 149b4d88e5..0000000000 Binary files a/Telegram-iOS UITests/Images/Bitmap2.png and /dev/null differ diff --git a/Telegram-iOS UITests/Images/Bitmap3.png b/Telegram-iOS UITests/Images/Bitmap3.png deleted file mode 100644 index 66b3bef10f..0000000000 Binary files a/Telegram-iOS UITests/Images/Bitmap3.png and /dev/null differ diff --git a/Telegram-iOS UITests/Images/Bitmap5.png b/Telegram-iOS UITests/Images/Bitmap5.png deleted file mode 100644 index a053de0159..0000000000 Binary files a/Telegram-iOS UITests/Images/Bitmap5.png and /dev/null differ diff --git a/Telegram-iOS UITests/Images/Bitmap6.png b/Telegram-iOS UITests/Images/Bitmap6.png deleted file mode 100644 index 7f3854f431..0000000000 Binary files a/Telegram-iOS UITests/Images/Bitmap6.png and /dev/null differ diff --git a/Telegram-iOS UITests/Images/Bitmap7.png b/Telegram-iOS UITests/Images/Bitmap7.png deleted file mode 100644 index 346939bbd7..0000000000 Binary files a/Telegram-iOS UITests/Images/Bitmap7.png and /dev/null differ diff --git a/Telegram-iOS UITests/Images/Bitmap8.png b/Telegram-iOS UITests/Images/Bitmap8.png deleted file mode 100644 index 7a32f43fdb..0000000000 Binary files a/Telegram-iOS UITests/Images/Bitmap8.png and /dev/null differ diff --git a/Telegram-iOS UITests/Images/Bitmap9.png b/Telegram-iOS UITests/Images/Bitmap9.png deleted file mode 100644 index 07fa8d4aa5..0000000000 Binary files a/Telegram-iOS UITests/Images/Bitmap9.png and /dev/null differ diff --git a/Telegram-iOS UITests/Info.plist b/Telegram-iOS UITests/Info.plist deleted file mode 100644 index 469d7cc131..0000000000 --- a/Telegram-iOS UITests/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleVersion - 667 - - diff --git a/Telegram-iOS UITests/SnapshotHelper.swift b/Telegram-iOS UITests/SnapshotHelper.swift deleted file mode 100644 index 3ba8f8cdfb..0000000000 --- a/Telegram-iOS UITests/SnapshotHelper.swift +++ /dev/null @@ -1,196 +0,0 @@ -// -// SnapshotHelper.swift -// Example -// -// Created by Felix Krause on 10/8/15. -// Copyright © 2015 Felix Krause. All rights reserved. -// - -// ----------------------------------------------------- -// IMPORTANT: When modifying this file, make sure to -// increment the version number at the very -// bottom of the file to notify users about -// the new SnapshotHelper.swift -// ----------------------------------------------------- - -import Foundation -import XCTest - -var deviceLanguage = "" -var locale = "" - -@available(*, deprecated, message: "use setupSnapshot: instead") -func setLanguage(_ app: XCUIApplication) { - setupSnapshot(app) -} - -func setupSnapshot(_ app: XCUIApplication) { - Snapshot.setupSnapshot(app) -} - -func snapshot(_ name: String, waitForLoadingIndicator: Bool = true) { - Snapshot.snapshot(name, waitForLoadingIndicator: waitForLoadingIndicator) -} - -enum SnapshotError: Error, CustomDebugStringConvertible { - case cannotDetectUser - case cannotFindHomeDirectory - case cannotFindSimulatorHomeDirectory - case cannotAccessSimulatorHomeDirectory(String) - - var debugDescription: String { - switch self { - case .cannotDetectUser: - return "Couldn't find Snapshot configuration files - can't detect current user " - case .cannotFindHomeDirectory: - return "Couldn't find Snapshot configuration files - can't detect `Users` dir" - case .cannotFindSimulatorHomeDirectory: - return "Couldn't find simulator home location. Please, check SIMULATOR_HOST_HOME env variable." - case .cannotAccessSimulatorHomeDirectory(let simulatorHostHome): - return "Can't prepare environment. Simulator home location is inaccessible. Does \(simulatorHostHome) exist?" - } - } -} - -open class Snapshot: NSObject { - static var app: XCUIApplication! - static var cacheDirectory: URL! - static var screenshotsDirectory: URL? { - return cacheDirectory.appendingPathComponent("screenshots", isDirectory: true) - } - - open class func setupSnapshot(_ app: XCUIApplication) { - do { - let cacheDir = try pathPrefix() - Snapshot.cacheDirectory = cacheDir - print("cacheDir \(cacheDir)") - Snapshot.app = app - setLanguage(app) - setLocale(app) - setLaunchArguments(app) - } catch let error { - print(error) - } - } - - class func setLanguage(_ app: XCUIApplication) { - let path = cacheDirectory.appendingPathComponent("language.txt") - - do { - let trimCharacterSet = CharacterSet.whitespacesAndNewlines - deviceLanguage = try String(contentsOf: path, encoding: .utf8).trimmingCharacters(in: trimCharacterSet) - app.launchArguments += ["-AppleLanguages", "(\(deviceLanguage))"] - } catch { - print("Couldn't detect/set language...") - } - } - - class func setLocale(_ app: XCUIApplication) { - let path = cacheDirectory.appendingPathComponent("locale.txt") - - do { - let trimCharacterSet = CharacterSet.whitespacesAndNewlines - locale = try String(contentsOf: path, encoding: .utf8).trimmingCharacters(in: trimCharacterSet) - } catch { - print("Couldn't detect/set locale...") - } - if locale.isEmpty { - locale = Locale(identifier: deviceLanguage).identifier - } - app.launchArguments += ["-AppleLocale", "\"\(locale)\""] - } - - class func setLaunchArguments(_ app: XCUIApplication) { - let path = cacheDirectory.appendingPathComponent("snapshot-launch_arguments.txt") - app.launchArguments += ["-FASTLANE_SNAPSHOT", "YES", "-ui_testing"] - - do { - let launchArguments = try String(contentsOf: path, encoding: String.Encoding.utf8) - let regex = try NSRegularExpression(pattern: "(\\\".+?\\\"|\\S+)", options: []) - let matches = regex.matches(in: launchArguments, options: [], range: NSRange(location:0, length: launchArguments.count)) - let results = matches.map { result -> String in - (launchArguments as NSString).substring(with: result.range) - } - app.launchArguments += results - } catch { - print("Couldn't detect/set launch_arguments...") - } - } - - open class func snapshot(_ name: String, waitForLoadingIndicator: Bool = true) { - if waitForLoadingIndicator { - waitForLoadingIndicatorToDisappear() - } - - print("snapshot: \(name)") // more information about this, check out https://github.com/fastlane/fastlane/tree/master/snapshot#how-does-it-work - - sleep(1) // Waiting for the animation to be finished (kind of) - - #if os(OSX) - XCUIApplication().typeKey(XCUIKeyboardKeySecondaryFn, modifierFlags: []) - #else - let screenshot = app.windows.firstMatch.screenshot() - guard let simulator = ProcessInfo().environment["SIMULATOR_DEVICE_NAME"], let screenshotsDir = screenshotsDirectory else { return } - let path = screenshotsDir.appendingPathComponent("\(simulator)-\(name).png") - do { - try screenshot.pngRepresentation.write(to: path) - } catch let error { - print("Problem writing screenshot: \(name) to \(path)") - print(error) - } - #endif - } - - class func waitForLoadingIndicatorToDisappear() { - #if os(tvOS) - return - #endif - - let query = XCUIApplication().statusBars.children(matching: .other).element(boundBy: 1).children(matching: .other) - - while (0.. URL? { - let homeDir: URL - // on OSX config is stored in /Users//Library - // and on iOS/tvOS/WatchOS it's in simulator's home dir - #if os(OSX) - guard let user = ProcessInfo().environment["USER"] else { - throw SnapshotError.cannotDetectUser - } - - guard let usersDir = FileManager.default.urls(for: .userDirectory, in: .localDomainMask).first else { - throw SnapshotError.cannotFindHomeDirectory - } - - homeDir = usersDir.appendingPathComponent(user) - #else - guard let simulatorHostHome = ProcessInfo().environment["SIMULATOR_HOST_HOME"] else { - throw SnapshotError.cannotFindSimulatorHomeDirectory - } - guard let homeDirUrl = URL(string: simulatorHostHome) else { - throw SnapshotError.cannotAccessSimulatorHomeDirectory(simulatorHostHome) - } - homeDir = URL(fileURLWithPath: homeDirUrl.path) - #endif - return homeDir.appendingPathComponent("Library/Caches/tools.fastlane") - } -} - -extension XCUIElement { - var isLoadingIndicator: Bool { - let whiteListedLoaders = ["GeofenceLocationTrackingOn", "StandardLocationTrackingOn"] - if whiteListedLoaders.contains(self.identifier) { - return false - } - return self.frame.size == CGSize(width: 10, height: 20) - } -} - -// Please don't remove the lines below -// They are used to detect outdated configuration files -// SnapshotHelperVersion [1.5] diff --git a/Telegram-iOS UITests/Telegram_iOS_UITests.swift b/Telegram-iOS UITests/Telegram_iOS_UITests.swift deleted file mode 100644 index 77877422c0..0000000000 --- a/Telegram-iOS UITests/Telegram_iOS_UITests.swift +++ /dev/null @@ -1,53 +0,0 @@ -import XCTest - -class Telegram_iOS_UITests: XCTestCase { - var app: XCUIApplication! - - override func setUp() { - super.setUp() - - self.continueAfterFailure = false - - self.app = XCUIApplication() - let path = Bundle(for: type(of: self)).bundlePath - - self.app.launchEnvironment["snapshot-data-path"] = path - setupSnapshot(app) - } - - override func tearDown() { - super.tearDown() - } - - func testChatList() { - self.app.launchArguments = ["snapshot:chat-list"] - self.app.launch() - XCTAssert(self.app.wait(for: .runningForeground, timeout: 10.0)) - snapshot("01ChatList") - sleep(1) - } - - func testSecretChat() { - self.app.launchArguments = ["snapshot:secret-chat"] - self.app.launch() - XCTAssert(self.app.wait(for: .runningForeground, timeout: 10.0)) - snapshot("02SecretChat") - sleep(1) - } - - func testSettings() { - self.app.launchArguments = ["snapshot:settings"] - self.app.launch() - XCTAssert(self.app.wait(for: .runningForeground, timeout: 10.0)) - snapshot("04Settings") - sleep(1) - } - - func testAppearanceSettings() { - self.app.launchArguments = ["snapshot:appearance-settings"] - self.app.launch() - XCTAssert(self.app.wait(for: .runningForeground, timeout: 10.0)) - snapshot("05AppearanceSettings") - sleep(1) - } -} diff --git a/Telegram-iOSTests/Info.plist b/Telegram-iOSTests/Info.plist deleted file mode 100644 index 4e002d9359..0000000000 --- a/Telegram-iOSTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 667 - - diff --git a/Telegram-iOSTests/ListViewTests.swift b/Telegram-iOSTests/ListViewTests.swift deleted file mode 100644 index c5da8cd790..0000000000 --- a/Telegram-iOSTests/ListViewTests.swift +++ /dev/null @@ -1,29 +0,0 @@ -import XCTest -import Display - -class ListViewTests: XCTestCase { - var listView: ListView! - - override func setUp() { - super.setUp() - - // Put setup code here. This method is called before the invocation of each test method in the class. - - // In UI tests it is usually best to stop immediately when a failure occurs. - continueAfterFailure = false - // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method. - XCUIApplication().launch() - - // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. - } - - override func tearDown() { - // Put teardown code here. This method is called after the invocation of each test method in the class. - super.tearDown() - } - - func testExample() { - // Use recording to get started writing UI tests. - // Use XCTAssert and related functions to verify your tests produce the correct results. - } -} diff --git a/Telegram-iOSTests/Telegram_iOSTests.swift b/Telegram-iOSTests/Telegram_iOSTests.swift deleted file mode 100644 index eb6bb07928..0000000000 --- a/Telegram-iOSTests/Telegram_iOSTests.swift +++ /dev/null @@ -1,36 +0,0 @@ -// -// Telegram_iOSTests.swift -// Telegram-iOSTests -// -// Created by Peter on 10/06/15. -// Copyright (c) 2015 Telegram. All rights reserved. -// - -import UIKit -import XCTest - -class Telegram_iOSTests: XCTestCase { - - override func setUp() { - super.setUp() - // Put setup code here. This method is called before the invocation of each test method in the class. - } - - override func tearDown() { - // Put teardown code here. This method is called after the invocation of each test method in the class. - super.tearDown() - } - - func testExample() { - // This is an example of a functional test case. - XCTAssert(true, "Pass") - } - - func testPerformanceExample() { - // This is an example of a performance test case. - self.measure { - // Put the code you want to measure the time of here. - } - } - -} diff --git a/BUCK b/Telegram/BUCK similarity index 98% rename from BUCK rename to Telegram/BUCK index aff0dc7694..57888d341a 100644 --- a/BUCK +++ b/Telegram/BUCK @@ -53,13 +53,13 @@ resource_dependencies = [ "//submodules/PasswordSetupUI:PasswordSetupUIResources", "//submodules/PasswordSetupUI:PasswordSetupUIAssets", "//submodules/OverlayStatusController:OverlayStatusControllerResources", - "//:AppResources", - "//:AppStringResources", - "//:InfoPlistStringResources", - "//:AppIntentVocabularyResources", - "//:Icons", - "//:AdditionalIcons", - "//:LaunchScreen", + ":AppResources", + ":AppStringResources", + ":InfoPlistStringResources", + ":AppIntentVocabularyResources", + ":Icons", + ":AdditionalIcons", + ":LaunchScreen", ] build_phase_scripts = [ @@ -129,7 +129,6 @@ apple_resource( apple_library( name = "AppLibrary", visibility = [ - "//:", "//...", ], configs = library_configs(), @@ -146,7 +145,6 @@ apple_library( apple_binary( name = "AppBinary", visibility = [ - "//:", "//...", ], configs = app_binary_configs(), @@ -163,7 +161,7 @@ apple_binary( apple_bundle( name = "Telegram", visibility = [ - "//:", + "//Telegram:...", ], extension = "app", binary = ":AppBinary", @@ -527,7 +525,7 @@ apple_bundle( name = "WatchApp", binary = ":WatchAppBinary", visibility = [ - "//:", + "//Telegram:...", ], extension = "app", info_plist = "Watch/App/Info.plist", diff --git a/NotificationContent/Info.plist b/Telegram/NotificationContent/Info.plist similarity index 100% rename from NotificationContent/Info.plist rename to Telegram/NotificationContent/Info.plist diff --git a/NotificationContent/NotificationContent-AppStore.entitlements b/Telegram/NotificationContent/NotificationContent-AppStore.entitlements similarity index 100% rename from NotificationContent/NotificationContent-AppStore.entitlements rename to Telegram/NotificationContent/NotificationContent-AppStore.entitlements diff --git a/NotificationContent/NotificationContent-AppStoreLLC.entitlements b/Telegram/NotificationContent/NotificationContent-AppStoreLLC.entitlements similarity index 100% rename from NotificationContent/NotificationContent-AppStoreLLC.entitlements rename to Telegram/NotificationContent/NotificationContent-AppStoreLLC.entitlements diff --git a/NotificationContent/NotificationContent-Bridging-Header.h b/Telegram/NotificationContent/NotificationContent-Bridging-Header.h similarity index 100% rename from NotificationContent/NotificationContent-Bridging-Header.h rename to Telegram/NotificationContent/NotificationContent-Bridging-Header.h diff --git a/NotificationContent/NotificationContent-Fork.entitlements b/Telegram/NotificationContent/NotificationContent-Fork.entitlements similarity index 100% rename from NotificationContent/NotificationContent-Fork.entitlements rename to Telegram/NotificationContent/NotificationContent-Fork.entitlements diff --git a/NotificationContent/NotificationContent-HockeyApp.entitlements b/Telegram/NotificationContent/NotificationContent-HockeyApp.entitlements similarity index 100% rename from NotificationContent/NotificationContent-HockeyApp.entitlements rename to Telegram/NotificationContent/NotificationContent-HockeyApp.entitlements diff --git a/NotificationContent/NotificationContent.entitlements b/Telegram/NotificationContent/NotificationContent.entitlements similarity index 100% rename from NotificationContent/NotificationContent.entitlements rename to Telegram/NotificationContent/NotificationContent.entitlements diff --git a/NotificationContent/NotificationViewController.swift b/Telegram/NotificationContent/NotificationViewController.swift similarity index 100% rename from NotificationContent/NotificationViewController.swift rename to Telegram/NotificationContent/NotificationViewController.swift diff --git a/NotificationService/Api.h b/Telegram/NotificationService/Api.h similarity index 100% rename from NotificationService/Api.h rename to Telegram/NotificationService/Api.h diff --git a/NotificationService/Api.m b/Telegram/NotificationService/Api.m similarity index 100% rename from NotificationService/Api.m rename to Telegram/NotificationService/Api.m diff --git a/NotificationService/ApplicationSpecificSharedDataKeys.swift b/Telegram/NotificationService/ApplicationSpecificSharedDataKeys.swift similarity index 100% rename from NotificationService/ApplicationSpecificSharedDataKeys.swift rename to Telegram/NotificationService/ApplicationSpecificSharedDataKeys.swift diff --git a/NotificationService/Attachments.h b/Telegram/NotificationService/Attachments.h similarity index 100% rename from NotificationService/Attachments.h rename to Telegram/NotificationService/Attachments.h diff --git a/NotificationService/Attachments.m b/Telegram/NotificationService/Attachments.m similarity index 100% rename from NotificationService/Attachments.m rename to Telegram/NotificationService/Attachments.m diff --git a/NotificationService/FetchImage.h b/Telegram/NotificationService/FetchImage.h similarity index 100% rename from NotificationService/FetchImage.h rename to Telegram/NotificationService/FetchImage.h diff --git a/NotificationService/FetchImage.m b/Telegram/NotificationService/FetchImage.m similarity index 100% rename from NotificationService/FetchImage.m rename to Telegram/NotificationService/FetchImage.m diff --git a/NotificationService/InAppNotificationSettings.swift b/Telegram/NotificationService/InAppNotificationSettings.swift similarity index 100% rename from NotificationService/InAppNotificationSettings.swift rename to Telegram/NotificationService/InAppNotificationSettings.swift diff --git a/NotificationService/Info.plist b/Telegram/NotificationService/Info.plist similarity index 100% rename from NotificationService/Info.plist rename to Telegram/NotificationService/Info.plist diff --git a/NotificationService/Namespaces.swift b/Telegram/NotificationService/Namespaces.swift similarity index 100% rename from NotificationService/Namespaces.swift rename to Telegram/NotificationService/Namespaces.swift diff --git a/NotificationService/NotificationService-AppStore.entitlements b/Telegram/NotificationService/NotificationService-AppStore.entitlements similarity index 100% rename from NotificationService/NotificationService-AppStore.entitlements rename to Telegram/NotificationService/NotificationService-AppStore.entitlements diff --git a/NotificationService/NotificationService-AppStoreLLC.entitlements b/Telegram/NotificationService/NotificationService-AppStoreLLC.entitlements similarity index 100% rename from NotificationService/NotificationService-AppStoreLLC.entitlements rename to Telegram/NotificationService/NotificationService-AppStoreLLC.entitlements diff --git a/NotificationService/NotificationService-Bridging-Header.h b/Telegram/NotificationService/NotificationService-Bridging-Header.h similarity index 100% rename from NotificationService/NotificationService-Bridging-Header.h rename to Telegram/NotificationService/NotificationService-Bridging-Header.h diff --git a/NotificationService/NotificationService-Fork.entitlements b/Telegram/NotificationService/NotificationService-Fork.entitlements similarity index 100% rename from NotificationService/NotificationService-Fork.entitlements rename to Telegram/NotificationService/NotificationService-Fork.entitlements diff --git a/NotificationService/NotificationService-HockeyApp.entitlements b/Telegram/NotificationService/NotificationService-HockeyApp.entitlements similarity index 100% rename from NotificationService/NotificationService-HockeyApp.entitlements rename to Telegram/NotificationService/NotificationService-HockeyApp.entitlements diff --git a/NotificationService/NotificationService.h b/Telegram/NotificationService/NotificationService.h similarity index 100% rename from NotificationService/NotificationService.h rename to Telegram/NotificationService/NotificationService.h diff --git a/NotificationService/NotificationService.m b/Telegram/NotificationService/NotificationService.m similarity index 100% rename from NotificationService/NotificationService.m rename to Telegram/NotificationService/NotificationService.m diff --git a/NotificationService/NotificationService.swift b/Telegram/NotificationService/NotificationService.swift similarity index 100% rename from NotificationService/NotificationService.swift rename to Telegram/NotificationService/NotificationService.swift diff --git a/NotificationService/Serialization.h b/Telegram/NotificationService/Serialization.h similarity index 100% rename from NotificationService/Serialization.h rename to Telegram/NotificationService/Serialization.h diff --git a/NotificationService/Serialization.m b/Telegram/NotificationService/Serialization.m similarity index 100% rename from NotificationService/Serialization.m rename to Telegram/NotificationService/Serialization.m diff --git a/NotificationService/StoredAccountInfos.h b/Telegram/NotificationService/StoredAccountInfos.h similarity index 100% rename from NotificationService/StoredAccountInfos.h rename to Telegram/NotificationService/StoredAccountInfos.h diff --git a/NotificationService/StoredAccountInfos.m b/Telegram/NotificationService/StoredAccountInfos.m similarity index 100% rename from NotificationService/StoredAccountInfos.m rename to Telegram/NotificationService/StoredAccountInfos.m diff --git a/NotificationService/Sync.swift b/Telegram/NotificationService/Sync.swift similarity index 100% rename from NotificationService/Sync.swift rename to Telegram/NotificationService/Sync.swift diff --git a/NotificationService/TelegramChannel.swift b/Telegram/NotificationService/TelegramChannel.swift similarity index 100% rename from NotificationService/TelegramChannel.swift rename to Telegram/NotificationService/TelegramChannel.swift diff --git a/Share/Info.plist b/Telegram/Share/Info.plist similarity index 100% rename from Share/Info.plist rename to Telegram/Share/Info.plist diff --git a/Share/Share-AppStore.entitlements b/Telegram/Share/Share-AppStore.entitlements similarity index 100% rename from Share/Share-AppStore.entitlements rename to Telegram/Share/Share-AppStore.entitlements diff --git a/Share/Share-AppStoreLLC.entitlements b/Telegram/Share/Share-AppStoreLLC.entitlements similarity index 100% rename from Share/Share-AppStoreLLC.entitlements rename to Telegram/Share/Share-AppStoreLLC.entitlements diff --git a/Share/Share-Bridging-Header.h b/Telegram/Share/Share-Bridging-Header.h similarity index 100% rename from Share/Share-Bridging-Header.h rename to Telegram/Share/Share-Bridging-Header.h diff --git a/Share/Share-Fork.entitlements b/Telegram/Share/Share-Fork.entitlements similarity index 100% rename from Share/Share-Fork.entitlements rename to Telegram/Share/Share-Fork.entitlements diff --git a/Share/Share-HockeyApp.entitlements b/Telegram/Share/Share-HockeyApp.entitlements similarity index 100% rename from Share/Share-HockeyApp.entitlements rename to Telegram/Share/Share-HockeyApp.entitlements diff --git a/Share/ShareRootController.swift b/Telegram/Share/ShareRootController.swift similarity index 100% rename from Share/ShareRootController.swift rename to Telegram/Share/ShareRootController.swift diff --git a/Share/en.lproj/Localizable.strings b/Telegram/Share/en.lproj/Localizable.strings similarity index 100% rename from Share/en.lproj/Localizable.strings rename to Telegram/Share/en.lproj/Localizable.strings diff --git a/SiriIntents/Info.plist b/Telegram/SiriIntents/Info.plist similarity index 100% rename from SiriIntents/Info.plist rename to Telegram/SiriIntents/Info.plist diff --git a/SiriIntents/IntentContacts.swift b/Telegram/SiriIntents/IntentContacts.swift similarity index 100% rename from SiriIntents/IntentContacts.swift rename to Telegram/SiriIntents/IntentContacts.swift diff --git a/SiriIntents/IntentHandler.swift b/Telegram/SiriIntents/IntentHandler.swift similarity index 100% rename from SiriIntents/IntentHandler.swift rename to Telegram/SiriIntents/IntentHandler.swift diff --git a/SiriIntents/IntentMessages.swift b/Telegram/SiriIntents/IntentMessages.swift similarity index 100% rename from SiriIntents/IntentMessages.swift rename to Telegram/SiriIntents/IntentMessages.swift diff --git a/SiriIntents/SiriIntents-AppStore.entitlements b/Telegram/SiriIntents/SiriIntents-AppStore.entitlements similarity index 100% rename from SiriIntents/SiriIntents-AppStore.entitlements rename to Telegram/SiriIntents/SiriIntents-AppStore.entitlements diff --git a/SiriIntents/SiriIntents-AppStoreLLC.entitlements b/Telegram/SiriIntents/SiriIntents-AppStoreLLC.entitlements similarity index 100% rename from SiriIntents/SiriIntents-AppStoreLLC.entitlements rename to Telegram/SiriIntents/SiriIntents-AppStoreLLC.entitlements diff --git a/SiriIntents/SiriIntents-Bridging-Header.h b/Telegram/SiriIntents/SiriIntents-Bridging-Header.h similarity index 100% rename from SiriIntents/SiriIntents-Bridging-Header.h rename to Telegram/SiriIntents/SiriIntents-Bridging-Header.h diff --git a/SiriIntents/SiriIntents-Fork.entitlements b/Telegram/SiriIntents/SiriIntents-Fork.entitlements similarity index 100% rename from SiriIntents/SiriIntents-Fork.entitlements rename to Telegram/SiriIntents/SiriIntents-Fork.entitlements diff --git a/SiriIntents/SiriIntents-Hockeyapp.entitlements b/Telegram/SiriIntents/SiriIntents-Hockeyapp.entitlements similarity index 100% rename from SiriIntents/SiriIntents-Hockeyapp.entitlements rename to Telegram/SiriIntents/SiriIntents-Hockeyapp.entitlements diff --git a/SupportFiles/Empty.swift b/Telegram/SupportFiles/Empty.swift similarity index 100% rename from SupportFiles/Empty.swift rename to Telegram/SupportFiles/Empty.swift diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Contents.json b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Contents.json similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Contents.json rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Contents.json diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@120x120-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@120x120-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@120x120-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@120x120-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@120x120.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@120x120.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@120x120.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@120x120.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@152x152.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@152x152.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@152x152.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@152x152.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@167x167.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@167x167.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@167x167.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@167x167.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@180x180.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@180x180.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@180x180.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@180x180.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@20x20.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@20x20.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@20x20.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@20x20.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@29x29.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@29x29.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@29x29.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@29x29.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@40x40-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@40x40-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@40x40-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@40x40-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@40x40-2.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@40x40-2.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@40x40-2.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@40x40-2.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@40x40.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@40x40.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@40x40.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@40x40.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@58x58-2.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@58x58-2.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@58x58-2.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@58x58-2.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@58x58.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@58x58.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@58x58.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@58x58.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@60x60.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@60x60.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@60x60.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@60x60.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@76x76.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@76x76.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@76x76.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@76x76.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@80x80-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@80x80-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@80x80-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@80x80-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@80x80.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@80x80.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@80x80.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@80x80.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@87x87.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@87x87.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@87x87.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackFilledIcon.appiconset/Icon4@87x87.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Contents.json b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Contents.json similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Contents.json rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Contents.json diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@120x120-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@120x120-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@120x120-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@120x120-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@120x120.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@120x120.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@120x120.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@120x120.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@152x152.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@152x152.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@152x152.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@152x152.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@167x167.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@167x167.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@167x167.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@167x167.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@180x180.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@180x180.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@180x180.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@180x180.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@20x20.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@20x20.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@20x20.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@20x20.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@29x29.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@29x29.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@29x29.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@29x29.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@40x40-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@40x40-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@40x40-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@40x40-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@40x40-2.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@40x40-2.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@40x40-2.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@40x40-2.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@40x40.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@40x40.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@40x40.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@40x40.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@58x58-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@58x58-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@58x58-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@58x58-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@58x58.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@58x58.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@58x58.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@58x58.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@60x60.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@60x60.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@60x60.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@60x60.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@76x76.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@76x76.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@76x76.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@76x76.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@80x80-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@80x80-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@80x80-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@80x80-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@80x80.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@80x80.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@80x80.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@80x80.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@87x87.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@87x87.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@87x87.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlackIcon.appiconset/Icon2@87x87.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Contents.json b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Contents.json similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Contents.json rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Contents.json diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@120x120-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@120x120-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@120x120-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@120x120-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@120x120.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@120x120.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@120x120.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@120x120.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@152x152.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@152x152.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@152x152.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@152x152.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@167x167.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@167x167.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@167x167.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@167x167.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@180x180.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@180x180.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@180x180.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@180x180.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@20x20.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@20x20.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@20x20.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@20x20.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@29x29.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@29x29.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@29x29.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@29x29.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@40x40-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@40x40-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@40x40-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@40x40-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@40x40-2.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@40x40-2.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@40x40-2.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@40x40-2.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@40x40.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@40x40.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@40x40.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@40x40.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@58x58-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@58x58-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@58x58-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@58x58-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@58x58.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@58x58.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@58x58.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@58x58.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@60x60.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@60x60.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@60x60.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@60x60.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@76x76.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@76x76.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@76x76.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@76x76.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@80x80-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@80x80-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@80x80-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@80x80-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@80x80.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@80x80.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@80x80.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@80x80.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@87x87.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@87x87.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@87x87.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueFilledIcon.appiconset/Icon3@87x87.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Contents.json b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Contents.json similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Contents.json rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Contents.json diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@120x120-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@120x120-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@120x120-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@120x120-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@120x120.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@120x120.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@120x120.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@120x120.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@152x152.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@152x152.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@152x152.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@152x152.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@167x167.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@167x167.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@167x167.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@167x167.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@180x180.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@180x180.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@180x180.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@180x180.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@20x20.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@20x20.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@20x20.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@20x20.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@29x29.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@29x29.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@29x29.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@29x29.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@40x40-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@40x40-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@40x40-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@40x40-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@40x40-2.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@40x40-2.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@40x40-2.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@40x40-2.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@40x40.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@40x40.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@40x40.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@40x40.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@58x58-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@58x58-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@58x58-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@58x58-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@58x58.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@58x58.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@58x58.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@58x58.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@60x60.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@60x60.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@60x60.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@60x60.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@76x76.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@76x76.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@76x76.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@76x76.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@80x80-1.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@80x80-1.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@80x80-1.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@80x80-1.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@80x80.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@80x80.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@80x80.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@80x80.png diff --git a/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@87x87.png b/Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@87x87.png similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@87x87.png rename to Telegram/Telegram-iOS/AppIcons.xcassets/BlueIcon.appiconset/Icon1@87x87.png diff --git a/Telegram-iOS/AppIcons.xcassets/Contents.json b/Telegram/Telegram-iOS/AppIcons.xcassets/Contents.json similarity index 100% rename from Telegram-iOS/AppIcons.xcassets/Contents.json rename to Telegram/Telegram-iOS/AppIcons.xcassets/Contents.json diff --git a/Telegram-iOS/Application.swift b/Telegram/Telegram-iOS/Application.swift similarity index 100% rename from Telegram-iOS/Application.swift rename to Telegram/Telegram-iOS/Application.swift diff --git a/Telegram-iOS/Base.lproj/LaunchScreen.xib b/Telegram/Telegram-iOS/Base.lproj/LaunchScreen.xib similarity index 100% rename from Telegram-iOS/Base.lproj/LaunchScreen.xib rename to Telegram/Telegram-iOS/Base.lproj/LaunchScreen.xib diff --git a/Telegram-iOS/BlackClassicIcon@2x.png b/Telegram/Telegram-iOS/BlackClassicIcon@2x.png similarity index 100% rename from Telegram-iOS/BlackClassicIcon@2x.png rename to Telegram/Telegram-iOS/BlackClassicIcon@2x.png diff --git a/Telegram-iOS/BlackClassicIcon@3x.png b/Telegram/Telegram-iOS/BlackClassicIcon@3x.png similarity index 100% rename from Telegram-iOS/BlackClassicIcon@3x.png rename to Telegram/Telegram-iOS/BlackClassicIcon@3x.png diff --git a/Telegram-iOS/BlackClassicIconIpad.png b/Telegram/Telegram-iOS/BlackClassicIconIpad.png similarity index 100% rename from Telegram-iOS/BlackClassicIconIpad.png rename to Telegram/Telegram-iOS/BlackClassicIconIpad.png diff --git a/Telegram-iOS/BlackClassicIconIpad@2x.png b/Telegram/Telegram-iOS/BlackClassicIconIpad@2x.png similarity index 100% rename from Telegram-iOS/BlackClassicIconIpad@2x.png rename to Telegram/Telegram-iOS/BlackClassicIconIpad@2x.png diff --git a/Telegram-iOS/BlackClassicIconLargeIpad@2x.png b/Telegram/Telegram-iOS/BlackClassicIconLargeIpad@2x.png similarity index 100% rename from Telegram-iOS/BlackClassicIconLargeIpad@2x.png rename to Telegram/Telegram-iOS/BlackClassicIconLargeIpad@2x.png diff --git a/Telegram-iOS/BlackClassicNotificationIcon.png b/Telegram/Telegram-iOS/BlackClassicNotificationIcon.png similarity index 100% rename from Telegram-iOS/BlackClassicNotificationIcon.png rename to Telegram/Telegram-iOS/BlackClassicNotificationIcon.png diff --git a/Telegram-iOS/BlackClassicNotificationIcon@2x.png b/Telegram/Telegram-iOS/BlackClassicNotificationIcon@2x.png similarity index 100% rename from Telegram-iOS/BlackClassicNotificationIcon@2x.png rename to Telegram/Telegram-iOS/BlackClassicNotificationIcon@2x.png diff --git a/Telegram-iOS/BlackClassicNotificationIcon@3x.png b/Telegram/Telegram-iOS/BlackClassicNotificationIcon@3x.png similarity index 100% rename from Telegram-iOS/BlackClassicNotificationIcon@3x.png rename to Telegram/Telegram-iOS/BlackClassicNotificationIcon@3x.png diff --git a/Telegram-iOS/BlackFilledIcon@2x.png b/Telegram/Telegram-iOS/BlackFilledIcon@2x.png similarity index 100% rename from Telegram-iOS/BlackFilledIcon@2x.png rename to Telegram/Telegram-iOS/BlackFilledIcon@2x.png diff --git a/Telegram-iOS/BlackFilledIcon@3x.png b/Telegram/Telegram-iOS/BlackFilledIcon@3x.png similarity index 100% rename from Telegram-iOS/BlackFilledIcon@3x.png rename to Telegram/Telegram-iOS/BlackFilledIcon@3x.png diff --git a/Telegram-iOS/BlackFilledIconIpad.png b/Telegram/Telegram-iOS/BlackFilledIconIpad.png similarity index 100% rename from Telegram-iOS/BlackFilledIconIpad.png rename to Telegram/Telegram-iOS/BlackFilledIconIpad.png diff --git a/Telegram-iOS/BlackFilledIconIpad@2x.png b/Telegram/Telegram-iOS/BlackFilledIconIpad@2x.png similarity index 100% rename from Telegram-iOS/BlackFilledIconIpad@2x.png rename to Telegram/Telegram-iOS/BlackFilledIconIpad@2x.png diff --git a/Telegram-iOS/BlackFilledIconLargeIpad@2x.png b/Telegram/Telegram-iOS/BlackFilledIconLargeIpad@2x.png similarity index 100% rename from Telegram-iOS/BlackFilledIconLargeIpad@2x.png rename to Telegram/Telegram-iOS/BlackFilledIconLargeIpad@2x.png diff --git a/Telegram-iOS/BlackIcon@2x.png b/Telegram/Telegram-iOS/BlackIcon@2x.png similarity index 100% rename from Telegram-iOS/BlackIcon@2x.png rename to Telegram/Telegram-iOS/BlackIcon@2x.png diff --git a/Telegram-iOS/BlackIcon@3x.png b/Telegram/Telegram-iOS/BlackIcon@3x.png similarity index 100% rename from Telegram-iOS/BlackIcon@3x.png rename to Telegram/Telegram-iOS/BlackIcon@3x.png diff --git a/Telegram-iOS/BlackIconIpad.png b/Telegram/Telegram-iOS/BlackIconIpad.png similarity index 100% rename from Telegram-iOS/BlackIconIpad.png rename to Telegram/Telegram-iOS/BlackIconIpad.png diff --git a/Telegram-iOS/BlackIconIpad@2x.png b/Telegram/Telegram-iOS/BlackIconIpad@2x.png similarity index 100% rename from Telegram-iOS/BlackIconIpad@2x.png rename to Telegram/Telegram-iOS/BlackIconIpad@2x.png diff --git a/Telegram-iOS/BlackIconLargeIpad@2x.png b/Telegram/Telegram-iOS/BlackIconLargeIpad@2x.png similarity index 100% rename from Telegram-iOS/BlackIconLargeIpad@2x.png rename to Telegram/Telegram-iOS/BlackIconLargeIpad@2x.png diff --git a/Telegram-iOS/BlackNotificationIcon.png b/Telegram/Telegram-iOS/BlackNotificationIcon.png similarity index 100% rename from Telegram-iOS/BlackNotificationIcon.png rename to Telegram/Telegram-iOS/BlackNotificationIcon.png diff --git a/Telegram-iOS/BlackNotificationIcon@2x.png b/Telegram/Telegram-iOS/BlackNotificationIcon@2x.png similarity index 100% rename from Telegram-iOS/BlackNotificationIcon@2x.png rename to Telegram/Telegram-iOS/BlackNotificationIcon@2x.png diff --git a/Telegram-iOS/BlackNotificationIcon@3x.png b/Telegram/Telegram-iOS/BlackNotificationIcon@3x.png similarity index 100% rename from Telegram-iOS/BlackNotificationIcon@3x.png rename to Telegram/Telegram-iOS/BlackNotificationIcon@3x.png diff --git a/Telegram-iOS/BlueClassicIcon@2x.png b/Telegram/Telegram-iOS/BlueClassicIcon@2x.png similarity index 100% rename from Telegram-iOS/BlueClassicIcon@2x.png rename to Telegram/Telegram-iOS/BlueClassicIcon@2x.png diff --git a/Telegram-iOS/BlueClassicIcon@3x.png b/Telegram/Telegram-iOS/BlueClassicIcon@3x.png similarity index 100% rename from Telegram-iOS/BlueClassicIcon@3x.png rename to Telegram/Telegram-iOS/BlueClassicIcon@3x.png diff --git a/Telegram-iOS/BlueClassicIconIpad.png b/Telegram/Telegram-iOS/BlueClassicIconIpad.png similarity index 100% rename from Telegram-iOS/BlueClassicIconIpad.png rename to Telegram/Telegram-iOS/BlueClassicIconIpad.png diff --git a/Telegram-iOS/BlueClassicIconIpad@2x.png b/Telegram/Telegram-iOS/BlueClassicIconIpad@2x.png similarity index 100% rename from Telegram-iOS/BlueClassicIconIpad@2x.png rename to Telegram/Telegram-iOS/BlueClassicIconIpad@2x.png diff --git a/Telegram-iOS/BlueClassicIconLargeIpad@2x.png b/Telegram/Telegram-iOS/BlueClassicIconLargeIpad@2x.png similarity index 100% rename from Telegram-iOS/BlueClassicIconLargeIpad@2x.png rename to Telegram/Telegram-iOS/BlueClassicIconLargeIpad@2x.png diff --git a/Telegram-iOS/BlueClassicNotificationIcon.png b/Telegram/Telegram-iOS/BlueClassicNotificationIcon.png similarity index 100% rename from Telegram-iOS/BlueClassicNotificationIcon.png rename to Telegram/Telegram-iOS/BlueClassicNotificationIcon.png diff --git a/Telegram-iOS/BlueClassicNotificationIcon@2x.png b/Telegram/Telegram-iOS/BlueClassicNotificationIcon@2x.png similarity index 100% rename from Telegram-iOS/BlueClassicNotificationIcon@2x.png rename to Telegram/Telegram-iOS/BlueClassicNotificationIcon@2x.png diff --git a/Telegram-iOS/BlueClassicNotificationIcon@3x.png b/Telegram/Telegram-iOS/BlueClassicNotificationIcon@3x.png similarity index 100% rename from Telegram-iOS/BlueClassicNotificationIcon@3x.png rename to Telegram/Telegram-iOS/BlueClassicNotificationIcon@3x.png diff --git a/Telegram-iOS/BlueFilledIcon@2x.png b/Telegram/Telegram-iOS/BlueFilledIcon@2x.png similarity index 100% rename from Telegram-iOS/BlueFilledIcon@2x.png rename to Telegram/Telegram-iOS/BlueFilledIcon@2x.png diff --git a/Telegram-iOS/BlueFilledIcon@3x.png b/Telegram/Telegram-iOS/BlueFilledIcon@3x.png similarity index 100% rename from Telegram-iOS/BlueFilledIcon@3x.png rename to Telegram/Telegram-iOS/BlueFilledIcon@3x.png diff --git a/Telegram-iOS/BlueFilledIconIpad.png b/Telegram/Telegram-iOS/BlueFilledIconIpad.png similarity index 100% rename from Telegram-iOS/BlueFilledIconIpad.png rename to Telegram/Telegram-iOS/BlueFilledIconIpad.png diff --git a/Telegram-iOS/BlueFilledIconIpad@2x.png b/Telegram/Telegram-iOS/BlueFilledIconIpad@2x.png similarity index 100% rename from Telegram-iOS/BlueFilledIconIpad@2x.png rename to Telegram/Telegram-iOS/BlueFilledIconIpad@2x.png diff --git a/Telegram-iOS/BlueFilledIconLargeIpad@2x.png b/Telegram/Telegram-iOS/BlueFilledIconLargeIpad@2x.png similarity index 100% rename from Telegram-iOS/BlueFilledIconLargeIpad@2x.png rename to Telegram/Telegram-iOS/BlueFilledIconLargeIpad@2x.png diff --git a/Telegram-iOS/BlueIcon@2x.png b/Telegram/Telegram-iOS/BlueIcon@2x.png similarity index 100% rename from Telegram-iOS/BlueIcon@2x.png rename to Telegram/Telegram-iOS/BlueIcon@2x.png diff --git a/Telegram-iOS/BlueIcon@3x.png b/Telegram/Telegram-iOS/BlueIcon@3x.png similarity index 100% rename from Telegram-iOS/BlueIcon@3x.png rename to Telegram/Telegram-iOS/BlueIcon@3x.png diff --git a/Telegram-iOS/BlueIconIpad.png b/Telegram/Telegram-iOS/BlueIconIpad.png similarity index 100% rename from Telegram-iOS/BlueIconIpad.png rename to Telegram/Telegram-iOS/BlueIconIpad.png diff --git a/Telegram-iOS/BlueIconIpad@2x.png b/Telegram/Telegram-iOS/BlueIconIpad@2x.png similarity index 100% rename from Telegram-iOS/BlueIconIpad@2x.png rename to Telegram/Telegram-iOS/BlueIconIpad@2x.png diff --git a/Telegram-iOS/BlueIconLargeIpad@2x.png b/Telegram/Telegram-iOS/BlueIconLargeIpad@2x.png similarity index 100% rename from Telegram-iOS/BlueIconLargeIpad@2x.png rename to Telegram/Telegram-iOS/BlueIconLargeIpad@2x.png diff --git a/Telegram-iOS/BlueNotificationIcon.png b/Telegram/Telegram-iOS/BlueNotificationIcon.png similarity index 100% rename from Telegram-iOS/BlueNotificationIcon.png rename to Telegram/Telegram-iOS/BlueNotificationIcon.png diff --git a/Telegram-iOS/BlueNotificationIcon@2x.png b/Telegram/Telegram-iOS/BlueNotificationIcon@2x.png similarity index 100% rename from Telegram-iOS/BlueNotificationIcon@2x.png rename to Telegram/Telegram-iOS/BlueNotificationIcon@2x.png diff --git a/Telegram-iOS/BlueNotificationIcon@3x.png b/Telegram/Telegram-iOS/BlueNotificationIcon@3x.png similarity index 100% rename from Telegram-iOS/BlueNotificationIcon@3x.png rename to Telegram/Telegram-iOS/BlueNotificationIcon@3x.png diff --git a/Telegram-iOS/Config-AppStoreLLC.xcconfig b/Telegram/Telegram-iOS/Config-AppStoreLLC.xcconfig similarity index 100% rename from Telegram-iOS/Config-AppStoreLLC.xcconfig rename to Telegram/Telegram-iOS/Config-AppStoreLLC.xcconfig diff --git a/Telegram-iOS/Config-Fork.xcconfig b/Telegram/Telegram-iOS/Config-Fork.xcconfig similarity index 100% rename from Telegram-iOS/Config-Fork.xcconfig rename to Telegram/Telegram-iOS/Config-Fork.xcconfig diff --git a/Telegram-iOS/Config-Hockeyapp-Internal.xcconfig b/Telegram/Telegram-iOS/Config-Hockeyapp-Internal.xcconfig similarity index 100% rename from Telegram-iOS/Config-Hockeyapp-Internal.xcconfig rename to Telegram/Telegram-iOS/Config-Hockeyapp-Internal.xcconfig diff --git a/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/Contents.json b/Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIcon.appiconset/Contents.json rename to Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/Contents.json diff --git a/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@1024px.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@1024px.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@1024px.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@1024px.png diff --git a/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@120px.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@120px.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@120px.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@120px.png diff --git a/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@152px.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@152px.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@152px.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@152px.png diff --git a/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@167px.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@167px.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@167px.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@167px.png diff --git a/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@180px.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@180px.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@180px.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@180px.png diff --git a/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@76px.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@76px.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@76px.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIcon.appiconset/icon@76px.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIcon@2x-1.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIcon@2x-1.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIcon@2x-1.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIcon@2x-1.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIcon@2x.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIcon@2x.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIcon@2x.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIcon@2x.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIcon@3x.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIcon@3x.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIcon@3x.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIcon@3x.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIconIpad.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIconIpad.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIconIpad.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIconIpad.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIconIpad@2x.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIconIpad@2x.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIconIpad@2x.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIconIpad@2x.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIconLargeIpad@2x.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIconLargeIpad@2x.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIconLargeIpad@2x.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueIconLargeIpad@2x.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon@2x-1.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon@2x-1.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon@2x-1.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon@2x-1.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon@2x.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon@2x.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon@2x.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon@2x.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon@3x.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon@3x.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon@3x.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/BlueNotificationIcon@3x.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Contents.json b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Contents.json similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Contents.json rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Contents.json diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple-iTunesArtwork.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple-iTunesArtwork.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple-iTunesArtwork.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple-iTunesArtwork.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@29x29.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@29x29.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@29x29.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@29x29.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@40x40-1.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@40x40-1.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@40x40-1.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@40x40-1.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@58x58-1.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@58x58-1.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@58x58-1.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@58x58-1.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@58x58.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@58x58.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@58x58.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@58x58.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@80x80-1.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@80x80-1.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@80x80-1.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@80x80-1.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@80x80.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@80x80.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@80x80.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@80x80.png diff --git a/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@87x87.png b/Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@87x87.png similarity index 100% rename from Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@87x87.png rename to Telegram/Telegram-iOS/Icons.xcassets/AppIconLLC.appiconset/Simple@87x87.png diff --git a/Telegram-iOS/Icons.xcassets/Contents.json b/Telegram/Telegram-iOS/Icons.xcassets/Contents.json similarity index 100% rename from Telegram-iOS/Icons.xcassets/Contents.json rename to Telegram/Telegram-iOS/Icons.xcassets/Contents.json diff --git a/Telegram-iOS/Icons.xcassets/Shortcuts/Account.imageset/Contents.json b/Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/Account.imageset/Contents.json similarity index 100% rename from Telegram-iOS/Icons.xcassets/Shortcuts/Account.imageset/Contents.json rename to Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/Account.imageset/Contents.json diff --git a/Telegram-iOS/Icons.xcassets/Shortcuts/Account.imageset/ic_lt_user.pdf b/Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/Account.imageset/ic_lt_user.pdf similarity index 100% rename from Telegram-iOS/Icons.xcassets/Shortcuts/Account.imageset/ic_lt_user.pdf rename to Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/Account.imageset/ic_lt_user.pdf diff --git a/Telegram-iOS/Icons.xcassets/Shortcuts/Camera.imageset/Contents.json b/Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/Camera.imageset/Contents.json similarity index 100% rename from Telegram-iOS/Icons.xcassets/Shortcuts/Camera.imageset/Contents.json rename to Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/Camera.imageset/Contents.json diff --git a/Telegram-iOS/Icons.xcassets/Shortcuts/Camera.imageset/ic_camera.pdf b/Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/Camera.imageset/ic_camera.pdf similarity index 100% rename from Telegram-iOS/Icons.xcassets/Shortcuts/Camera.imageset/ic_camera.pdf rename to Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/Camera.imageset/ic_camera.pdf diff --git a/Telegram-iOS/Icons.xcassets/Shortcuts/Contents.json b/Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/Contents.json similarity index 100% rename from Telegram-iOS/Icons.xcassets/Shortcuts/Contents.json rename to Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/Contents.json diff --git a/Telegram-iOS/Icons.xcassets/Shortcuts/SavedMessages.imageset/Contents.json b/Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/SavedMessages.imageset/Contents.json similarity index 100% rename from Telegram-iOS/Icons.xcassets/Shortcuts/SavedMessages.imageset/Contents.json rename to Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/SavedMessages.imageset/Contents.json diff --git a/Telegram-iOS/Icons.xcassets/Shortcuts/SavedMessages.imageset/ic_savedmessages.pdf b/Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/SavedMessages.imageset/ic_savedmessages.pdf similarity index 100% rename from Telegram-iOS/Icons.xcassets/Shortcuts/SavedMessages.imageset/ic_savedmessages.pdf rename to Telegram/Telegram-iOS/Icons.xcassets/Shortcuts/SavedMessages.imageset/ic_savedmessages.pdf diff --git a/Telegram-iOS/Info.plist b/Telegram/Telegram-iOS/Info.plist similarity index 100% rename from Telegram-iOS/Info.plist rename to Telegram/Telegram-iOS/Info.plist diff --git a/Telegram-iOS/Resources/Compass.tgs b/Telegram/Telegram-iOS/Resources/Compass.tgs similarity index 100% rename from Telegram-iOS/Resources/Compass.tgs rename to Telegram/Telegram-iOS/Resources/Compass.tgs diff --git a/Telegram-iOS/Resources/Dice_1.tgs b/Telegram/Telegram-iOS/Resources/Dice_1.tgs similarity index 100% rename from Telegram-iOS/Resources/Dice_1.tgs rename to Telegram/Telegram-iOS/Resources/Dice_1.tgs diff --git a/Telegram-iOS/Resources/Dice_2.tgs b/Telegram/Telegram-iOS/Resources/Dice_2.tgs similarity index 100% rename from Telegram-iOS/Resources/Dice_2.tgs rename to Telegram/Telegram-iOS/Resources/Dice_2.tgs diff --git a/Telegram-iOS/Resources/Dice_3.tgs b/Telegram/Telegram-iOS/Resources/Dice_3.tgs similarity index 100% rename from Telegram-iOS/Resources/Dice_3.tgs rename to Telegram/Telegram-iOS/Resources/Dice_3.tgs diff --git a/Telegram-iOS/Resources/Dice_4.tgs b/Telegram/Telegram-iOS/Resources/Dice_4.tgs similarity index 100% rename from Telegram-iOS/Resources/Dice_4.tgs rename to Telegram/Telegram-iOS/Resources/Dice_4.tgs diff --git a/Telegram-iOS/Resources/Dice_5.tgs b/Telegram/Telegram-iOS/Resources/Dice_5.tgs similarity index 100% rename from Telegram-iOS/Resources/Dice_5.tgs rename to Telegram/Telegram-iOS/Resources/Dice_5.tgs diff --git a/Telegram-iOS/Resources/Dice_6.tgs b/Telegram/Telegram-iOS/Resources/Dice_6.tgs similarity index 100% rename from Telegram-iOS/Resources/Dice_6.tgs rename to Telegram/Telegram-iOS/Resources/Dice_6.tgs diff --git a/Telegram-iOS/Resources/NavigationBackArrowLight@2x.png b/Telegram/Telegram-iOS/Resources/NavigationBackArrowLight@2x.png similarity index 100% rename from Telegram-iOS/Resources/NavigationBackArrowLight@2x.png rename to Telegram/Telegram-iOS/Resources/NavigationBackArrowLight@2x.png diff --git a/Telegram-iOS/Resources/NavigationShadow@2x.png b/Telegram/Telegram-iOS/Resources/NavigationShadow@2x.png similarity index 100% rename from Telegram-iOS/Resources/NavigationShadow@2x.png rename to Telegram/Telegram-iOS/Resources/NavigationShadow@2x.png diff --git a/Telegram-iOS/Resources/PhotoEditor/PhotoEditorCaption@2x.png b/Telegram/Telegram-iOS/Resources/PhotoEditor/PhotoEditorCaption@2x.png similarity index 100% rename from Telegram-iOS/Resources/PhotoEditor/PhotoEditorCaption@2x.png rename to Telegram/Telegram-iOS/Resources/PhotoEditor/PhotoEditorCaption@2x.png diff --git a/Telegram-iOS/Resources/PhotoEditor/PhotoEditorCaption@3x.png b/Telegram/Telegram-iOS/Resources/PhotoEditor/PhotoEditorCaption@3x.png similarity index 100% rename from Telegram-iOS/Resources/PhotoEditor/PhotoEditorCaption@3x.png rename to Telegram/Telegram-iOS/Resources/PhotoEditor/PhotoEditorCaption@3x.png diff --git a/Telegram-iOS/Resources/PhotoEditor/PhotoEditorMute@2x.png b/Telegram/Telegram-iOS/Resources/PhotoEditor/PhotoEditorMute@2x.png similarity index 100% rename from Telegram-iOS/Resources/PhotoEditor/PhotoEditorMute@2x.png rename to Telegram/Telegram-iOS/Resources/PhotoEditor/PhotoEditorMute@2x.png diff --git a/Telegram-iOS/Resources/PhotoEditor/PhotoEditorMuteActive@2x.png b/Telegram/Telegram-iOS/Resources/PhotoEditor/PhotoEditorMuteActive@2x.png similarity index 100% rename from Telegram-iOS/Resources/PhotoEditor/PhotoEditorMuteActive@2x.png rename to Telegram/Telegram-iOS/Resources/PhotoEditor/PhotoEditorMuteActive@2x.png diff --git a/Telegram-iOS/Resources/begin_record.caf b/Telegram/Telegram-iOS/Resources/begin_record.caf similarity index 100% rename from Telegram-iOS/Resources/begin_record.caf rename to Telegram/Telegram-iOS/Resources/begin_record.caf diff --git a/Telegram-iOS/Resources/intro/fast_arrow@2x.png b/Telegram/Telegram-iOS/Resources/intro/fast_arrow@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/fast_arrow@2x.png rename to Telegram/Telegram-iOS/Resources/intro/fast_arrow@2x.png diff --git a/Telegram-iOS/Resources/intro/fast_arrow_shadow@2x.png b/Telegram/Telegram-iOS/Resources/intro/fast_arrow_shadow@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/fast_arrow_shadow@2x.png rename to Telegram/Telegram-iOS/Resources/intro/fast_arrow_shadow@2x.png diff --git a/Telegram-iOS/Resources/intro/fast_body@2x.png b/Telegram/Telegram-iOS/Resources/intro/fast_body@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/fast_body@2x.png rename to Telegram/Telegram-iOS/Resources/intro/fast_body@2x.png diff --git a/Telegram-iOS/Resources/intro/fast_spiral@2x.png b/Telegram/Telegram-iOS/Resources/intro/fast_spiral@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/fast_spiral@2x.png rename to Telegram/Telegram-iOS/Resources/intro/fast_spiral@2x.png diff --git a/Telegram-iOS/Resources/intro/ic_bubble@2x.png b/Telegram/Telegram-iOS/Resources/intro/ic_bubble@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/ic_bubble@2x.png rename to Telegram/Telegram-iOS/Resources/intro/ic_bubble@2x.png diff --git a/Telegram-iOS/Resources/intro/ic_bubble_dot@2x.png b/Telegram/Telegram-iOS/Resources/intro/ic_bubble_dot@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/ic_bubble_dot@2x.png rename to Telegram/Telegram-iOS/Resources/intro/ic_bubble_dot@2x.png diff --git a/Telegram-iOS/Resources/intro/ic_cam@2x.png b/Telegram/Telegram-iOS/Resources/intro/ic_cam@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/ic_cam@2x.png rename to Telegram/Telegram-iOS/Resources/intro/ic_cam@2x.png diff --git a/Telegram-iOS/Resources/intro/ic_cam_lens@2x.png b/Telegram/Telegram-iOS/Resources/intro/ic_cam_lens@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/ic_cam_lens@2x.png rename to Telegram/Telegram-iOS/Resources/intro/ic_cam_lens@2x.png diff --git a/Telegram-iOS/Resources/intro/ic_pencil@2x.png b/Telegram/Telegram-iOS/Resources/intro/ic_pencil@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/ic_pencil@2x.png rename to Telegram/Telegram-iOS/Resources/intro/ic_pencil@2x.png diff --git a/Telegram-iOS/Resources/intro/ic_pin@2x.png b/Telegram/Telegram-iOS/Resources/intro/ic_pin@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/ic_pin@2x.png rename to Telegram/Telegram-iOS/Resources/intro/ic_pin@2x.png diff --git a/Telegram-iOS/Resources/intro/ic_smile@2x.png b/Telegram/Telegram-iOS/Resources/intro/ic_smile@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/ic_smile@2x.png rename to Telegram/Telegram-iOS/Resources/intro/ic_smile@2x.png diff --git a/Telegram-iOS/Resources/intro/ic_smile_eye@2x.png b/Telegram/Telegram-iOS/Resources/intro/ic_smile_eye@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/ic_smile_eye@2x.png rename to Telegram/Telegram-iOS/Resources/intro/ic_smile_eye@2x.png diff --git a/Telegram-iOS/Resources/intro/ic_videocam@2x.png b/Telegram/Telegram-iOS/Resources/intro/ic_videocam@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/ic_videocam@2x.png rename to Telegram/Telegram-iOS/Resources/intro/ic_videocam@2x.png diff --git a/Telegram-iOS/Resources/intro/knot_down@2x.png b/Telegram/Telegram-iOS/Resources/intro/knot_down@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/knot_down@2x.png rename to Telegram/Telegram-iOS/Resources/intro/knot_down@2x.png diff --git a/Telegram-iOS/Resources/intro/knot_up1@2x.png b/Telegram/Telegram-iOS/Resources/intro/knot_up1@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/knot_up1@2x.png rename to Telegram/Telegram-iOS/Resources/intro/knot_up1@2x.png diff --git a/Telegram-iOS/Resources/intro/powerful_infinity@2x.png b/Telegram/Telegram-iOS/Resources/intro/powerful_infinity@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/powerful_infinity@2x.png rename to Telegram/Telegram-iOS/Resources/intro/powerful_infinity@2x.png diff --git a/Telegram-iOS/Resources/intro/powerful_infinity_white@2x.png b/Telegram/Telegram-iOS/Resources/intro/powerful_infinity_white@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/powerful_infinity_white@2x.png rename to Telegram/Telegram-iOS/Resources/intro/powerful_infinity_white@2x.png diff --git a/Telegram-iOS/Resources/intro/powerful_mask@2x.png b/Telegram/Telegram-iOS/Resources/intro/powerful_mask@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/powerful_mask@2x.png rename to Telegram/Telegram-iOS/Resources/intro/powerful_mask@2x.png diff --git a/Telegram-iOS/Resources/intro/powerful_star@2x.png b/Telegram/Telegram-iOS/Resources/intro/powerful_star@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/powerful_star@2x.png rename to Telegram/Telegram-iOS/Resources/intro/powerful_star@2x.png diff --git a/Telegram-iOS/Resources/intro/private_door@2x.png b/Telegram/Telegram-iOS/Resources/intro/private_door@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/private_door@2x.png rename to Telegram/Telegram-iOS/Resources/intro/private_door@2x.png diff --git a/Telegram-iOS/Resources/intro/private_screw@2x.png b/Telegram/Telegram-iOS/Resources/intro/private_screw@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/private_screw@2x.png rename to Telegram/Telegram-iOS/Resources/intro/private_screw@2x.png diff --git a/Telegram-iOS/Resources/intro/start_arrow@2x.png b/Telegram/Telegram-iOS/Resources/intro/start_arrow@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/start_arrow@2x.png rename to Telegram/Telegram-iOS/Resources/intro/start_arrow@2x.png diff --git a/Telegram-iOS/Resources/intro/start_arrow_ipad.png b/Telegram/Telegram-iOS/Resources/intro/start_arrow_ipad.png similarity index 100% rename from Telegram-iOS/Resources/intro/start_arrow_ipad.png rename to Telegram/Telegram-iOS/Resources/intro/start_arrow_ipad.png diff --git a/Telegram-iOS/Resources/intro/start_arrow_ipad@2x.png b/Telegram/Telegram-iOS/Resources/intro/start_arrow_ipad@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/start_arrow_ipad@2x.png rename to Telegram/Telegram-iOS/Resources/intro/start_arrow_ipad@2x.png diff --git a/Telegram-iOS/Resources/intro/telegram_plane1@2x.png b/Telegram/Telegram-iOS/Resources/intro/telegram_plane1@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/telegram_plane1@2x.png rename to Telegram/Telegram-iOS/Resources/intro/telegram_plane1@2x.png diff --git a/Telegram-iOS/Resources/intro/telegram_sphere@2x.png b/Telegram/Telegram-iOS/Resources/intro/telegram_sphere@2x.png similarity index 100% rename from Telegram-iOS/Resources/intro/telegram_sphere@2x.png rename to Telegram/Telegram-iOS/Resources/intro/telegram_sphere@2x.png diff --git a/Telegram-iOS/Resources/notifications/0.m4a b/Telegram/Telegram-iOS/Resources/notifications/0.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/0.m4a rename to Telegram/Telegram-iOS/Resources/notifications/0.m4a diff --git a/Telegram-iOS/Resources/notifications/1.m4a b/Telegram/Telegram-iOS/Resources/notifications/1.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/1.m4a rename to Telegram/Telegram-iOS/Resources/notifications/1.m4a diff --git a/Telegram-iOS/Resources/notifications/100.m4a b/Telegram/Telegram-iOS/Resources/notifications/100.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/100.m4a rename to Telegram/Telegram-iOS/Resources/notifications/100.m4a diff --git a/Telegram-iOS/Resources/notifications/101.m4a b/Telegram/Telegram-iOS/Resources/notifications/101.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/101.m4a rename to Telegram/Telegram-iOS/Resources/notifications/101.m4a diff --git a/Telegram-iOS/Resources/notifications/102.m4a b/Telegram/Telegram-iOS/Resources/notifications/102.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/102.m4a rename to Telegram/Telegram-iOS/Resources/notifications/102.m4a diff --git a/Telegram-iOS/Resources/notifications/103.m4a b/Telegram/Telegram-iOS/Resources/notifications/103.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/103.m4a rename to Telegram/Telegram-iOS/Resources/notifications/103.m4a diff --git a/Telegram-iOS/Resources/notifications/104.m4a b/Telegram/Telegram-iOS/Resources/notifications/104.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/104.m4a rename to Telegram/Telegram-iOS/Resources/notifications/104.m4a diff --git a/Telegram-iOS/Resources/notifications/105.m4a b/Telegram/Telegram-iOS/Resources/notifications/105.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/105.m4a rename to Telegram/Telegram-iOS/Resources/notifications/105.m4a diff --git a/Telegram-iOS/Resources/notifications/106.m4a b/Telegram/Telegram-iOS/Resources/notifications/106.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/106.m4a rename to Telegram/Telegram-iOS/Resources/notifications/106.m4a diff --git a/Telegram-iOS/Resources/notifications/107.m4a b/Telegram/Telegram-iOS/Resources/notifications/107.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/107.m4a rename to Telegram/Telegram-iOS/Resources/notifications/107.m4a diff --git a/Telegram-iOS/Resources/notifications/108.m4a b/Telegram/Telegram-iOS/Resources/notifications/108.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/108.m4a rename to Telegram/Telegram-iOS/Resources/notifications/108.m4a diff --git a/Telegram-iOS/Resources/notifications/109.m4a b/Telegram/Telegram-iOS/Resources/notifications/109.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/109.m4a rename to Telegram/Telegram-iOS/Resources/notifications/109.m4a diff --git a/Telegram-iOS/Resources/notifications/110.m4a b/Telegram/Telegram-iOS/Resources/notifications/110.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/110.m4a rename to Telegram/Telegram-iOS/Resources/notifications/110.m4a diff --git a/Telegram-iOS/Resources/notifications/111.m4a b/Telegram/Telegram-iOS/Resources/notifications/111.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/111.m4a rename to Telegram/Telegram-iOS/Resources/notifications/111.m4a diff --git a/Telegram-iOS/Resources/notifications/2.m4a b/Telegram/Telegram-iOS/Resources/notifications/2.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/2.m4a rename to Telegram/Telegram-iOS/Resources/notifications/2.m4a diff --git a/Telegram-iOS/Resources/notifications/3.m4a b/Telegram/Telegram-iOS/Resources/notifications/3.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/3.m4a rename to Telegram/Telegram-iOS/Resources/notifications/3.m4a diff --git a/Telegram-iOS/Resources/notifications/4.m4a b/Telegram/Telegram-iOS/Resources/notifications/4.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/4.m4a rename to Telegram/Telegram-iOS/Resources/notifications/4.m4a diff --git a/Telegram-iOS/Resources/notifications/5.m4a b/Telegram/Telegram-iOS/Resources/notifications/5.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/5.m4a rename to Telegram/Telegram-iOS/Resources/notifications/5.m4a diff --git a/Telegram-iOS/Resources/notifications/6.m4a b/Telegram/Telegram-iOS/Resources/notifications/6.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/6.m4a rename to Telegram/Telegram-iOS/Resources/notifications/6.m4a diff --git a/Telegram-iOS/Resources/notifications/7.m4a b/Telegram/Telegram-iOS/Resources/notifications/7.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/7.m4a rename to Telegram/Telegram-iOS/Resources/notifications/7.m4a diff --git a/Telegram-iOS/Resources/notifications/8.m4a b/Telegram/Telegram-iOS/Resources/notifications/8.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/8.m4a rename to Telegram/Telegram-iOS/Resources/notifications/8.m4a diff --git a/Telegram-iOS/Resources/notifications/9.m4a b/Telegram/Telegram-iOS/Resources/notifications/9.m4a similarity index 100% rename from Telegram-iOS/Resources/notifications/9.m4a rename to Telegram/Telegram-iOS/Resources/notifications/9.m4a diff --git a/Telegram-iOS/Resources/voip_busy.caf b/Telegram/Telegram-iOS/Resources/voip_busy.caf similarity index 100% rename from Telegram-iOS/Resources/voip_busy.caf rename to Telegram/Telegram-iOS/Resources/voip_busy.caf diff --git a/Telegram-iOS/Resources/voip_connecting.mp3 b/Telegram/Telegram-iOS/Resources/voip_connecting.mp3 similarity index 100% rename from Telegram-iOS/Resources/voip_connecting.mp3 rename to Telegram/Telegram-iOS/Resources/voip_connecting.mp3 diff --git a/Telegram-iOS/Resources/voip_end.caf b/Telegram/Telegram-iOS/Resources/voip_end.caf similarity index 100% rename from Telegram-iOS/Resources/voip_end.caf rename to Telegram/Telegram-iOS/Resources/voip_end.caf diff --git a/Telegram-iOS/Resources/voip_fail.caf b/Telegram/Telegram-iOS/Resources/voip_fail.caf similarity index 100% rename from Telegram-iOS/Resources/voip_fail.caf rename to Telegram/Telegram-iOS/Resources/voip_fail.caf diff --git a/Telegram-iOS/Resources/voip_ringback.caf b/Telegram/Telegram-iOS/Resources/voip_ringback.caf similarity index 100% rename from Telegram-iOS/Resources/voip_ringback.caf rename to Telegram/Telegram-iOS/Resources/voip_ringback.caf diff --git a/Telegram-iOS/Telegram-Bridging-Header.h b/Telegram/Telegram-iOS/Telegram-Bridging-Header.h similarity index 100% rename from Telegram-iOS/Telegram-Bridging-Header.h rename to Telegram/Telegram-iOS/Telegram-Bridging-Header.h diff --git a/Telegram-iOS/Telegram-iOS-AppStore.entitlements b/Telegram/Telegram-iOS/Telegram-iOS-AppStore.entitlements similarity index 100% rename from Telegram-iOS/Telegram-iOS-AppStore.entitlements rename to Telegram/Telegram-iOS/Telegram-iOS-AppStore.entitlements diff --git a/Telegram-iOS/Telegram-iOS-AppStoreLLC.entitlements b/Telegram/Telegram-iOS/Telegram-iOS-AppStoreLLC.entitlements similarity index 100% rename from Telegram-iOS/Telegram-iOS-AppStoreLLC.entitlements rename to Telegram/Telegram-iOS/Telegram-iOS-AppStoreLLC.entitlements diff --git a/Telegram-iOS/Telegram-iOS-Fork.entitlements b/Telegram/Telegram-iOS/Telegram-iOS-Fork.entitlements similarity index 100% rename from Telegram-iOS/Telegram-iOS-Fork.entitlements rename to Telegram/Telegram-iOS/Telegram-iOS-Fork.entitlements diff --git a/Telegram-iOS/Telegram-iOS-Hockeyapp.entitlements b/Telegram/Telegram-iOS/Telegram-iOS-Hockeyapp.entitlements similarity index 100% rename from Telegram-iOS/Telegram-iOS-Hockeyapp.entitlements rename to Telegram/Telegram-iOS/Telegram-iOS-Hockeyapp.entitlements diff --git a/Telegram-iOS/WhiteFilledIcon@2x.png b/Telegram/Telegram-iOS/WhiteFilledIcon@2x.png similarity index 100% rename from Telegram-iOS/WhiteFilledIcon@2x.png rename to Telegram/Telegram-iOS/WhiteFilledIcon@2x.png diff --git a/Telegram-iOS/WhiteFilledIcon@3x.png b/Telegram/Telegram-iOS/WhiteFilledIcon@3x.png similarity index 100% rename from Telegram-iOS/WhiteFilledIcon@3x.png rename to Telegram/Telegram-iOS/WhiteFilledIcon@3x.png diff --git a/Telegram-iOS/ar.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/ar.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/ar.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/ar.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/ar.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/ar.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/ar.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/ar.lproj/InfoPlist.strings diff --git a/Telegram-iOS/ar.lproj/Localizable.strings b/Telegram/Telegram-iOS/ar.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/ar.lproj/Localizable.strings rename to Telegram/Telegram-iOS/ar.lproj/Localizable.strings diff --git a/Telegram-iOS/ca.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/ca.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/ca.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/ca.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/ca.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/ca.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/ca.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/ca.lproj/InfoPlist.strings diff --git a/Telegram-iOS/ca.lproj/Localizable.strings b/Telegram/Telegram-iOS/ca.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/ca.lproj/Localizable.strings rename to Telegram/Telegram-iOS/ca.lproj/Localizable.strings diff --git a/Telegram-iOS/de.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/de.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/de.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/de.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/de.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/de.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/de.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/de.lproj/InfoPlist.strings diff --git a/Telegram-iOS/de.lproj/Localizable.strings b/Telegram/Telegram-iOS/de.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/de.lproj/Localizable.strings rename to Telegram/Telegram-iOS/de.lproj/Localizable.strings diff --git a/Telegram-iOS/en.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/en.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/en.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/en.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/en.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/en.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/en.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/en.lproj/InfoPlist.strings diff --git a/Telegram-iOS/en.lproj/Localizable.strings b/Telegram/Telegram-iOS/en.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/en.lproj/Localizable.strings rename to Telegram/Telegram-iOS/en.lproj/Localizable.strings diff --git a/Telegram-iOS/es.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/es.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/es.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/es.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/es.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/es.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/es.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/es.lproj/InfoPlist.strings diff --git a/Telegram-iOS/es.lproj/Localizable.strings b/Telegram/Telegram-iOS/es.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/es.lproj/Localizable.strings rename to Telegram/Telegram-iOS/es.lproj/Localizable.strings diff --git a/Telegram-iOS/fr.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/fr.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/fr.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/fr.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/fr.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/fr.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/fr.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/fr.lproj/InfoPlist.strings diff --git a/Telegram-iOS/fr.lproj/Localizable.strings b/Telegram/Telegram-iOS/fr.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/fr.lproj/Localizable.strings rename to Telegram/Telegram-iOS/fr.lproj/Localizable.strings diff --git a/Telegram-iOS/id.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/id.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/id.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/id.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/id.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/id.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/id.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/id.lproj/InfoPlist.strings diff --git a/Telegram-iOS/id.lproj/Localizable.strings b/Telegram/Telegram-iOS/id.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/id.lproj/Localizable.strings rename to Telegram/Telegram-iOS/id.lproj/Localizable.strings diff --git a/Telegram-iOS/it.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/it.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/it.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/it.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/it.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/it.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/it.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/it.lproj/InfoPlist.strings diff --git a/Telegram-iOS/it.lproj/Localizable.strings b/Telegram/Telegram-iOS/it.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/it.lproj/Localizable.strings rename to Telegram/Telegram-iOS/it.lproj/Localizable.strings diff --git a/Telegram-iOS/ko.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/ko.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/ko.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/ko.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/ko.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/ko.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/ko.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/ko.lproj/InfoPlist.strings diff --git a/Telegram-iOS/ko.lproj/Localizable.strings b/Telegram/Telegram-iOS/ko.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/ko.lproj/Localizable.strings rename to Telegram/Telegram-iOS/ko.lproj/Localizable.strings diff --git a/Telegram-iOS/main.m b/Telegram/Telegram-iOS/main.m similarity index 100% rename from Telegram-iOS/main.m rename to Telegram/Telegram-iOS/main.m diff --git a/Telegram-iOS/ms.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/ms.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/ms.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/ms.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/ms.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/ms.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/ms.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/ms.lproj/InfoPlist.strings diff --git a/Telegram-iOS/ms.lproj/Localizable.strings b/Telegram/Telegram-iOS/ms.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/ms.lproj/Localizable.strings rename to Telegram/Telegram-iOS/ms.lproj/Localizable.strings diff --git a/Telegram-iOS/nl.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/nl.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/nl.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/nl.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/nl.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/nl.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/nl.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/nl.lproj/InfoPlist.strings diff --git a/Telegram-iOS/nl.lproj/Localizable.strings b/Telegram/Telegram-iOS/nl.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/nl.lproj/Localizable.strings rename to Telegram/Telegram-iOS/nl.lproj/Localizable.strings diff --git a/Telegram-iOS/pt.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/pt.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/pt.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/pt.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/pt.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/pt.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/pt.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/pt.lproj/InfoPlist.strings diff --git a/Telegram-iOS/pt.lproj/Localizable.strings b/Telegram/Telegram-iOS/pt.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/pt.lproj/Localizable.strings rename to Telegram/Telegram-iOS/pt.lproj/Localizable.strings diff --git a/Telegram-iOS/ru.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/ru.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/ru.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/ru.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/ru.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/ru.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/ru.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/ru.lproj/InfoPlist.strings diff --git a/Telegram-iOS/ru.lproj/Localizable.strings b/Telegram/Telegram-iOS/ru.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/ru.lproj/Localizable.strings rename to Telegram/Telegram-iOS/ru.lproj/Localizable.strings diff --git a/Telegram-iOS/tr.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/tr.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/tr.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/tr.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/tr.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/tr.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/tr.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/tr.lproj/InfoPlist.strings diff --git a/Telegram-iOS/tr.lproj/Localizable.strings b/Telegram/Telegram-iOS/tr.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/tr.lproj/Localizable.strings rename to Telegram/Telegram-iOS/tr.lproj/Localizable.strings diff --git a/Telegram-iOS/uk.lproj/AppIntentVocabulary.plist b/Telegram/Telegram-iOS/uk.lproj/AppIntentVocabulary.plist similarity index 100% rename from Telegram-iOS/uk.lproj/AppIntentVocabulary.plist rename to Telegram/Telegram-iOS/uk.lproj/AppIntentVocabulary.plist diff --git a/Telegram-iOS/uk.lproj/InfoPlist.strings b/Telegram/Telegram-iOS/uk.lproj/InfoPlist.strings similarity index 100% rename from Telegram-iOS/uk.lproj/InfoPlist.strings rename to Telegram/Telegram-iOS/uk.lproj/InfoPlist.strings diff --git a/Telegram-iOS/uk.lproj/Localizable.strings b/Telegram/Telegram-iOS/uk.lproj/Localizable.strings similarity index 100% rename from Telegram-iOS/uk.lproj/Localizable.strings rename to Telegram/Telegram-iOS/uk.lproj/Localizable.strings diff --git a/Watch/App/Assets.xcassets/AppIcon.appiconset/Contents.json b/Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/AppIcon.appiconset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/Watch/App/Assets.xcassets/AppIcon.appiconset/Simple-iTunesArtwork.png b/Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Simple-iTunesArtwork.png similarity index 100% rename from Watch/App/Assets.xcassets/AppIcon.appiconset/Simple-iTunesArtwork.png rename to Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Simple-iTunesArtwork.png diff --git a/Watch/App/Assets.xcassets/AppIcon.appiconset/Simple@58x58.png b/Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Simple@58x58.png similarity index 100% rename from Watch/App/Assets.xcassets/AppIcon.appiconset/Simple@58x58.png rename to Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Simple@58x58.png diff --git a/Watch/App/Assets.xcassets/AppIcon.appiconset/Simple@80x80.png b/Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Simple@80x80.png similarity index 100% rename from Watch/App/Assets.xcassets/AppIcon.appiconset/Simple@80x80.png rename to Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Simple@80x80.png diff --git a/Watch/App/Assets.xcassets/AppIcon.appiconset/Simple@87x87.png b/Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Simple@87x87.png similarity index 100% rename from Watch/App/Assets.xcassets/AppIcon.appiconset/Simple@87x87.png rename to Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Simple@87x87.png diff --git a/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch100@2x.png b/Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch100@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/AppIcon.appiconset/Watch100@2x.png rename to Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch100@2x.png diff --git a/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch172@2x.png b/Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch172@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/AppIcon.appiconset/Watch172@2x.png rename to Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch172@2x.png diff --git a/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch196@2x.png b/Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch196@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/AppIcon.appiconset/Watch196@2x.png rename to Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch196@2x.png diff --git a/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch216@2x.png b/Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch216@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/AppIcon.appiconset/Watch216@2x.png rename to Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch216@2x.png diff --git a/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch48@2x.png b/Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch48@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/AppIcon.appiconset/Watch48@2x.png rename to Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch48@2x.png diff --git a/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch55@2x.png b/Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch55@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/AppIcon.appiconset/Watch55@2x.png rename to Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch55@2x.png diff --git a/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch88@2x.png b/Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch88@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/AppIcon.appiconset/Watch88@2x.png rename to Telegram/Watch/App/Assets.xcassets/AppIcon.appiconset/Watch88@2x.png diff --git a/Watch/App/Assets.xcassets/BotCommandIcon.imageset/BotCommandIcon@2x.png b/Telegram/Watch/App/Assets.xcassets/BotCommandIcon.imageset/BotCommandIcon@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BotCommandIcon.imageset/BotCommandIcon@2x.png rename to Telegram/Watch/App/Assets.xcassets/BotCommandIcon.imageset/BotCommandIcon@2x.png diff --git a/Watch/App/Assets.xcassets/BotCommandIcon.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BotCommandIcon.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BotCommandIcon.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BotCommandIcon.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BotKeyboardIcon.imageset/BotKeyboardIcon@2x.png b/Telegram/Watch/App/Assets.xcassets/BotKeyboardIcon.imageset/BotKeyboardIcon@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BotKeyboardIcon.imageset/BotKeyboardIcon@2x.png rename to Telegram/Watch/App/Assets.xcassets/BotKeyboardIcon.imageset/BotKeyboardIcon@2x.png diff --git a/Watch/App/Assets.xcassets/BotKeyboardIcon.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BotKeyboardIcon.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BotKeyboardIcon.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BotKeyboardIcon.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleNotification.imageset/BubbleNotification@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleNotification.imageset/BubbleNotification@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleNotification.imageset/BubbleNotification@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleNotification.imageset/BubbleNotification@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleNotification.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleNotification.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleNotification.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleNotification.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner0.imageset/BubbleSpinner0@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner0.imageset/BubbleSpinner0@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner0.imageset/BubbleSpinner0@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner0.imageset/BubbleSpinner0@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner0.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner0.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner0.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner0.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner1.imageset/BubbleSpinner1@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner1.imageset/BubbleSpinner1@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner1.imageset/BubbleSpinner1@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner1.imageset/BubbleSpinner1@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner1.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner1.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner1.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner1.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner10.imageset/BubbleSpinner10@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner10.imageset/BubbleSpinner10@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner10.imageset/BubbleSpinner10@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner10.imageset/BubbleSpinner10@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner10.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner10.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner10.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner10.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner11.imageset/BubbleSpinner11@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner11.imageset/BubbleSpinner11@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner11.imageset/BubbleSpinner11@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner11.imageset/BubbleSpinner11@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner11.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner11.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner11.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner11.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner12.imageset/BubbleSpinner12@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner12.imageset/BubbleSpinner12@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner12.imageset/BubbleSpinner12@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner12.imageset/BubbleSpinner12@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner12.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner12.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner12.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner12.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner13.imageset/BubbleSpinner13@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner13.imageset/BubbleSpinner13@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner13.imageset/BubbleSpinner13@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner13.imageset/BubbleSpinner13@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner13.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner13.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner13.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner13.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner14.imageset/BubbleSpinner14@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner14.imageset/BubbleSpinner14@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner14.imageset/BubbleSpinner14@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner14.imageset/BubbleSpinner14@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner14.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner14.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner14.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner14.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner15.imageset/BubbleSpinner15@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner15.imageset/BubbleSpinner15@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner15.imageset/BubbleSpinner15@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner15.imageset/BubbleSpinner15@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner15.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner15.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner15.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner15.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner16.imageset/BubbleSpinner16@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner16.imageset/BubbleSpinner16@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner16.imageset/BubbleSpinner16@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner16.imageset/BubbleSpinner16@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner16.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner16.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner16.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner16.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner17.imageset/BubbleSpinner17@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner17.imageset/BubbleSpinner17@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner17.imageset/BubbleSpinner17@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner17.imageset/BubbleSpinner17@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner17.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner17.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner17.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner17.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner18.imageset/BubbleSpinner18@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner18.imageset/BubbleSpinner18@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner18.imageset/BubbleSpinner18@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner18.imageset/BubbleSpinner18@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner18.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner18.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner18.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner18.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner19.imageset/BubbleSpinner19@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner19.imageset/BubbleSpinner19@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner19.imageset/BubbleSpinner19@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner19.imageset/BubbleSpinner19@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner19.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner19.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner19.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner19.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner2.imageset/BubbleSpinner2@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner2.imageset/BubbleSpinner2@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner2.imageset/BubbleSpinner2@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner2.imageset/BubbleSpinner2@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner2.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner2.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner2.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner2.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner20.imageset/BubbleSpinner20@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner20.imageset/BubbleSpinner20@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner20.imageset/BubbleSpinner20@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner20.imageset/BubbleSpinner20@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner20.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner20.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner20.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner20.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner21.imageset/BubbleSpinner21@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner21.imageset/BubbleSpinner21@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner21.imageset/BubbleSpinner21@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner21.imageset/BubbleSpinner21@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner21.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner21.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner21.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner21.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner22.imageset/BubbleSpinner22@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner22.imageset/BubbleSpinner22@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner22.imageset/BubbleSpinner22@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner22.imageset/BubbleSpinner22@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner22.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner22.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner22.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner22.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner23.imageset/BubbleSpinner23@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner23.imageset/BubbleSpinner23@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner23.imageset/BubbleSpinner23@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner23.imageset/BubbleSpinner23@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner23.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner23.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner23.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner23.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner24.imageset/BubbleSpinner24@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner24.imageset/BubbleSpinner24@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner24.imageset/BubbleSpinner24@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner24.imageset/BubbleSpinner24@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner24.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner24.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner24.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner24.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner25.imageset/BubbleSpinner25@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner25.imageset/BubbleSpinner25@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner25.imageset/BubbleSpinner25@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner25.imageset/BubbleSpinner25@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner25.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner25.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner25.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner25.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner26.imageset/BubbleSpinner26@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner26.imageset/BubbleSpinner26@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner26.imageset/BubbleSpinner26@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner26.imageset/BubbleSpinner26@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner26.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner26.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner26.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner26.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner27.imageset/BubbleSpinner27@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner27.imageset/BubbleSpinner27@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner27.imageset/BubbleSpinner27@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner27.imageset/BubbleSpinner27@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner27.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner27.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner27.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner27.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner28.imageset/BubbleSpinner28@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner28.imageset/BubbleSpinner28@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner28.imageset/BubbleSpinner28@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner28.imageset/BubbleSpinner28@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner28.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner28.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner28.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner28.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner29.imageset/BubbleSpinner29@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner29.imageset/BubbleSpinner29@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner29.imageset/BubbleSpinner29@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner29.imageset/BubbleSpinner29@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner29.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner29.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner29.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner29.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner3.imageset/BubbleSpinner3@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner3.imageset/BubbleSpinner3@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner3.imageset/BubbleSpinner3@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner3.imageset/BubbleSpinner3@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner3.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner3.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner3.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner3.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner30.imageset/BubbleSpinner30@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner30.imageset/BubbleSpinner30@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner30.imageset/BubbleSpinner30@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner30.imageset/BubbleSpinner30@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner30.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner30.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner30.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner30.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner31.imageset/BubbleSpinner31@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner31.imageset/BubbleSpinner31@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner31.imageset/BubbleSpinner31@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner31.imageset/BubbleSpinner31@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner31.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner31.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner31.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner31.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner32.imageset/BubbleSpinner32@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner32.imageset/BubbleSpinner32@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner32.imageset/BubbleSpinner32@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner32.imageset/BubbleSpinner32@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner32.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner32.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner32.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner32.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner33.imageset/BubbleSpinner33@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner33.imageset/BubbleSpinner33@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner33.imageset/BubbleSpinner33@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner33.imageset/BubbleSpinner33@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner33.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner33.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner33.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner33.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner34.imageset/BubbleSpinner34@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner34.imageset/BubbleSpinner34@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner34.imageset/BubbleSpinner34@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner34.imageset/BubbleSpinner34@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner34.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner34.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner34.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner34.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner35.imageset/BubbleSpinner35@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner35.imageset/BubbleSpinner35@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner35.imageset/BubbleSpinner35@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner35.imageset/BubbleSpinner35@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner35.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner35.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner35.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner35.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner36.imageset/BubbleSpinner36@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner36.imageset/BubbleSpinner36@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner36.imageset/BubbleSpinner36@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner36.imageset/BubbleSpinner36@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner36.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner36.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner36.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner36.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner37.imageset/BubbleSpinner37@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner37.imageset/BubbleSpinner37@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner37.imageset/BubbleSpinner37@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner37.imageset/BubbleSpinner37@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner37.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner37.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner37.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner37.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner38.imageset/BubbleSpinner38@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner38.imageset/BubbleSpinner38@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner38.imageset/BubbleSpinner38@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner38.imageset/BubbleSpinner38@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner38.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner38.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner38.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner38.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner4.imageset/BubbleSpinner4@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner4.imageset/BubbleSpinner4@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner4.imageset/BubbleSpinner4@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner4.imageset/BubbleSpinner4@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner4.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner4.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner4.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner4.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner5.imageset/BubbleSpinner5@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner5.imageset/BubbleSpinner5@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner5.imageset/BubbleSpinner5@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner5.imageset/BubbleSpinner5@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner5.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner5.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner5.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner5.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner6.imageset/BubbleSpinner6@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner6.imageset/BubbleSpinner6@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner6.imageset/BubbleSpinner6@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner6.imageset/BubbleSpinner6@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner6.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner6.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner6.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner6.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner7.imageset/BubbleSpinner7@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner7.imageset/BubbleSpinner7@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner7.imageset/BubbleSpinner7@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner7.imageset/BubbleSpinner7@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner7.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner7.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner7.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner7.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner8.imageset/BubbleSpinner8@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner8.imageset/BubbleSpinner8@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner8.imageset/BubbleSpinner8@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner8.imageset/BubbleSpinner8@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner8.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner8.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner8.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner8.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner9.imageset/BubbleSpinner9@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner9.imageset/BubbleSpinner9@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner9.imageset/BubbleSpinner9@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner9.imageset/BubbleSpinner9@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner9.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner9.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner9.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/BubbleSpinner9.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinner/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinner/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinner/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinner/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming0.imageset/BubbleSpinnerIncoming0@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming0.imageset/BubbleSpinnerIncoming0@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming0.imageset/BubbleSpinnerIncoming0@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming0.imageset/BubbleSpinnerIncoming0@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming0.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming0.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming0.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming0.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming1.imageset/BubbleSpinnerIncoming1@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming1.imageset/BubbleSpinnerIncoming1@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming1.imageset/BubbleSpinnerIncoming1@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming1.imageset/BubbleSpinnerIncoming1@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming1.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming1.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming1.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming1.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming10.imageset/BubbleSpinnerIncoming10@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming10.imageset/BubbleSpinnerIncoming10@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming10.imageset/BubbleSpinnerIncoming10@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming10.imageset/BubbleSpinnerIncoming10@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming10.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming10.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming10.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming10.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming11.imageset/BubbleSpinnerIncoming11@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming11.imageset/BubbleSpinnerIncoming11@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming11.imageset/BubbleSpinnerIncoming11@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming11.imageset/BubbleSpinnerIncoming11@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming11.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming11.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming11.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming11.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming12.imageset/BubbleSpinnerIncoming12@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming12.imageset/BubbleSpinnerIncoming12@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming12.imageset/BubbleSpinnerIncoming12@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming12.imageset/BubbleSpinnerIncoming12@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming12.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming12.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming12.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming12.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming13.imageset/BubbleSpinnerIncoming13@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming13.imageset/BubbleSpinnerIncoming13@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming13.imageset/BubbleSpinnerIncoming13@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming13.imageset/BubbleSpinnerIncoming13@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming13.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming13.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming13.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming13.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming14.imageset/BubbleSpinnerIncoming14@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming14.imageset/BubbleSpinnerIncoming14@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming14.imageset/BubbleSpinnerIncoming14@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming14.imageset/BubbleSpinnerIncoming14@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming14.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming14.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming14.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming14.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming15.imageset/BubbleSpinnerIncoming15@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming15.imageset/BubbleSpinnerIncoming15@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming15.imageset/BubbleSpinnerIncoming15@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming15.imageset/BubbleSpinnerIncoming15@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming15.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming15.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming15.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming15.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming16.imageset/BubbleSpinnerIncoming16@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming16.imageset/BubbleSpinnerIncoming16@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming16.imageset/BubbleSpinnerIncoming16@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming16.imageset/BubbleSpinnerIncoming16@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming16.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming16.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming16.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming16.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming17.imageset/BubbleSpinnerIncoming17@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming17.imageset/BubbleSpinnerIncoming17@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming17.imageset/BubbleSpinnerIncoming17@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming17.imageset/BubbleSpinnerIncoming17@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming17.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming17.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming17.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming17.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming18.imageset/BubbleSpinnerIncoming18@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming18.imageset/BubbleSpinnerIncoming18@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming18.imageset/BubbleSpinnerIncoming18@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming18.imageset/BubbleSpinnerIncoming18@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming18.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming18.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming18.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming18.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming19.imageset/BubbleSpinnerIncoming19@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming19.imageset/BubbleSpinnerIncoming19@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming19.imageset/BubbleSpinnerIncoming19@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming19.imageset/BubbleSpinnerIncoming19@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming19.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming19.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming19.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming19.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming2.imageset/BubbleSpinnerIncoming2@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming2.imageset/BubbleSpinnerIncoming2@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming2.imageset/BubbleSpinnerIncoming2@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming2.imageset/BubbleSpinnerIncoming2@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming2.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming2.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming2.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming2.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming20.imageset/BubbleSpinnerIncoming20@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming20.imageset/BubbleSpinnerIncoming20@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming20.imageset/BubbleSpinnerIncoming20@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming20.imageset/BubbleSpinnerIncoming20@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming20.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming20.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming20.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming20.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming21.imageset/BubbleSpinnerIncoming21@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming21.imageset/BubbleSpinnerIncoming21@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming21.imageset/BubbleSpinnerIncoming21@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming21.imageset/BubbleSpinnerIncoming21@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming21.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming21.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming21.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming21.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming22.imageset/BubbleSpinnerIncoming22@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming22.imageset/BubbleSpinnerIncoming22@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming22.imageset/BubbleSpinnerIncoming22@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming22.imageset/BubbleSpinnerIncoming22@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming22.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming22.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming22.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming22.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming23.imageset/BubbleSpinnerIncoming23@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming23.imageset/BubbleSpinnerIncoming23@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming23.imageset/BubbleSpinnerIncoming23@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming23.imageset/BubbleSpinnerIncoming23@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming23.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming23.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming23.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming23.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming24.imageset/BubbleSpinnerIncoming24@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming24.imageset/BubbleSpinnerIncoming24@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming24.imageset/BubbleSpinnerIncoming24@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming24.imageset/BubbleSpinnerIncoming24@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming24.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming24.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming24.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming24.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming25.imageset/BubbleSpinnerIncoming25@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming25.imageset/BubbleSpinnerIncoming25@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming25.imageset/BubbleSpinnerIncoming25@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming25.imageset/BubbleSpinnerIncoming25@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming25.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming25.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming25.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming25.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming26.imageset/BubbleSpinnerIncoming26@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming26.imageset/BubbleSpinnerIncoming26@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming26.imageset/BubbleSpinnerIncoming26@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming26.imageset/BubbleSpinnerIncoming26@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming26.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming26.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming26.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming26.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming27.imageset/BubbleSpinnerIncoming27@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming27.imageset/BubbleSpinnerIncoming27@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming27.imageset/BubbleSpinnerIncoming27@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming27.imageset/BubbleSpinnerIncoming27@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming27.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming27.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming27.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming27.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming28.imageset/BubbleSpinnerIncoming28@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming28.imageset/BubbleSpinnerIncoming28@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming28.imageset/BubbleSpinnerIncoming28@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming28.imageset/BubbleSpinnerIncoming28@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming28.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming28.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming28.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming28.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming29.imageset/BubbleSpinnerIncoming29@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming29.imageset/BubbleSpinnerIncoming29@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming29.imageset/BubbleSpinnerIncoming29@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming29.imageset/BubbleSpinnerIncoming29@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming29.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming29.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming29.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming29.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming3.imageset/BubbleSpinnerIncoming3@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming3.imageset/BubbleSpinnerIncoming3@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming3.imageset/BubbleSpinnerIncoming3@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming3.imageset/BubbleSpinnerIncoming3@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming3.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming3.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming3.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming3.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming30.imageset/BubbleSpinnerIncoming30@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming30.imageset/BubbleSpinnerIncoming30@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming30.imageset/BubbleSpinnerIncoming30@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming30.imageset/BubbleSpinnerIncoming30@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming30.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming30.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming30.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming30.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming31.imageset/BubbleSpinnerIncoming31@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming31.imageset/BubbleSpinnerIncoming31@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming31.imageset/BubbleSpinnerIncoming31@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming31.imageset/BubbleSpinnerIncoming31@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming31.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming31.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming31.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming31.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming32.imageset/BubbleSpinnerIncoming32@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming32.imageset/BubbleSpinnerIncoming32@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming32.imageset/BubbleSpinnerIncoming32@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming32.imageset/BubbleSpinnerIncoming32@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming32.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming32.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming32.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming32.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming33.imageset/BubbleSpinnerIncoming33@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming33.imageset/BubbleSpinnerIncoming33@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming33.imageset/BubbleSpinnerIncoming33@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming33.imageset/BubbleSpinnerIncoming33@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming33.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming33.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming33.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming33.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming34.imageset/BubbleSpinnerIncoming34@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming34.imageset/BubbleSpinnerIncoming34@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming34.imageset/BubbleSpinnerIncoming34@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming34.imageset/BubbleSpinnerIncoming34@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming34.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming34.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming34.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming34.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming35.imageset/BubbleSpinnerIncoming35@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming35.imageset/BubbleSpinnerIncoming35@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming35.imageset/BubbleSpinnerIncoming35@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming35.imageset/BubbleSpinnerIncoming35@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming35.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming35.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming35.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming35.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming36.imageset/BubbleSpinnerIncoming36@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming36.imageset/BubbleSpinnerIncoming36@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming36.imageset/BubbleSpinnerIncoming36@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming36.imageset/BubbleSpinnerIncoming36@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming36.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming36.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming36.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming36.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming37.imageset/BubbleSpinnerIncoming37@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming37.imageset/BubbleSpinnerIncoming37@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming37.imageset/BubbleSpinnerIncoming37@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming37.imageset/BubbleSpinnerIncoming37@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming37.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming37.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming37.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming37.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming38.imageset/BubbleSpinnerIncoming38@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming38.imageset/BubbleSpinnerIncoming38@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming38.imageset/BubbleSpinnerIncoming38@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming38.imageset/BubbleSpinnerIncoming38@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming38.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming38.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming38.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming38.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming4.imageset/BubbleSpinnerIncoming4@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming4.imageset/BubbleSpinnerIncoming4@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming4.imageset/BubbleSpinnerIncoming4@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming4.imageset/BubbleSpinnerIncoming4@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming4.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming4.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming4.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming4.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming5.imageset/BubbleSpinnerIncoming5@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming5.imageset/BubbleSpinnerIncoming5@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming5.imageset/BubbleSpinnerIncoming5@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming5.imageset/BubbleSpinnerIncoming5@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming5.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming5.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming5.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming5.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming6.imageset/BubbleSpinnerIncoming6@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming6.imageset/BubbleSpinnerIncoming6@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming6.imageset/BubbleSpinnerIncoming6@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming6.imageset/BubbleSpinnerIncoming6@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming6.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming6.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming6.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming6.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming7.imageset/BubbleSpinnerIncoming7@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming7.imageset/BubbleSpinnerIncoming7@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming7.imageset/BubbleSpinnerIncoming7@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming7.imageset/BubbleSpinnerIncoming7@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming7.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming7.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming7.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming7.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming8.imageset/BubbleSpinnerIncoming8@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming8.imageset/BubbleSpinnerIncoming8@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming8.imageset/BubbleSpinnerIncoming8@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming8.imageset/BubbleSpinnerIncoming8@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming8.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming8.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming8.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming8.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming9.imageset/BubbleSpinnerIncoming9@2x.png b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming9.imageset/BubbleSpinnerIncoming9@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming9.imageset/BubbleSpinnerIncoming9@2x.png rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming9.imageset/BubbleSpinnerIncoming9@2x.png diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming9.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming9.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming9.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/BubbleSpinnerIncoming9.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/Contents.json b/Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/BubbleSpinnerIncoming/Contents.json rename to Telegram/Watch/App/Assets.xcassets/BubbleSpinnerIncoming/Contents.json diff --git a/Watch/App/Assets.xcassets/ChatBubbleChannel.imageset/BubbleChannel@2x.png b/Telegram/Watch/App/Assets.xcassets/ChatBubbleChannel.imageset/BubbleChannel@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/ChatBubbleChannel.imageset/BubbleChannel@2x.png rename to Telegram/Watch/App/Assets.xcassets/ChatBubbleChannel.imageset/BubbleChannel@2x.png diff --git a/Watch/App/Assets.xcassets/ChatBubbleChannel.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/ChatBubbleChannel.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/ChatBubbleChannel.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/ChatBubbleChannel.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/ChatBubbleIncoming.imageset/BubbleIncoming@2x.png b/Telegram/Watch/App/Assets.xcassets/ChatBubbleIncoming.imageset/BubbleIncoming@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/ChatBubbleIncoming.imageset/BubbleIncoming@2x.png rename to Telegram/Watch/App/Assets.xcassets/ChatBubbleIncoming.imageset/BubbleIncoming@2x.png diff --git a/Watch/App/Assets.xcassets/ChatBubbleIncoming.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/ChatBubbleIncoming.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/ChatBubbleIncoming.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/ChatBubbleIncoming.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/ChatBubbleOutgoing.imageset/BubbleOutgoing@2x.png b/Telegram/Watch/App/Assets.xcassets/ChatBubbleOutgoing.imageset/BubbleOutgoing@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/ChatBubbleOutgoing.imageset/BubbleOutgoing@2x.png rename to Telegram/Watch/App/Assets.xcassets/ChatBubbleOutgoing.imageset/BubbleOutgoing@2x.png diff --git a/Watch/App/Assets.xcassets/ChatBubbleOutgoing.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/ChatBubbleOutgoing.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/ChatBubbleOutgoing.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/ChatBubbleOutgoing.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Complication.complicationset/Circular.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Circular.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Complication.complicationset/Circular.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Circular.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Complication.complicationset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Complication.complicationset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Contents.json diff --git a/Watch/App/Assets.xcassets/Complication.complicationset/Extra Large.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Extra Large.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Complication.complicationset/Extra Large.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Extra Large.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Complication.complicationset/Graphic Bezel.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Graphic Bezel.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Complication.complicationset/Graphic Bezel.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Graphic Bezel.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Complication.complicationset/Graphic Corner.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Graphic Corner.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Complication.complicationset/Graphic Corner.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Graphic Corner.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Complication.complicationset/Graphic Large Rectangular.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Graphic Large Rectangular.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Complication.complicationset/Graphic Large Rectangular.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Graphic Large Rectangular.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Complication.complicationset/Modular.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Modular.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Complication.complicationset/Modular.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Modular.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Complication.complicationset/Utilitarian.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Compose.imageset/Compose@2x.png b/Telegram/Watch/App/Assets.xcassets/Compose.imageset/Compose@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Compose.imageset/Compose@2x.png rename to Telegram/Watch/App/Assets.xcassets/Compose.imageset/Compose@2x.png diff --git a/Watch/App/Assets.xcassets/Compose.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Compose.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Compose.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Compose.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Contents.json b/Telegram/Watch/App/Assets.xcassets/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Contents.json diff --git a/Watch/App/Assets.xcassets/File.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/File.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/File.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/File.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/File.imageset/File@2x.png b/Telegram/Watch/App/Assets.xcassets/File.imageset/File@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/File.imageset/File@2x.png rename to Telegram/Watch/App/Assets.xcassets/File.imageset/File@2x.png diff --git a/Watch/App/Assets.xcassets/LocationIcon.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/LocationIcon.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/LocationIcon.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/LocationIcon.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/LocationIcon.imageset/LocationIcon@2x.png b/Telegram/Watch/App/Assets.xcassets/LocationIcon.imageset/LocationIcon@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/LocationIcon.imageset/LocationIcon@2x.png rename to Telegram/Watch/App/Assets.xcassets/LocationIcon.imageset/LocationIcon@2x.png diff --git a/Watch/App/Assets.xcassets/LoginIcon.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/LoginIcon.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/LoginIcon.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/LoginIcon.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/LoginIcon.imageset/LoginIcon@2x.png b/Telegram/Watch/App/Assets.xcassets/LoginIcon.imageset/LoginIcon@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/LoginIcon.imageset/LoginIcon@2x.png rename to Telegram/Watch/App/Assets.xcassets/LoginIcon.imageset/LoginIcon@2x.png diff --git a/Watch/App/Assets.xcassets/MediaAudio.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/MediaAudio.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/MediaAudio.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/MediaAudio.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/MediaAudio.imageset/MediaAudio@2x.png b/Telegram/Watch/App/Assets.xcassets/MediaAudio.imageset/MediaAudio@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/MediaAudio.imageset/MediaAudio@2x.png rename to Telegram/Watch/App/Assets.xcassets/MediaAudio.imageset/MediaAudio@2x.png diff --git a/Watch/App/Assets.xcassets/MediaAudioPlay.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/MediaAudioPlay.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/MediaAudioPlay.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/MediaAudioPlay.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/MediaAudioPlay.imageset/MediaAudioPlay@2x.png b/Telegram/Watch/App/Assets.xcassets/MediaAudioPlay.imageset/MediaAudioPlay@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/MediaAudioPlay.imageset/MediaAudioPlay@2x.png rename to Telegram/Watch/App/Assets.xcassets/MediaAudioPlay.imageset/MediaAudioPlay@2x.png diff --git a/Watch/App/Assets.xcassets/MediaDocument.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/MediaDocument.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/MediaDocument.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/MediaDocument.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/MediaDocument.imageset/MediaDocument@2x.png b/Telegram/Watch/App/Assets.xcassets/MediaDocument.imageset/MediaDocument@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/MediaDocument.imageset/MediaDocument@2x.png rename to Telegram/Watch/App/Assets.xcassets/MediaDocument.imageset/MediaDocument@2x.png diff --git a/Watch/App/Assets.xcassets/MediaLocation.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/MediaLocation.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/MediaLocation.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/MediaLocation.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/MediaLocation.imageset/MediaLocation@2x.png b/Telegram/Watch/App/Assets.xcassets/MediaLocation.imageset/MediaLocation@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/MediaLocation.imageset/MediaLocation@2x.png rename to Telegram/Watch/App/Assets.xcassets/MediaLocation.imageset/MediaLocation@2x.png diff --git a/Watch/App/Assets.xcassets/MediaPhoto.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/MediaPhoto.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/MediaPhoto.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/MediaPhoto.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/MediaPhoto.imageset/MediaPhoto@2x.png b/Telegram/Watch/App/Assets.xcassets/MediaPhoto.imageset/MediaPhoto@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/MediaPhoto.imageset/MediaPhoto@2x.png rename to Telegram/Watch/App/Assets.xcassets/MediaPhoto.imageset/MediaPhoto@2x.png diff --git a/Watch/App/Assets.xcassets/MediaVideo.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/MediaVideo.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/MediaVideo.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/MediaVideo.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/MediaVideo.imageset/MediaVideo@2x.png b/Telegram/Watch/App/Assets.xcassets/MediaVideo.imageset/MediaVideo@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/MediaVideo.imageset/MediaVideo@2x.png rename to Telegram/Watch/App/Assets.xcassets/MediaVideo.imageset/MediaVideo@2x.png diff --git a/Watch/App/Assets.xcassets/MessageStatusDot.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/MessageStatusDot.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/MessageStatusDot.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/MessageStatusDot.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/MessageStatusDot.imageset/MessageStatusDot@2x.png b/Telegram/Watch/App/Assets.xcassets/MessageStatusDot.imageset/MessageStatusDot@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/MessageStatusDot.imageset/MessageStatusDot@2x.png rename to Telegram/Watch/App/Assets.xcassets/MessageStatusDot.imageset/MessageStatusDot@2x.png diff --git a/Watch/App/Assets.xcassets/MicAccessIcon.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/MicAccessIcon.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/MicAccessIcon.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/MicAccessIcon.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/MicAccessIcon.imageset/MicIcon@2x.png b/Telegram/Watch/App/Assets.xcassets/MicAccessIcon.imageset/MicIcon@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/MicAccessIcon.imageset/MicIcon@2x.png rename to Telegram/Watch/App/Assets.xcassets/MicAccessIcon.imageset/MicIcon@2x.png diff --git a/Watch/App/Assets.xcassets/MicIcon.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/MicIcon.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/MicIcon.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/MicIcon.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/MicIcon.imageset/Mic@2x.png b/Telegram/Watch/App/Assets.xcassets/MicIcon.imageset/Mic@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/MicIcon.imageset/Mic@2x.png rename to Telegram/Watch/App/Assets.xcassets/MicIcon.imageset/Mic@2x.png diff --git a/Watch/App/Assets.xcassets/PasscodeIcon.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/PasscodeIcon.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/PasscodeIcon.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/PasscodeIcon.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/PasscodeIcon.imageset/Passcode@2x.png b/Telegram/Watch/App/Assets.xcassets/PasscodeIcon.imageset/Passcode@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/PasscodeIcon.imageset/Passcode@2x.png rename to Telegram/Watch/App/Assets.xcassets/PasscodeIcon.imageset/Passcode@2x.png diff --git a/Watch/App/Assets.xcassets/PickLocation.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/PickLocation.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/PickLocation.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/PickLocation.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/PickLocation.imageset/PickLocation@2x.png b/Telegram/Watch/App/Assets.xcassets/PickLocation.imageset/PickLocation@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/PickLocation.imageset/PickLocation@2x.png rename to Telegram/Watch/App/Assets.xcassets/PickLocation.imageset/PickLocation@2x.png diff --git a/Watch/App/Assets.xcassets/RemotePhone.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/RemotePhone.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/RemotePhone.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/RemotePhone.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/RemotePhone.imageset/Phone@2x.png b/Telegram/Watch/App/Assets.xcassets/RemotePhone.imageset/Phone@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/RemotePhone.imageset/Phone@2x.png rename to Telegram/Watch/App/Assets.xcassets/RemotePhone.imageset/Phone@2x.png diff --git a/Watch/App/Assets.xcassets/RemotePlayVideo.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/RemotePlayVideo.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/RemotePlayVideo.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/RemotePlayVideo.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/RemotePlayVideo.imageset/RemotePlayVideo@2x.png b/Telegram/Watch/App/Assets.xcassets/RemotePlayVideo.imageset/RemotePlayVideo@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/RemotePlayVideo.imageset/RemotePlayVideo@2x.png rename to Telegram/Watch/App/Assets.xcassets/RemotePlayVideo.imageset/RemotePlayVideo@2x.png diff --git a/Watch/App/Assets.xcassets/SavedMessages.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/SavedMessages.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/SavedMessages.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/SavedMessages.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/SavedMessages.imageset/SavedMessages@2x.png b/Telegram/Watch/App/Assets.xcassets/SavedMessages.imageset/SavedMessages@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/SavedMessages.imageset/SavedMessages@2x.png rename to Telegram/Watch/App/Assets.xcassets/SavedMessages.imageset/SavedMessages@2x.png diff --git a/Watch/App/Assets.xcassets/SavedMessagesAvatar.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/SavedMessagesAvatar.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/SavedMessagesAvatar.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/SavedMessagesAvatar.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/SavedMessagesAvatar.imageset/SavedMessagesAvatar@2x.png b/Telegram/Watch/App/Assets.xcassets/SavedMessagesAvatar.imageset/SavedMessagesAvatar@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/SavedMessagesAvatar.imageset/SavedMessagesAvatar@2x.png rename to Telegram/Watch/App/Assets.xcassets/SavedMessagesAvatar.imageset/SavedMessagesAvatar@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner0.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner0.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner0.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner0.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner0.imageset/Spinner0@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner0.imageset/Spinner0@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner0.imageset/Spinner0@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner0.imageset/Spinner0@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner1.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner1.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner1.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner1.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner1.imageset/Spinner1@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner1.imageset/Spinner1@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner1.imageset/Spinner1@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner1.imageset/Spinner1@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner10.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner10.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner10.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner10.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner10.imageset/Spinner10@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner10.imageset/Spinner10@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner10.imageset/Spinner10@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner10.imageset/Spinner10@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner11.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner11.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner11.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner11.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner11.imageset/Spinner11@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner11.imageset/Spinner11@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner11.imageset/Spinner11@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner11.imageset/Spinner11@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner12.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner12.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner12.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner12.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner12.imageset/Spinner12@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner12.imageset/Spinner12@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner12.imageset/Spinner12@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner12.imageset/Spinner12@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner13.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner13.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner13.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner13.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner13.imageset/Spinner13@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner13.imageset/Spinner13@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner13.imageset/Spinner13@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner13.imageset/Spinner13@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner14.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner14.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner14.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner14.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner14.imageset/Spinner14@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner14.imageset/Spinner14@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner14.imageset/Spinner14@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner14.imageset/Spinner14@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner15.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner15.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner15.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner15.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner15.imageset/Spinner15@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner15.imageset/Spinner15@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner15.imageset/Spinner15@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner15.imageset/Spinner15@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner16.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner16.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner16.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner16.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner16.imageset/Spinner16@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner16.imageset/Spinner16@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner16.imageset/Spinner16@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner16.imageset/Spinner16@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner17.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner17.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner17.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner17.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner17.imageset/Spinner17@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner17.imageset/Spinner17@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner17.imageset/Spinner17@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner17.imageset/Spinner17@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner18.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner18.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner18.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner18.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner18.imageset/Spinner18@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner18.imageset/Spinner18@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner18.imageset/Spinner18@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner18.imageset/Spinner18@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner19.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner19.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner19.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner19.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner19.imageset/Spinner19@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner19.imageset/Spinner19@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner19.imageset/Spinner19@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner19.imageset/Spinner19@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner2.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner2.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner2.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner2.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner2.imageset/Spinner2@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner2.imageset/Spinner2@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner2.imageset/Spinner2@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner2.imageset/Spinner2@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner20.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner20.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner20.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner20.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner20.imageset/Spinner20@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner20.imageset/Spinner20@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner20.imageset/Spinner20@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner20.imageset/Spinner20@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner21.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner21.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner21.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner21.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner21.imageset/Spinner21@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner21.imageset/Spinner21@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner21.imageset/Spinner21@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner21.imageset/Spinner21@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner22.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner22.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner22.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner22.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner22.imageset/Spinner22@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner22.imageset/Spinner22@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner22.imageset/Spinner22@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner22.imageset/Spinner22@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner23.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner23.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner23.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner23.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner23.imageset/Spinner23@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner23.imageset/Spinner23@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner23.imageset/Spinner23@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner23.imageset/Spinner23@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner24.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner24.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner24.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner24.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner24.imageset/Spinner24@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner24.imageset/Spinner24@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner24.imageset/Spinner24@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner24.imageset/Spinner24@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner25.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner25.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner25.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner25.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner25.imageset/Spinner25@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner25.imageset/Spinner25@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner25.imageset/Spinner25@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner25.imageset/Spinner25@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner26.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner26.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner26.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner26.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner26.imageset/Spinner26@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner26.imageset/Spinner26@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner26.imageset/Spinner26@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner26.imageset/Spinner26@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner27.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner27.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner27.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner27.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner27.imageset/Spinner27@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner27.imageset/Spinner27@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner27.imageset/Spinner27@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner27.imageset/Spinner27@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner28.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner28.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner28.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner28.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner28.imageset/Spinner28@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner28.imageset/Spinner28@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner28.imageset/Spinner28@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner28.imageset/Spinner28@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner29.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner29.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner29.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner29.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner29.imageset/Spinner29@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner29.imageset/Spinner29@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner29.imageset/Spinner29@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner29.imageset/Spinner29@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner3.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner3.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner3.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner3.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner3.imageset/Spinner3@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner3.imageset/Spinner3@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner3.imageset/Spinner3@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner3.imageset/Spinner3@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner30.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner30.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner30.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner30.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner30.imageset/Spinner30@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner30.imageset/Spinner30@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner30.imageset/Spinner30@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner30.imageset/Spinner30@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner31.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner31.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner31.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner31.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner31.imageset/Spinner31@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner31.imageset/Spinner31@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner31.imageset/Spinner31@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner31.imageset/Spinner31@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner32.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner32.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner32.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner32.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner32.imageset/Spinner32@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner32.imageset/Spinner32@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner32.imageset/Spinner32@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner32.imageset/Spinner32@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner33.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner33.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner33.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner33.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner33.imageset/Spinner33@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner33.imageset/Spinner33@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner33.imageset/Spinner33@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner33.imageset/Spinner33@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner34.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner34.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner34.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner34.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner34.imageset/Spinner34@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner34.imageset/Spinner34@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner34.imageset/Spinner34@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner34.imageset/Spinner34@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner35.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner35.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner35.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner35.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner35.imageset/Spinner35@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner35.imageset/Spinner35@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner35.imageset/Spinner35@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner35.imageset/Spinner35@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner36.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner36.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner36.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner36.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner36.imageset/Spinner36@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner36.imageset/Spinner36@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner36.imageset/Spinner36@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner36.imageset/Spinner36@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner37.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner37.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner37.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner37.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner37.imageset/Spinner37@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner37.imageset/Spinner37@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner37.imageset/Spinner37@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner37.imageset/Spinner37@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner38.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner38.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner38.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner38.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner38.imageset/Spinner38@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner38.imageset/Spinner38@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner38.imageset/Spinner38@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner38.imageset/Spinner38@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner4.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner4.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner4.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner4.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner4.imageset/Spinner4@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner4.imageset/Spinner4@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner4.imageset/Spinner4@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner4.imageset/Spinner4@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner5.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner5.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner5.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner5.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner5.imageset/Spinner5@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner5.imageset/Spinner5@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner5.imageset/Spinner5@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner5.imageset/Spinner5@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner6.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner6.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner6.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner6.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner6.imageset/Spinner6@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner6.imageset/Spinner6@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner6.imageset/Spinner6@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner6.imageset/Spinner6@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner7.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner7.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner7.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner7.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner7.imageset/Spinner7@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner7.imageset/Spinner7@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner7.imageset/Spinner7@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner7.imageset/Spinner7@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner8.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner8.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner8.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner8.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner8.imageset/Spinner8@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner8.imageset/Spinner8@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner8.imageset/Spinner8@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner8.imageset/Spinner8@2x.png diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner9.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner9.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner9.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner9.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/Spinner/Spinner9.imageset/Spinner9@2x.png b/Telegram/Watch/App/Assets.xcassets/Spinner/Spinner9.imageset/Spinner9@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/Spinner/Spinner9.imageset/Spinner9@2x.png rename to Telegram/Watch/App/Assets.xcassets/Spinner/Spinner9.imageset/Spinner9@2x.png diff --git a/Watch/App/Assets.xcassets/StatusDot.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/StatusDot.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/StatusDot.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/StatusDot.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/StatusDot.imageset/StatusDot@2x.png b/Telegram/Watch/App/Assets.xcassets/StatusDot.imageset/StatusDot@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/StatusDot.imageset/StatusDot@2x.png rename to Telegram/Watch/App/Assets.xcassets/StatusDot.imageset/StatusDot@2x.png diff --git a/Watch/App/Assets.xcassets/StickerIcon.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/StickerIcon.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/StickerIcon.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/StickerIcon.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/StickerIcon.imageset/StickerIcon@2x.png b/Telegram/Watch/App/Assets.xcassets/StickerIcon.imageset/StickerIcon@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/StickerIcon.imageset/StickerIcon@2x.png rename to Telegram/Watch/App/Assets.xcassets/StickerIcon.imageset/StickerIcon@2x.png diff --git a/Watch/App/Assets.xcassets/VerifiedProfile.imageset/Contents.json b/Telegram/Watch/App/Assets.xcassets/VerifiedProfile.imageset/Contents.json similarity index 100% rename from Watch/App/Assets.xcassets/VerifiedProfile.imageset/Contents.json rename to Telegram/Watch/App/Assets.xcassets/VerifiedProfile.imageset/Contents.json diff --git a/Watch/App/Assets.xcassets/VerifiedProfile.imageset/VerifiedProfile@2x.png b/Telegram/Watch/App/Assets.xcassets/VerifiedProfile.imageset/VerifiedProfile@2x.png similarity index 100% rename from Watch/App/Assets.xcassets/VerifiedProfile.imageset/VerifiedProfile@2x.png rename to Telegram/Watch/App/Assets.xcassets/VerifiedProfile.imageset/VerifiedProfile@2x.png diff --git a/Watch/App/Base.lproj/Interface.storyboard b/Telegram/Watch/App/Base.lproj/Interface.storyboard similarity index 100% rename from Watch/App/Base.lproj/Interface.storyboard rename to Telegram/Watch/App/Base.lproj/Interface.storyboard diff --git a/Watch/App/Info.plist b/Telegram/Watch/App/Info.plist similarity index 100% rename from Watch/App/Info.plist rename to Telegram/Watch/App/Info.plist diff --git a/Watch/Bridge/TGBridgeAudioSignals.h b/Telegram/Watch/Bridge/TGBridgeAudioSignals.h similarity index 100% rename from Watch/Bridge/TGBridgeAudioSignals.h rename to Telegram/Watch/Bridge/TGBridgeAudioSignals.h diff --git a/Watch/Bridge/TGBridgeAudioSignals.m b/Telegram/Watch/Bridge/TGBridgeAudioSignals.m similarity index 100% rename from Watch/Bridge/TGBridgeAudioSignals.m rename to Telegram/Watch/Bridge/TGBridgeAudioSignals.m diff --git a/Watch/Bridge/TGBridgeBotReplyMarkup.h b/Telegram/Watch/Bridge/TGBridgeBotReplyMarkup.h similarity index 100% rename from Watch/Bridge/TGBridgeBotReplyMarkup.h rename to Telegram/Watch/Bridge/TGBridgeBotReplyMarkup.h diff --git a/Watch/Bridge/TGBridgeBotReplyMarkup.m b/Telegram/Watch/Bridge/TGBridgeBotReplyMarkup.m similarity index 100% rename from Watch/Bridge/TGBridgeBotReplyMarkup.m rename to Telegram/Watch/Bridge/TGBridgeBotReplyMarkup.m diff --git a/Watch/Bridge/TGBridgeBotSignals.h b/Telegram/Watch/Bridge/TGBridgeBotSignals.h similarity index 100% rename from Watch/Bridge/TGBridgeBotSignals.h rename to Telegram/Watch/Bridge/TGBridgeBotSignals.h diff --git a/Watch/Bridge/TGBridgeBotSignals.m b/Telegram/Watch/Bridge/TGBridgeBotSignals.m similarity index 100% rename from Watch/Bridge/TGBridgeBotSignals.m rename to Telegram/Watch/Bridge/TGBridgeBotSignals.m diff --git a/Watch/Bridge/TGBridgeChat+TGTableItem.h b/Telegram/Watch/Bridge/TGBridgeChat+TGTableItem.h similarity index 100% rename from Watch/Bridge/TGBridgeChat+TGTableItem.h rename to Telegram/Watch/Bridge/TGBridgeChat+TGTableItem.h diff --git a/Watch/Bridge/TGBridgeChat+TGTableItem.m b/Telegram/Watch/Bridge/TGBridgeChat+TGTableItem.m similarity index 100% rename from Watch/Bridge/TGBridgeChat+TGTableItem.m rename to Telegram/Watch/Bridge/TGBridgeChat+TGTableItem.m diff --git a/Watch/Bridge/TGBridgeChatListSignals.h b/Telegram/Watch/Bridge/TGBridgeChatListSignals.h similarity index 100% rename from Watch/Bridge/TGBridgeChatListSignals.h rename to Telegram/Watch/Bridge/TGBridgeChatListSignals.h diff --git a/Watch/Bridge/TGBridgeChatListSignals.m b/Telegram/Watch/Bridge/TGBridgeChatListSignals.m similarity index 100% rename from Watch/Bridge/TGBridgeChatListSignals.m rename to Telegram/Watch/Bridge/TGBridgeChatListSignals.m diff --git a/Watch/Bridge/TGBridgeChatMessageListSignals.h b/Telegram/Watch/Bridge/TGBridgeChatMessageListSignals.h similarity index 100% rename from Watch/Bridge/TGBridgeChatMessageListSignals.h rename to Telegram/Watch/Bridge/TGBridgeChatMessageListSignals.h diff --git a/Watch/Bridge/TGBridgeChatMessageListSignals.m b/Telegram/Watch/Bridge/TGBridgeChatMessageListSignals.m similarity index 100% rename from Watch/Bridge/TGBridgeChatMessageListSignals.m rename to Telegram/Watch/Bridge/TGBridgeChatMessageListSignals.m diff --git a/Watch/Bridge/TGBridgeClient.h b/Telegram/Watch/Bridge/TGBridgeClient.h similarity index 100% rename from Watch/Bridge/TGBridgeClient.h rename to Telegram/Watch/Bridge/TGBridgeClient.h diff --git a/Watch/Bridge/TGBridgeClient.m b/Telegram/Watch/Bridge/TGBridgeClient.m similarity index 100% rename from Watch/Bridge/TGBridgeClient.m rename to Telegram/Watch/Bridge/TGBridgeClient.m diff --git a/Watch/Bridge/TGBridgeContactsSignals.h b/Telegram/Watch/Bridge/TGBridgeContactsSignals.h similarity index 100% rename from Watch/Bridge/TGBridgeContactsSignals.h rename to Telegram/Watch/Bridge/TGBridgeContactsSignals.h diff --git a/Watch/Bridge/TGBridgeContactsSignals.m b/Telegram/Watch/Bridge/TGBridgeContactsSignals.m similarity index 100% rename from Watch/Bridge/TGBridgeContactsSignals.m rename to Telegram/Watch/Bridge/TGBridgeContactsSignals.m diff --git a/Watch/Bridge/TGBridgeConversationSignals.h b/Telegram/Watch/Bridge/TGBridgeConversationSignals.h similarity index 100% rename from Watch/Bridge/TGBridgeConversationSignals.h rename to Telegram/Watch/Bridge/TGBridgeConversationSignals.h diff --git a/Watch/Bridge/TGBridgeConversationSignals.m b/Telegram/Watch/Bridge/TGBridgeConversationSignals.m similarity index 100% rename from Watch/Bridge/TGBridgeConversationSignals.m rename to Telegram/Watch/Bridge/TGBridgeConversationSignals.m diff --git a/Watch/Bridge/TGBridgeLocationSignals.h b/Telegram/Watch/Bridge/TGBridgeLocationSignals.h similarity index 100% rename from Watch/Bridge/TGBridgeLocationSignals.h rename to Telegram/Watch/Bridge/TGBridgeLocationSignals.h diff --git a/Watch/Bridge/TGBridgeLocationSignals.m b/Telegram/Watch/Bridge/TGBridgeLocationSignals.m similarity index 100% rename from Watch/Bridge/TGBridgeLocationSignals.m rename to Telegram/Watch/Bridge/TGBridgeLocationSignals.m diff --git a/Watch/Bridge/TGBridgeLocationVenue+TGTableItem.h b/Telegram/Watch/Bridge/TGBridgeLocationVenue+TGTableItem.h similarity index 100% rename from Watch/Bridge/TGBridgeLocationVenue+TGTableItem.h rename to Telegram/Watch/Bridge/TGBridgeLocationVenue+TGTableItem.h diff --git a/Watch/Bridge/TGBridgeLocationVenue+TGTableItem.m b/Telegram/Watch/Bridge/TGBridgeLocationVenue+TGTableItem.m similarity index 100% rename from Watch/Bridge/TGBridgeLocationVenue+TGTableItem.m rename to Telegram/Watch/Bridge/TGBridgeLocationVenue+TGTableItem.m diff --git a/Watch/Bridge/TGBridgeMediaSignals.h b/Telegram/Watch/Bridge/TGBridgeMediaSignals.h similarity index 100% rename from Watch/Bridge/TGBridgeMediaSignals.h rename to Telegram/Watch/Bridge/TGBridgeMediaSignals.h diff --git a/Watch/Bridge/TGBridgeMediaSignals.m b/Telegram/Watch/Bridge/TGBridgeMediaSignals.m similarity index 100% rename from Watch/Bridge/TGBridgeMediaSignals.m rename to Telegram/Watch/Bridge/TGBridgeMediaSignals.m diff --git a/Watch/Bridge/TGBridgeMessage+TGTableItem.h b/Telegram/Watch/Bridge/TGBridgeMessage+TGTableItem.h similarity index 100% rename from Watch/Bridge/TGBridgeMessage+TGTableItem.h rename to Telegram/Watch/Bridge/TGBridgeMessage+TGTableItem.h diff --git a/Watch/Bridge/TGBridgeMessage+TGTableItem.m b/Telegram/Watch/Bridge/TGBridgeMessage+TGTableItem.m similarity index 100% rename from Watch/Bridge/TGBridgeMessage+TGTableItem.m rename to Telegram/Watch/Bridge/TGBridgeMessage+TGTableItem.m diff --git a/Watch/Bridge/TGBridgePeerSettingsSignals.h b/Telegram/Watch/Bridge/TGBridgePeerSettingsSignals.h similarity index 100% rename from Watch/Bridge/TGBridgePeerSettingsSignals.h rename to Telegram/Watch/Bridge/TGBridgePeerSettingsSignals.h diff --git a/Watch/Bridge/TGBridgePeerSettingsSignals.m b/Telegram/Watch/Bridge/TGBridgePeerSettingsSignals.m similarity index 100% rename from Watch/Bridge/TGBridgePeerSettingsSignals.m rename to Telegram/Watch/Bridge/TGBridgePeerSettingsSignals.m diff --git a/Watch/Bridge/TGBridgePresetsSignals.h b/Telegram/Watch/Bridge/TGBridgePresetsSignals.h similarity index 100% rename from Watch/Bridge/TGBridgePresetsSignals.h rename to Telegram/Watch/Bridge/TGBridgePresetsSignals.h diff --git a/Watch/Bridge/TGBridgePresetsSignals.m b/Telegram/Watch/Bridge/TGBridgePresetsSignals.m similarity index 100% rename from Watch/Bridge/TGBridgePresetsSignals.m rename to Telegram/Watch/Bridge/TGBridgePresetsSignals.m diff --git a/Watch/Bridge/TGBridgeRemoteSignals.h b/Telegram/Watch/Bridge/TGBridgeRemoteSignals.h similarity index 100% rename from Watch/Bridge/TGBridgeRemoteSignals.h rename to Telegram/Watch/Bridge/TGBridgeRemoteSignals.h diff --git a/Watch/Bridge/TGBridgeRemoteSignals.m b/Telegram/Watch/Bridge/TGBridgeRemoteSignals.m similarity index 100% rename from Watch/Bridge/TGBridgeRemoteSignals.m rename to Telegram/Watch/Bridge/TGBridgeRemoteSignals.m diff --git a/Watch/Bridge/TGBridgeSendMessageSignals.h b/Telegram/Watch/Bridge/TGBridgeSendMessageSignals.h similarity index 100% rename from Watch/Bridge/TGBridgeSendMessageSignals.h rename to Telegram/Watch/Bridge/TGBridgeSendMessageSignals.h diff --git a/Watch/Bridge/TGBridgeSendMessageSignals.m b/Telegram/Watch/Bridge/TGBridgeSendMessageSignals.m similarity index 100% rename from Watch/Bridge/TGBridgeSendMessageSignals.m rename to Telegram/Watch/Bridge/TGBridgeSendMessageSignals.m diff --git a/Watch/Bridge/TGBridgeStateSignal.h b/Telegram/Watch/Bridge/TGBridgeStateSignal.h similarity index 100% rename from Watch/Bridge/TGBridgeStateSignal.h rename to Telegram/Watch/Bridge/TGBridgeStateSignal.h diff --git a/Watch/Bridge/TGBridgeStateSignal.m b/Telegram/Watch/Bridge/TGBridgeStateSignal.m similarity index 100% rename from Watch/Bridge/TGBridgeStateSignal.m rename to Telegram/Watch/Bridge/TGBridgeStateSignal.m diff --git a/Watch/Bridge/TGBridgeStickerPack.h b/Telegram/Watch/Bridge/TGBridgeStickerPack.h similarity index 100% rename from Watch/Bridge/TGBridgeStickerPack.h rename to Telegram/Watch/Bridge/TGBridgeStickerPack.h diff --git a/Watch/Bridge/TGBridgeStickerPack.m b/Telegram/Watch/Bridge/TGBridgeStickerPack.m similarity index 100% rename from Watch/Bridge/TGBridgeStickerPack.m rename to Telegram/Watch/Bridge/TGBridgeStickerPack.m diff --git a/Watch/Bridge/TGBridgeStickersSignals.h b/Telegram/Watch/Bridge/TGBridgeStickersSignals.h similarity index 100% rename from Watch/Bridge/TGBridgeStickersSignals.h rename to Telegram/Watch/Bridge/TGBridgeStickersSignals.h diff --git a/Watch/Bridge/TGBridgeStickersSignals.m b/Telegram/Watch/Bridge/TGBridgeStickersSignals.m similarity index 100% rename from Watch/Bridge/TGBridgeStickersSignals.m rename to Telegram/Watch/Bridge/TGBridgeStickersSignals.m diff --git a/Watch/Bridge/TGBridgeUser+TGTableItem.h b/Telegram/Watch/Bridge/TGBridgeUser+TGTableItem.h similarity index 100% rename from Watch/Bridge/TGBridgeUser+TGTableItem.h rename to Telegram/Watch/Bridge/TGBridgeUser+TGTableItem.h diff --git a/Watch/Bridge/TGBridgeUser+TGTableItem.m b/Telegram/Watch/Bridge/TGBridgeUser+TGTableItem.m similarity index 100% rename from Watch/Bridge/TGBridgeUser+TGTableItem.m rename to Telegram/Watch/Bridge/TGBridgeUser+TGTableItem.m diff --git a/Watch/Bridge/TGBridgeUserInfoSignals.h b/Telegram/Watch/Bridge/TGBridgeUserInfoSignals.h similarity index 100% rename from Watch/Bridge/TGBridgeUserInfoSignals.h rename to Telegram/Watch/Bridge/TGBridgeUserInfoSignals.h diff --git a/Watch/Bridge/TGBridgeUserInfoSignals.m b/Telegram/Watch/Bridge/TGBridgeUserInfoSignals.m similarity index 100% rename from Watch/Bridge/TGBridgeUserInfoSignals.m rename to Telegram/Watch/Bridge/TGBridgeUserInfoSignals.m diff --git a/Watch/Extension/Info.plist b/Telegram/Watch/Extension/Info.plist similarity index 100% rename from Watch/Extension/Info.plist rename to Telegram/Watch/Extension/Info.plist diff --git a/Watch/Extension/Resources/File@2x.png b/Telegram/Watch/Extension/Resources/File@2x.png similarity index 100% rename from Watch/Extension/Resources/File@2x.png rename to Telegram/Watch/Extension/Resources/File@2x.png diff --git a/Watch/Extension/Resources/Home88@2x.png b/Telegram/Watch/Extension/Resources/Home88@2x.png similarity index 100% rename from Watch/Extension/Resources/Home88@2x.png rename to Telegram/Watch/Extension/Resources/Home88@2x.png diff --git a/Watch/Extension/Resources/Location@2x.png b/Telegram/Watch/Extension/Resources/Location@2x.png similarity index 100% rename from Watch/Extension/Resources/Location@2x.png rename to Telegram/Watch/Extension/Resources/Location@2x.png diff --git a/Watch/Extension/Resources/MediaAudio@2x.png b/Telegram/Watch/Extension/Resources/MediaAudio@2x.png similarity index 100% rename from Watch/Extension/Resources/MediaAudio@2x.png rename to Telegram/Watch/Extension/Resources/MediaAudio@2x.png diff --git a/Watch/Extension/Resources/MediaDocument@2x.png b/Telegram/Watch/Extension/Resources/MediaDocument@2x.png similarity index 100% rename from Watch/Extension/Resources/MediaDocument@2x.png rename to Telegram/Watch/Extension/Resources/MediaDocument@2x.png diff --git a/Watch/Extension/Resources/MediaLocation@2x.png b/Telegram/Watch/Extension/Resources/MediaLocation@2x.png similarity index 100% rename from Watch/Extension/Resources/MediaLocation@2x.png rename to Telegram/Watch/Extension/Resources/MediaLocation@2x.png diff --git a/Watch/Extension/Resources/MediaPhoto@2x.png b/Telegram/Watch/Extension/Resources/MediaPhoto@2x.png similarity index 100% rename from Watch/Extension/Resources/MediaPhoto@2x.png rename to Telegram/Watch/Extension/Resources/MediaPhoto@2x.png diff --git a/Watch/Extension/Resources/MediaVideo@2x.png b/Telegram/Watch/Extension/Resources/MediaVideo@2x.png similarity index 100% rename from Watch/Extension/Resources/MediaVideo@2x.png rename to Telegram/Watch/Extension/Resources/MediaVideo@2x.png diff --git a/Watch/Extension/Resources/SavedMessagesAvatar@2x.png b/Telegram/Watch/Extension/Resources/SavedMessagesAvatar@2x.png similarity index 100% rename from Watch/Extension/Resources/SavedMessagesAvatar@2x.png rename to Telegram/Watch/Extension/Resources/SavedMessagesAvatar@2x.png diff --git a/Watch/Extension/Resources/VerifiedList@2x.png b/Telegram/Watch/Extension/Resources/VerifiedList@2x.png similarity index 100% rename from Watch/Extension/Resources/VerifiedList@2x.png rename to Telegram/Watch/Extension/Resources/VerifiedList@2x.png diff --git a/Watch/Extension/SSignalKit/SAtomic.h b/Telegram/Watch/Extension/SSignalKit/SAtomic.h similarity index 100% rename from Watch/Extension/SSignalKit/SAtomic.h rename to Telegram/Watch/Extension/SSignalKit/SAtomic.h diff --git a/Watch/Extension/SSignalKit/SAtomic.m b/Telegram/Watch/Extension/SSignalKit/SAtomic.m similarity index 100% rename from Watch/Extension/SSignalKit/SAtomic.m rename to Telegram/Watch/Extension/SSignalKit/SAtomic.m diff --git a/Watch/Extension/SSignalKit/SBag.h b/Telegram/Watch/Extension/SSignalKit/SBag.h similarity index 100% rename from Watch/Extension/SSignalKit/SBag.h rename to Telegram/Watch/Extension/SSignalKit/SBag.h diff --git a/Watch/Extension/SSignalKit/SBag.m b/Telegram/Watch/Extension/SSignalKit/SBag.m similarity index 100% rename from Watch/Extension/SSignalKit/SBag.m rename to Telegram/Watch/Extension/SSignalKit/SBag.m diff --git a/Watch/Extension/SSignalKit/SBlockDisposable.h b/Telegram/Watch/Extension/SSignalKit/SBlockDisposable.h similarity index 100% rename from Watch/Extension/SSignalKit/SBlockDisposable.h rename to Telegram/Watch/Extension/SSignalKit/SBlockDisposable.h diff --git a/Watch/Extension/SSignalKit/SBlockDisposable.m b/Telegram/Watch/Extension/SSignalKit/SBlockDisposable.m similarity index 100% rename from Watch/Extension/SSignalKit/SBlockDisposable.m rename to Telegram/Watch/Extension/SSignalKit/SBlockDisposable.m diff --git a/Watch/Extension/SSignalKit/SDisposable.h b/Telegram/Watch/Extension/SSignalKit/SDisposable.h similarity index 100% rename from Watch/Extension/SSignalKit/SDisposable.h rename to Telegram/Watch/Extension/SSignalKit/SDisposable.h diff --git a/Watch/Extension/SSignalKit/SDisposableSet.h b/Telegram/Watch/Extension/SSignalKit/SDisposableSet.h similarity index 100% rename from Watch/Extension/SSignalKit/SDisposableSet.h rename to Telegram/Watch/Extension/SSignalKit/SDisposableSet.h diff --git a/Watch/Extension/SSignalKit/SDisposableSet.m b/Telegram/Watch/Extension/SSignalKit/SDisposableSet.m similarity index 100% rename from Watch/Extension/SSignalKit/SDisposableSet.m rename to Telegram/Watch/Extension/SSignalKit/SDisposableSet.m diff --git a/Watch/Extension/SSignalKit/SMetaDisposable.h b/Telegram/Watch/Extension/SSignalKit/SMetaDisposable.h similarity index 100% rename from Watch/Extension/SSignalKit/SMetaDisposable.h rename to Telegram/Watch/Extension/SSignalKit/SMetaDisposable.h diff --git a/Watch/Extension/SSignalKit/SMetaDisposable.m b/Telegram/Watch/Extension/SSignalKit/SMetaDisposable.m similarity index 100% rename from Watch/Extension/SSignalKit/SMetaDisposable.m rename to Telegram/Watch/Extension/SSignalKit/SMetaDisposable.m diff --git a/Watch/Extension/SSignalKit/SMulticastSignalManager.h b/Telegram/Watch/Extension/SSignalKit/SMulticastSignalManager.h similarity index 100% rename from Watch/Extension/SSignalKit/SMulticastSignalManager.h rename to Telegram/Watch/Extension/SSignalKit/SMulticastSignalManager.h diff --git a/Watch/Extension/SSignalKit/SMulticastSignalManager.m b/Telegram/Watch/Extension/SSignalKit/SMulticastSignalManager.m similarity index 100% rename from Watch/Extension/SSignalKit/SMulticastSignalManager.m rename to Telegram/Watch/Extension/SSignalKit/SMulticastSignalManager.m diff --git a/Watch/Extension/SSignalKit/SQueue.h b/Telegram/Watch/Extension/SSignalKit/SQueue.h similarity index 100% rename from Watch/Extension/SSignalKit/SQueue.h rename to Telegram/Watch/Extension/SSignalKit/SQueue.h diff --git a/Watch/Extension/SSignalKit/SQueue.m b/Telegram/Watch/Extension/SSignalKit/SQueue.m similarity index 100% rename from Watch/Extension/SSignalKit/SQueue.m rename to Telegram/Watch/Extension/SSignalKit/SQueue.m diff --git a/Watch/Extension/SSignalKit/SSignal+Accumulate.h b/Telegram/Watch/Extension/SSignalKit/SSignal+Accumulate.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Accumulate.h rename to Telegram/Watch/Extension/SSignalKit/SSignal+Accumulate.h diff --git a/Watch/Extension/SSignalKit/SSignal+Accumulate.m b/Telegram/Watch/Extension/SSignalKit/SSignal+Accumulate.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Accumulate.m rename to Telegram/Watch/Extension/SSignalKit/SSignal+Accumulate.m diff --git a/Watch/Extension/SSignalKit/SSignal+Catch.h b/Telegram/Watch/Extension/SSignalKit/SSignal+Catch.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Catch.h rename to Telegram/Watch/Extension/SSignalKit/SSignal+Catch.h diff --git a/Watch/Extension/SSignalKit/SSignal+Catch.m b/Telegram/Watch/Extension/SSignalKit/SSignal+Catch.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Catch.m rename to Telegram/Watch/Extension/SSignalKit/SSignal+Catch.m diff --git a/Watch/Extension/SSignalKit/SSignal+Combine.h b/Telegram/Watch/Extension/SSignalKit/SSignal+Combine.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Combine.h rename to Telegram/Watch/Extension/SSignalKit/SSignal+Combine.h diff --git a/Watch/Extension/SSignalKit/SSignal+Combine.m b/Telegram/Watch/Extension/SSignalKit/SSignal+Combine.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Combine.m rename to Telegram/Watch/Extension/SSignalKit/SSignal+Combine.m diff --git a/Watch/Extension/SSignalKit/SSignal+Dispatch.h b/Telegram/Watch/Extension/SSignalKit/SSignal+Dispatch.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Dispatch.h rename to Telegram/Watch/Extension/SSignalKit/SSignal+Dispatch.h diff --git a/Watch/Extension/SSignalKit/SSignal+Dispatch.m b/Telegram/Watch/Extension/SSignalKit/SSignal+Dispatch.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Dispatch.m rename to Telegram/Watch/Extension/SSignalKit/SSignal+Dispatch.m diff --git a/Watch/Extension/SSignalKit/SSignal+Mapping.h b/Telegram/Watch/Extension/SSignalKit/SSignal+Mapping.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Mapping.h rename to Telegram/Watch/Extension/SSignalKit/SSignal+Mapping.h diff --git a/Watch/Extension/SSignalKit/SSignal+Mapping.m b/Telegram/Watch/Extension/SSignalKit/SSignal+Mapping.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Mapping.m rename to Telegram/Watch/Extension/SSignalKit/SSignal+Mapping.m diff --git a/Watch/Extension/SSignalKit/SSignal+Meta.h b/Telegram/Watch/Extension/SSignalKit/SSignal+Meta.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Meta.h rename to Telegram/Watch/Extension/SSignalKit/SSignal+Meta.h diff --git a/Watch/Extension/SSignalKit/SSignal+Meta.m b/Telegram/Watch/Extension/SSignalKit/SSignal+Meta.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Meta.m rename to Telegram/Watch/Extension/SSignalKit/SSignal+Meta.m diff --git a/Watch/Extension/SSignalKit/SSignal+Multicast.h b/Telegram/Watch/Extension/SSignalKit/SSignal+Multicast.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Multicast.h rename to Telegram/Watch/Extension/SSignalKit/SSignal+Multicast.h diff --git a/Watch/Extension/SSignalKit/SSignal+Multicast.m b/Telegram/Watch/Extension/SSignalKit/SSignal+Multicast.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Multicast.m rename to Telegram/Watch/Extension/SSignalKit/SSignal+Multicast.m diff --git a/Watch/Extension/SSignalKit/SSignal+Pipe.h b/Telegram/Watch/Extension/SSignalKit/SSignal+Pipe.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Pipe.h rename to Telegram/Watch/Extension/SSignalKit/SSignal+Pipe.h diff --git a/Watch/Extension/SSignalKit/SSignal+Pipe.m b/Telegram/Watch/Extension/SSignalKit/SSignal+Pipe.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Pipe.m rename to Telegram/Watch/Extension/SSignalKit/SSignal+Pipe.m diff --git a/Watch/Extension/SSignalKit/SSignal+SideEffects.h b/Telegram/Watch/Extension/SSignalKit/SSignal+SideEffects.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+SideEffects.h rename to Telegram/Watch/Extension/SSignalKit/SSignal+SideEffects.h diff --git a/Watch/Extension/SSignalKit/SSignal+SideEffects.m b/Telegram/Watch/Extension/SSignalKit/SSignal+SideEffects.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+SideEffects.m rename to Telegram/Watch/Extension/SSignalKit/SSignal+SideEffects.m diff --git a/Watch/Extension/SSignalKit/SSignal+Single.h b/Telegram/Watch/Extension/SSignalKit/SSignal+Single.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Single.h rename to Telegram/Watch/Extension/SSignalKit/SSignal+Single.h diff --git a/Watch/Extension/SSignalKit/SSignal+Single.m b/Telegram/Watch/Extension/SSignalKit/SSignal+Single.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Single.m rename to Telegram/Watch/Extension/SSignalKit/SSignal+Single.m diff --git a/Watch/Extension/SSignalKit/SSignal+Take.h b/Telegram/Watch/Extension/SSignalKit/SSignal+Take.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Take.h rename to Telegram/Watch/Extension/SSignalKit/SSignal+Take.h diff --git a/Watch/Extension/SSignalKit/SSignal+Take.m b/Telegram/Watch/Extension/SSignalKit/SSignal+Take.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Take.m rename to Telegram/Watch/Extension/SSignalKit/SSignal+Take.m diff --git a/Watch/Extension/SSignalKit/SSignal+Timing.h b/Telegram/Watch/Extension/SSignalKit/SSignal+Timing.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Timing.h rename to Telegram/Watch/Extension/SSignalKit/SSignal+Timing.h diff --git a/Watch/Extension/SSignalKit/SSignal+Timing.m b/Telegram/Watch/Extension/SSignalKit/SSignal+Timing.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal+Timing.m rename to Telegram/Watch/Extension/SSignalKit/SSignal+Timing.m diff --git a/Watch/Extension/SSignalKit/SSignal.h b/Telegram/Watch/Extension/SSignalKit/SSignal.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignal.h rename to Telegram/Watch/Extension/SSignalKit/SSignal.h diff --git a/Watch/Extension/SSignalKit/SSignal.m b/Telegram/Watch/Extension/SSignalKit/SSignal.m similarity index 100% rename from Watch/Extension/SSignalKit/SSignal.m rename to Telegram/Watch/Extension/SSignalKit/SSignal.m diff --git a/Watch/Extension/SSignalKit/SSignalKit.h b/Telegram/Watch/Extension/SSignalKit/SSignalKit.h similarity index 100% rename from Watch/Extension/SSignalKit/SSignalKit.h rename to Telegram/Watch/Extension/SSignalKit/SSignalKit.h diff --git a/Watch/Extension/SSignalKit/SSubscriber.h b/Telegram/Watch/Extension/SSignalKit/SSubscriber.h similarity index 100% rename from Watch/Extension/SSignalKit/SSubscriber.h rename to Telegram/Watch/Extension/SSignalKit/SSubscriber.h diff --git a/Watch/Extension/SSignalKit/SSubscriber.m b/Telegram/Watch/Extension/SSignalKit/SSubscriber.m similarity index 100% rename from Watch/Extension/SSignalKit/SSubscriber.m rename to Telegram/Watch/Extension/SSignalKit/SSubscriber.m diff --git a/Watch/Extension/SSignalKit/SThreadPool.h b/Telegram/Watch/Extension/SSignalKit/SThreadPool.h similarity index 100% rename from Watch/Extension/SSignalKit/SThreadPool.h rename to Telegram/Watch/Extension/SSignalKit/SThreadPool.h diff --git a/Watch/Extension/SSignalKit/SThreadPool.m b/Telegram/Watch/Extension/SSignalKit/SThreadPool.m similarity index 100% rename from Watch/Extension/SSignalKit/SThreadPool.m rename to Telegram/Watch/Extension/SSignalKit/SThreadPool.m diff --git a/Watch/Extension/SSignalKit/SThreadPoolQueue.h b/Telegram/Watch/Extension/SSignalKit/SThreadPoolQueue.h similarity index 100% rename from Watch/Extension/SSignalKit/SThreadPoolQueue.h rename to Telegram/Watch/Extension/SSignalKit/SThreadPoolQueue.h diff --git a/Watch/Extension/SSignalKit/SThreadPoolQueue.m b/Telegram/Watch/Extension/SSignalKit/SThreadPoolQueue.m similarity index 100% rename from Watch/Extension/SSignalKit/SThreadPoolQueue.m rename to Telegram/Watch/Extension/SSignalKit/SThreadPoolQueue.m diff --git a/Watch/Extension/SSignalKit/SThreadPoolTask.h b/Telegram/Watch/Extension/SSignalKit/SThreadPoolTask.h similarity index 100% rename from Watch/Extension/SSignalKit/SThreadPoolTask.h rename to Telegram/Watch/Extension/SSignalKit/SThreadPoolTask.h diff --git a/Watch/Extension/SSignalKit/SThreadPoolTask.m b/Telegram/Watch/Extension/SSignalKit/SThreadPoolTask.m similarity index 100% rename from Watch/Extension/SSignalKit/SThreadPoolTask.m rename to Telegram/Watch/Extension/SSignalKit/SThreadPoolTask.m diff --git a/Watch/Extension/SSignalKit/STimer.h b/Telegram/Watch/Extension/SSignalKit/STimer.h similarity index 100% rename from Watch/Extension/SSignalKit/STimer.h rename to Telegram/Watch/Extension/SSignalKit/STimer.h diff --git a/Watch/Extension/SSignalKit/STimer.m b/Telegram/Watch/Extension/SSignalKit/STimer.m similarity index 100% rename from Watch/Extension/SSignalKit/STimer.m rename to Telegram/Watch/Extension/SSignalKit/STimer.m diff --git a/Watch/Extension/SSignalKit/SVariable.h b/Telegram/Watch/Extension/SSignalKit/SVariable.h similarity index 100% rename from Watch/Extension/SSignalKit/SVariable.h rename to Telegram/Watch/Extension/SSignalKit/SVariable.h diff --git a/Watch/Extension/SSignalKit/SVariable.m b/Telegram/Watch/Extension/SSignalKit/SVariable.m similarity index 100% rename from Watch/Extension/SSignalKit/SVariable.m rename to Telegram/Watch/Extension/SSignalKit/SVariable.m diff --git a/Watch/Extension/TGAudioMicAlertController.h b/Telegram/Watch/Extension/TGAudioMicAlertController.h similarity index 100% rename from Watch/Extension/TGAudioMicAlertController.h rename to Telegram/Watch/Extension/TGAudioMicAlertController.h diff --git a/Watch/Extension/TGAudioMicAlertController.m b/Telegram/Watch/Extension/TGAudioMicAlertController.m similarity index 100% rename from Watch/Extension/TGAudioMicAlertController.m rename to Telegram/Watch/Extension/TGAudioMicAlertController.m diff --git a/Watch/Extension/TGAvatarViewModel.h b/Telegram/Watch/Extension/TGAvatarViewModel.h similarity index 100% rename from Watch/Extension/TGAvatarViewModel.h rename to Telegram/Watch/Extension/TGAvatarViewModel.h diff --git a/Watch/Extension/TGAvatarViewModel.m b/Telegram/Watch/Extension/TGAvatarViewModel.m similarity index 100% rename from Watch/Extension/TGAvatarViewModel.m rename to Telegram/Watch/Extension/TGAvatarViewModel.m diff --git a/Watch/Extension/TGBotCommandController.h b/Telegram/Watch/Extension/TGBotCommandController.h similarity index 100% rename from Watch/Extension/TGBotCommandController.h rename to Telegram/Watch/Extension/TGBotCommandController.h diff --git a/Watch/Extension/TGBotCommandController.m b/Telegram/Watch/Extension/TGBotCommandController.m similarity index 100% rename from Watch/Extension/TGBotCommandController.m rename to Telegram/Watch/Extension/TGBotCommandController.m diff --git a/Watch/Extension/TGBotKeyboardButtonController.h b/Telegram/Watch/Extension/TGBotKeyboardButtonController.h similarity index 100% rename from Watch/Extension/TGBotKeyboardButtonController.h rename to Telegram/Watch/Extension/TGBotKeyboardButtonController.h diff --git a/Watch/Extension/TGBotKeyboardButtonController.m b/Telegram/Watch/Extension/TGBotKeyboardButtonController.m similarity index 100% rename from Watch/Extension/TGBotKeyboardButtonController.m rename to Telegram/Watch/Extension/TGBotKeyboardButtonController.m diff --git a/Watch/Extension/TGBotKeyboardController.h b/Telegram/Watch/Extension/TGBotKeyboardController.h similarity index 100% rename from Watch/Extension/TGBotKeyboardController.h rename to Telegram/Watch/Extension/TGBotKeyboardController.h diff --git a/Watch/Extension/TGBotKeyboardController.m b/Telegram/Watch/Extension/TGBotKeyboardController.m similarity index 100% rename from Watch/Extension/TGBotKeyboardController.m rename to Telegram/Watch/Extension/TGBotKeyboardController.m diff --git a/Watch/Extension/TGBridgeUserCache.h b/Telegram/Watch/Extension/TGBridgeUserCache.h similarity index 100% rename from Watch/Extension/TGBridgeUserCache.h rename to Telegram/Watch/Extension/TGBridgeUserCache.h diff --git a/Watch/Extension/TGBridgeUserCache.m b/Telegram/Watch/Extension/TGBridgeUserCache.m similarity index 100% rename from Watch/Extension/TGBridgeUserCache.m rename to Telegram/Watch/Extension/TGBridgeUserCache.m diff --git a/Watch/Extension/TGChatInfo.h b/Telegram/Watch/Extension/TGChatInfo.h similarity index 100% rename from Watch/Extension/TGChatInfo.h rename to Telegram/Watch/Extension/TGChatInfo.h diff --git a/Watch/Extension/TGChatInfo.m b/Telegram/Watch/Extension/TGChatInfo.m similarity index 100% rename from Watch/Extension/TGChatInfo.m rename to Telegram/Watch/Extension/TGChatInfo.m diff --git a/Watch/Extension/TGChatTimestamp.h b/Telegram/Watch/Extension/TGChatTimestamp.h similarity index 100% rename from Watch/Extension/TGChatTimestamp.h rename to Telegram/Watch/Extension/TGChatTimestamp.h diff --git a/Watch/Extension/TGChatTimestamp.m b/Telegram/Watch/Extension/TGChatTimestamp.m similarity index 100% rename from Watch/Extension/TGChatTimestamp.m rename to Telegram/Watch/Extension/TGChatTimestamp.m diff --git a/Watch/Extension/TGComplicationController.h b/Telegram/Watch/Extension/TGComplicationController.h similarity index 100% rename from Watch/Extension/TGComplicationController.h rename to Telegram/Watch/Extension/TGComplicationController.h diff --git a/Watch/Extension/TGComplicationController.m b/Telegram/Watch/Extension/TGComplicationController.m similarity index 100% rename from Watch/Extension/TGComplicationController.m rename to Telegram/Watch/Extension/TGComplicationController.m diff --git a/Watch/Extension/TGComposeController.h b/Telegram/Watch/Extension/TGComposeController.h similarity index 100% rename from Watch/Extension/TGComposeController.h rename to Telegram/Watch/Extension/TGComposeController.h diff --git a/Watch/Extension/TGComposeController.m b/Telegram/Watch/Extension/TGComposeController.m similarity index 100% rename from Watch/Extension/TGComposeController.m rename to Telegram/Watch/Extension/TGComposeController.m diff --git a/Watch/Extension/TGContactsController.h b/Telegram/Watch/Extension/TGContactsController.h similarity index 100% rename from Watch/Extension/TGContactsController.h rename to Telegram/Watch/Extension/TGContactsController.h diff --git a/Watch/Extension/TGContactsController.m b/Telegram/Watch/Extension/TGContactsController.m similarity index 100% rename from Watch/Extension/TGContactsController.m rename to Telegram/Watch/Extension/TGContactsController.m diff --git a/Watch/Extension/TGConversationFooterController.h b/Telegram/Watch/Extension/TGConversationFooterController.h similarity index 100% rename from Watch/Extension/TGConversationFooterController.h rename to Telegram/Watch/Extension/TGConversationFooterController.h diff --git a/Watch/Extension/TGConversationFooterController.m b/Telegram/Watch/Extension/TGConversationFooterController.m similarity index 100% rename from Watch/Extension/TGConversationFooterController.m rename to Telegram/Watch/Extension/TGConversationFooterController.m diff --git a/Watch/Extension/TGDateUtils.h b/Telegram/Watch/Extension/TGDateUtils.h similarity index 100% rename from Watch/Extension/TGDateUtils.h rename to Telegram/Watch/Extension/TGDateUtils.h diff --git a/Watch/Extension/TGDateUtils.m b/Telegram/Watch/Extension/TGDateUtils.m similarity index 100% rename from Watch/Extension/TGDateUtils.m rename to Telegram/Watch/Extension/TGDateUtils.m diff --git a/Watch/Extension/TGExtensionDelegate.h b/Telegram/Watch/Extension/TGExtensionDelegate.h similarity index 100% rename from Watch/Extension/TGExtensionDelegate.h rename to Telegram/Watch/Extension/TGExtensionDelegate.h diff --git a/Watch/Extension/TGExtensionDelegate.m b/Telegram/Watch/Extension/TGExtensionDelegate.m similarity index 100% rename from Watch/Extension/TGExtensionDelegate.m rename to Telegram/Watch/Extension/TGExtensionDelegate.m diff --git a/Watch/Extension/TGFileCache.h b/Telegram/Watch/Extension/TGFileCache.h similarity index 100% rename from Watch/Extension/TGFileCache.h rename to Telegram/Watch/Extension/TGFileCache.h diff --git a/Watch/Extension/TGFileCache.m b/Telegram/Watch/Extension/TGFileCache.m similarity index 100% rename from Watch/Extension/TGFileCache.m rename to Telegram/Watch/Extension/TGFileCache.m diff --git a/Watch/Extension/TGGeometry.h b/Telegram/Watch/Extension/TGGeometry.h similarity index 100% rename from Watch/Extension/TGGeometry.h rename to Telegram/Watch/Extension/TGGeometry.h diff --git a/Watch/Extension/TGGeometry.m b/Telegram/Watch/Extension/TGGeometry.m similarity index 100% rename from Watch/Extension/TGGeometry.m rename to Telegram/Watch/Extension/TGGeometry.m diff --git a/Watch/Extension/TGGroupInfoController.h b/Telegram/Watch/Extension/TGGroupInfoController.h similarity index 100% rename from Watch/Extension/TGGroupInfoController.h rename to Telegram/Watch/Extension/TGGroupInfoController.h diff --git a/Watch/Extension/TGGroupInfoController.m b/Telegram/Watch/Extension/TGGroupInfoController.m similarity index 100% rename from Watch/Extension/TGGroupInfoController.m rename to Telegram/Watch/Extension/TGGroupInfoController.m diff --git a/Watch/Extension/TGGroupInfoFooterController.h b/Telegram/Watch/Extension/TGGroupInfoFooterController.h similarity index 100% rename from Watch/Extension/TGGroupInfoFooterController.h rename to Telegram/Watch/Extension/TGGroupInfoFooterController.h diff --git a/Watch/Extension/TGGroupInfoFooterController.m b/Telegram/Watch/Extension/TGGroupInfoFooterController.m similarity index 100% rename from Watch/Extension/TGGroupInfoFooterController.m rename to Telegram/Watch/Extension/TGGroupInfoFooterController.m diff --git a/Watch/Extension/TGGroupInfoHeaderController.h b/Telegram/Watch/Extension/TGGroupInfoHeaderController.h similarity index 100% rename from Watch/Extension/TGGroupInfoHeaderController.h rename to Telegram/Watch/Extension/TGGroupInfoHeaderController.h diff --git a/Watch/Extension/TGGroupInfoHeaderController.m b/Telegram/Watch/Extension/TGGroupInfoHeaderController.m similarity index 100% rename from Watch/Extension/TGGroupInfoHeaderController.m rename to Telegram/Watch/Extension/TGGroupInfoHeaderController.m diff --git a/Watch/Extension/TGIndexPath.h b/Telegram/Watch/Extension/TGIndexPath.h similarity index 100% rename from Watch/Extension/TGIndexPath.h rename to Telegram/Watch/Extension/TGIndexPath.h diff --git a/Watch/Extension/TGIndexPath.m b/Telegram/Watch/Extension/TGIndexPath.m similarity index 100% rename from Watch/Extension/TGIndexPath.m rename to Telegram/Watch/Extension/TGIndexPath.m diff --git a/Watch/Extension/TGInputController.h b/Telegram/Watch/Extension/TGInputController.h similarity index 100% rename from Watch/Extension/TGInputController.h rename to Telegram/Watch/Extension/TGInputController.h diff --git a/Watch/Extension/TGInputController.m b/Telegram/Watch/Extension/TGInputController.m similarity index 100% rename from Watch/Extension/TGInputController.m rename to Telegram/Watch/Extension/TGInputController.m diff --git a/Watch/Extension/TGInterfaceController.h b/Telegram/Watch/Extension/TGInterfaceController.h similarity index 100% rename from Watch/Extension/TGInterfaceController.h rename to Telegram/Watch/Extension/TGInterfaceController.h diff --git a/Watch/Extension/TGInterfaceController.m b/Telegram/Watch/Extension/TGInterfaceController.m similarity index 100% rename from Watch/Extension/TGInterfaceController.m rename to Telegram/Watch/Extension/TGInterfaceController.m diff --git a/Watch/Extension/TGInterfaceMenu.h b/Telegram/Watch/Extension/TGInterfaceMenu.h similarity index 100% rename from Watch/Extension/TGInterfaceMenu.h rename to Telegram/Watch/Extension/TGInterfaceMenu.h diff --git a/Watch/Extension/TGInterfaceMenu.m b/Telegram/Watch/Extension/TGInterfaceMenu.m similarity index 100% rename from Watch/Extension/TGInterfaceMenu.m rename to Telegram/Watch/Extension/TGInterfaceMenu.m diff --git a/Watch/Extension/TGLocationController.h b/Telegram/Watch/Extension/TGLocationController.h similarity index 100% rename from Watch/Extension/TGLocationController.h rename to Telegram/Watch/Extension/TGLocationController.h diff --git a/Watch/Extension/TGLocationController.m b/Telegram/Watch/Extension/TGLocationController.m similarity index 100% rename from Watch/Extension/TGLocationController.m rename to Telegram/Watch/Extension/TGLocationController.m diff --git a/Watch/Extension/TGLocationMapHeaderController.h b/Telegram/Watch/Extension/TGLocationMapHeaderController.h similarity index 100% rename from Watch/Extension/TGLocationMapHeaderController.h rename to Telegram/Watch/Extension/TGLocationMapHeaderController.h diff --git a/Watch/Extension/TGLocationMapHeaderController.m b/Telegram/Watch/Extension/TGLocationMapHeaderController.m similarity index 100% rename from Watch/Extension/TGLocationMapHeaderController.m rename to Telegram/Watch/Extension/TGLocationMapHeaderController.m diff --git a/Watch/Extension/TGLocationUtils.h b/Telegram/Watch/Extension/TGLocationUtils.h similarity index 100% rename from Watch/Extension/TGLocationUtils.h rename to Telegram/Watch/Extension/TGLocationUtils.h diff --git a/Watch/Extension/TGLocationUtils.m b/Telegram/Watch/Extension/TGLocationUtils.m similarity index 100% rename from Watch/Extension/TGLocationUtils.m rename to Telegram/Watch/Extension/TGLocationUtils.m diff --git a/Watch/Extension/TGLocationVenueRowController.h b/Telegram/Watch/Extension/TGLocationVenueRowController.h similarity index 100% rename from Watch/Extension/TGLocationVenueRowController.h rename to Telegram/Watch/Extension/TGLocationVenueRowController.h diff --git a/Watch/Extension/TGLocationVenueRowController.m b/Telegram/Watch/Extension/TGLocationVenueRowController.m similarity index 100% rename from Watch/Extension/TGLocationVenueRowController.m rename to Telegram/Watch/Extension/TGLocationVenueRowController.m diff --git a/Watch/Extension/TGMessageViewController.h b/Telegram/Watch/Extension/TGMessageViewController.h similarity index 100% rename from Watch/Extension/TGMessageViewController.h rename to Telegram/Watch/Extension/TGMessageViewController.h diff --git a/Watch/Extension/TGMessageViewController.m b/Telegram/Watch/Extension/TGMessageViewController.m similarity index 100% rename from Watch/Extension/TGMessageViewController.m rename to Telegram/Watch/Extension/TGMessageViewController.m diff --git a/Watch/Extension/TGMessageViewFooterController.h b/Telegram/Watch/Extension/TGMessageViewFooterController.h similarity index 100% rename from Watch/Extension/TGMessageViewFooterController.h rename to Telegram/Watch/Extension/TGMessageViewFooterController.h diff --git a/Watch/Extension/TGMessageViewFooterController.m b/Telegram/Watch/Extension/TGMessageViewFooterController.m similarity index 100% rename from Watch/Extension/TGMessageViewFooterController.m rename to Telegram/Watch/Extension/TGMessageViewFooterController.m diff --git a/Watch/Extension/TGMessageViewMessageRowController.h b/Telegram/Watch/Extension/TGMessageViewMessageRowController.h similarity index 100% rename from Watch/Extension/TGMessageViewMessageRowController.h rename to Telegram/Watch/Extension/TGMessageViewMessageRowController.h diff --git a/Watch/Extension/TGMessageViewMessageRowController.m b/Telegram/Watch/Extension/TGMessageViewMessageRowController.m similarity index 100% rename from Watch/Extension/TGMessageViewMessageRowController.m rename to Telegram/Watch/Extension/TGMessageViewMessageRowController.m diff --git a/Watch/Extension/TGMessageViewModel.h b/Telegram/Watch/Extension/TGMessageViewModel.h similarity index 100% rename from Watch/Extension/TGMessageViewModel.h rename to Telegram/Watch/Extension/TGMessageViewModel.h diff --git a/Watch/Extension/TGMessageViewModel.m b/Telegram/Watch/Extension/TGMessageViewModel.m similarity index 100% rename from Watch/Extension/TGMessageViewModel.m rename to Telegram/Watch/Extension/TGMessageViewModel.m diff --git a/Watch/Extension/TGMessageViewWebPageRowController.h b/Telegram/Watch/Extension/TGMessageViewWebPageRowController.h similarity index 100% rename from Watch/Extension/TGMessageViewWebPageRowController.h rename to Telegram/Watch/Extension/TGMessageViewWebPageRowController.h diff --git a/Watch/Extension/TGMessageViewWebPageRowController.m b/Telegram/Watch/Extension/TGMessageViewWebPageRowController.m similarity index 100% rename from Watch/Extension/TGMessageViewWebPageRowController.m rename to Telegram/Watch/Extension/TGMessageViewWebPageRowController.m diff --git a/Watch/Extension/TGNeoAttachmentViewModel.h b/Telegram/Watch/Extension/TGNeoAttachmentViewModel.h similarity index 100% rename from Watch/Extension/TGNeoAttachmentViewModel.h rename to Telegram/Watch/Extension/TGNeoAttachmentViewModel.h diff --git a/Watch/Extension/TGNeoAttachmentViewModel.m b/Telegram/Watch/Extension/TGNeoAttachmentViewModel.m similarity index 100% rename from Watch/Extension/TGNeoAttachmentViewModel.m rename to Telegram/Watch/Extension/TGNeoAttachmentViewModel.m diff --git a/Watch/Extension/TGNeoAudioMessageViewModel.h b/Telegram/Watch/Extension/TGNeoAudioMessageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoAudioMessageViewModel.h rename to Telegram/Watch/Extension/TGNeoAudioMessageViewModel.h diff --git a/Watch/Extension/TGNeoAudioMessageViewModel.m b/Telegram/Watch/Extension/TGNeoAudioMessageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoAudioMessageViewModel.m rename to Telegram/Watch/Extension/TGNeoAudioMessageViewModel.m diff --git a/Watch/Extension/TGNeoBackgroundViewModel.h b/Telegram/Watch/Extension/TGNeoBackgroundViewModel.h similarity index 100% rename from Watch/Extension/TGNeoBackgroundViewModel.h rename to Telegram/Watch/Extension/TGNeoBackgroundViewModel.h diff --git a/Watch/Extension/TGNeoBackgroundViewModel.m b/Telegram/Watch/Extension/TGNeoBackgroundViewModel.m similarity index 100% rename from Watch/Extension/TGNeoBackgroundViewModel.m rename to Telegram/Watch/Extension/TGNeoBackgroundViewModel.m diff --git a/Watch/Extension/TGNeoBubbleMessageViewModel.h b/Telegram/Watch/Extension/TGNeoBubbleMessageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoBubbleMessageViewModel.h rename to Telegram/Watch/Extension/TGNeoBubbleMessageViewModel.h diff --git a/Watch/Extension/TGNeoBubbleMessageViewModel.m b/Telegram/Watch/Extension/TGNeoBubbleMessageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoBubbleMessageViewModel.m rename to Telegram/Watch/Extension/TGNeoBubbleMessageViewModel.m diff --git a/Watch/Extension/TGNeoChatRowController.h b/Telegram/Watch/Extension/TGNeoChatRowController.h similarity index 100% rename from Watch/Extension/TGNeoChatRowController.h rename to Telegram/Watch/Extension/TGNeoChatRowController.h diff --git a/Watch/Extension/TGNeoChatRowController.m b/Telegram/Watch/Extension/TGNeoChatRowController.m similarity index 100% rename from Watch/Extension/TGNeoChatRowController.m rename to Telegram/Watch/Extension/TGNeoChatRowController.m diff --git a/Watch/Extension/TGNeoChatViewModel.h b/Telegram/Watch/Extension/TGNeoChatViewModel.h similarity index 100% rename from Watch/Extension/TGNeoChatViewModel.h rename to Telegram/Watch/Extension/TGNeoChatViewModel.h diff --git a/Watch/Extension/TGNeoChatViewModel.m b/Telegram/Watch/Extension/TGNeoChatViewModel.m similarity index 100% rename from Watch/Extension/TGNeoChatViewModel.m rename to Telegram/Watch/Extension/TGNeoChatViewModel.m diff --git a/Watch/Extension/TGNeoChatsController.h b/Telegram/Watch/Extension/TGNeoChatsController.h similarity index 100% rename from Watch/Extension/TGNeoChatsController.h rename to Telegram/Watch/Extension/TGNeoChatsController.h diff --git a/Watch/Extension/TGNeoChatsController.m b/Telegram/Watch/Extension/TGNeoChatsController.m similarity index 100% rename from Watch/Extension/TGNeoChatsController.m rename to Telegram/Watch/Extension/TGNeoChatsController.m diff --git a/Watch/Extension/TGNeoContactMessageViewModel.h b/Telegram/Watch/Extension/TGNeoContactMessageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoContactMessageViewModel.h rename to Telegram/Watch/Extension/TGNeoContactMessageViewModel.h diff --git a/Watch/Extension/TGNeoContactMessageViewModel.m b/Telegram/Watch/Extension/TGNeoContactMessageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoContactMessageViewModel.m rename to Telegram/Watch/Extension/TGNeoContactMessageViewModel.m diff --git a/Watch/Extension/TGNeoConversationController.h b/Telegram/Watch/Extension/TGNeoConversationController.h similarity index 100% rename from Watch/Extension/TGNeoConversationController.h rename to Telegram/Watch/Extension/TGNeoConversationController.h diff --git a/Watch/Extension/TGNeoConversationController.m b/Telegram/Watch/Extension/TGNeoConversationController.m similarity index 100% rename from Watch/Extension/TGNeoConversationController.m rename to Telegram/Watch/Extension/TGNeoConversationController.m diff --git a/Watch/Extension/TGNeoConversationMediaRowController.h b/Telegram/Watch/Extension/TGNeoConversationMediaRowController.h similarity index 100% rename from Watch/Extension/TGNeoConversationMediaRowController.h rename to Telegram/Watch/Extension/TGNeoConversationMediaRowController.h diff --git a/Watch/Extension/TGNeoConversationMediaRowController.m b/Telegram/Watch/Extension/TGNeoConversationMediaRowController.m similarity index 100% rename from Watch/Extension/TGNeoConversationMediaRowController.m rename to Telegram/Watch/Extension/TGNeoConversationMediaRowController.m diff --git a/Watch/Extension/TGNeoConversationRowController.h b/Telegram/Watch/Extension/TGNeoConversationRowController.h similarity index 100% rename from Watch/Extension/TGNeoConversationRowController.h rename to Telegram/Watch/Extension/TGNeoConversationRowController.h diff --git a/Watch/Extension/TGNeoConversationRowController.m b/Telegram/Watch/Extension/TGNeoConversationRowController.m similarity index 100% rename from Watch/Extension/TGNeoConversationRowController.m rename to Telegram/Watch/Extension/TGNeoConversationRowController.m diff --git a/Watch/Extension/TGNeoConversationSimpleRowController.h b/Telegram/Watch/Extension/TGNeoConversationSimpleRowController.h similarity index 100% rename from Watch/Extension/TGNeoConversationSimpleRowController.h rename to Telegram/Watch/Extension/TGNeoConversationSimpleRowController.h diff --git a/Watch/Extension/TGNeoConversationSimpleRowController.m b/Telegram/Watch/Extension/TGNeoConversationSimpleRowController.m similarity index 100% rename from Watch/Extension/TGNeoConversationSimpleRowController.m rename to Telegram/Watch/Extension/TGNeoConversationSimpleRowController.m diff --git a/Watch/Extension/TGNeoConversationStaticRowController.h b/Telegram/Watch/Extension/TGNeoConversationStaticRowController.h similarity index 100% rename from Watch/Extension/TGNeoConversationStaticRowController.h rename to Telegram/Watch/Extension/TGNeoConversationStaticRowController.h diff --git a/Watch/Extension/TGNeoConversationStaticRowController.m b/Telegram/Watch/Extension/TGNeoConversationStaticRowController.m similarity index 100% rename from Watch/Extension/TGNeoConversationStaticRowController.m rename to Telegram/Watch/Extension/TGNeoConversationStaticRowController.m diff --git a/Watch/Extension/TGNeoConversationTimeRowController.h b/Telegram/Watch/Extension/TGNeoConversationTimeRowController.h similarity index 100% rename from Watch/Extension/TGNeoConversationTimeRowController.h rename to Telegram/Watch/Extension/TGNeoConversationTimeRowController.h diff --git a/Watch/Extension/TGNeoConversationTimeRowController.m b/Telegram/Watch/Extension/TGNeoConversationTimeRowController.m similarity index 100% rename from Watch/Extension/TGNeoConversationTimeRowController.m rename to Telegram/Watch/Extension/TGNeoConversationTimeRowController.m diff --git a/Watch/Extension/TGNeoFileMessageViewModel.h b/Telegram/Watch/Extension/TGNeoFileMessageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoFileMessageViewModel.h rename to Telegram/Watch/Extension/TGNeoFileMessageViewModel.h diff --git a/Watch/Extension/TGNeoFileMessageViewModel.m b/Telegram/Watch/Extension/TGNeoFileMessageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoFileMessageViewModel.m rename to Telegram/Watch/Extension/TGNeoFileMessageViewModel.m diff --git a/Watch/Extension/TGNeoForwardHeaderViewModel.h b/Telegram/Watch/Extension/TGNeoForwardHeaderViewModel.h similarity index 100% rename from Watch/Extension/TGNeoForwardHeaderViewModel.h rename to Telegram/Watch/Extension/TGNeoForwardHeaderViewModel.h diff --git a/Watch/Extension/TGNeoForwardHeaderViewModel.m b/Telegram/Watch/Extension/TGNeoForwardHeaderViewModel.m similarity index 100% rename from Watch/Extension/TGNeoForwardHeaderViewModel.m rename to Telegram/Watch/Extension/TGNeoForwardHeaderViewModel.m diff --git a/Watch/Extension/TGNeoImageViewModel.h b/Telegram/Watch/Extension/TGNeoImageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoImageViewModel.h rename to Telegram/Watch/Extension/TGNeoImageViewModel.h diff --git a/Watch/Extension/TGNeoImageViewModel.m b/Telegram/Watch/Extension/TGNeoImageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoImageViewModel.m rename to Telegram/Watch/Extension/TGNeoImageViewModel.m diff --git a/Watch/Extension/TGNeoLabelViewModel.h b/Telegram/Watch/Extension/TGNeoLabelViewModel.h similarity index 100% rename from Watch/Extension/TGNeoLabelViewModel.h rename to Telegram/Watch/Extension/TGNeoLabelViewModel.h diff --git a/Watch/Extension/TGNeoLabelViewModel.m b/Telegram/Watch/Extension/TGNeoLabelViewModel.m similarity index 100% rename from Watch/Extension/TGNeoLabelViewModel.m rename to Telegram/Watch/Extension/TGNeoLabelViewModel.m diff --git a/Watch/Extension/TGNeoMediaMessageViewModel.h b/Telegram/Watch/Extension/TGNeoMediaMessageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoMediaMessageViewModel.h rename to Telegram/Watch/Extension/TGNeoMediaMessageViewModel.h diff --git a/Watch/Extension/TGNeoMediaMessageViewModel.m b/Telegram/Watch/Extension/TGNeoMediaMessageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoMediaMessageViewModel.m rename to Telegram/Watch/Extension/TGNeoMediaMessageViewModel.m diff --git a/Watch/Extension/TGNeoMessageViewModel.h b/Telegram/Watch/Extension/TGNeoMessageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoMessageViewModel.h rename to Telegram/Watch/Extension/TGNeoMessageViewModel.h diff --git a/Watch/Extension/TGNeoMessageViewModel.m b/Telegram/Watch/Extension/TGNeoMessageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoMessageViewModel.m rename to Telegram/Watch/Extension/TGNeoMessageViewModel.m diff --git a/Watch/Extension/TGNeoRenderableViewModel.h b/Telegram/Watch/Extension/TGNeoRenderableViewModel.h similarity index 100% rename from Watch/Extension/TGNeoRenderableViewModel.h rename to Telegram/Watch/Extension/TGNeoRenderableViewModel.h diff --git a/Watch/Extension/TGNeoRenderableViewModel.m b/Telegram/Watch/Extension/TGNeoRenderableViewModel.m similarity index 100% rename from Watch/Extension/TGNeoRenderableViewModel.m rename to Telegram/Watch/Extension/TGNeoRenderableViewModel.m diff --git a/Watch/Extension/TGNeoReplyHeaderViewModel.h b/Telegram/Watch/Extension/TGNeoReplyHeaderViewModel.h similarity index 100% rename from Watch/Extension/TGNeoReplyHeaderViewModel.h rename to Telegram/Watch/Extension/TGNeoReplyHeaderViewModel.h diff --git a/Watch/Extension/TGNeoReplyHeaderViewModel.m b/Telegram/Watch/Extension/TGNeoReplyHeaderViewModel.m similarity index 100% rename from Watch/Extension/TGNeoReplyHeaderViewModel.m rename to Telegram/Watch/Extension/TGNeoReplyHeaderViewModel.m diff --git a/Watch/Extension/TGNeoRowController.h b/Telegram/Watch/Extension/TGNeoRowController.h similarity index 100% rename from Watch/Extension/TGNeoRowController.h rename to Telegram/Watch/Extension/TGNeoRowController.h diff --git a/Watch/Extension/TGNeoRowController.m b/Telegram/Watch/Extension/TGNeoRowController.m similarity index 100% rename from Watch/Extension/TGNeoRowController.m rename to Telegram/Watch/Extension/TGNeoRowController.m diff --git a/Watch/Extension/TGNeoServiceMessageViewModel.h b/Telegram/Watch/Extension/TGNeoServiceMessageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoServiceMessageViewModel.h rename to Telegram/Watch/Extension/TGNeoServiceMessageViewModel.h diff --git a/Watch/Extension/TGNeoServiceMessageViewModel.m b/Telegram/Watch/Extension/TGNeoServiceMessageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoServiceMessageViewModel.m rename to Telegram/Watch/Extension/TGNeoServiceMessageViewModel.m diff --git a/Watch/Extension/TGNeoSmiliesMessageViewModel.h b/Telegram/Watch/Extension/TGNeoSmiliesMessageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoSmiliesMessageViewModel.h rename to Telegram/Watch/Extension/TGNeoSmiliesMessageViewModel.h diff --git a/Watch/Extension/TGNeoSmiliesMessageViewModel.m b/Telegram/Watch/Extension/TGNeoSmiliesMessageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoSmiliesMessageViewModel.m rename to Telegram/Watch/Extension/TGNeoSmiliesMessageViewModel.m diff --git a/Watch/Extension/TGNeoStickerMessageViewModel.h b/Telegram/Watch/Extension/TGNeoStickerMessageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoStickerMessageViewModel.h rename to Telegram/Watch/Extension/TGNeoStickerMessageViewModel.h diff --git a/Watch/Extension/TGNeoStickerMessageViewModel.m b/Telegram/Watch/Extension/TGNeoStickerMessageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoStickerMessageViewModel.m rename to Telegram/Watch/Extension/TGNeoStickerMessageViewModel.m diff --git a/Watch/Extension/TGNeoTextMessageViewModel.h b/Telegram/Watch/Extension/TGNeoTextMessageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoTextMessageViewModel.h rename to Telegram/Watch/Extension/TGNeoTextMessageViewModel.h diff --git a/Watch/Extension/TGNeoTextMessageViewModel.m b/Telegram/Watch/Extension/TGNeoTextMessageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoTextMessageViewModel.m rename to Telegram/Watch/Extension/TGNeoTextMessageViewModel.m diff --git a/Watch/Extension/TGNeoUnsupportedMessageViewModel.h b/Telegram/Watch/Extension/TGNeoUnsupportedMessageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoUnsupportedMessageViewModel.h rename to Telegram/Watch/Extension/TGNeoUnsupportedMessageViewModel.h diff --git a/Watch/Extension/TGNeoUnsupportedMessageViewModel.m b/Telegram/Watch/Extension/TGNeoUnsupportedMessageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoUnsupportedMessageViewModel.m rename to Telegram/Watch/Extension/TGNeoUnsupportedMessageViewModel.m diff --git a/Watch/Extension/TGNeoVenueMessageViewModel.h b/Telegram/Watch/Extension/TGNeoVenueMessageViewModel.h similarity index 100% rename from Watch/Extension/TGNeoVenueMessageViewModel.h rename to Telegram/Watch/Extension/TGNeoVenueMessageViewModel.h diff --git a/Watch/Extension/TGNeoVenueMessageViewModel.m b/Telegram/Watch/Extension/TGNeoVenueMessageViewModel.m similarity index 100% rename from Watch/Extension/TGNeoVenueMessageViewModel.m rename to Telegram/Watch/Extension/TGNeoVenueMessageViewModel.m diff --git a/Watch/Extension/TGNeoViewModel.h b/Telegram/Watch/Extension/TGNeoViewModel.h similarity index 100% rename from Watch/Extension/TGNeoViewModel.h rename to Telegram/Watch/Extension/TGNeoViewModel.h diff --git a/Watch/Extension/TGNeoViewModel.m b/Telegram/Watch/Extension/TGNeoViewModel.m similarity index 100% rename from Watch/Extension/TGNeoViewModel.m rename to Telegram/Watch/Extension/TGNeoViewModel.m diff --git a/Watch/Extension/TGNotificationController.h b/Telegram/Watch/Extension/TGNotificationController.h similarity index 100% rename from Watch/Extension/TGNotificationController.h rename to Telegram/Watch/Extension/TGNotificationController.h diff --git a/Watch/Extension/TGNotificationController.m b/Telegram/Watch/Extension/TGNotificationController.m similarity index 100% rename from Watch/Extension/TGNotificationController.m rename to Telegram/Watch/Extension/TGNotificationController.m diff --git a/Watch/Extension/TGProfilePhotoController.h b/Telegram/Watch/Extension/TGProfilePhotoController.h similarity index 100% rename from Watch/Extension/TGProfilePhotoController.h rename to Telegram/Watch/Extension/TGProfilePhotoController.h diff --git a/Watch/Extension/TGProfilePhotoController.m b/Telegram/Watch/Extension/TGProfilePhotoController.m similarity index 100% rename from Watch/Extension/TGProfilePhotoController.m rename to Telegram/Watch/Extension/TGProfilePhotoController.m diff --git a/Watch/Extension/TGStickerPackRowController.h b/Telegram/Watch/Extension/TGStickerPackRowController.h similarity index 100% rename from Watch/Extension/TGStickerPackRowController.h rename to Telegram/Watch/Extension/TGStickerPackRowController.h diff --git a/Watch/Extension/TGStickerPackRowController.m b/Telegram/Watch/Extension/TGStickerPackRowController.m similarity index 100% rename from Watch/Extension/TGStickerPackRowController.m rename to Telegram/Watch/Extension/TGStickerPackRowController.m diff --git a/Watch/Extension/TGStickerPacksController.h b/Telegram/Watch/Extension/TGStickerPacksController.h similarity index 100% rename from Watch/Extension/TGStickerPacksController.h rename to Telegram/Watch/Extension/TGStickerPacksController.h diff --git a/Watch/Extension/TGStickerPacksController.m b/Telegram/Watch/Extension/TGStickerPacksController.m similarity index 100% rename from Watch/Extension/TGStickerPacksController.m rename to Telegram/Watch/Extension/TGStickerPacksController.m diff --git a/Watch/Extension/TGStickersController.h b/Telegram/Watch/Extension/TGStickersController.h similarity index 100% rename from Watch/Extension/TGStickersController.h rename to Telegram/Watch/Extension/TGStickersController.h diff --git a/Watch/Extension/TGStickersController.m b/Telegram/Watch/Extension/TGStickersController.m similarity index 100% rename from Watch/Extension/TGStickersController.m rename to Telegram/Watch/Extension/TGStickersController.m diff --git a/Watch/Extension/TGStickersHeaderController.h b/Telegram/Watch/Extension/TGStickersHeaderController.h similarity index 100% rename from Watch/Extension/TGStickersHeaderController.h rename to Telegram/Watch/Extension/TGStickersHeaderController.h diff --git a/Watch/Extension/TGStickersHeaderController.m b/Telegram/Watch/Extension/TGStickersHeaderController.m similarity index 100% rename from Watch/Extension/TGStickersHeaderController.m rename to Telegram/Watch/Extension/TGStickersHeaderController.m diff --git a/Watch/Extension/TGStickersRowController.h b/Telegram/Watch/Extension/TGStickersRowController.h similarity index 100% rename from Watch/Extension/TGStickersRowController.h rename to Telegram/Watch/Extension/TGStickersRowController.h diff --git a/Watch/Extension/TGStickersRowController.m b/Telegram/Watch/Extension/TGStickersRowController.m similarity index 100% rename from Watch/Extension/TGStickersRowController.m rename to Telegram/Watch/Extension/TGStickersRowController.m diff --git a/Watch/Extension/TGStickersSectionHeaderController.h b/Telegram/Watch/Extension/TGStickersSectionHeaderController.h similarity index 100% rename from Watch/Extension/TGStickersSectionHeaderController.h rename to Telegram/Watch/Extension/TGStickersSectionHeaderController.h diff --git a/Watch/Extension/TGStickersSectionHeaderController.m b/Telegram/Watch/Extension/TGStickersSectionHeaderController.m similarity index 100% rename from Watch/Extension/TGStickersSectionHeaderController.m rename to Telegram/Watch/Extension/TGStickersSectionHeaderController.m diff --git a/Watch/Extension/TGStringUtils.h b/Telegram/Watch/Extension/TGStringUtils.h similarity index 100% rename from Watch/Extension/TGStringUtils.h rename to Telegram/Watch/Extension/TGStringUtils.h diff --git a/Watch/Extension/TGStringUtils.m b/Telegram/Watch/Extension/TGStringUtils.m similarity index 100% rename from Watch/Extension/TGStringUtils.m rename to Telegram/Watch/Extension/TGStringUtils.m diff --git a/Watch/Extension/TGTableDeltaUpdater.h b/Telegram/Watch/Extension/TGTableDeltaUpdater.h similarity index 100% rename from Watch/Extension/TGTableDeltaUpdater.h rename to Telegram/Watch/Extension/TGTableDeltaUpdater.h diff --git a/Watch/Extension/TGTableDeltaUpdater.m b/Telegram/Watch/Extension/TGTableDeltaUpdater.m similarity index 100% rename from Watch/Extension/TGTableDeltaUpdater.m rename to Telegram/Watch/Extension/TGTableDeltaUpdater.m diff --git a/Watch/Extension/TGUserHandle.h b/Telegram/Watch/Extension/TGUserHandle.h similarity index 100% rename from Watch/Extension/TGUserHandle.h rename to Telegram/Watch/Extension/TGUserHandle.h diff --git a/Watch/Extension/TGUserHandle.m b/Telegram/Watch/Extension/TGUserHandle.m similarity index 100% rename from Watch/Extension/TGUserHandle.m rename to Telegram/Watch/Extension/TGUserHandle.m diff --git a/Watch/Extension/TGUserHandleRowController.h b/Telegram/Watch/Extension/TGUserHandleRowController.h similarity index 100% rename from Watch/Extension/TGUserHandleRowController.h rename to Telegram/Watch/Extension/TGUserHandleRowController.h diff --git a/Watch/Extension/TGUserHandleRowController.m b/Telegram/Watch/Extension/TGUserHandleRowController.m similarity index 100% rename from Watch/Extension/TGUserHandleRowController.m rename to Telegram/Watch/Extension/TGUserHandleRowController.m diff --git a/Watch/Extension/TGUserInfoController.h b/Telegram/Watch/Extension/TGUserInfoController.h similarity index 100% rename from Watch/Extension/TGUserInfoController.h rename to Telegram/Watch/Extension/TGUserInfoController.h diff --git a/Watch/Extension/TGUserInfoController.m b/Telegram/Watch/Extension/TGUserInfoController.m similarity index 100% rename from Watch/Extension/TGUserInfoController.m rename to Telegram/Watch/Extension/TGUserInfoController.m diff --git a/Watch/Extension/TGUserInfoHeaderController.h b/Telegram/Watch/Extension/TGUserInfoHeaderController.h similarity index 100% rename from Watch/Extension/TGUserInfoHeaderController.h rename to Telegram/Watch/Extension/TGUserInfoHeaderController.h diff --git a/Watch/Extension/TGUserInfoHeaderController.m b/Telegram/Watch/Extension/TGUserInfoHeaderController.m similarity index 100% rename from Watch/Extension/TGUserInfoHeaderController.m rename to Telegram/Watch/Extension/TGUserInfoHeaderController.m diff --git a/Watch/Extension/TGUserRowController.h b/Telegram/Watch/Extension/TGUserRowController.h similarity index 100% rename from Watch/Extension/TGUserRowController.h rename to Telegram/Watch/Extension/TGUserRowController.h diff --git a/Watch/Extension/TGUserRowController.m b/Telegram/Watch/Extension/TGUserRowController.m similarity index 100% rename from Watch/Extension/TGUserRowController.m rename to Telegram/Watch/Extension/TGUserRowController.m diff --git a/Watch/Extension/TGWatchColor.h b/Telegram/Watch/Extension/TGWatchColor.h similarity index 100% rename from Watch/Extension/TGWatchColor.h rename to Telegram/Watch/Extension/TGWatchColor.h diff --git a/Watch/Extension/TGWatchColor.m b/Telegram/Watch/Extension/TGWatchColor.m similarity index 100% rename from Watch/Extension/TGWatchColor.m rename to Telegram/Watch/Extension/TGWatchColor.m diff --git a/Watch/Extension/TGWatchCommon.h b/Telegram/Watch/Extension/TGWatchCommon.h similarity index 100% rename from Watch/Extension/TGWatchCommon.h rename to Telegram/Watch/Extension/TGWatchCommon.h diff --git a/Watch/Extension/TGWatchCommon.m b/Telegram/Watch/Extension/TGWatchCommon.m similarity index 100% rename from Watch/Extension/TGWatchCommon.m rename to Telegram/Watch/Extension/TGWatchCommon.m diff --git a/Watch/Extension/WKInterface+TGInterface.h b/Telegram/Watch/Extension/WKInterface+TGInterface.h similarity index 100% rename from Watch/Extension/WKInterface+TGInterface.h rename to Telegram/Watch/Extension/WKInterface+TGInterface.h diff --git a/Watch/Extension/WKInterface+TGInterface.m b/Telegram/Watch/Extension/WKInterface+TGInterface.m similarity index 100% rename from Watch/Extension/WKInterface+TGInterface.m rename to Telegram/Watch/Extension/WKInterface+TGInterface.m diff --git a/Watch/Extension/WKInterfaceGroup+Signals.h b/Telegram/Watch/Extension/WKInterfaceGroup+Signals.h similarity index 100% rename from Watch/Extension/WKInterfaceGroup+Signals.h rename to Telegram/Watch/Extension/WKInterfaceGroup+Signals.h diff --git a/Watch/Extension/WKInterfaceGroup+Signals.m b/Telegram/Watch/Extension/WKInterfaceGroup+Signals.m similarity index 100% rename from Watch/Extension/WKInterfaceGroup+Signals.m rename to Telegram/Watch/Extension/WKInterfaceGroup+Signals.m diff --git a/Watch/Extension/WKInterfaceImage+Signals.h b/Telegram/Watch/Extension/WKInterfaceImage+Signals.h similarity index 100% rename from Watch/Extension/WKInterfaceImage+Signals.h rename to Telegram/Watch/Extension/WKInterfaceImage+Signals.h diff --git a/Watch/Extension/WKInterfaceImage+Signals.m b/Telegram/Watch/Extension/WKInterfaceImage+Signals.m similarity index 100% rename from Watch/Extension/WKInterfaceImage+Signals.m rename to Telegram/Watch/Extension/WKInterfaceImage+Signals.m diff --git a/Watch/Extension/WKInterfaceTable+TGDataDrivenTable.h b/Telegram/Watch/Extension/WKInterfaceTable+TGDataDrivenTable.h similarity index 100% rename from Watch/Extension/WKInterfaceTable+TGDataDrivenTable.h rename to Telegram/Watch/Extension/WKInterfaceTable+TGDataDrivenTable.h diff --git a/Watch/Extension/WKInterfaceTable+TGDataDrivenTable.m b/Telegram/Watch/Extension/WKInterfaceTable+TGDataDrivenTable.m similarity index 100% rename from Watch/Extension/WKInterfaceTable+TGDataDrivenTable.m rename to Telegram/Watch/Extension/WKInterfaceTable+TGDataDrivenTable.m diff --git a/Watch/Extension/WatchExtension-Prefix.pch b/Telegram/Watch/Extension/WatchExtension-Prefix.pch similarity index 100% rename from Watch/Extension/WatchExtension-Prefix.pch rename to Telegram/Watch/Extension/WatchExtension-Prefix.pch diff --git a/Watch/WatchCommonWatch/TGBridgeActionMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeActionMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeActionMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeActionMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeActionMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeActionMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeActionMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeActionMediaAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgeAudioMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeAudioMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeAudioMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeAudioMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeAudioMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeAudioMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeAudioMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeAudioMediaAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgeBotCommandInfo.h b/Telegram/Watch/WatchCommonWatch/TGBridgeBotCommandInfo.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeBotCommandInfo.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeBotCommandInfo.h diff --git a/Watch/WatchCommonWatch/TGBridgeBotCommandInfo.m b/Telegram/Watch/WatchCommonWatch/TGBridgeBotCommandInfo.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeBotCommandInfo.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeBotCommandInfo.m diff --git a/Watch/WatchCommonWatch/TGBridgeBotInfo.h b/Telegram/Watch/WatchCommonWatch/TGBridgeBotInfo.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeBotInfo.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeBotInfo.h diff --git a/Watch/WatchCommonWatch/TGBridgeBotInfo.m b/Telegram/Watch/WatchCommonWatch/TGBridgeBotInfo.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeBotInfo.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeBotInfo.m diff --git a/Watch/WatchCommonWatch/TGBridgeChat.h b/Telegram/Watch/WatchCommonWatch/TGBridgeChat.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeChat.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeChat.h diff --git a/Watch/WatchCommonWatch/TGBridgeChat.m b/Telegram/Watch/WatchCommonWatch/TGBridgeChat.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeChat.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeChat.m diff --git a/Watch/WatchCommonWatch/TGBridgeChatMessages.h b/Telegram/Watch/WatchCommonWatch/TGBridgeChatMessages.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeChatMessages.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeChatMessages.h diff --git a/Watch/WatchCommonWatch/TGBridgeChatMessages.m b/Telegram/Watch/WatchCommonWatch/TGBridgeChatMessages.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeChatMessages.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeChatMessages.m diff --git a/Watch/WatchCommonWatch/TGBridgeCommon.h b/Telegram/Watch/WatchCommonWatch/TGBridgeCommon.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeCommon.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeCommon.h diff --git a/Watch/WatchCommonWatch/TGBridgeCommon.m b/Telegram/Watch/WatchCommonWatch/TGBridgeCommon.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeCommon.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeCommon.m diff --git a/Watch/WatchCommonWatch/TGBridgeContactMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeContactMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeContactMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeContactMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeContactMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeContactMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeContactMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeContactMediaAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgeContext.h b/Telegram/Watch/WatchCommonWatch/TGBridgeContext.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeContext.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeContext.h diff --git a/Watch/WatchCommonWatch/TGBridgeContext.m b/Telegram/Watch/WatchCommonWatch/TGBridgeContext.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeContext.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeContext.m diff --git a/Watch/WatchCommonWatch/TGBridgeDocumentMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeDocumentMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeDocumentMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeDocumentMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeDocumentMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeDocumentMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeDocumentMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeDocumentMediaAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgeForwardedMessageMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeForwardedMessageMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeForwardedMessageMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeForwardedMessageMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeForwardedMessageMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeForwardedMessageMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeForwardedMessageMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeForwardedMessageMediaAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgeImageMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeImageMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeImageMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeImageMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeImageMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeImageMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeImageMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeImageMediaAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgeLocationMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeLocationMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeLocationMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeLocationMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeLocationMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeLocationMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeLocationMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeLocationMediaAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgeLocationVenue.h b/Telegram/Watch/WatchCommonWatch/TGBridgeLocationVenue.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeLocationVenue.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeLocationVenue.h diff --git a/Watch/WatchCommonWatch/TGBridgeLocationVenue.m b/Telegram/Watch/WatchCommonWatch/TGBridgeLocationVenue.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeLocationVenue.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeLocationVenue.m diff --git a/Watch/WatchCommonWatch/TGBridgeMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeMediaAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgeMessage.h b/Telegram/Watch/WatchCommonWatch/TGBridgeMessage.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeMessage.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeMessage.h diff --git a/Watch/WatchCommonWatch/TGBridgeMessage.m b/Telegram/Watch/WatchCommonWatch/TGBridgeMessage.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeMessage.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeMessage.m diff --git a/Watch/WatchCommonWatch/TGBridgeMessageEntities.h b/Telegram/Watch/WatchCommonWatch/TGBridgeMessageEntities.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeMessageEntities.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeMessageEntities.h diff --git a/Watch/WatchCommonWatch/TGBridgeMessageEntities.m b/Telegram/Watch/WatchCommonWatch/TGBridgeMessageEntities.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeMessageEntities.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeMessageEntities.m diff --git a/Watch/WatchCommonWatch/TGBridgeMessageEntitiesAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeMessageEntitiesAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeMessageEntitiesAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeMessageEntitiesAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeMessageEntitiesAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeMessageEntitiesAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeMessageEntitiesAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeMessageEntitiesAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgePeerIdAdapter.h b/Telegram/Watch/WatchCommonWatch/TGBridgePeerIdAdapter.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgePeerIdAdapter.h rename to Telegram/Watch/WatchCommonWatch/TGBridgePeerIdAdapter.h diff --git a/Watch/WatchCommonWatch/TGBridgePeerNotificationSettings.h b/Telegram/Watch/WatchCommonWatch/TGBridgePeerNotificationSettings.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgePeerNotificationSettings.h rename to Telegram/Watch/WatchCommonWatch/TGBridgePeerNotificationSettings.h diff --git a/Watch/WatchCommonWatch/TGBridgePeerNotificationSettings.m b/Telegram/Watch/WatchCommonWatch/TGBridgePeerNotificationSettings.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgePeerNotificationSettings.m rename to Telegram/Watch/WatchCommonWatch/TGBridgePeerNotificationSettings.m diff --git a/Watch/WatchCommonWatch/TGBridgeReplyMarkupMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeReplyMarkupMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeReplyMarkupMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeReplyMarkupMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeReplyMarkupMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeReplyMarkupMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeReplyMarkupMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeReplyMarkupMediaAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgeReplyMessageMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeReplyMessageMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeReplyMessageMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeReplyMessageMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeReplyMessageMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeReplyMessageMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeReplyMessageMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeReplyMessageMediaAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgeSubscriptions.h b/Telegram/Watch/WatchCommonWatch/TGBridgeSubscriptions.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeSubscriptions.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeSubscriptions.h diff --git a/Watch/WatchCommonWatch/TGBridgeSubscriptions.m b/Telegram/Watch/WatchCommonWatch/TGBridgeSubscriptions.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeSubscriptions.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeSubscriptions.m diff --git a/Watch/WatchCommonWatch/TGBridgeUnsupportedMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeUnsupportedMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeUnsupportedMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeUnsupportedMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeUnsupportedMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeUnsupportedMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeUnsupportedMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeUnsupportedMediaAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgeUser.h b/Telegram/Watch/WatchCommonWatch/TGBridgeUser.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeUser.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeUser.h diff --git a/Watch/WatchCommonWatch/TGBridgeUser.m b/Telegram/Watch/WatchCommonWatch/TGBridgeUser.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeUser.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeUser.m diff --git a/Watch/WatchCommonWatch/TGBridgeVideoMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeVideoMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeVideoMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeVideoMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeVideoMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeVideoMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeVideoMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeVideoMediaAttachment.m diff --git a/Watch/WatchCommonWatch/TGBridgeWebPageMediaAttachment.h b/Telegram/Watch/WatchCommonWatch/TGBridgeWebPageMediaAttachment.h similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeWebPageMediaAttachment.h rename to Telegram/Watch/WatchCommonWatch/TGBridgeWebPageMediaAttachment.h diff --git a/Watch/WatchCommonWatch/TGBridgeWebPageMediaAttachment.m b/Telegram/Watch/WatchCommonWatch/TGBridgeWebPageMediaAttachment.m similarity index 100% rename from Watch/WatchCommonWatch/TGBridgeWebPageMediaAttachment.m rename to Telegram/Watch/WatchCommonWatch/TGBridgeWebPageMediaAttachment.m diff --git a/Watch/WatchCommonWatch/WatchCommonWatch.h b/Telegram/Watch/WatchCommonWatch/WatchCommonWatch.h similarity index 100% rename from Watch/WatchCommonWatch/WatchCommonWatch.h rename to Telegram/Watch/WatchCommonWatch/WatchCommonWatch.h diff --git a/Widget/Info.plist b/Telegram/Widget/Info.plist similarity index 100% rename from Widget/Info.plist rename to Telegram/Widget/Info.plist diff --git a/Widget/PeerNode.swift b/Telegram/Widget/PeerNode.swift similarity index 100% rename from Widget/PeerNode.swift rename to Telegram/Widget/PeerNode.swift diff --git a/Widget/TodayViewController.swift b/Telegram/Widget/TodayViewController.swift similarity index 100% rename from Widget/TodayViewController.swift rename to Telegram/Widget/TodayViewController.swift diff --git a/Widget/Widget-AppStore.entitlements b/Telegram/Widget/Widget-AppStore.entitlements similarity index 100% rename from Widget/Widget-AppStore.entitlements rename to Telegram/Widget/Widget-AppStore.entitlements diff --git a/Widget/Widget-AppStoreLLC.entitlements b/Telegram/Widget/Widget-AppStoreLLC.entitlements similarity index 100% rename from Widget/Widget-AppStoreLLC.entitlements rename to Telegram/Widget/Widget-AppStoreLLC.entitlements diff --git a/Widget/Widget-Bridging-Header.h b/Telegram/Widget/Widget-Bridging-Header.h similarity index 100% rename from Widget/Widget-Bridging-Header.h rename to Telegram/Widget/Widget-Bridging-Header.h diff --git a/Widget/Widget-Fork.entitlements b/Telegram/Widget/Widget-Fork.entitlements similarity index 100% rename from Widget/Widget-Fork.entitlements rename to Telegram/Widget/Widget-Fork.entitlements diff --git a/Widget/Widget-HockeyApp.entitlements b/Telegram/Widget/Widget-HockeyApp.entitlements similarity index 100% rename from Widget/Widget-HockeyApp.entitlements rename to Telegram/Widget/Widget-HockeyApp.entitlements diff --git a/Widget/ar.lproj/InfoPlist.strings b/Telegram/Widget/ar.lproj/InfoPlist.strings similarity index 100% rename from Widget/ar.lproj/InfoPlist.strings rename to Telegram/Widget/ar.lproj/InfoPlist.strings diff --git a/Widget/de.lproj/InfoPlist.strings b/Telegram/Widget/de.lproj/InfoPlist.strings similarity index 100% rename from Widget/de.lproj/InfoPlist.strings rename to Telegram/Widget/de.lproj/InfoPlist.strings diff --git a/Widget/en.lproj/InfoPlist.strings b/Telegram/Widget/en.lproj/InfoPlist.strings similarity index 100% rename from Widget/en.lproj/InfoPlist.strings rename to Telegram/Widget/en.lproj/InfoPlist.strings diff --git a/Widget/en.lproj/Localizable.strings b/Telegram/Widget/en.lproj/Localizable.strings similarity index 100% rename from Widget/en.lproj/Localizable.strings rename to Telegram/Widget/en.lproj/Localizable.strings diff --git a/Widget/es.lproj/InfoPlist.strings b/Telegram/Widget/es.lproj/InfoPlist.strings similarity index 100% rename from Widget/es.lproj/InfoPlist.strings rename to Telegram/Widget/es.lproj/InfoPlist.strings diff --git a/Widget/it.lproj/InfoPlist.strings b/Telegram/Widget/it.lproj/InfoPlist.strings similarity index 100% rename from Widget/it.lproj/InfoPlist.strings rename to Telegram/Widget/it.lproj/InfoPlist.strings diff --git a/Widget/ko.lproj/InfoPlist.strings b/Telegram/Widget/ko.lproj/InfoPlist.strings similarity index 100% rename from Widget/ko.lproj/InfoPlist.strings rename to Telegram/Widget/ko.lproj/InfoPlist.strings diff --git a/Widget/nl.lproj/InfoPlist.strings b/Telegram/Widget/nl.lproj/InfoPlist.strings similarity index 100% rename from Widget/nl.lproj/InfoPlist.strings rename to Telegram/Widget/nl.lproj/InfoPlist.strings diff --git a/Widget/pt.lproj/InfoPlist.strings b/Telegram/Widget/pt.lproj/InfoPlist.strings similarity index 100% rename from Widget/pt.lproj/InfoPlist.strings rename to Telegram/Widget/pt.lproj/InfoPlist.strings diff --git a/Widget/ru.lproj/InfoPlist.strings b/Telegram/Widget/ru.lproj/InfoPlist.strings similarity index 100% rename from Widget/ru.lproj/InfoPlist.strings rename to Telegram/Widget/ru.lproj/InfoPlist.strings diff --git a/fastlane/Fastfile b/fastlane/Fastfile deleted file mode 100644 index 9d9c295348..0000000000 --- a/fastlane/Fastfile +++ /dev/null @@ -1,65 +0,0 @@ -fastlane_version "1.81.0" - -default_platform :ios - -base_app_identifier_llc = "ph.telegra.Telegraph" -app_identifier_llc = [ - base_app_identifier_llc, - base_app_identifier_llc + ".Widget", - base_app_identifier_llc + ".NotificationContent", - base_app_identifier_llc + ".SiriIntents", - base_app_identifier_llc + ".Share", - base_app_identifier_llc + ".watchkitapp", - base_app_identifier_llc + ".watchkitapp.watchkitextension", - base_app_identifier_llc + ".NotificationService" -] -signing_identity_llc = "iPhone Distribution: Digital Fortress LLC (C67CF9S4VU)" - -lane :do_build_app do |options| - puts("Building with build number: " + options[:build_number] + ", commit id: " + options[:commit_id]) - gym( - workspace: "Telegram-iOS.xcworkspace", - configuration: options[:configuration], - scheme: options[:scheme], - silent: false, - clean: true, - export_method: options[:export_method], - output_name: options[:scheme], - derived_data_path: "build/" + options[:scheme] + "/DerivedData", - xcargs: "BUILD_NUMBER='" + options[:build_number] + "' " + "COMMIT_ID='" + options[:commit_id] + "'", - archive_path: "build/" + options[:scheme] + "/Archive", - export_options: { - compileBitcode: false, - iCloudContainerEnvironment: "Production", - provisioningProfiles: options[:provisioningProfiles], - stripSwiftSymbols: true, - uploadBitcode: false, - signingCertificate: options[:signingCertificate] - } - ) -end - -lane :build_for_appstore do |options| - do_build_app( - configuration: "ReleaseAppStoreLLC", - scheme: "Telegram-iOS-AppStoreLLC", - export_method: "app-store", - build_number: options[:build_number], - commit_id: options[:commit_hash], - signingCertificate: signing_identity_llc, - provisioningProfiles: { - base_app_identifier_llc => "match AppStore " + base_app_identifier_llc, - base_app_identifier_llc + ".Share" => "match AppStore " + base_app_identifier_llc + ".Share", - base_app_identifier_llc + ".SiriIntents" => "match AppStore " + base_app_identifier_llc + ".SiriIntents", - base_app_identifier_llc + ".Widget" => "match AppStore " + base_app_identifier_llc + ".Widget", - base_app_identifier_llc + ".NotificationContent" => "match AppStore " + base_app_identifier_llc + ".NotificationContent", - base_app_identifier_llc + ".watchkitapp.watchkitextension" => "match AppStore " + base_app_identifier_llc + ".watchkitapp.watchkitextension", - base_app_identifier_llc + ".watchkitapp" => "match AppStore " + base_app_identifier_llc + ".watchkitapp", - base_app_identifier_llc + ".NotificationService" => "match AppStore " + base_app_identifier_llc + ".NotificationService" - } - ) -end - -if File.exists?("../buildbox/transient-data/telegram-ios-shared/fastlane/Fastfile") - import "../buildbox/transient-data/telegram-ios-shared/fastlane/Fastfile" -end diff --git a/package_app.sh b/package_app.sh index cbf6961a69..3ebc12800c 100644 --- a/package_app.sh +++ b/package_app.sh @@ -278,7 +278,7 @@ APP_PLIST="$APP_PATH/Info.plist" if [ "$APP_TYPE" == "wallet" ]; then APP_BINARY_TARGET="//Wallet:Wallet" else - APP_BINARY_TARGET="//:Telegram" + APP_BINARY_TARGET="//Telegram:Telegram" fi echo "Repacking frameworks..."