From f9ba79ec375088282f2f451f7470f974a8cca479 Mon Sep 17 00:00:00 2001 From: Thiago Cruz Date: Wed, 2 Aug 2023 16:34:28 -0400 Subject: [PATCH] Move CoreDataExample to test to exercise more scenarios --- tests/ios/unit-test/test-imports-app/BUILD.bazel | 1 + tests/ios/xcodeproj/BUILD.bazel | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ios/unit-test/test-imports-app/BUILD.bazel b/tests/ios/unit-test/test-imports-app/BUILD.bazel index 4784d83dc..568443fa2 100644 --- a/tests/ios/unit-test/test-imports-app/BUILD.bazel +++ b/tests/ios/unit-test/test-imports-app/BUILD.bazel @@ -90,6 +90,7 @@ ios_unit_test( visibility = ["//visibility:public"], deps = [ ":TestImports-App_framework_unlinked", + "//tests/ios/frameworks/core-data-resource-bundle:CoreDataExample", ], ) diff --git a/tests/ios/xcodeproj/BUILD.bazel b/tests/ios/xcodeproj/BUILD.bazel index 7175bb0d5..5e6bb1364 100644 --- a/tests/ios/xcodeproj/BUILD.bazel +++ b/tests/ios/xcodeproj/BUILD.bazel @@ -68,7 +68,6 @@ xcodeproj( include_transitive_targets = False, provide_build_settings_from_target_for_pre_post_actions = True, deps = [ - "//tests/ios/frameworks/core-data-resource-bundle:CoreDataExample", "//tests/ios/unit-test/test-imports-app:TestImports-App", "//tests/ios/unit-test/test-imports-app:TestImports-App_framework_unlinked", "//tests/ios/unit-test/test-imports-app:TestImports-Unit-Tests",