mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Configurable bundle_id
This commit is contained in:
parent
f0c82127d2
commit
d13f8262dd
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -4,7 +4,7 @@
|
||||
url = https://github.com/laktyushin/rlottie.git
|
||||
[submodule "build-system/bazel-rules/rules_apple"]
|
||||
path = build-system/bazel-rules/rules_apple
|
||||
url = https://github.com/bazelbuild/rules_apple.git
|
||||
url=https://github.com/ali-fareed/rules_apple.git
|
||||
[submodule "build-system/bazel-rules/rules_swift"]
|
||||
path = build-system/bazel-rules/rules_swift
|
||||
url = https://github.com/bazelbuild/rules_swift.git
|
||||
|
@ -100,7 +100,7 @@ swift_library(
|
||||
|
||||
ios_application(
|
||||
name = "Wallet",
|
||||
bundle_id = "org.ton.TonWallet-iOS",
|
||||
bundle_id = "{wallet_bundle_id}",
|
||||
families = ["iphone", "ipad"],
|
||||
minimum_os_version = "9.0",
|
||||
provisioning_profile = "Wallet.mobileprovision",
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 77b9c3cd975272f37856ee0ccca8c96d986bf85f
|
||||
Subproject commit 2e869ab0be373d4bd25f5da92052e3c51434e20f
|
@ -1 +1 @@
|
||||
Subproject commit c81e80f899e261e35f6f48646906e0bb3712ce7b
|
||||
Subproject commit ec21bcc566e09d5ff2777cdf34090958090fd4c4
|
Loading…
x
Reference in New Issue
Block a user