diff --git a/.gitmodules b/.gitmodules index a221ebb907..84449c1aa0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/Wallet/BUILD b/Wallet/BUILD index 3a5cb3fe26..5fcb61ea6e 100644 --- a/Wallet/BUILD +++ b/Wallet/BUILD @@ -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", diff --git a/build-system/bazel-rules/rules_apple b/build-system/bazel-rules/rules_apple index 77b9c3cd97..2e869ab0be 160000 --- a/build-system/bazel-rules/rules_apple +++ b/build-system/bazel-rules/rules_apple @@ -1 +1 @@ -Subproject commit 77b9c3cd975272f37856ee0ccca8c96d986bf85f +Subproject commit 2e869ab0be373d4bd25f5da92052e3c51434e20f diff --git a/build-system/bazel-rules/rules_swift b/build-system/bazel-rules/rules_swift index c81e80f899..ec21bcc566 160000 --- a/build-system/bazel-rules/rules_swift +++ b/build-system/bazel-rules/rules_swift @@ -1 +1 @@ -Subproject commit c81e80f899e261e35f6f48646906e0bb3712ce7b +Subproject commit ec21bcc566e09d5ff2777cdf34090958090fd4c4