@@ -1169,24 +1169,6 @@ ios_application(
11691169 ],
11701170)
11711171
1172- ios_application (
1173- name = "app_with_app_clip_and_symbols_in_bundle" ,
1174- app_clips = [":app_clip" ],
1175- bundle_id = "com.google.example" ,
1176- entitlements = "//test/starlark_tests/resources:entitlements.plist" ,
1177- families = ["iphone" ],
1178- include_symbols_in_bundle = True ,
1179- infoplists = [
1180- "//test/starlark_tests/resources:Info.plist" ,
1181- ],
1182- minimum_os_version = common .min_os_ios .appclip_support ,
1183- provisioning_profile = "//test/testdata/provisioning:integration_testing_ios.mobileprovision" ,
1184- tags = common .fixture_tags ,
1185- deps = [
1186- "//test/starlark_tests/resources:objc_main_lib" ,
1187- ],
1188- )
1189-
11901172ios_app_clip (
11911173 name = "app_clip" ,
11921174 bundle_id = "com.google.example.clip" ,
@@ -5838,6 +5820,13 @@ apple_archive(
58385820 tags = common .fixture_tags ,
58395821)
58405822
5823+ apple_archive (
5824+ name = "ipa_app_with_app_clip_and_symbols" ,
5825+ bundle = ":app_with_app_clip" ,
5826+ include_symbols = True ,
5827+ tags = common .fixture_tags ,
5828+ )
5829+
58415830apple_archive (
58425831 name = "ipa_app_with_app_clip_with_swift_support" ,
58435832 bundle = ":app_with_app_clip_with_swift_support" ,
0 commit comments