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

Release/v3.0.0 #53

Merged
merged 2 commits into from
Aug 24, 2024
Merged

Release/v3.0.0 #53

merged 2 commits into from
Aug 24, 2024

Conversation

gumob
Copy link
Owner

@gumob gumob commented Aug 24, 2024

The framework name has been changed from Punycode to PunycodeSwift. This change is based on the information provided in this issue, which discusses potential naming conflicts in Swift modules.

To integrate Punycode into your project using Swift Package Manager, add the following to your Package.swift file:

dependencies: [
    .package(url: "https://github.com/gumob/PunycodeSwift.git", .upToNextMajor(from: "3.0.0"))
]

For Carthage, add the following to your Cartfile and follow these instructions.

This change also updates the macOS, iOS, tvOS, watchOS, and visionOS versions supported by the framework, as well as the Swift version required.

gumob added 2 commits August 24, 2024 17:19
…stallation instructions for Swift Package Manager and Carthage

   The framework name has been changed from **Punycode** to **PunycodeSwift**. This change is based on the information provided in [this issue](swiftlang/swift#56573), which discusses potential naming conflicts in Swift modules.

   To integrate Punycode into your project using Swift Package Manager, add the following to your `Package.swift` file:

   ```swift
   dependencies: [
       .package(url: "https://github.com/gumob/PunycodeSwift.git", .upToNextMajor(from: "3.0.0"))
   ]
   ```

   For Carthage, add the following to your `Cartfile` and follow [these instructions](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application).

   This change also updates the macOS, iOS, tvOS, watchOS, and visionOS versions supported by the framework, as well as the Swift version required.
@gumob gumob merged commit 58a7f55 into develop Aug 24, 2024
1 check passed
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.

1 participant