ai/at
1
0

add social-app service ai.syui.at

This commit is contained in:
2026-02-16 04:05:12 +09:00
parent a49a2ff61f
commit 0506a32fd8
6 changed files with 159 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ PATCH_FILES_IOS=(
"039-social-app-ios-hide-feed-controls.patch"
"040-social-app-ios-hide-composer-prompt.patch"
"041-social-app-ios-splash-signin-button.patch"
"042-social-app-ios-at-links.patch"
)
function ios-env() {
@@ -184,6 +185,12 @@ function ios-copy-new-files() {
echo "✅ Copied AppInfo.tsx"
fi
# Copy ProfileAtLinks.tsx
if [ -f "$patching_dir/ProfileAtLinks.tsx" ]; then
cp "$patching_dir/ProfileAtLinks.tsx" "$target_dir/src/screens/Profile/Header/ProfileAtLinks.tsx"
echo "✅ Copied ProfileAtLinks.tsx"
fi
# Copy pre-generated favicons for bskyweb
local favicon_src="$d/ios/assets/favicons"
local bskyweb_static="$target_dir/bskyweb/static"