From 155e193ef682fc5c5fde99d7a2847ab698ed99bf Mon Sep 17 00:00:00 2001 From: Peter <> Date: Wed, 19 Dec 2018 02:58:47 +0300 Subject: [PATCH] Fix build --- TelegramUI.xcodeproj/project.pbxproj | 20 ------------------- TelegramUI/TelegramUIPrivate/module.modulemap | 8 -------- 2 files changed, 28 deletions(-) diff --git a/TelegramUI.xcodeproj/project.pbxproj b/TelegramUI.xcodeproj/project.pbxproj index adfd7e2736..745a6cf778 100644 --- a/TelegramUI.xcodeproj/project.pbxproj +++ b/TelegramUI.xcodeproj/project.pbxproj @@ -459,7 +459,6 @@ D0CFBB971FD8B0F700B65C0D /* ChatBubbleInstantVideoDecoration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0CFBB961FD8B0F700B65C0D /* ChatBubbleInstantVideoDecoration.swift */; }; D0D4345C1F97CEAA00CC1806 /* ProxyServerSettingsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0D4345B1F97CEAA00CC1806 /* ProxyServerSettingsController.swift */; }; D0D9DE0D20EFEA2E00F20B06 /* InstantPageMediaPlaylist.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0D9DE0C20EFEA2E00F20B06 /* InstantPageMediaPlaylist.swift */; }; - D0DE5803205AEB7600C356A8 /* include in Resources */ = {isa = PBXBuildFile; fileRef = D0DE5802205AEB7600C356A8 /* include */; }; D0DE5805205B202500C356A8 /* ScreenCaptureDetection.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0DE5804205B202500C356A8 /* ScreenCaptureDetection.swift */; }; D0DE66061F9A51E200EF4AE9 /* GalleryHiddenMediaManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0DE66051F9A51E200EF4AE9 /* GalleryHiddenMediaManager.swift */; }; D0DFD5E21FCE2BA50039B3B1 /* CalculatingCacheSizeItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0DFD5E11FCE2BA50039B3B1 /* CalculatingCacheSizeItem.swift */; }; @@ -1936,7 +1935,6 @@ D0DC35451DE35805000195EB /* MentionChatInputPanelItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MentionChatInputPanelItem.swift; sourceTree = ""; }; D0DC35491DE366CD000195EB /* CommandChatInputContextPanelNode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommandChatInputContextPanelNode.swift; sourceTree = ""; }; D0DC354B1DE366DE000195EB /* CommandChatInputPanelItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommandChatInputPanelItem.swift; sourceTree = ""; }; - D0DE5802205AEB7600C356A8 /* include */ = {isa = PBXFileReference; lastKnownFileType = folder; name = include; path = "third-party/FFmpeg-iOS/include"; sourceTree = SOURCE_ROOT; }; D0DE5804205B202500C356A8 /* ScreenCaptureDetection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenCaptureDetection.swift; sourceTree = ""; }; D0DE66051F9A51E200EF4AE9 /* GalleryHiddenMediaManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GalleryHiddenMediaManager.swift; sourceTree = ""; }; D0DE76F61D91BA3D002B8809 /* GridHoleItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GridHoleItem.swift; sourceTree = ""; }; @@ -3789,22 +3787,6 @@ name = Commands; sourceTree = ""; }; - D0DE5800205AEB5E00C356A8 /* Dependencies */ = { - isa = PBXGroup; - children = ( - D0DE5801205AEB6700C356A8 /* FFmpeg */, - ); - name = Dependencies; - sourceTree = ""; - }; - D0DE5801205AEB6700C356A8 /* FFmpeg */ = { - isa = PBXGroup; - children = ( - D0DE5802205AEB7600C356A8 /* include */, - ); - name = FFmpeg; - sourceTree = ""; - }; D0DE772C1D934DCB002B8809 /* List Items */ = { isa = PBXGroup; children = ( @@ -4763,7 +4745,6 @@ D0FC40811D5B8E7400261D9D /* TelegramUI */ = { isa = PBXGroup; children = ( - D0DE5800205AEB5E00C356A8 /* Dependencies */, D07551891DDA4C7C0073E051 /* Legacy Components */, D0F69E911D6B8C8E0046BCD6 /* Utils */, D0B4AF891EC1132400D51FF6 /* Calls */, @@ -4961,7 +4942,6 @@ D0E9BA961F056F4C00F079A4 /* stp_card_applepay@3x.png in Resources */, D0F9720F1FFE4BD5002595C8 /* notification.caf in Resources */, 09310D33213ED5FC0020033A /* anim_group.json in Resources */, - D0DE5803205AEB7600C356A8 /* include in Resources */, D0E9BA9A1F056F4C00F079A4 /* stp_card_cvc@3x.png in Resources */, D0E9BA921F056F4C00F079A4 /* stp_card_amex@3x.png in Resources */, D0E9BA9F1F056F4C00F079A4 /* stp_card_diners_template@2x.png in Resources */, diff --git a/TelegramUI/TelegramUIPrivate/module.modulemap b/TelegramUI/TelegramUIPrivate/module.modulemap index 0fd83698be..c162ca1129 100644 --- a/TelegramUI/TelegramUIPrivate/module.modulemap +++ b/TelegramUI/TelegramUIPrivate/module.modulemap @@ -1,14 +1,6 @@ module TelegramUIPrivateModule { - //private header "../../third-party/FFmpeg-iOS/include/libavcodec/avcodec.h" - //private header "../../third-party/FFmpeg-iOS/include/libavformat/avformat.h" - //private header "../../third-party/FFmpeg-iOS/include/libavformat/avio.h" - //private header "../../third-party/FFmpeg-iOS/include/libavutil/avutil.h" - //private header "../../third-party/FFmpeg-iOS/include/libavutil/pixdesc.h" - //private header "../../third-party/FFmpeg-iOS/include/libswresample/swresample.h" - header "../../third-party/opusenc/opusenc.h" header "../TGDataItem.h" - header "../FFMpegSwResample.h" header "../FastBlur.h" header "../UIImage+WebP.h" header "../RingBuffer.h"