Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TypstApp-team/TypstApp
https://github.com/TypstApp-team/TypstApp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/TypstApp-team/TypstApp
- Owner: TypstApp-team
- Created: 2023-11-11T05:32:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T15:59:49.000Z (about 1 year ago)
- Last Synced: 2024-08-03T01:39:28.959Z (6 months ago)
- Language: Swift
- Size: 1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typst App
iOS app for editing & viewing typst docs.
## Development
### Setup
* xcode tools: `xcode-select --install`
* rust toolchains: `curl https://sh.rustup.rs -sSf | sh`
* targets: `rustup target add aarch64-apple-ios aarch64-apple-ios-sim`
* cargo-lipo: `cargo install cargo-lipo`> credit: https://mozilla.github.io/firefox-browser-architecture/experiments/2017-09-06-rust-on-ios.html
## Compile
Debug (for simulator)
```bash
cd typst
cargo lipo --release --targets aarch64-apple-ios-sim
```