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

Lower platform requirements #61

Closed
oscbyspro opened this issue Aug 17, 2023 · 2 comments
Closed

Lower platform requirements #61

oscbyspro opened this issue Aug 17, 2023 · 2 comments
Labels
availability in an SDK near you
Milestone

Comments

@oscbyspro
Copy link
Owner

oscbyspro commented Aug 17, 2023

I'll lower the minimum platform requirements to the following in v0.10.0:

.iOS(.v14),          // from 16.4
.macCatalyst(.v14),  // from 16.4
.macOS(.v11),        // from 13.3
.tvOS(.v14),         // from 16.4
.watchOS(.v7),       // from  9.4

The most notable consequence is that StaticBigInt will be disabled by default.

@oscbyspro oscbyspro added the availability in an SDK near you label Aug 17, 2023
@oscbyspro oscbyspro added this to the v0.10.0 milestone Aug 17, 2023
@oscbyspro
Copy link
Owner Author

oscbyspro commented Aug 17, 2023

I'll push the current changes as v0.9.0, so v0.10.0 will basically be:

+ SDKs
+ CocoaPods 
- StaticBigInt

@oscbyspro oscbyspro changed the title Lower the minimum platform requirements Lower the platform requirements Aug 17, 2023
@oscbyspro oscbyspro changed the title Lower the platform requirements Lower platform requirements Aug 17, 2023
@oscbyspro
Copy link
Owner Author

I wanted StaticBigInt to be toggle-able through the command line, but no dice (#64).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
availability in an SDK near you
Projects
None yet
Development

No branches or pull requests

1 participant