mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Experimental animated stickers
This commit is contained in:
@@ -260,6 +260,11 @@
|
||||
D0147BA7206E8B4F00E40378 /* SecureIdAuthAcceptNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0147BA6206E8B4F00E40378 /* SecureIdAuthAcceptNode.swift */; };
|
||||
D0147BA9206EA35000E40378 /* SecureIdDocumentGalleryController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0147BA8206EA35000E40378 /* SecureIdDocumentGalleryController.swift */; };
|
||||
D0147BAB206EA6C100E40378 /* SecureIdDocumentImageGalleryItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0147BAA206EA6C100E40378 /* SecureIdDocumentImageGalleryItem.swift */; };
|
||||
D01590A622BD460C0017C33E /* MetalAnimationRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D01590A522BD460C0017C33E /* MetalAnimationRenderer.swift */; };
|
||||
D01590A822BD462C0017C33E /* SoftwareAnimationRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D01590A722BD462C0017C33E /* SoftwareAnimationRenderer.swift */; };
|
||||
D01590AB22BD467B0017C33E /* AnimationRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D01590AA22BD467B0017C33E /* AnimationRenderer.swift */; };
|
||||
D01590AE22BD58AD0017C33E /* YUV.h in Headers */ = {isa = PBXBuildFile; fileRef = D01590AC22BD58AD0017C33E /* YUV.h */; };
|
||||
D01590AF22BD58AD0017C33E /* YUV.m in Sources */ = {isa = PBXBuildFile; fileRef = D01590AD22BD58AD0017C33E /* YUV.m */; };
|
||||
D015E04F225D2E5900CB9E8A /* WebP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D015E04E225D2E5900CB9E8A /* WebP.framework */; };
|
||||
D017734C22049BF800DA06A7 /* UpgradedAccounts.swift in Sources */ = {isa = PBXBuildFile; fileRef = D017734B22049BF800DA06A7 /* UpgradedAccounts.swift */; };
|
||||
D01776B31F1D69A80044446D /* RadialStatusNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D01776B21F1D69A80044446D /* RadialStatusNode.swift */; };
|
||||
@@ -1456,6 +1461,11 @@
|
||||
D0147BA6206E8B4F00E40378 /* SecureIdAuthAcceptNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureIdAuthAcceptNode.swift; sourceTree = "<group>"; };
|
||||
D0147BA8206EA35000E40378 /* SecureIdDocumentGalleryController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureIdDocumentGalleryController.swift; sourceTree = "<group>"; };
|
||||
D0147BAA206EA6C100E40378 /* SecureIdDocumentImageGalleryItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureIdDocumentImageGalleryItem.swift; sourceTree = "<group>"; };
|
||||
D01590A522BD460C0017C33E /* MetalAnimationRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetalAnimationRenderer.swift; sourceTree = "<group>"; };
|
||||
D01590A722BD462C0017C33E /* SoftwareAnimationRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SoftwareAnimationRenderer.swift; sourceTree = "<group>"; };
|
||||
D01590AA22BD467B0017C33E /* AnimationRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnimationRenderer.swift; sourceTree = "<group>"; };
|
||||
D01590AC22BD58AD0017C33E /* YUV.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YUV.h; sourceTree = "<group>"; };
|
||||
D01590AD22BD58AD0017C33E /* YUV.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YUV.m; sourceTree = "<group>"; };
|
||||
D015E04E225D2E5900CB9E8A /* WebP.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = WebP.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D017494D1E1059570057C89A /* StringWithAppliedEntities.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringWithAppliedEntities.swift; sourceTree = "<group>"; };
|
||||
D01749501E1067E40057C89A /* HashtagSearchController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HashtagSearchController.swift; sourceTree = "<group>"; };
|
||||
@@ -2788,6 +2798,18 @@
|
||||
name = "Instant Page Gallery";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D01590A922BD46690017C33E /* Animation */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D01590AA22BD467B0017C33E /* AnimationRenderer.swift */,
|
||||
D01590A522BD460C0017C33E /* MetalAnimationRenderer.swift */,
|
||||
D01590A722BD462C0017C33E /* SoftwareAnimationRenderer.swift */,
|
||||
D01590AC22BD58AD0017C33E /* YUV.h */,
|
||||
D01590AD22BD58AD0017C33E /* YUV.m */,
|
||||
);
|
||||
name = Animation;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D017494F1E1067C00057C89A /* Hashtag Search */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -4494,6 +4516,7 @@
|
||||
D0F69E181D6B8AD10046BCD6 /* Items */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D01590A922BD46690017C33E /* Animation */,
|
||||
D0F69E1B1D6B8B030046BCD6 /* ChatMessageActionItemNode.swift */,
|
||||
D0F69E1C1D6B8B030046BCD6 /* ChatMessageAvatarAccessoryItem.swift */,
|
||||
D0F69E1D1D6B8B030046BCD6 /* ChatMessageBubbleContentCalclulateImageCorners.swift */,
|
||||
@@ -4867,6 +4890,7 @@
|
||||
D08803C51F6064CF00DD7951 /* TelegramUI.h in Headers */,
|
||||
D0E9BA171F05574500F079A4 /* STPPaymentCardTextFieldViewModel.h in Headers */,
|
||||
D0EB42001F30ED4F00838FE6 /* LegacyImageProcessors.h in Headers */,
|
||||
D01590AE22BD58AD0017C33E /* YUV.h in Headers */,
|
||||
D008177B22B46B7E008A895F /* TGContactModel.h in Headers */,
|
||||
D0E9BA291F0557A600F079A4 /* STPFormEncodable.h in Headers */,
|
||||
D0E9BA141F05574500F079A4 /* STPCardValidationState.h in Headers */,
|
||||
@@ -5314,6 +5338,7 @@
|
||||
09C9EA3821A044B500E90146 /* StringForDuration.swift in Sources */,
|
||||
D0EC6D241EB9F58800EBF1C3 /* CachedResourceRepresentations.swift in Sources */,
|
||||
09619B8E21A34C0100493558 /* InstantPageScrollableNode.swift in Sources */,
|
||||
D01590A622BD460C0017C33E /* MetalAnimationRenderer.swift in Sources */,
|
||||
D01BAA201ECC9A2500295217 /* CallListNodeLocation.swift in Sources */,
|
||||
D0EC6D251EB9F58800EBF1C3 /* FetchCachedRepresentations.swift in Sources */,
|
||||
D0EC6D261EB9F58800EBF1C3 /* TransformOutgoingMessageMedia.swift in Sources */,
|
||||
@@ -5509,6 +5534,7 @@
|
||||
D0EC6D811EB9F58800EBF1C3 /* ChatController.swift in Sources */,
|
||||
D0FFF7F81F55B83600BEBC01 /* InstantPageAudioNode.swift in Sources */,
|
||||
D0B37C5E1F8D26A8004252DF /* ThemeSettingsChatPreviewItem.swift in Sources */,
|
||||
D01590A822BD462C0017C33E /* SoftwareAnimationRenderer.swift in Sources */,
|
||||
D093D7DB2062CFF500BC3599 /* SecureIdAuthFormContentNode.swift in Sources */,
|
||||
D0EC6D821EB9F58800EBF1C3 /* ChatControllerInteraction.swift in Sources */,
|
||||
D0EC6D831EB9F58800EBF1C3 /* ChatControllerNode.swift in Sources */,
|
||||
@@ -5542,6 +5568,7 @@
|
||||
D0AEAE252080D6830013176E /* PaneSearchContainerNode.swift in Sources */,
|
||||
D01DBA9B209CC6AD00C64E64 /* ChatLinkPreview.swift in Sources */,
|
||||
D044A0FB20BDC40C00326FAC /* CachedChannelAdmins.swift in Sources */,
|
||||
D01590AF22BD58AD0017C33E /* YUV.m in Sources */,
|
||||
D0EC6D901EB9F58900EBF1C3 /* ChatMessageBubbleContentNode.swift in Sources */,
|
||||
09874E582107A4C300E190B8 /* VimeoEmbedImplementation.swift in Sources */,
|
||||
D0EC6D911EB9F58900EBF1C3 /* ChatMessageBubbleItemNode.swift in Sources */,
|
||||
@@ -5986,6 +6013,7 @@
|
||||
D0AB262F21C3D3DE008F6685 /* CreatePollController.swift in Sources */,
|
||||
D0EC6E581EB9F58900EBF1C3 /* PeerSelectionController.swift in Sources */,
|
||||
D093D7D92062A9CA00BC3599 /* SecureIdAuthControllerState.swift in Sources */,
|
||||
D01590AB22BD467B0017C33E /* AnimationRenderer.swift in Sources */,
|
||||
D0EC6E591EB9F58900EBF1C3 /* PeerSelectionControllerNode.swift in Sources */,
|
||||
D0EC6E5B1EB9F58900EBF1C3 /* CallController.swift in Sources */,
|
||||
D0AB262921C307D7008F6685 /* ChatMessagePollBubbleContentNode.swift in Sources */,
|
||||
@@ -6180,6 +6208,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@@ -6377,6 +6406,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@@ -6619,6 +6649,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@@ -6736,6 +6767,7 @@
|
||||
APPLICATION_EXTENSION_API_ONLY = NO;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@@ -6814,6 +6846,7 @@
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_INSTALL_OBJC_HEADER = YES;
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 4.0;
|
||||
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/third-party/FFmpeg-iOS/include";
|
||||
};
|
||||
@@ -6870,6 +6903,7 @@
|
||||
APPLICATION_EXTENSION_API_ONLY = NO;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
|
||||
Reference in New Issue
Block a user