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

Add better support for SwiftPM through the new Bundled protocol. #110

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
12 changes: 8 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
PODS:
- Reusable (4.1.1):
- Reusable/Bundled (= 4.1.1)
- Reusable/Storyboard (= 4.1.1)
- Reusable/View (= 4.1.1)
- Reusable/Storyboard (4.1.1)
- Reusable/View (4.1.1)
- Reusable/Bundled (4.1.1)
- Reusable/Storyboard (4.1.1):
- Reusable/Bundled
- Reusable/View (4.1.1):
- Reusable/Bundled

DEPENDENCIES:
- Reusable (from `../`)
Expand All @@ -13,8 +17,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Reusable: 53a9acf5c536f229b31b5865782414b508252ddb
Reusable: 7b5afdfc25a6e28b6f81839ee5235c168a788487

PODFILE CHECKSUM: 0bd0b2356bb3b5810dfd8bef84ec4a18a8f93156

COCOAPODS: 1.8.4
COCOAPODS: 1.10.1
17 changes: 17 additions & 0 deletions Example/Pods/Local Podspecs/Reusable.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

705 changes: 362 additions & 343 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading