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

Install screen version update #448

Merged
merged 6 commits into from
Jun 1, 2024

Commits on May 29, 2024

  1. Update to install screen

    The new install screen will now show up for iOS versions from 15.0 onwards
    Jag-Marcel committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c88deb4 View commit details
    Browse the repository at this point in the history
  2. Updated deployment target

    Changed deployment target to reflect recent changes to the app
    Jag-Marcel committed May 29, 2024
    Configuration menu
    Copy the full SHA
    52ed677 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    44d73ed View commit details
    Browse the repository at this point in the history
  2. Specified colours in styling to ScribeColors

    Without ScribeColors before it, just the key would cause an "Ambiguous use of '.key'" error in the compiler. I assume this was something changed for iOS 14 or 15, the code won't compile unless you specify the used colour library.
    Jag-Marcel committed May 31, 2024
    Configuration menu
    Copy the full SHA
    231b3df View commit details
    Browse the repository at this point in the history
  3. Finalized switch to iOS 15.0

    - iOS deployment target in project.pbxproj is now correctly set for all keyboards.
    - Simplified code that doesn't require the #available tag for the new target
    Jag-Marcel committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b302b7a View commit details
    Browse the repository at this point in the history
  4. Removed deprecated attributes

    titleEdgeInsets seems to have been deprecated since 15.0, Xcode said it would be ignored in it so it seemed like a good idea to remove it.
    Jag-Marcel committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9ebdd89 View commit details
    Browse the repository at this point in the history