Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Carthage #56

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading