mirror of
https://github.com/foss42/apidash.git
synced 2026-03-13 09:50:32 +08:00
Merge pull request #1199 from shreyanshjain05/dev_guide-update
[DOCS UPDATE] - local installation made easy
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
## macOS
|
||||
|
||||
Install CocoaPods (First-Time Setup)
|
||||
|
||||
If this is your first time running API Dash on macOS, install CocoaPods to manage native plugin dependencies:
|
||||
|
||||
```bash
|
||||
brew install cocoapods
|
||||
pod setup (should return Setup completed)
|
||||
```
|
||||
Add below keys to `macos/Runner/DebugProfile.entitlements` and `macos/Runner/Release.entitlements`.
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user