Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Rename XCode to Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed Feb 8, 2023
1 parent 07869a9 commit c762db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ let value = client.getBooleanValue(key: "flag", defaultValue: false)

## Development

Open the project in XCode and build by Product -> Build.
Open the project in Xcode and build by Product -> Build.

### Linting code

Code is automatically linted during build in XCode, if you need to manually lint:
Code is automatically linted during build in Xcode, if you need to manually lint:
```shell
brew install swiftlint
swiftlint
Expand Down

0 comments on commit c762db5

Please sign in to comment.