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

Use Xcode 15.0.1 #1377

Merged
merged 13 commits into from
Apr 16, 2024
Merged

Use Xcode 15.0.1 #1377

merged 13 commits into from
Apr 16, 2024

Commits on Nov 3, 2023

  1. Build with Xcode 15.0.1

    jkmassel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    746cb0b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Add additional string range bounds checking

    This resolves a string overflow issue that appeared in tests in Xcode 15.0.1
    jkmassel committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    4e32af6 View commit details
    Browse the repository at this point in the history
  2. Fix tests broken by iOS 14 pasteboard restrictions

    Apple requires user interaction to allow using the pasteboard – this change allows us to mock the pasteboard while under test to avoid that
    jkmassel committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    e73e1c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c076791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39ebb60 View commit details
    Browse the repository at this point in the history
  5. Fix snapshot tests

    jkmassel committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    6f244bb View commit details
    Browse the repository at this point in the history
  6. Disable podspec validation

    jkmassel committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1539e7c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    5e4c974 View commit details
    Browse the repository at this point in the history
  2. Fix linter issues

    jkmassel committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    71a459e View commit details
    Browse the repository at this point in the history
  3. Apply Tony’s CocoaPods fix

    jkmassel committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4436946 View commit details
    Browse the repository at this point in the history
  4. Fix CocoaPods warnings

    jkmassel committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1a00efb View commit details
    Browse the repository at this point in the history
  5. Bump iOS Min Version to 12.0

    jkmassel committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    59f04a1 View commit details
    Browse the repository at this point in the history
  6. One more warning

    jkmassel committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1dd0099 View commit details
    Browse the repository at this point in the history