diff --git a/README.md b/README.md index 6b1798c..dfb9196 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,20 @@ $ curl -sL "syu.is/xrpc/com.atproto.repo.listRecords?repo=${handle}&collection=a } } ``` + +## build + +```sh +# build +./install.zsh + +# build social-app +./install.zsh pull;./install.zsh patch;./install.zsh build social-app;./install.zsh push social-app +--- +# server +./install.zsh +--- +# social-app ios +./install.zsh pull;./ios/setup.zsh +./install.zsh pull;./ios/build.zsh +``` diff --git a/ios/patching/025-social-app-ios-bskyweb-title.patch b/ios/patching/025-social-app-ios-bskyweb-title.patch new file mode 100644 index 0000000..9b674e6 --- /dev/null +++ b/ios/patching/025-social-app-ios-bskyweb-title.patch @@ -0,0 +1,91 @@ +diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html +--- a/bskyweb/templates/base.html ++++ b/bskyweb/templates/base.html +@@ -7,9 +7,9 @@ + +- +- +- {%- block head_title -%}Bluesky{%- endblock -%} ++ ++ ++ {%- block head_title -%}syu.is{%- endblock -%} + + + +@@ -121,7 +121,7 @@ +