Skip to content

Commit

Permalink
fix: repository cleanup (#859)
Browse files Browse the repository at this point in the history
* Remove .sourcery.yml

* Remove .xcode-version

* Remove REALEASE.md

* Remove deploy-docs pipeline

* Remove Info.plist

* Update README.md

* Remove Netlify badge

* Configure Swift Package Index to deploy the documentation
  • Loading branch information
pepicrft authored Sep 27, 2024
1 parent 0c3876f commit f79bdb7
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 99 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/deploy-docs.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .sourcery.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .spi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: 1
builder:
configs:
- documentation_targets: [XcodeProj]
1 change: 0 additions & 1 deletion .xcode-version

This file was deleted.

26 changes: 0 additions & 26 deletions Info.plist

This file was deleted.

8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# XcodeProj

[![Netlify Status](https://api.netlify.com/api/v1/badges/005ef674-d103-4b05-a4d1-79413ce9d766/deploy-status)](https://app.netlify.com/sites/xcodeproj/deploys)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-41-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Expand All @@ -10,6 +8,7 @@
[![Release](https://img.shields.io/github/release/tuist/xcodeproj.svg)](https://github.com/tuist/xcodeproj/releases)
[![Code Coverage](https://codecov.io/gh/tuist/xcodeproj/branch/main/graph/badge.svg)](https://codecov.io/gh/tuist/xcodeproj)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/tuist/xcodeproj/blob/main/LICENSE.md)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Ftuist%2FXcodeProj%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/tuist/XcodeProj)

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

Expand All @@ -20,7 +19,6 @@ XcodeProj is a library written in Swift for parsing and working with Xcode proje
- [Installation](#installation)
- [Swift Package Manager](#swift-package-manager)
- [Scripting](#scripting)
- [Documentation 📝](#documentation-)
- [References 📚](#references-)
- [Contributing](#contributing)
- [License](#license)
Expand Down Expand Up @@ -107,10 +105,6 @@ object.

[`swift-sh`]: https://github.com/mxcl/swift-sh

## 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.

## References 📚

- [Xcode Project File Format](http://www.monobjc.net/xcode-project-file-format.html)
Expand Down
10 changes: 0 additions & 10 deletions RELEASE.md

This file was deleted.

0 comments on commit f79bdb7

Please sign in to comment.