Migrate last Tulsi usage of objc_bundle into apple_bundle_import.

PiperOrigin-RevId: 225845635
diff --git a/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD b/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
index 3477d2a..60d8aa4 100644
--- a/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
+++ b/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
@@ -23,6 +23,10 @@
     "ios_ui_test",
 )
 load(
+    "@build_bazel_rules_apple//apple:resources.bzl",
+    "apple_bundle_import",
+)
+load(
     "@build_bazel_rules_swift//swift:swift.bzl",
     "swift_library",
 )
@@ -59,7 +63,7 @@
     sticker_assets = ["Stickers.xcstickers/AppIcon.stickersiconset/asset.png"],
 )
 
-objc_bundle(
+apple_bundle_import(
     name = "SettingsBundle",
     bundle_imports = [
         "Settings.bundle/Root.plist",