Skip to content

Commit 534b07f

Browse files
committed
fix tests
1 parent c365f38 commit 534b07f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

test/ios_imessage_test.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ ios_application(
113113
deps = [":lib"],
114114
)
115115
116-
apple_archive(
117-
name = "ipa_app",
118-
bundle = ":app",
119-
)
120-
121116
ios_sticker_pack_extension(
122117
name = "stickerpack",
123118
bundle_id = "my.bundle.id.extension",
@@ -152,11 +147,6 @@ ios_imessage_application(
152147
provisioning_profile = "@build_bazel_rules_apple//test/testdata/provisioning:integration_testing_ios.mobileprovision",
153148
)
154149
155-
apple_archive(
156-
name = "ipa_app",
157-
bundle = ":app",
158-
)
159-
160150
ios_sticker_pack_extension(
161151
name = "stickerpack",
162152
bundle_id = "my.bundle.id.extension",

0 commit comments

Comments
 (0)