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

Update minimum iOS version in NuGet Package to 12 instead of 16 #26

Merged
merged 2 commits into from
Oct 14, 2023

Commits on Oct 14, 2023

  1. Update iOS target framework to net6.0-ios12

    This commit updates the target framework for iOS to net6.0-ios12 in the SaturdayMP.XPlugins.iOS.BEMCheckBox.csproj file.
    mrbiggred committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    a84e6f2 View commit details
    Browse the repository at this point in the history
  2. Updated Example project iOS version to 12.

    The code changes update the target framework in the ExampleClient.csproj file from net6.0-ios to net6.0-ios12. Additionally, the supported OS platform version is updated from 13.0 to 12.0.
    mrbiggred committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    957cc9d View commit details
    Browse the repository at this point in the history