From f5a63ed4abc41cc1ec3696d59e0dd4b34849eb41 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 10 Aug 2016 19:31:50 +0300 Subject: [PATCH] Initial Commit --- TelegramUI.xcodeproj/project.pbxproj | 415 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcschemes/TelegramUI.xcscheme | 46 ++ .../xcschemes/xcschememanagement.plist | 27 ++ TelegramUI/Info.plist | 24 + TelegramUI/TelegramUI.h | 19 + TelegramUITests/Info.plist | 22 + TelegramUITests/TelegramUITests.swift | 36 ++ 8 files changed, 596 insertions(+) create mode 100644 TelegramUI.xcodeproj/project.pbxproj create mode 100644 TelegramUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 TelegramUI.xcodeproj/xcuserdata/peter.xcuserdatad/xcschemes/TelegramUI.xcscheme create mode 100644 TelegramUI.xcodeproj/xcuserdata/peter.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 TelegramUI/Info.plist create mode 100644 TelegramUI/TelegramUI.h create mode 100644 TelegramUITests/Info.plist create mode 100644 TelegramUITests/TelegramUITests.swift diff --git a/TelegramUI.xcodeproj/project.pbxproj b/TelegramUI.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..644344b185 --- /dev/null +++ b/TelegramUI.xcodeproj/project.pbxproj @@ -0,0 +1,415 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + D0FC40891D5B8E7500261D9D /* TelegramUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0FC407F1D5B8E7400261D9D /* TelegramUI.framework */; }; + D0FC408E1D5B8E7500261D9D /* TelegramUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0FC408D1D5B8E7500261D9D /* TelegramUITests.swift */; }; + D0FC40901D5B8E7500261D9D /* TelegramUI.h in Headers */ = {isa = PBXBuildFile; fileRef = D0FC40821D5B8E7400261D9D /* TelegramUI.h */; settings = {ATTRIBUTES = (Public, ); }; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + D0FC408A1D5B8E7500261D9D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D0FC40761D5B8E7400261D9D /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0FC407E1D5B8E7400261D9D; + remoteInfo = TelegramUI; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + D0FC407F1D5B8E7400261D9D /* TelegramUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TelegramUI.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D0FC40821D5B8E7400261D9D /* TelegramUI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TelegramUI.h; sourceTree = ""; }; + D0FC40831D5B8E7400261D9D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + D0FC40881D5B8E7500261D9D /* TelegramUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TelegramUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + D0FC408D1D5B8E7500261D9D /* TelegramUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TelegramUITests.swift; sourceTree = ""; }; + D0FC408F1D5B8E7500261D9D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D0FC407B1D5B8E7400261D9D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D0FC40851D5B8E7500261D9D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + D0FC40891D5B8E7500261D9D /* TelegramUI.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + D0FC40751D5B8E7400261D9D = { + isa = PBXGroup; + children = ( + D0FC40811D5B8E7400261D9D /* TelegramUI */, + D0FC408C1D5B8E7500261D9D /* TelegramUITests */, + D0FC40801D5B8E7400261D9D /* Products */, + ); + sourceTree = ""; + }; + D0FC40801D5B8E7400261D9D /* Products */ = { + isa = PBXGroup; + children = ( + D0FC407F1D5B8E7400261D9D /* TelegramUI.framework */, + D0FC40881D5B8E7500261D9D /* TelegramUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + D0FC40811D5B8E7400261D9D /* TelegramUI */ = { + isa = PBXGroup; + children = ( + D0FC40821D5B8E7400261D9D /* TelegramUI.h */, + D0FC40831D5B8E7400261D9D /* Info.plist */, + ); + path = TelegramUI; + sourceTree = ""; + }; + D0FC408C1D5B8E7500261D9D /* TelegramUITests */ = { + isa = PBXGroup; + children = ( + D0FC408D1D5B8E7500261D9D /* TelegramUITests.swift */, + D0FC408F1D5B8E7500261D9D /* Info.plist */, + ); + path = TelegramUITests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + D0FC407C1D5B8E7400261D9D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D0FC40901D5B8E7500261D9D /* TelegramUI.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + D0FC407E1D5B8E7400261D9D /* TelegramUI */ = { + isa = PBXNativeTarget; + buildConfigurationList = D0FC40931D5B8E7500261D9D /* Build configuration list for PBXNativeTarget "TelegramUI" */; + buildPhases = ( + D0FC407A1D5B8E7400261D9D /* Sources */, + D0FC407B1D5B8E7400261D9D /* Frameworks */, + D0FC407C1D5B8E7400261D9D /* Headers */, + D0FC407D1D5B8E7400261D9D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = TelegramUI; + productName = TelegramUI; + productReference = D0FC407F1D5B8E7400261D9D /* TelegramUI.framework */; + productType = "com.apple.product-type.framework"; + }; + D0FC40871D5B8E7500261D9D /* TelegramUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = D0FC40961D5B8E7500261D9D /* Build configuration list for PBXNativeTarget "TelegramUITests" */; + buildPhases = ( + D0FC40841D5B8E7500261D9D /* Sources */, + D0FC40851D5B8E7500261D9D /* Frameworks */, + D0FC40861D5B8E7500261D9D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + D0FC408B1D5B8E7500261D9D /* PBXTargetDependency */, + ); + name = TelegramUITests; + productName = TelegramUITests; + productReference = D0FC40881D5B8E7500261D9D /* TelegramUITests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D0FC40761D5B8E7400261D9D /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0800; + LastUpgradeCheck = 0800; + ORGANIZATIONNAME = Telegram; + TargetAttributes = { + D0FC407E1D5B8E7400261D9D = { + CreatedOnToolsVersion = 8.0; + DevelopmentTeam = X834Q8SBVP; + ProvisioningStyle = Automatic; + }; + D0FC40871D5B8E7500261D9D = { + CreatedOnToolsVersion = 8.0; + DevelopmentTeam = X834Q8SBVP; + ProvisioningStyle = Automatic; + }; + }; + }; + buildConfigurationList = D0FC40791D5B8E7400261D9D /* Build configuration list for PBXProject "TelegramUI" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = D0FC40751D5B8E7400261D9D; + productRefGroup = D0FC40801D5B8E7400261D9D /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D0FC407E1D5B8E7400261D9D /* TelegramUI */, + D0FC40871D5B8E7500261D9D /* TelegramUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + D0FC407D1D5B8E7400261D9D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D0FC40861D5B8E7500261D9D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + D0FC407A1D5B8E7400261D9D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D0FC40841D5B8E7500261D9D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D0FC408E1D5B8E7500261D9D /* TelegramUITests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + D0FC408B1D5B8E7500261D9D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = D0FC407E1D5B8E7400261D9D /* TelegramUI */; + targetProxy = D0FC408A1D5B8E7500261D9D /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + D0FC40911D5B8E7500261D9D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVES = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + D0FC40921D5B8E7500261D9D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVES = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + D0FC40941D5B8E7500261D9D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = X834Q8SBVP; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = TelegramUI/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = org.telegram.Telegram.TelegramUI; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 3.0; + }; + name = Debug; + }; + D0FC40951D5B8E7500261D9D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = X834Q8SBVP; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = TelegramUI/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = org.telegram.Telegram.TelegramUI; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 3.0; + }; + name = Release; + }; + D0FC40971D5B8E7500261D9D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEVELOPMENT_TEAM = X834Q8SBVP; + INFOPLIST_FILE = TelegramUITests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = org.telegram.Telegram.TelegramUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + }; + name = Debug; + }; + D0FC40981D5B8E7500261D9D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEVELOPMENT_TEAM = X834Q8SBVP; + INFOPLIST_FILE = TelegramUITests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = org.telegram.Telegram.TelegramUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + D0FC40791D5B8E7400261D9D /* Build configuration list for PBXProject "TelegramUI" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D0FC40911D5B8E7500261D9D /* Debug */, + D0FC40921D5B8E7500261D9D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D0FC40931D5B8E7500261D9D /* Build configuration list for PBXNativeTarget "TelegramUI" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D0FC40941D5B8E7500261D9D /* Debug */, + D0FC40951D5B8E7500261D9D /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + D0FC40961D5B8E7500261D9D /* Build configuration list for PBXNativeTarget "TelegramUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D0FC40971D5B8E7500261D9D /* Debug */, + D0FC40981D5B8E7500261D9D /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = D0FC40761D5B8E7400261D9D /* Project object */; +} diff --git a/TelegramUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/TelegramUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000000..2148b5f589 --- /dev/null +++ b/TelegramUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/TelegramUI.xcodeproj/xcuserdata/peter.xcuserdatad/xcschemes/TelegramUI.xcscheme b/TelegramUI.xcodeproj/xcuserdata/peter.xcuserdatad/xcschemes/TelegramUI.xcscheme new file mode 100644 index 0000000000..13207a4343 --- /dev/null +++ b/TelegramUI.xcodeproj/xcuserdata/peter.xcuserdatad/xcschemes/TelegramUI.xcscheme @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/TelegramUI.xcodeproj/xcuserdata/peter.xcuserdatad/xcschemes/xcschememanagement.plist b/TelegramUI.xcodeproj/xcuserdata/peter.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000000..5f6bb82254 --- /dev/null +++ b/TelegramUI.xcodeproj/xcuserdata/peter.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + TelegramUI.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + D0FC407E1D5B8E7400261D9D + + primary + + + D0FC40871D5B8E7500261D9D + + primary + + + + + diff --git a/TelegramUI/Info.plist b/TelegramUI/Info.plist new file mode 100644 index 0000000000..fbe1e6b314 --- /dev/null +++ b/TelegramUI/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/TelegramUI/TelegramUI.h b/TelegramUI/TelegramUI.h new file mode 100644 index 0000000000..aef0c8dabd --- /dev/null +++ b/TelegramUI/TelegramUI.h @@ -0,0 +1,19 @@ +// +// TelegramUI.h +// TelegramUI +// +// Created by Peter on 8/10/16. +// Copyright © 2016 Telegram. All rights reserved. +// + +#import + +//! Project version number for TelegramUI. +FOUNDATION_EXPORT double TelegramUIVersionNumber; + +//! Project version string for TelegramUI. +FOUNDATION_EXPORT const unsigned char TelegramUIVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/TelegramUITests/Info.plist b/TelegramUITests/Info.plist new file mode 100644 index 0000000000..6c6c23c43a --- /dev/null +++ b/TelegramUITests/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/TelegramUITests/TelegramUITests.swift b/TelegramUITests/TelegramUITests.swift new file mode 100644 index 0000000000..560aa7a2af --- /dev/null +++ b/TelegramUITests/TelegramUITests.swift @@ -0,0 +1,36 @@ +// +// TelegramUITests.swift +// TelegramUITests +// +// Created by Peter on 8/10/16. +// Copyright © 2016 Telegram. All rights reserved. +// + +import XCTest +@testable import TelegramUI + +class TelegramUITests: 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. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testPerformanceExample() { + // This is an example of a performance test case. + self.measure { + // Put the code you want to measure the time of here. + } + } + +}