fix readme repo diagram, add agents.md
Some checks failed
CI - Multi-Platform Native / Build iOS (RSSuper) (push) Has been cancelled
CI - Multi-Platform Native / Build macOS (push) Has been cancelled
CI - Multi-Platform Native / Build Android (push) Has been cancelled
CI - Multi-Platform Native / Build Linux (push) Has been cancelled
CI - Multi-Platform Native / Integration Tests (push) Has been cancelled
CI - Multi-Platform Native / Build Summary (push) Has been cancelled
Some checks failed
CI - Multi-Platform Native / Build iOS (RSSuper) (push) Has been cancelled
CI - Multi-Platform Native / Build macOS (push) Has been cancelled
CI - Multi-Platform Native / Build Android (push) Has been cancelled
CI - Multi-Platform Native / Build Linux (push) Has been cancelled
CI - Multi-Platform Native / Integration Tests (push) Has been cancelled
CI - Multi-Platform Native / Build Summary (push) Has been cancelled
This commit is contained in:
@@ -39,11 +39,10 @@ RSSuper uses a native-first approach, building truly native applications for eac
|
||||
|
||||
```
|
||||
RSSuper/
|
||||
├── native-route/ # Native platform projects
|
||||
│ ├── ios/ # iOS/macOS Xcode project
|
||||
│ ├── android/ # Android Gradle project
|
||||
│ ├── linux/ # Linux Meson project
|
||||
│ └── windows/ # Windows project (planned)
|
||||
ios/ # iOS/macOS Xcode project
|
||||
android/ # Android Gradle project
|
||||
linux/ # Linux Meson project
|
||||
windows/ # Windows project (planned)
|
||||
├── scripts/ # Build scripts
|
||||
│ ├── build.sh # Main build orchestrator
|
||||
│ ├── build-ios.sh # iOS/macOS builder
|
||||
|
||||
Reference in New Issue
Block a user