Skip to content

Commit

Permalink
Some extra renames
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Apr 2, 2019
1 parent 146dc36 commit b290748
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# xcodeproj
# XcodeProj

[![CircleCI](https://circleci.com/gh/tuist/xcodeproj.svg?style=svg)](https://circleci.com/gh/tuist/xcodeproj)
[![Swift Package Manager](https://img.shields.io/badge/swift%20package%20manager-compatible-brightgreen.svg)](https://swift.org/package-manager/)
Expand All @@ -7,18 +7,16 @@
[![Slack](http://slack.tuist.io/badge.svg)](http://slack.tuist.io/)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/tuist/xcodeproj/blob/master/LICENSE.md)

xcodeproj is a library written in Swift for parsing and working with Xcode projects. It's heavily inspired in [CocoaPods XcodeProj](https://github.com/CocoaPods/Xcodeproj) and [xcode](https://www.npmjs.com/package/xcode).

**This project is a fork and evolution from [xcproj](https://github.com/xcodeswift/xcproj)**
XcodeProj is a library written in Swift for parsing and working with Xcode projects. It's heavily inspired in [CocoaPods XcodeProj](https://github.com/CocoaPods/Xcodeproj) and [xcode](https://www.npmjs.com/package/xcode).

---

- [Projects Using xcodeproj](#projects-using-xcodeproj)
- [Projects Using XcodeProj](#projects-using-xcodeproj)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)

## Projects Using xcodeproj
## Projects Using XcodeProj

| Project | Repository |
| -------- | -------------------------------------------------------------------------------------- |
Expand All @@ -27,7 +25,7 @@ xcodeproj is a library written in Swift for parsing and working with Xcode proje
| ProjLint | [github.com/JamitLabs/ProjLint](https://github.com/JamitLabs/ProjLint) |
| XcodeGen | [github.com/yonaskolb/XcodeGen](https://github.com/yonaskolb/XcodeGen) |

If you are also leveraging xcodeproj in your project, feel free to open a PR to include it in the list above.
If you are also leveraging XcodeProj in your project, feel free to open a PR to include it in the list above.

## Installation

Expand All @@ -44,7 +42,7 @@ let package = Package(
targets: [
.target(
name: "myproject",
dependencies: ["xcodeproj"]),
dependencies: ["XcodeProj"]),
]
)
```
Expand Down Expand Up @@ -112,7 +110,7 @@ object.

## Documentation 📝

Want to start using xcodeproj? Start by digging into our [documentation](/Documentation) which will help you get familiar with the API and get to know more about the Xcode projects structure.
Want to start using XcodeProj? Start by digging into our [documentation](/Documentation) which will help you get familiar with the API and get to know more about the Xcode projects structure.

## References 📚

Expand All @@ -130,11 +128,11 @@ Want to start using xcodeproj? Start by digging into our [documentation](/Docume

1. Git clone the repository `[email protected]:tuist/xcodeproj.git`.
2. Generate xcodeproj with `swift package generate-xcodeproj`.
3. Open `xcodeproj.xcodeproj`.
3. Open `XcodeProj.xcodeproj`.

## License

xcodeproj is released under the MIT license. [See LICENSE](https://github.com/tuist/xcodeproj/blob/master/LICENSE.md) for details.
XcodeProj is released under the MIT license. [See LICENSE](https://github.com/tuist/xcodeproj/blob/master/LICENSE.md) for details.

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ftuist%2Fxcodeproj.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Ftuist%2Fxcodeproj?ref=badge_large)

Expand Down

0 comments on commit b290748

Please sign in to comment.