mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
03c7d2d99e
commit
a69bd5f9d8
@ -29,7 +29,7 @@ public final class OpenInOption {
|
||||
public let action: () -> OpenInAction
|
||||
|
||||
public init(identifier: String, application: OpenInApplication, action: @escaping () -> OpenInAction) {
|
||||
self.!identifier = identifier
|
||||
self.identifier = identifier
|
||||
self.application = application
|
||||
self.action = action
|
||||
}
|
||||
|
@ -77,6 +77,7 @@ static_library(
|
||||
"//submodules/AppBundle:AppBundle",
|
||||
"//submodules/ContextUI:ContextUI",
|
||||
"//submodules/WalletUI:WalletUI",
|
||||
"//submodules/OpenInExternalAppUI:OpenInExternalAppUI",
|
||||
],
|
||||
frameworks = [
|
||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||
|
Loading…
x
Reference in New Issue
Block a user