From 76759cc5479cd5e7748ab15c88bdf973a2808711 Mon Sep 17 00:00:00 2001 From: bagasbanuna Date: Sat, 4 Apr 2026 13:01:51 +0800 Subject: [PATCH] chore: Update layout headers and iOS build config - Update waiting-room header to use AppHeader component - Update profile create header with 'Buat Profil' title - Update iOS Xcode project with MapLibre signature workaround - Add iOS workspace Package.resolved Co-authored-by: Qwen-Coder --- app/(application)/(user)/_layout.tsx | 5 +-- app/(application)/(user)/profile/_layout.tsx | 2 +- .../project.pbxproj | 36 +++++++++++++++++++ .../xcshareddata/swiftpm/Package.resolved | 15 ++++++++ 4 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 ios/HIPMIBadungConnect.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/app/(application)/(user)/_layout.tsx b/app/(application)/(user)/_layout.tsx index 8eefcd6..0adec36 100644 --- a/app/(application)/(user)/_layout.tsx +++ b/app/(application)/(user)/_layout.tsx @@ -21,8 +21,9 @@ export default function UserLayout() { , }} /> diff --git a/app/(application)/(user)/profile/_layout.tsx b/app/(application)/(user)/profile/_layout.tsx index 9faf16b..2e7e0e5 100644 --- a/app/(application)/(user)/profile/_layout.tsx +++ b/app/(application)/(user)/profile/_layout.tsx @@ -23,7 +23,7 @@ export default function ProfileLayout() { /> }} />