Skip to content

Commit

Permalink
Drop support for Carthage (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 authored Jan 25, 2024
1 parent 9076fbf commit b7f25f0
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 133 deletions.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/QUESTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ about: Create a bug question.
- Xcode version:

- Devices/Simulators:

- Carthage version:
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,9 @@ build/
archive/
*.xcframework

## Gem
.bundle
vendor

## npm
node_modules

## Carthage
Carthage/Build

## SwiftPM
.swiftpm
.build
Expand Down
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ all: proj format

.PHONY: proj
proj:
$(SWIFT_RUN) --package-path Tools xcodegen
$(SWIFT_RUN) --package-path Tools xcodegen --spec Example/project.yml --project Example

.PHONY: format
Expand Down
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<br>
<a href="https://github.com/playbook-ui/playbook-ios/releases/latest"><img alt="Release" src="https://img.shields.io/github/v/release/playbook-ui/playbook-ios.svg"/></a>
<a href="https://swift.org/package-manager"><img alt="Swift Package Manager" src="https://img.shields.io/badge/SwiftPM-compatible-yellowgreen.svg"/></a>
<a href="https://github.com/Carthage/Carthage"><img alt="Carthage" src="https://img.shields.io/badge/Carthage-compatible-yellow.svg"/></a>

`Playbook` is a library that provides a sandbox for building UI components without having to worry about application-specific dependencies, strongly inspired by [Storybook](https://storybook.js.org/) for JavaScript in web-frontend development.

Expand Down Expand Up @@ -182,10 +181,7 @@ The generated snapshot images can be used for more advanced visual regression te

- Swift 5.1+
- Xcode 11.0+
- iOS
- `Playbook`: 11.0+
- `PlaybookSnapshot`: 11.0+
- `PlaybookUI`: 13.0+
- iOS 13.0+

---

Expand All @@ -197,14 +193,6 @@ Playbook features are separated into the following frameworks.
- `PlaybookSnapshot`: Generates snapshots of all components.
- `PlaybookUI`: Products a browsing UI for components managed by Playbook.

### [Carthage](https://github.com/Carthage/Carthage)

Add the following to your `Cartfile`:

```
github "playbook-ui/playbook-ios"
```

### [Swift Package Manager](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app)

Select Xcode menu `File > Swift Packages > Add Package Dependency...` and enter repository URL with GUI.
Expand Down
6 changes: 0 additions & 6 deletions XCConfigs/playbook-snapshot.xcconfig

This file was deleted.

4 changes: 0 additions & 4 deletions XCConfigs/playbook-ui.xcconfig

This file was deleted.

5 changes: 0 additions & 5 deletions XCConfigs/playbook.xcconfig

This file was deleted.

20 changes: 0 additions & 20 deletions XCConfigs/project.xcconfig

This file was deleted.

74 changes: 0 additions & 74 deletions project.yml

This file was deleted.

0 comments on commit b7f25f0

Please sign in to comment.