ai/at
1
0

fix social-app service link pds

This commit is contained in:
2026-02-16 13:07:09 +09:00
parent c09738f342
commit 8db064d8c0
5 changed files with 112 additions and 7 deletions

View File

@@ -51,6 +51,7 @@ PATCH_FILES_IOS=(
"041-social-app-ios-splash-signin-button.patch"
"042-social-app-ios-at-links.patch"
"043-social-app-ios-rightnav-links.patch"
"044-social-app-ios-splash-video.patch"
)
function ios-env() {
@@ -186,6 +187,12 @@ function ios-copy-new-files() {
echo "✅ Copied AppInfo.tsx"
fi
# Copy splash video
if [ -f "$d/ios/assets/splash/illustration-mobile.mp4" ]; then
cp "$d/ios/assets/splash/illustration-mobile.mp4" "$target_dir/assets/splash/illustration-mobile.mp4"
echo "✅ Copied splash video (illustration-mobile.mp4)"
fi
# Copy ProfileAtLinks.tsx
if [ -f "$patching_dir/ProfileAtLinks.tsx" ]; then
cp "$patching_dir/ProfileAtLinks.tsx" "$target_dir/src/screens/Profile/Header/ProfileAtLinks.tsx"