mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-03 19:54:31 +00:00
Refactor wallet-related modules
This commit is contained in:
15
submodules/WalletCore/BUCK
Normal file
15
submodules/WalletCore/BUCK
Normal file
@@ -0,0 +1,15 @@
|
||||
load("//Config:buck_rule_macros.bzl", "static_library")
|
||||
|
||||
static_library(
|
||||
name = "WalletCore",
|
||||
srcs = glob([
|
||||
"Sources/**/*.swift",
|
||||
]),
|
||||
deps = [
|
||||
"//submodules/MtProtoKit:MtProtoKit#shared",
|
||||
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared",
|
||||
],
|
||||
frameworks = [
|
||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||
],
|
||||
)
|
||||
1015
submodules/WalletCore/Sources/WalletCore.swift
Normal file
1015
submodules/WalletCore/Sources/WalletCore.swift
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user