Tulsi icon fixes

PiperOrigin-RevId: 222862718
diff --git a/src/Tulsi/Info.plist b/src/Tulsi/Info.plist
index 1f3bd9f..dcd5ddd 100644
--- a/src/Tulsi/Info.plist
+++ b/src/Tulsi/Info.plist
@@ -128,7 +128,7 @@
 			<key>UTTypeDescription</key>
 			<string>Bazel Skylark</string>
 			<key>UTTypeIconFile</key>
-			<string>BUILDIcon.icns</string>
+			<string>BUILDIcon</string>
 			<key>UTTypeIdentifier</key>
 			<string>com.google.bazel.skylark</string>
 			<key>UTTypeReferenceURL</key>
diff --git a/src/Tulsi/SplashScreenWindowController.swift b/src/Tulsi/SplashScreenWindowController.swift
index ab7d2d5..5e0e70e 100644
--- a/src/Tulsi/SplashScreenWindowController.swift
+++ b/src/Tulsi/SplashScreenWindowController.swift
@@ -47,7 +47,7 @@
   override func windowDidLoad() {
     super.windowDidLoad()
 
-    splashScreenImageView.image = NSApplication.shared.applicationIconImage
+    splashScreenImageView.image = NSImage(named: NSImage.Name("AppIcon"))
 
     if let cfBundleVersion = Bundle.main.infoDictionary?["CFBundleVersion"] as? String {
       applicationVersion = cfBundleVersion