@@ -1196,24 +1196,6 @@ ios_application(
11961196 ],
11971197)
11981198
1199- ios_application (
1200- name = "app_with_app_clip_and_symbols_in_bundle" ,
1201- app_clips = [":app_clip" ],
1202- bundle_id = "com.google.example" ,
1203- entitlements = "//test/starlark_tests/resources:entitlements.plist" ,
1204- families = ["iphone" ],
1205- include_symbols_in_bundle = True ,
1206- infoplists = [
1207- "//test/starlark_tests/resources:Info.plist" ,
1208- ],
1209- minimum_os_version = common .min_os_ios .appclip_support ,
1210- provisioning_profile = "//test/testdata/provisioning:integration_testing_ios.mobileprovision" ,
1211- tags = common .fixture_tags ,
1212- deps = [
1213- "//test/starlark_tests/resources:objc_main_lib" ,
1214- ],
1215- )
1216-
12171199ios_app_clip (
12181200 name = "app_clip" ,
12191201 bundle_id = "com.google.example.clip" ,
@@ -5910,15 +5892,15 @@ apple_archive(
59105892)
59115893
59125894apple_archive (
5913- name = "ipa_app_with_app_clip_with_swift_support" ,
5914- bundle = ":app_with_app_clip_with_swift_support" ,
5895+ name = "ipa_app_with_app_clip_and_symbols" ,
5896+ bundle = ":app_with_app_clip" ,
5897+ include_symbols = True ,
59155898 tags = common .fixture_tags ,
59165899)
59175900
59185901apple_archive (
5919- name = "ipa_app_with_app_clip_and_symbols_in_bundle" ,
5920- bundle = ":app_with_app_clip_and_symbols_in_bundle" ,
5921- include_symbols = True ,
5902+ name = "ipa_app_with_app_clip_with_swift_support" ,
5903+ bundle = ":app_with_app_clip_with_swift_support" ,
59225904 tags = common .fixture_tags ,
59235905)
59245906
0 commit comments