From b290748fe6cee88e1bde6f8757da6019823b84b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Pi=C3=B1era?= Date: Tue, 2 Apr 2019 09:41:55 +0200 Subject: [PATCH] Some extra renames --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ca0fd025b..300645486 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -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 | | -------- | -------------------------------------------------------------------------------------- | @@ -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 @@ -44,7 +42,7 @@ let package = Package( targets: [ .target( name: "myproject", - dependencies: ["xcodeproj"]), + dependencies: ["XcodeProj"]), ] ) ``` @@ -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 📚 @@ -130,11 +128,11 @@ Want to start using xcodeproj? Start by digging into our [documentation](/Docume 1. Git clone the repository `git@github.com: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)