Configurable bundle_id

This commit is contained in:
Ali 2020-02-18 03:38:38 +04:00
parent f0c82127d2
commit d13f8262dd
4 changed files with 4 additions and 4 deletions

2
.gitmodules vendored
View File

@ -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

View File

@ -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