mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-02-06 01:03:36 +07:00
Update README.md
This commit is contained in:
parent
ae586a17f3
commit
bdbf25d079
@ -79,7 +79,7 @@ Feel free to fork this repository and pull requests!!
|
||||
- [Combine](#Combine)
|
||||
- [Error Search](#Error-Search)
|
||||
- [Useful Stuff](#Useful-Stuff)
|
||||
- [How to submit your app to the AppStore]
|
||||
- [How to submit your app to the AppStore](#how-to-submit-your-app-to-the-appstore)
|
||||
- [Show Preview in UIKit(Build UI with Code Base)](#show-preview-in-uikitbuild-ui-with-code-base-----)
|
||||
- [Managing Xcode Space](#Managing-Xcode-Space)
|
||||
- [Write README.md](#write-readmemd)
|
||||
@ -872,13 +872,14 @@ $ pod init
|
||||
|
||||
Click into your pod file and edit
|
||||
|
||||
<IMAGE>
|
||||
Image
|
||||
|
||||
After finish editing, update your pod file
|
||||
|
||||
```bash
|
||||
$ pod install
|
||||
```
|
||||
|
||||
|
||||
**You are GOOD TO GO** 👏👏👏
|
||||
|
||||
@ -892,6 +893,7 @@ $ brew install carthage
|
||||
```bash
|
||||
$ carthage update
|
||||
```
|
||||
|
||||
**You are GOOD TO GO** 👏👏👏
|
||||
|
||||
## Swift Package Manager
|
||||
@ -925,6 +927,7 @@ We can say global is a concurrent queue
|
||||
|
||||
## DispatchGroup
|
||||
|
||||
|
||||
## DispatchWorkItem
|
||||
|
||||
## Thread Sanitizer
|
||||
@ -1014,7 +1017,7 @@ Find your common error here
|
||||
|
||||
## How to submit your app to the AppStore
|
||||
|
||||
[Publishing to AppStore](https://codewithchris.com/submit-your-app-to-the-app-store/#apple-developer-program)
|
||||
[Publishing to AppStore](https://codewithchris.com/submit-your-app-to-the-app-store/#apple-developer-program)
|
||||
|
||||
## Show Preview in UIKit(Build UI with Code Base) 👍 👍 👍 👍 👍
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user