-
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# xcodeproj | ||
# XcodeProj | ||
|
||
[](https://circleci.com/gh/tuist/xcodeproj) | ||
[](https://swift.org/package-manager/) | ||
|
@@ -7,18 +7,16 @@ | |
[](http://slack.tuist.io/) | ||
[](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 `[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. | ||
|
||
[](https://app.fossa.io/projects/git%2Bgithub.com%2Ftuist%2Fxcodeproj?ref=badge_large) | ||
|
||
|