فهرست منبع

Hide chevron on overflow menu; set DEVELOPMENT_TEAM for signing

Apply HideMenuIndicatorIfAvailable to the SearchHeader ellipsis Menu so
only the ellipsis is shown. Add DEVELOPMENT_TEAM to Debug and Release
build settings for local code signing.

Made-with: Cursor
huzaifahayat12 3 ماه پیش
والد
کامیت
6720e1d596
2فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 2 0
      google_apps.xcodeproj/project.pbxproj
  2. 1 0
      google_apps/LauncherRootView.swift

+ 2 - 0
google_apps.xcodeproj/project.pbxproj

@@ -259,6 +259,7 @@
 				COMBINE_HIDPI_IMAGES = YES;
 				CURRENT_PROJECT_VERSION = 2;
 				DEAD_CODE_STRIPPING = YES;
+				DEVELOPMENT_TEAM = 5AT3P29RBZ;
 				ENABLE_APP_SANDBOX = YES;
 				ENABLE_FILE_ACCESS_DOWNLOADS_FOLDER = readwrite;
 				ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES;
@@ -303,6 +304,7 @@
 				COMBINE_HIDPI_IMAGES = YES;
 				CURRENT_PROJECT_VERSION = 2;
 				DEAD_CODE_STRIPPING = YES;
+				DEVELOPMENT_TEAM = 5AT3P29RBZ;
 				ENABLE_APP_SANDBOX = YES;
 				ENABLE_FILE_ACCESS_DOWNLOADS_FOLDER = readwrite;
 				ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES;

+ 1 - 0
google_apps/LauncherRootView.swift

@@ -686,6 +686,7 @@ private struct SearchHeader: View {
                     Image(systemName: "ellipsis")
                 }
                 .menuStyle(.borderlessButton)
+                .modifier(HideMenuIndicatorIfAvailable())
             }
             .font(.system(size: 15, weight: .semibold))
             .foregroundStyle(secondaryForeground)