From 41d08a6e783cb84f22bdb78013eb4c030512b958 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 13 Dec 2025 14:25:48 +0900 Subject: [PATCH] fix social-app ios patch start contacts nux --- .../037-social-app-ios-disable-contacts-nux.patch | 13 +++++++++++++ ios/setup.zsh | 1 + 2 files changed, 14 insertions(+) create mode 100644 ios/patching/037-social-app-ios-disable-contacts-nux.patch diff --git a/ios/patching/037-social-app-ios-disable-contacts-nux.patch b/ios/patching/037-social-app-ios-disable-contacts-nux.patch new file mode 100644 index 0000000..0fddde3 --- /dev/null +++ b/ios/patching/037-social-app-ios-disable-contacts-nux.patch @@ -0,0 +1,13 @@ +diff --git a/src/components/dialogs/nuxs/index.tsx b/src/components/dialogs/nuxs/index.tsx +index 63e11a7f4..70fa993cf 100644 +--- a/src/components/dialogs/nuxs/index.tsx ++++ b/src/components/dialogs/nuxs/index.tsx +@@ -46,7 +46,7 @@ const queuedNuxs: { + enabled: ({currentProfile}) => { + return ( + isNative && +- isExistingUserAsOf('2025-12-16T00:00:00.000Z', currentProfile.createdAt) ++ isExistingUserAsOf('2099-12-16T00:00:00.000Z', currentProfile.createdAt) + ) + }, + }, diff --git a/ios/setup.zsh b/ios/setup.zsh index a14c7f2..2ce3727 100755 --- a/ios/setup.zsh +++ b/ios/setup.zsh @@ -45,6 +45,7 @@ PATCH_FILES_IOS=( "032-social-app-ios-feed-loggedout.patch" "033-social-app-ios-hide-profile-tabs.patch" "036-social-app-ios-homeheader-loggedout.patch" + "037-social-app-ios-disable-contacts-nux.patch" ) function ios-env() {