mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-06 17:00:13 +00:00
Test
This commit is contained in:
parent
154d68102b
commit
f0c82127d2
16
Wallet/BUILD
16
Wallet/BUILD
@ -1,5 +1,6 @@
|
||||
load("@build_bazel_rules_apple//apple:ios.bzl", "ios_application", "ios_framework")
|
||||
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
|
||||
load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
|
||||
|
||||
version_info_plist_source = """
|
||||
echo \
|
||||
@ -16,6 +17,13 @@ echo \
|
||||
> "$@"
|
||||
""".format("1.0", "30")
|
||||
|
||||
|
||||
string_flag(
|
||||
name = "wallet_bundle_id",
|
||||
build_setting_default = "",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
genrule(
|
||||
name = "VersionInfoPlist",
|
||||
outs = ["VersionInfo.plist"],
|
||||
@ -40,8 +48,10 @@ ios_framework(
|
||||
name = "AsyncDisplayKitFramework",
|
||||
deps = ["//submodules/AsyncDisplayKit:AsyncDisplayKit"],
|
||||
bundle_id = "org.telegram.Telegram.AsyncDisplayKit",
|
||||
families = ["iphone", "ipad"],
|
||||
minimum_os_version = "9.0",
|
||||
infoplists = [
|
||||
":AsyncDisplayKitInfo.plist"
|
||||
"Info.plist"
|
||||
],
|
||||
)
|
||||
|
||||
@ -98,9 +108,11 @@ ios_application(
|
||||
":Info.plist",
|
||||
":VersionInfoPlist",
|
||||
],
|
||||
frameworks = [
|
||||
":AsyncDisplayKitFramework",
|
||||
],
|
||||
deps = [
|
||||
":Main",
|
||||
":Lib",
|
||||
":AsyncDisplayKitFramework",
|
||||
],
|
||||
)
|
||||
|
||||
0
Wallet/configuration.bzl
Normal file
0
Wallet/configuration.bzl
Normal file
Loading…
x
Reference in New Issue
Block a user