Skip to content

Commit 128e0b6

Browse files
Terkymerindorium
authored andcommitted
project: Remove Carthage builds and instructions from repo
1 parent 38ce8df commit 128e0b6

File tree

11 files changed

+0
-1017
lines changed

11 files changed

+0
-1017
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v2
15-
- name: Build project
16-
run: |
17-
make release
1815
- name: Create Release
1916
id: create_release
2017
uses: actions/create-release@v1
@@ -25,13 +22,3 @@ jobs:
2522
release_name: Guava ${{ github.ref }}
2623
draft: false
2724
prerelease: false
28-
- name: Upload Release Asset
29-
id: upload-release-asset
30-
uses: actions/[email protected]
31-
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
with:
34-
upload_url: ${{ steps.create_release.outputs.upload_url }}
35-
asset_path: ./Guava.xcframework.zip
36-
asset_name: Guava.xcframework.zip
37-
asset_content_type: application/zip

Guava.xcodeproj/GuavaTests_Info.plist

Lines changed: 0 additions & 25 deletions
This file was deleted.

Guava.xcodeproj/Guava_Info.plist

Lines changed: 0 additions & 25 deletions
This file was deleted.

Guava.xcodeproj/project.pbxproj

Lines changed: 0 additions & 821 deletions
This file was deleted.

Guava.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

Guava.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

Guava.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 8 deletions
This file was deleted.

Guava.xcodeproj/xcshareddata/xcschemes/Guava-Package.xcscheme

Lines changed: 0 additions & 68 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ Guava helps you to make your unit tests more flexible. It allows you to replace
88
![Swift 5.x](https://img.shields.io/badge/Swift-5.x-orange.svg)
99
![platform](https://img.shields.io/badge/platform-ios%20%7C%20osx%20%7C%20linux-lightgray.svg)
1010
![version](https://img.shields.io/github/v/tag/merindorium/guava?label=version)
11-
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
1211

1312
Table of Contents
1413
=================
1514

1615
- [Usage](#usage)
1716
- [Documentation](#documentation)
1817
- [Installation](#installation)
19-
- [Carthage](#carthage)
20-
- [Swift Package Manager](#swift-package-manager)
21-
- [Manual](#manual)
2218

2319
# Features
2420

@@ -68,14 +64,6 @@ See [Documentation](Documentation) section.
6864

6965
# Installation
7066

71-
## Carthage
72-
73-
Update your `Cartfile` with:
74-
75-
```
76-
github "merindorium/Guava"
77-
```
78-
7967
## Swift Package Manager
8068

8169
To use `Guava` with SPM update your `Package.swift`.
@@ -92,12 +80,3 @@ let package = Package(
9280
)
9381

9482
```
95-
96-
## Manual
97-
98-
> ⚠️ This will install `Carthage` on your system
99-
100-
You could manually build Guava for iOS and MacOS by using:
101-
102-
1. `make release_tooling`
103-
2. `make carthage_build`

0 commit comments

Comments
 (0)