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

Created Package.swift with updated Base32 dependency #226

Closed
wants to merge 1 commit into from
Closed

Created Package.swift with updated Base32 dependency #226

wants to merge 1 commit into from

Conversation

nrubin29
Copy link

@nrubin29 nrubin29 commented Jul 7, 2020

This PR creates a Package.swift file for use with Xcode. It uses a different Base32 dependency that is written in Swift (#135). CocoaPods and Carthage will have to switch to this dependency before this can be merged.

],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
Copy link

Choose a reason for hiding this comment

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

Line Length Violation: Line should be 120 characters or less: currently 122 characters (line_length)

// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "OneTimePassword",
targets: ["OneTimePassword"]),
Copy link

Choose a reason for hiding this comment

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

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

@mattrubin mattrubin added the SPM Swift Package Manager label May 1, 2021
@mattrubin
Copy link
Owner

Thank you for this pull request! I recently merged #221, which adds SPM support using the current Base32 dependency, so I'm going to close this PR.

If you're interested in updating your changes to migrate the project to https://github.com/norio-nomura/Base32 across Carthage, CocoaPods, and SPM, please feel free to open a new pull request!

@mattrubin mattrubin closed this May 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SPM Swift Package Manager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants