add ios social-app
This commit is contained in:
20
README.md
20
README.md
@@ -65,3 +65,23 @@ $ curl -sL "syu.is/xrpc/com.atproto.repo.listRecords?repo=${handle}&collection=a
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## build
|
||||
|
||||
- https://appstoreconnect.apple.com/
|
||||
- https://developer.apple.com/account/resources/profiles/list
|
||||
|
||||
```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
|
||||
./ios/build.zsh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user