diff --git a/Mlem.xcodeproj/project.pbxproj b/Mlem.xcodeproj/project.pbxproj index e6167e153..0f043f0c3 100644 --- a/Mlem.xcodeproj/project.pbxproj +++ b/Mlem.xcodeproj/project.pbxproj @@ -3098,7 +3098,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = "local build"; DEVELOPMENT_ASSET_PATHS = "\"Mlem/Preview Content\""; - DEVELOPMENT_TEAM = 76ULHQGAPN; + DEVELOPMENT_TEAM = V4747CQLU2; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Mlem/Info.plist; @@ -3116,7 +3116,7 @@ "@executable_path/Frameworks", ); MARKETING_VERSION = 1.1; - PRODUCT_BUNDLE_IDENTIFIER = com.hanners.Mlem; + PRODUCT_BUNDLE_IDENTIFIER = com.sjmarf.mlem1; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = YES; @@ -3139,7 +3139,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = "local build"; DEVELOPMENT_ASSET_PATHS = "\"Mlem/Preview Content\""; - DEVELOPMENT_TEAM = 76ULHQGAPN; + DEVELOPMENT_TEAM = V4747CQLU2; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Mlem/Info.plist; diff --git a/Mlem/Views/Tabs/Search/SearchResultListView.swift b/Mlem/Views/Tabs/Search/SearchResultListView.swift index 498278d87..639340d37 100644 --- a/Mlem/Views/Tabs/Search/SearchResultListView.swift +++ b/Mlem/Views/Tabs/Search/SearchResultListView.swift @@ -6,6 +6,7 @@ // import SwiftUI +import SwiftUIX struct SearchResultListView: View { @EnvironmentObject var recentSearchesTracker: RecentSearchesTracker @@ -27,6 +28,7 @@ struct SearchResultListView: View { } .simultaneousGesture(TapGesture().onEnded { recentSearchesTracker.addRecentSearch(contentModel) + Keyboard.dismiss() }) Divider() .onAppear {