Skip to content

Commit ad098c0

Browse files
committed
updating docs
1 parent 30ad0fa commit ad098c0

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,23 @@ QuickPose provides developer-oriented cutting edge ML features of MediaPipe and
99
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1010
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1111

12+
- [How it works](#how-it-works)
1213
- [Features](#features)
14+
- [Supported Platforms](#supported-platforms)
1315
- [Requirements](#requirements)
1416
- [Installing the SDK](#installing-the-sdk)
1517
- [Swift Package Manager](#swift-package-manager)
1618
- [Getting Started](#getting-started)
19+
- [Getting Started with Newer Macs M1/M2](#getting-started-with-newer-macs-m1m2)
20+
- [Getting Started with Older Intel Macs](#getting-started-with-older-intel-macs)
1721
- [Integrating into SwiftUI App](#integrating-into-swiftui-app)
22+
- [Device Camera only](#device-camera-only)
23+
- [Device Camera and Running Video on Mac (Recommended)](#device-camera-and-running-video-on-mac-recommended)
1824
- [Integrating into UIKit App](#integrating-into-uikit-app)
25+
- [Device Camera only](#device-camera-only-1)
26+
- [Device Camera and Running Video on Mac (Recommended)](#device-camera-and-running-video-on-mac-recommended-1)
1927
- [Troubleshooting](#troubleshooting)
2028
- [No Such Module](#no-such-module)
21-
- [Unsupported Architecture](#unsupported-architecture)
2229

2330
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2431

@@ -48,9 +55,9 @@ Features
4855
Supported Platforms
4956
------------------
5057

51-
| iOS Device | M1/M2 Mac (Running as Designed for iPad) | iOS Simulator x86_64 | iOS Simulator arm64 |
52-
| ----------:| ----------------------------------------:|---------------------:|---------------------:|
53-
| ✅ Runs | ✅ Runs | ⚙ Compiles | ⚙ Compiles |
58+
| iOS Device | Silicon Mac (M1, M2, etc) | iOS Simulator x86_64 | iOS Simulator arm64 |
59+
| ----------:| -------------------------:|---------------------:|---------------------:|
60+
| ✅ Runs | ✅ Runs | ⚙ Compiles | ⚙ Compiles |
5461

5562
Requirements
5663
------------------

0 commit comments

Comments
 (0)