Merge branch 'master' of gitlab.com:peter-iakovlev/TelegramUI

This commit is contained in:
Ilya Laktyushin
2018-12-11 23:52:08 +04:00
104 changed files with 1917 additions and 1372 deletions

View File

@@ -254,6 +254,7 @@
D056CD781FF2A6EE00880D28 /* ChatMessageSwipeToReplyNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D056CD771FF2A6EE00880D28 /* ChatMessageSwipeToReplyNode.swift */; };
D056CD7A1FF3CC2A00880D28 /* ListMessagePlaybackOverlayNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D056CD791FF3CC2A00880D28 /* ListMessagePlaybackOverlayNode.swift */; };
D056CD7C1FF3E92C00880D28 /* DirectionalPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D056CD7B1FF3E92C00880D28 /* DirectionalPanGestureRecognizer.swift */; };
D05B077421BFC38600B1D27C /* FFMpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D05B077321BFC38600B1D27C /* FFMpeg.framework */; };
D05D8B3A2192FC460064586F /* LocalizationListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D05D8B392192FC460064586F /* LocalizationListController.swift */; };
D05D8B3F2192FC6E0064586F /* LocalizationListControllerNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D05D8B3E2192FC6E0064586F /* LocalizationListControllerNode.swift */; };
D05D8B412192FC8A0064586F /* LocalizationListItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = D05D8B402192FC8A0064586F /* LocalizationListItem.swift */; };
@@ -702,7 +703,6 @@
D0EC6D1A1EB9F58800EBF1C3 /* FFMpegMediaFrameSourceContextHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0F69D161D6B87D30046BCD6 /* FFMpegMediaFrameSourceContextHelpers.swift */; };
D0EC6D1B1EB9F58800EBF1C3 /* FFMpegMediaVideoFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0F69D871D6B87EC0046BCD6 /* FFMpegMediaVideoFrameDecoder.swift */; };
D0EC6D1C1EB9F58800EBF1C3 /* FFMpegMediaPassthroughVideoFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0F69D6F1D6B87DE0046BCD6 /* FFMpegMediaPassthroughVideoFrameDecoder.swift */; };
D0EC6D1D1EB9F58800EBF1C3 /* FFMpegPacket.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0F69D171D6B87D30046BCD6 /* FFMpegPacket.swift */; };
D0EC6D1E1EB9F58800EBF1C3 /* MediaPlayerScrubbingNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D03922A61DF70E3F000F2CE9 /* MediaPlayerScrubbingNode.swift */; };
D0EC6D1F1EB9F58800EBF1C3 /* MediaPlayerTimeTextNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0177B7F1DFAE18500A5083A /* MediaPlayerTimeTextNode.swift */; };
D0EC6D201EB9F58800EBF1C3 /* PeerAvatar.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0F69CDE1D6B87D30046BCD6 /* PeerAvatar.swift */; };
@@ -1053,10 +1053,6 @@
D0EC6E921EB9F5B200EBF1C3 /* SwiftSignalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D08D452C1D5E340300A7428A /* SwiftSignalKit.framework */; };
D0EC6E931EB9F5B200EBF1C3 /* TelegramCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D08D452D1D5E340300A7428A /* TelegramCore.framework */; };
D0EC6E961EB9F5B300EBF1C3 /* MtProtoKitDynamic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0EC6E941EB9F5B300EBF1C3 /* MtProtoKitDynamic.framework */; };
D0EC6E981EB9F5D000EBF1C3 /* libavcodec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D0F69EA81D6B9BCB0046BCD6 /* libavcodec.a */; };
D0EC6E991EB9F5D000EBF1C3 /* libavformat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D0F69EA91D6B9BCB0046BCD6 /* libavformat.a */; };
D0EC6E9A1EB9F5D000EBF1C3 /* libavutil.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D0F69EAA1D6B9BCB0046BCD6 /* libavutil.a */; };
D0EC6E9B1EB9F5D000EBF1C3 /* libswresample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D0F69EAB1D6B9BCB0046BCD6 /* libswresample.a */; };
D0EC6E9C1EB9F5E600EBF1C3 /* libwebp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D0F69EA61D6B9BBC0046BCD6 /* libwebp.a */; };
D0EC6EA21EB9FAFA00EBF1C3 /* libopus.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D0D03B251DECB26D00220C46 /* libopus.a */; };
D0EC6EA31EB9FB7A00EBF1C3 /* SSignalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D075518E1DDA4F9E0073E051 /* SSignalKit.framework */; };
@@ -1577,6 +1573,8 @@
D05A32E91E6F143C002760B4 /* RecentSessionsController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecentSessionsController.swift; sourceTree = "<group>"; };
D05A32EB1E6F1462002760B4 /* BlockedPeersController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlockedPeersController.swift; sourceTree = "<group>"; };
D05A32ED1E6F25A0002760B4 /* ItemListRecentSessionItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ItemListRecentSessionItem.swift; sourceTree = "<group>"; };
D05B077121BFB9F600B1D27C /* FFMpeg.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FFMpeg.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D05B077321BFC38600B1D27C /* FFMpeg.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FFMpeg.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D05B724C1E720393000BD3AD /* SelectivePrivacySettingsController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SelectivePrivacySettingsController.swift; sourceTree = "<group>"; };
D05B724F1E720597000BD3AD /* PresentationData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PresentationData.swift; sourceTree = "<group>"; };
D05BFB5E1EAA22F900909D38 /* PresentationResourceKey.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PresentationResourceKey.swift; sourceTree = "<group>"; };
@@ -2153,7 +2151,6 @@
D0F69CFB1D6B87D30046BCD6 /* TouchDownGestureRecognizer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TouchDownGestureRecognizer.swift; sourceTree = "<group>"; };
D0F69D021D6B87D30046BCD6 /* MediaPlayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaPlayer.swift; sourceTree = "<group>"; };
D0F69D161D6B87D30046BCD6 /* FFMpegMediaFrameSourceContextHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FFMpegMediaFrameSourceContextHelpers.swift; sourceTree = "<group>"; };
D0F69D171D6B87D30046BCD6 /* FFMpegPacket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FFMpegPacket.swift; sourceTree = "<group>"; };
D0F69D1D1D6B87D30046BCD6 /* MediaTrackDecodableFrame.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaTrackDecodableFrame.swift; sourceTree = "<group>"; };
D0F69D6F1D6B87DE0046BCD6 /* FFMpegMediaPassthroughVideoFrameDecoder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FFMpegMediaPassthroughVideoFrameDecoder.swift; sourceTree = "<group>"; };
D0F69D701D6B87DE0046BCD6 /* MediaTrackFrameBuffer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaTrackFrameBuffer.swift; sourceTree = "<group>"; };
@@ -2278,6 +2275,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D05B077421BFC38600B1D27C /* FFMpeg.framework in Frameworks */,
D045549A21B2F173007A6DD9 /* libturbojpeg.a in Frameworks */,
091BEAB3214552D9003AEA30 /* Vision.framework in Frameworks */,
D0C45E9F213FFAFD00988156 /* Lottie.framework in Frameworks */,
@@ -2294,10 +2292,6 @@
D0EC6EA31EB9FB7A00EBF1C3 /* SSignalKit.framework in Frameworks */,
D0EC6EA21EB9FAFA00EBF1C3 /* libopus.a in Frameworks */,
D0EC6E9C1EB9F5E600EBF1C3 /* libwebp.a in Frameworks */,
D0EC6E981EB9F5D000EBF1C3 /* libavcodec.a in Frameworks */,
D0EC6E991EB9F5D000EBF1C3 /* libavformat.a in Frameworks */,
D0EC6E9A1EB9F5D000EBF1C3 /* libavutil.a in Frameworks */,
D0EC6E9B1EB9F5D000EBF1C3 /* libswresample.a in Frameworks */,
D0EC6E961EB9F5B300EBF1C3 /* MtProtoKitDynamic.framework in Frameworks */,
D0EC6E8F1EB9F5B200EBF1C3 /* AsyncDisplayKit.framework in Frameworks */,
D0EC6E901EB9F5B200EBF1C3 /* Display.framework in Frameworks */,
@@ -3327,6 +3321,8 @@
D08D45281D5E340200A7428A /* Frameworks */ = {
isa = PBXGroup;
children = (
D05B077321BFC38600B1D27C /* FFMpeg.framework */,
D05B077121BFB9F600B1D27C /* FFMpeg.framework */,
D045549921B2F173007A6DD9 /* libturbojpeg.a */,
D0C45E9E213FFAFD00988156 /* Lottie.framework */,
D02DADBE2138D76F00116225 /* Vision.framework */,
@@ -4165,7 +4161,6 @@
D0F69D161D6B87D30046BCD6 /* FFMpegMediaFrameSourceContextHelpers.swift */,
D0F69D871D6B87EC0046BCD6 /* FFMpegMediaVideoFrameDecoder.swift */,
D0F69D6F1D6B87DE0046BCD6 /* FFMpegMediaPassthroughVideoFrameDecoder.swift */,
D0F69D171D6B87D30046BCD6 /* FFMpegPacket.swift */,
D03922A61DF70E3F000F2CE9 /* MediaPlayerScrubbingNode.swift */,
D0177B7F1DFAE18500A5083A /* MediaPlayerTimeTextNode.swift */,
);
@@ -5222,7 +5217,6 @@
D01C06AF1FBB461E001561AB /* JoinLinkPreviewController.swift in Sources */,
D0EC6D1C1EB9F58800EBF1C3 /* FFMpegMediaPassthroughVideoFrameDecoder.swift in Sources */,
D0D9DE0D20EFEA2E00F20B06 /* InstantPageMediaPlaylist.swift in Sources */,
D0EC6D1D1EB9F58800EBF1C3 /* FFMpegPacket.swift in Sources */,
D01C06B11FBB4643001561AB /* JoinLinkPreviewControllerNode.swift in Sources */,
D0EC6D1E1EB9F58800EBF1C3 /* MediaPlayerScrubbingNode.swift in Sources */,
D0C0B59B1EE019E5000F4D2C /* ChatSearchNavigationContentNode.swift in Sources */,
@@ -5948,7 +5942,7 @@
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
D021D510219CB2240064BEBA /* Debug Fork */ = {
D021D510219CB2240064BEBA /* DebugFork */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6009,9 +6003,9 @@
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = "Debug Fork";
name = DebugFork;
};
D021D511219CB2240064BEBA /* Debug Fork */ = {
D021D511219CB2240064BEBA /* DebugFork */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6025,9 +6019,9 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
};
name = "Debug Fork";
name = DebugFork;
};
D021D512219CB2240064BEBA /* Debug Fork */ = {
D021D512219CB2240064BEBA /* DebugFork */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
@@ -6065,9 +6059,9 @@
SWIFT_VERSION = 4.0;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/third-party/FFmpeg-iOS/include";
};
name = "Debug Fork";
name = DebugFork;
};
D0400EDB1D5B900A007931CE /* Release AppStore */ = {
D0400EDB1D5B900A007931CE /* ReleaseAppStore */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6121,9 +6115,9 @@
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = "Release AppStore";
name = ReleaseAppStore;
};
D0400EDD1D5B900A007931CE /* Release AppStore */ = {
D0400EDD1D5B900A007931CE /* ReleaseAppStore */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6138,9 +6132,9 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
};
name = "Release AppStore";
name = ReleaseAppStore;
};
D079FD261F06BEF70038FADE /* Debug AppStore */ = {
D079FD261F06BEF70038FADE /* DebugAppStore */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6201,9 +6195,9 @@
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = "Debug AppStore";
name = DebugAppStore;
};
D079FD271F06BEF70038FADE /* Debug AppStore */ = {
D079FD271F06BEF70038FADE /* DebugAppStore */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6217,9 +6211,9 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
};
name = "Debug AppStore";
name = DebugAppStore;
};
D079FD281F06BEF70038FADE /* Debug AppStore */ = {
D079FD281F06BEF70038FADE /* DebugAppStore */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
@@ -6257,9 +6251,9 @@
SWIFT_VERSION = 4.0;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/third-party/FFmpeg-iOS/include";
};
name = "Debug AppStore";
name = DebugAppStore;
};
D0924FEE1FE52C29003F693F /* Release Hockeyapp Internal */ = {
D0924FEE1FE52C29003F693F /* ReleaseHockeyappInternal */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6313,9 +6307,9 @@
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = "Release Hockeyapp Internal";
name = ReleaseHockeyappInternal;
};
D0924FEF1FE52C29003F693F /* Release Hockeyapp Internal */ = {
D0924FEF1FE52C29003F693F /* ReleaseHockeyappInternal */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6330,9 +6324,9 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
};
name = "Release Hockeyapp Internal";
name = ReleaseHockeyappInternal;
};
D0924FF01FE52C29003F693F /* Release Hockeyapp Internal */ = {
D0924FF01FE52C29003F693F /* ReleaseHockeyappInternal */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
@@ -6370,9 +6364,9 @@
SWIFT_VERSION = 4.0;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/third-party/FFmpeg-iOS/include";
};
name = "Release Hockeyapp Internal";
name = ReleaseHockeyappInternal;
};
D0ADF948212B3B0000310BBC /* Debug AppStore LLC */ = {
D0ADF948212B3B0000310BBC /* DebugAppStoreLLC */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6433,9 +6427,9 @@
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = "Debug AppStore LLC";
name = DebugAppStoreLLC;
};
D0ADF949212B3B0000310BBC /* Debug AppStore LLC */ = {
D0ADF949212B3B0000310BBC /* DebugAppStoreLLC */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6449,9 +6443,9 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
};
name = "Debug AppStore LLC";
name = DebugAppStoreLLC;
};
D0ADF94A212B3B0000310BBC /* Debug AppStore LLC */ = {
D0ADF94A212B3B0000310BBC /* DebugAppStoreLLC */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
@@ -6489,9 +6483,9 @@
SWIFT_VERSION = 4.0;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/third-party/FFmpeg-iOS/include";
};
name = "Debug AppStore LLC";
name = DebugAppStoreLLC;
};
D0CE6F02213DC32300BCD44B /* Release AppStore LLC */ = {
D0CE6F02213DC32300BCD44B /* ReleaseAppStoreLLC */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6545,9 +6539,9 @@
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = "Release AppStore LLC";
name = ReleaseAppStoreLLC;
};
D0CE6F03213DC32300BCD44B /* Release AppStore LLC */ = {
D0CE6F03213DC32300BCD44B /* ReleaseAppStoreLLC */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6562,9 +6556,9 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
};
name = "Release AppStore LLC";
name = ReleaseAppStoreLLC;
};
D0CE6F04213DC32300BCD44B /* Release AppStore LLC */ = {
D0CE6F04213DC32300BCD44B /* ReleaseAppStoreLLC */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
@@ -6600,9 +6594,9 @@
SWIFT_VERSION = 4.0;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/third-party/FFmpeg-iOS/include";
};
name = "Release AppStore LLC";
name = ReleaseAppStoreLLC;
};
D0EC6E9E1EB9F79800EBF1C3 /* Debug Hockeyapp */ = {
D0EC6E9E1EB9F79800EBF1C3 /* DebugHockeyapp */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
@@ -6640,9 +6634,9 @@
SWIFT_VERSION = 4.0;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/third-party/FFmpeg-iOS/include";
};
name = "Debug Hockeyapp";
name = DebugHockeyapp;
};
D0EC6E9F1EB9F79800EBF1C3 /* Release Hockeyapp */ = {
D0EC6E9F1EB9F79800EBF1C3 /* ReleaseHockeyapp */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
@@ -6680,9 +6674,9 @@
SWIFT_VERSION = 4.0;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/third-party/FFmpeg-iOS/include";
};
name = "Release Hockeyapp";
name = ReleaseHockeyapp;
};
D0EC6EA01EB9F79800EBF1C3 /* Release AppStore */ = {
D0EC6EA01EB9F79800EBF1C3 /* ReleaseAppStore */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
@@ -6718,9 +6712,9 @@
SWIFT_VERSION = 4.0;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/third-party/FFmpeg-iOS/include";
};
name = "Release AppStore";
name = ReleaseAppStore;
};
D0FC40911D5B8E7500261D9D /* Debug Hockeyapp */ = {
D0FC40911D5B8E7500261D9D /* DebugHockeyapp */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6781,9 +6775,9 @@
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = "Debug Hockeyapp";
name = DebugHockeyapp;
};
D0FC40921D5B8E7500261D9D /* Release Hockeyapp */ = {
D0FC40921D5B8E7500261D9D /* ReleaseHockeyapp */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6837,9 +6831,9 @@
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = "Release Hockeyapp";
name = ReleaseHockeyapp;
};
D0FC40971D5B8E7500261D9D /* Debug Hockeyapp */ = {
D0FC40971D5B8E7500261D9D /* DebugHockeyapp */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6853,9 +6847,9 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
};
name = "Debug Hockeyapp";
name = DebugHockeyapp;
};
D0FC40981D5B8E7500261D9D /* Release Hockeyapp */ = {
D0FC40981D5B8E7500261D9D /* ReleaseHockeyapp */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0F69DB91D6B88190046BCD6 /* TelegramUI.xcconfig */;
buildSettings = {
@@ -6870,7 +6864,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
};
name = "Release Hockeyapp";
name = ReleaseHockeyapp;
};
/* End XCBuildConfiguration section */
@@ -6878,47 +6872,47 @@
D0EC6EA11EB9F79800EBF1C3 /* Build configuration list for PBXNativeTarget "TelegramUI" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D0EC6E9E1EB9F79800EBF1C3 /* Debug Hockeyapp */,
D021D512219CB2240064BEBA /* Debug Fork */,
D079FD281F06BEF70038FADE /* Debug AppStore */,
D0ADF94A212B3B0000310BBC /* Debug AppStore LLC */,
D0EC6E9F1EB9F79800EBF1C3 /* Release Hockeyapp */,
D0924FF01FE52C29003F693F /* Release Hockeyapp Internal */,
D0EC6EA01EB9F79800EBF1C3 /* Release AppStore */,
D0CE6F04213DC32300BCD44B /* Release AppStore LLC */,
D0EC6E9E1EB9F79800EBF1C3 /* DebugHockeyapp */,
D021D512219CB2240064BEBA /* DebugFork */,
D079FD281F06BEF70038FADE /* DebugAppStore */,
D0ADF94A212B3B0000310BBC /* DebugAppStoreLLC */,
D0EC6E9F1EB9F79800EBF1C3 /* ReleaseHockeyapp */,
D0924FF01FE52C29003F693F /* ReleaseHockeyappInternal */,
D0EC6EA01EB9F79800EBF1C3 /* ReleaseAppStore */,
D0CE6F04213DC32300BCD44B /* ReleaseAppStoreLLC */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = "Release Hockeyapp";
defaultConfigurationName = ReleaseHockeyapp;
};
D0FC40791D5B8E7400261D9D /* Build configuration list for PBXProject "TelegramUI" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D0FC40911D5B8E7500261D9D /* Debug Hockeyapp */,
D021D510219CB2240064BEBA /* Debug Fork */,
D079FD261F06BEF70038FADE /* Debug AppStore */,
D0ADF948212B3B0000310BBC /* Debug AppStore LLC */,
D0FC40921D5B8E7500261D9D /* Release Hockeyapp */,
D0924FEE1FE52C29003F693F /* Release Hockeyapp Internal */,
D0400EDB1D5B900A007931CE /* Release AppStore */,
D0CE6F02213DC32300BCD44B /* Release AppStore LLC */,
D0FC40911D5B8E7500261D9D /* DebugHockeyapp */,
D021D510219CB2240064BEBA /* DebugFork */,
D079FD261F06BEF70038FADE /* DebugAppStore */,
D0ADF948212B3B0000310BBC /* DebugAppStoreLLC */,
D0FC40921D5B8E7500261D9D /* ReleaseHockeyapp */,
D0924FEE1FE52C29003F693F /* ReleaseHockeyappInternal */,
D0400EDB1D5B900A007931CE /* ReleaseAppStore */,
D0CE6F02213DC32300BCD44B /* ReleaseAppStoreLLC */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = "Release Hockeyapp";
defaultConfigurationName = ReleaseHockeyapp;
};
D0FC40961D5B8E7500261D9D /* Build configuration list for PBXNativeTarget "TelegramUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D0FC40971D5B8E7500261D9D /* Debug Hockeyapp */,
D021D511219CB2240064BEBA /* Debug Fork */,
D079FD271F06BEF70038FADE /* Debug AppStore */,
D0ADF949212B3B0000310BBC /* Debug AppStore LLC */,
D0FC40981D5B8E7500261D9D /* Release Hockeyapp */,
D0924FEF1FE52C29003F693F /* Release Hockeyapp Internal */,
D0400EDD1D5B900A007931CE /* Release AppStore */,
D0CE6F03213DC32300BCD44B /* Release AppStore LLC */,
D0FC40971D5B8E7500261D9D /* DebugHockeyapp */,
D021D511219CB2240064BEBA /* DebugFork */,
D079FD271F06BEF70038FADE /* DebugAppStore */,
D0ADF949212B3B0000310BBC /* DebugAppStoreLLC */,
D0FC40981D5B8E7500261D9D /* ReleaseHockeyapp */,
D0924FEF1FE52C29003F693F /* ReleaseHockeyappInternal */,
D0400EDD1D5B900A007931CE /* ReleaseAppStore */,
D0CE6F03213DC32300BCD44B /* ReleaseAppStoreLLC */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = "Release Hockeyapp";
defaultConfigurationName = ReleaseHockeyapp;
};
/* End XCConfigurationList section */
};