diff --git a/Telegram-iOS.xcodeproj/project.pbxproj b/Telegram-iOS.xcodeproj/project.pbxproj index 88b989b5b3..bb07a51146 100644 --- a/Telegram-iOS.xcodeproj/project.pbxproj +++ b/Telegram-iOS.xcodeproj/project.pbxproj @@ -371,6 +371,8 @@ D0B844601DACF561005F29E1 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D0B8445F1DACF561005F29E1 /* libc++.tbd */; }; D0BEAF731E54C9A900BD963D /* ApplicationContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0BEAF721E54C9A900BD963D /* ApplicationContext.swift */; }; D0C2DFF81CC4D1BA0044FF83 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0C2DFF71CC4D1BA0044FF83 /* MobileCoreServices.framework */; }; + D0CAD6A421C03BEB001E3055 /* FFMpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0CAD6A321C03BEB001E3055 /* FFMpeg.framework */; }; + D0CAD6A521C03BEB001E3055 /* FFMpeg.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D0CAD6A321C03BEB001E3055 /* FFMpeg.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; D0CAF3191D763B230011F558 /* MtProtoKitDynamic.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D0CAF2F21D75FFAB0011F558 /* MtProtoKitDynamic.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; D0CD17B51CC3AE14007C5650 /* AsyncDisplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0CD17B41CC3AE14007C5650 /* AsyncDisplayKit.framework */; }; D0CD17B61CC3AE14007C5650 /* AsyncDisplayKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D0CD17B41CC3AE14007C5650 /* AsyncDisplayKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; @@ -510,6 +512,7 @@ D08611B21F5711080047111E /* HockeySDK.framework in Embed Frameworks */, D06706611D51185400DED3E3 /* TelegramCore.framework in Embed Frameworks */, D0CD17B61CC3AE14007C5650 /* AsyncDisplayKit.framework in Embed Frameworks */, + D0CAD6A521C03BEB001E3055 /* FFMpeg.framework in Embed Frameworks */, D096C2BF1CC3C021006D814E /* Display.framework in Embed Frameworks */, D0B4AF901EC122A700D51FF6 /* TelegramUI.framework in Embed Frameworks */, D096C2C21CC3C104006D814E /* Postbox.framework in Embed Frameworks */, @@ -1086,6 +1089,8 @@ D0C2DFF71CC4D1BA0044FF83 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; D0C2DFF91CC4D1C90044FF83 /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = System/Library/Frameworks/QuickLook.framework; sourceTree = SDKROOT; }; D0C50E451E9459BF00F62E39 /* libopus.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopus.a; path = "submodules/TelegramUI/third-party/opus/lib/libopus.a"; sourceTree = ""; }; + D0CAD6A121C03BE2001E3055 /* FFMpeg.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FFMpeg.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D0CAD6A321C03BEB001E3055 /* FFMpeg.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FFMpeg.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D0CAF2F21D75FFAB0011F558 /* MtProtoKitDynamic.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MtProtoKitDynamic.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D0CAF3171D76394C0011F558 /* TelegramCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TelegramCore.framework; path = "submodules/TelegramCore/build/Debug-iphoneos/TelegramCore.framework"; sourceTree = ""; }; D0CD17B41CC3AE14007C5650 /* AsyncDisplayKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AsyncDisplayKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -1165,6 +1170,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + D0CAD6A421C03BEB001E3055 /* FFMpeg.framework in Frameworks */, 09C50E88217385CF009E676F /* WatchConnectivity.framework in Frameworks */, 09FDAEE62140477F00BF856F /* MtProtoKitDynamic.framework in Frameworks */, D01A47551F4DBED700383CC1 /* HockeySDK.framework in Frameworks */, @@ -1874,6 +1880,7 @@ D00859931B28189D00EAF753 = { isa = PBXGroup; children = ( + D0CAD6A321C03BEB001E3055 /* FFMpeg.framework */, D006CF9E21A8D11B00FDCD32 /* ModernProto.framework */, D023EBB31DDB2F0E00BD496D /* Resources */, D03B0E791D63484500955575 /* Share */, @@ -1981,6 +1988,7 @@ D00859C21B281E0000EAF753 /* Frameworks */ = { isa = PBXGroup; children = ( + D0CAD6A121C03BE2001E3055 /* FFMpeg.framework */, D006CFA121A8D12600FDCD32 /* ModernProto.framework */, 0972C6DF21791D950069E98A /* UserNotifications.framework */, 09C50E87217385CF009E676F /* WatchConnectivity.framework */, @@ -2626,17 +2634,17 @@ TargetAttributes = { 09C56F8A2172797200BDF00F = { CreatedOnToolsVersion = 10.0; - DevelopmentTeam = 6N38VWS5BX; + DevelopmentTeam = X834Q8SBVP; ProvisioningStyle = Manual; }; 09C56F962172797400BDF00F = { CreatedOnToolsVersion = 10.0; - DevelopmentTeam = 6N38VWS5BX; + DevelopmentTeam = X834Q8SBVP; ProvisioningStyle = Manual; }; D008599B1B28189D00EAF753 = { CreatedOnToolsVersion = 6.3.1; - DevelopmentTeam = 6N38VWS5BX; + DevelopmentTeam = X834Q8SBVP; SystemCapabilities = { com.apple.ApplicationGroups.iOS = { enabled = 1; @@ -2662,7 +2670,7 @@ }; D02CF5FB215D9ABE00E0F56A = { CreatedOnToolsVersion = 10.0; - DevelopmentTeam = 6N38VWS5BX; + DevelopmentTeam = X834Q8SBVP; ProvisioningStyle = Manual; SystemCapabilities = { com.apple.ApplicationGroups.iOS = { @@ -2672,7 +2680,7 @@ }; D03B0E771D63484500955575 = { CreatedOnToolsVersion = 8.0; - DevelopmentTeam = 6N38VWS5BX; + DevelopmentTeam = X834Q8SBVP; LastSwiftMigration = 0910; ProvisioningStyle = Manual; SystemCapabilities = { @@ -2683,7 +2691,7 @@ }; D0B2F736204F4C9900D3BFB9 = { CreatedOnToolsVersion = 9.2; - DevelopmentTeam = 6N38VWS5BX; + DevelopmentTeam = X834Q8SBVP; ProvisioningStyle = Manual; SystemCapabilities = { com.apple.ApplicationGroups.iOS = { @@ -2693,7 +2701,7 @@ }; D0D268751D79A70A00C422DA = { CreatedOnToolsVersion = 8.0; - DevelopmentTeam = 6N38VWS5BX; + DevelopmentTeam = X834Q8SBVP; ProvisioningStyle = Manual; SystemCapabilities = { com.apple.ApplicationGroups.iOS = { diff --git a/Telegram-iOS.xcodeproj/xcshareddata/xcschemes/Telegram-iOS AppStore.xcscheme b/Telegram-iOS.xcodeproj/xcshareddata/xcschemes/Telegram-iOS-AppStore.xcscheme similarity index 93% rename from Telegram-iOS.xcodeproj/xcshareddata/xcschemes/Telegram-iOS AppStore.xcscheme rename to Telegram-iOS.xcodeproj/xcshareddata/xcschemes/Telegram-iOS-AppStore.xcscheme index c8059d579b..719eaa7b33 100644 --- a/Telegram-iOS.xcodeproj/xcshareddata/xcschemes/Telegram-iOS AppStore.xcscheme +++ b/Telegram-iOS.xcodeproj/xcshareddata/xcschemes/Telegram-iOS-AppStore.xcscheme @@ -23,7 +23,7 @@ @@ -42,7 +42,7 @@ + buildConfiguration = "DebugAppStore"> diff --git a/Telegram-iOS.xcodeproj/xcshareddata/xcschemes/Telegram-iOS AppStore LLC.xcscheme b/Telegram-iOS.xcodeproj/xcshareddata/xcschemes/Telegram-iOS-AppStoreLLC.xcscheme similarity index 100% rename from Telegram-iOS.xcodeproj/xcshareddata/xcschemes/Telegram-iOS AppStore LLC.xcscheme rename to Telegram-iOS.xcodeproj/xcshareddata/xcschemes/Telegram-iOS-AppStoreLLC.xcscheme diff --git a/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS AppStore.xcscheme b/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS-AppStore.xcscheme similarity index 95% rename from Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS AppStore.xcscheme rename to Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS-AppStore.xcscheme index 1b52b0bd31..c90ab2e6a2 100644 --- a/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS AppStore.xcscheme +++ b/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS-AppStore.xcscheme @@ -37,7 +37,7 @@ @@ -76,7 +76,7 @@ + buildConfiguration = "DebugAppStore"> diff --git a/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS Fork.xcscheme b/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS-Fork.xcscheme similarity index 96% rename from Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS Fork.xcscheme rename to Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS-Fork.xcscheme index 859100be1c..765ffcbabc 100644 --- a/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS Fork.xcscheme +++ b/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS-Fork.xcscheme @@ -37,7 +37,7 @@ @@ -76,7 +76,7 @@ + buildConfiguration = "DebugFork"> diff --git a/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS Hockeyapp Internal.xcscheme b/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS-Hockeyapp-Internal.xcscheme similarity index 100% rename from Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS Hockeyapp Internal.xcscheme rename to Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS-Hockeyapp-Internal.xcscheme diff --git a/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS Hockeyapp.xcscheme b/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS-Hockeyapp.xcscheme similarity index 96% rename from Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS Hockeyapp.xcscheme rename to Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS-Hockeyapp.xcscheme index 4e283ea9f7..a5e8ee86e9 100644 --- a/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS Hockeyapp.xcscheme +++ b/Telegram-iOS.xcworkspace/xcshareddata/xcschemes/Telegram-iOS-Hockeyapp.xcscheme @@ -46,7 +46,7 @@ @@ -85,7 +85,7 @@ + buildConfiguration = "DebugHockeyapp"> diff --git a/submodules/ffmpeg b/submodules/ffmpeg index 929a90c01c..379522bc6f 160000 --- a/submodules/ffmpeg +++ b/submodules/ffmpeg @@ -1 +1 @@ -Subproject commit 929a90c01c7160211c19045d54961868a57dc3bf +Subproject commit 379522bc6f489f2eb5ef49e4631deb5ec789bbab