You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using your excellent results to make my app for simulator compatible.
To make this more useful, I am developing an extension of the provided CLI tool, such as batching, add definition files, etc. If possible, I would like to refer to this repository directly as a SwiftPM dependency and use the implementation as a library.
I have two wishes for this.
Add a semantic versioning tag to the repository to make it easier to track releases
Change error handling using Throw, Error protocol
The proposal for 1. can make this project even more attractive as a library, which is very valuable.
The proposal for 2. is an additional attractive element in making it a library.
The part that currently issues fatalError should be changed to throw using the Error protocol.
In the tool I am currently developing, the fatalError part has been rewritten, so the implementation is different and not good.
I am considering submitting a pull request for this.
Your results have been very helpful, thank you.
The text was updated successfully, but these errors were encountered:
arasan01
changed the title
Publishing the package as a library and adding semantic versioning
Proposal to publish as a library
Apr 9, 2022
Hi,
I am currently using your excellent results to make my app for simulator compatible.
To make this more useful, I am developing an extension of the provided CLI tool, such as batching, add definition files, etc. If possible, I would like to refer to this repository directly as a SwiftPM dependency and use the implementation as a library.
I have two wishes for this.
The proposal for 1. can make this project even more attractive as a library, which is very valuable.
The proposal for 2. is an additional attractive element in making it a library.
The part that currently issues fatalError should be changed to throw using the Error protocol.
In the tool I am currently developing, the fatalError part has been rewritten, so the implementation is different and not good.
I am considering submitting a pull request for this.
Your results have been very helpful, thank you.
The text was updated successfully, but these errors were encountered: