Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Cartfile

This file was deleted.

2 changes: 0 additions & 2 deletions Cartfile.resolved

This file was deleted.

2 changes: 0 additions & 2 deletions DeploymentTarget.xcconfig

This file was deleted.

14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Real Time viewing attached RIBs Tree on Browser

## Quick start (local tooling)

From a clean clone — **no Carthage**:

```shell
./scripts/verify.sh
```
Expand Down Expand Up @@ -62,7 +60,7 @@ This pulls [RIBs-iOS](https://github.com/uber/RIBs-iOS) 1.0+ and RxSwift 6.x aut

### XCFramework

Add the prebuilt binary (no Carthage required for consumers):
Add the prebuilt binary:

```
./Products/RIBsTreeViewerClient.xcframework
Expand All @@ -74,10 +72,6 @@ Regenerate after changing library sources:
make generate_xcframeworks
```

### Carthage (legacy)

Carthage is **deprecated** for this repo ([#38](https://github.com/srea/RIBsTreeViewerClient/issues/38)). Prefer SPM or the XCFramework above.

## Basic setup (iOS app, DEBUG)

```swift
Expand Down Expand Up @@ -113,7 +107,7 @@ Use `127.0.0.1` when running the simulator on the same Mac as the WebSocket rela
| `make browser-build` | Build browser bundle |
| `make websocket-server` | Start WebSocket relay |

## Migration notes
## Notes

- RIBs iOS now lives at [uber/RIBs-iOS](https://github.com/uber/RIBs-iOS) (not `uber/RIBs`).
- Minimum iOS is **15** for SPM / current sources; older XCFrameworks may still show iOS 13 in metadata until regenerated.
- RIBs for iOS: [uber/RIBs-iOS](https://github.com/uber/RIBs-iOS) (the monorepo `uber/RIBs` is Android-focused).
- SPM migration tracking: [#38](https://github.com/srea/RIBsTreeViewerClient/issues/38) (completed).
8 changes: 0 additions & 8 deletions WebSocketServer/yarn.lock

This file was deleted.

37 changes: 0 additions & 37 deletions scripts/patch_carthage_checkouts.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/verify.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Verify RIBsTreeViewerClient is in a usable state (no Carthage required).
# Verify RIBsTreeViewerClient is in a usable state.
set -euo pipefail

ROOT="$(cd "$(dirname "$0")/.." && pwd)"
Expand Down
Loading