Skip to content

Commit 71adc43

Browse files
authored
Merge pull request #14 from 1998code/Update-Readme
Update README.md and Test GitHub Copilot code review
2 parents 29f0aa4 + 07c0d70 commit 71adc43

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,18 @@ Path: `./Demo` (Xcode Project with SwiftUI)
5151
### Xcode Local
5252
Tested on | Latest | Compatible
5353
--------- | ------ | ----------
54-
iOS | 18 | > 14
55-
iPadOS | 18 | > 14
56-
macOS | 15 | > 11
54+
iOS | 18.2 | > 14
55+
iPadOS | 18.2 | > 14
56+
macOS | 15.2 | > 11
57+
visionOS | 2 | > 1
5758
### Xcode Cloud
5859
Tested on | Compatible
5960
--------- | ----------
6061
Xcode | > 13.4 (13F17a)
6162
macOS | > 12.3.1 (21E258)
6263

6364
## Get Started
64-
### Full Tutorial at Medium: https://bit.ly/3NOvJB8
65+
### Full tutorial available on Medium: https://bit.ly/3NOvJB8 or below.
6566

6667
### Setup
6768
Steps | Description | Screenshot
@@ -71,7 +72,7 @@ Steps | Description | Screenshot
7172
3 | Select Package Dependencies | <img width="309" alt="CleanShot 2022-06-11 at 17 39 53@2x" src="https://user-images.githubusercontent.com/54872601/173182526-e5660b7f-c50c-4173-81f5-83c10c514659.png">
7273
4 | Click + and paste <code>https://github.com/1998code/SwiftNEWKit</code> to the searchbox | <img width="614" alt="CleanShot 2022-06-11 at 17 39 32@2x" src="https://user-images.githubusercontent.com/54872601/173182527-2a151198-7ac0-4735-8257-11580ada3d5e.png">
7374
5L | Create a new local file called `data.json` | You may copy this [JSON sample](https://github.com/1998code/SwiftNEWKit#sample).
74-
5R | You can use remote json / firebase realtime database too. | Sample: https://testground-a937f-default-rtdb.firebaseio.com/0.json?print=pretty
75+
5R | You can use remote JSON / firebase realtime database too. | Sample: https://testground-a937f-default-rtdb.firebaseio.com/0.json?print=pretty
7576

7677
### Major Usage
7778
1. Import first.
@@ -148,7 +149,7 @@ public struct Model: Codable, Hashable {
148149
```
149150

150151
#### Sample
151-
Copy the JSON sample to `data.json` file (If you don't have it, simply create a new one.)
152+
Copy the JSON sample to `data.json` file (If you don't have it, create a new file.)
152153

153154
![68747470733a2f2f76616c696461746f722e737761676765722e696f2f76616c696461746f723f75726c3d68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f4f41492f4f70656e4150492d53706563696669636174696f6e2f6d61737465722f6578616d706c65732f76](https://user-images.githubusercontent.com/54872601/173190828-8ee763b9-4e33-4231-92ac-eb81b556c462.png)
154155
```json
@@ -214,7 +215,7 @@ Copy the JSON sample to `data.json` file (If you don't have it, simply create a
214215
]
215216
```
216217

217-
i18n (Native Translation) Sample Available in v```3.9.7```
218+
Translation (i18n) Sample Available in v```3.9.7``` or above
218219

219220
<img width="249" alt="CleanShot 2023-01-02 at 17 58 49@2x" src="https://user-images.githubusercontent.com/54872601/210216593-5b9aaf46-5684-48d2-994e-831e5d421f76.png">
220221

0 commit comments

Comments
 (0)