-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update Cocoapods + bundle #143
Merged
Merged
Changes from 18 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
3e87ff1
Update Cocoapods + bundle
dfed 57c02d2
Get ParalayoutDemo using SPM to bump swift-snapshot-testing and get o…
dfed 4e7b774
No need to pod install anymore
dfed aaea11a
Merge remote-tracking branch 'origin/HEAD' into dfed--dependabot
dfed 1d118cf
Use xcodproj not xcworkspace in build script
dfed 7aeda2c
Remove missing, Pod-related scheme
dfed 0f42b79
Get pod lint passing
dfed 6234262
alphabetize
dfed e9c13e9
Remove tests from podspec – pods on Xcode 16 fails to run tests due t…
dfed 994be2b
Revert "Remove tests from podspec – pods on Xcode 16 fails to run tes…
dfed 38d3f40
Bump Cocoapods
dfed 031ea5e
Bump ruby version while we're here
dfed 693893b
Remove unused files
dfed 68c313b
Add swift version back to podspec
dfed 0f5b62e
macOS-15, not 16
dfed 318a5a8
Revert "Remove unused files"
dfed 6602c13
Remove unknown default by removing tests from podspec
dfed 96b7782
Merge remote-tracking branch 'origin/HEAD' into dfed--dependabot
dfed 9df83a6
Remove unused header file
dfed File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.3.4 | ||
3.3.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
Example/ParalayoutDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"originHash" : "2b0e5e17a009415bca32c5d97c033294e3caa1062e96bd668230c00a110e839e", | ||
"pins" : [ | ||
{ | ||
"identity" : "swift-snapshot-testing", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-snapshot-testing.git", | ||
"state" : { | ||
"revision" : "42a086182681cf661f5c47c9b7dc3931de18c6d7", | ||
"version" : "1.17.6" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-syntax", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/swiftlang/swift-syntax", | ||
"state" : { | ||
"revision" : "0687f71944021d616d34d922343dcef086855920", | ||
"version" : "600.0.1" | ||
} | ||
} | ||
], | ||
"version" : 3 | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ended up bumping this while I was here