fix social-app ios patch
This commit is contained in:
20
README.md
20
README.md
@@ -68,8 +68,6 @@ $ curl -sL "syu.is/xrpc/com.atproto.repo.listRecords?repo=${handle}&collection=a
|
||||
|
||||
## build
|
||||
|
||||
|
||||
|
||||
```sh
|
||||
# build
|
||||
./install.zsh
|
||||
@@ -86,3 +84,21 @@ $ curl -sL "syu.is/xrpc/com.atproto.repo.listRecords?repo=${handle}&collection=a
|
||||
./install.zsh pull;./ios/setup.zsh
|
||||
./ios/build.zsh
|
||||
```
|
||||
|
||||
## social-app
|
||||
|
||||
- https://github.com/bluesky-social/social-app/blob/main/LICENSE
|
||||
|
||||
```js
|
||||
PrivacyPolicy: 'https://syu.is/about/support/privacy-policy',
|
||||
TermsOfService: 'https://syu.is/about/support/tos',
|
||||
License: 'https://syu.is/about/support/license',
|
||||
```
|
||||
|
||||
```js
|
||||
CommunityGuidelines: '/support/community-guidelines',
|
||||
CopyrightPolicy: '/support/copyright',
|
||||
```
|
||||
|
||||
- https://bsky.social/about/support/community-guidelines
|
||||
- https://bsky.social/about/support/copyright
|
||||
|
||||
Reference in New Issue
Block a user