Open
Conversation
Open
|
Why is no one merging it? |
|
By the way @wei18 you sure about minimum version of Swift in Package.swift being 5.7? |
Author
Not the minimum but current. |
This was referenced Sep 21, 2024
|
@wei18 Happy to hear it) |
Author
|
Just for the record, for anyone who wants to use the Swift package. .package(url: https://github.com/wei18/Koloda", branch: "master"),changes: master...wei18:Koloda:master |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
As title, create Package.swift and binaryTarget pop.
About pop.zip
This script performs the following steps:
bundle installto set up Ruby dependencies.pod installandRugby, then stores inpopFrameworks/ios-arm64.popFrameworks/sim-arm64.popFrameworks/sim-x86_64.lipoto merge arm64 and x86_64 binaries into a single framework.xcodebuildto bundle the iOS and simulator frameworks intopop.xcframework.The resulting
.xcframeworkis suitable for Xcode projects targeting both iOS devices and simulators.For more details, you can download this file for reference to the source code:
https://github.com/Wei18/pop/releases/download/1.0.12/setup-pop-zip.zip
Special thanks to @swiftyfinch: