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

feat: support swift package manager #4

Merged
merged 5 commits into from
Jun 22, 2023
Merged

feat: support swift package manager #4

merged 5 commits into from
Jun 22, 2023

Conversation

s2mr
Copy link
Collaborator

@s2mr s2mr commented Jun 9, 2023

#2

@s2mr s2mr force-pushed the feature/spm branch 2 times, most recently from ef5917b to f8839e4 Compare June 20, 2023 14:15
@s2mr s2mr changed the title [WIP] Support Swift Package Manager Support Swift Package Manager Jun 20, 2023
@s2mr s2mr changed the title Support Swift Package Manager feat: Support Swift Package Manager Jun 20, 2023
@s2mr s2mr changed the title feat: Support Swift Package Manager feat: support swift package manager Jun 20, 2023
@@ -0,0 +1,3 @@
enum Version {
static let current = "2.0.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we will need to add the comment to this line so the CI can update it automatically before releasing it.

E.g.

static let current = "2.0.0" // x-release-please-version

https://github.com/bucketeer-io/ios-client-sdk/blob/main/Bucketeer.podspec#L3

And then add the file path here.

https://github.com/bucketeer-io/ios-client-sdk/blob/main/.github/workflows/release.yml#L28

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I didn't know the release flow.
Thank you, I fixed it.

Package.swift Outdated
.library(
name: "Bucketeer",
targets: ["Bucketeer"]
),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fix the lint warning below?

Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)

Copy link
Member

@cre8ivejp cre8ivejp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!!! 🎉

@cre8ivejp cre8ivejp merged commit 276aa89 into main Jun 22, 2023
@cre8ivejp cre8ivejp deleted the feature/spm branch June 22, 2023 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants