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

build: remove CocoaPods #530

Draft
wants to merge 1 commit into
base: awatt/tuist
Choose a base branch
from
Draft
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
21 changes: 4 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,16 @@
# OS
.DS_Store

# cocoapods-generate
gen/

# Xcode
xcuserdata/

# Cocoapods
# CocoaPods cruft
Pods/
*.xcworkspace

# SPM

# Disabled so that we can commit the generated schemes that live in
# .swiftpm/xcode/xcshareddata/xcschemes/*.xcscheme, to work around an Xcode 14 bug.
#
# See https://stackoverflow.com/q/72741060
#
# That's the only thing in .swiftpm now. Make this pattern more complicated if you want to exclude
# other things.
#
# .swiftpm/
gen/

# SwiftPM
.build/
.swiftpm/

# jazzy
.docs/
Expand Down
143 changes: 0 additions & 143 deletions .swiftpm/xcode/xcshareddata/xcschemes/BlueprintUI-Package.xcscheme

This file was deleted.

67 changes: 0 additions & 67 deletions .swiftpm/xcode/xcshareddata/xcschemes/BlueprintUI.xcscheme

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions BlueprintUI.podspec

This file was deleted.

25 changes: 0 additions & 25 deletions BlueprintUICommonControls.podspec

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- CocoaPods podspecs removed. Blueprint will only be vended via Swift Package Manager.

### Changed

### Deprecated
Expand Down
Loading
Loading