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

Xcode 13 support + iOS 15 fixes #17415

Merged
merged 39 commits into from
Nov 10, 2021
Merged

Xcode 13 support + iOS 15 fixes #17415

merged 39 commits into from
Nov 10, 2021

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    67a3fac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b54678a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Merge pull request #17225 from wordpress-mobile/issue/17172_fix_tab_b…

    …ar_background
    
    iOS 15: fix tab bar background
    leandroalonso authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b8df857 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17227 from wordpress-mobile/issue/ios_15_table_vi…

    …ew_header_top_padding
    
    iOS 15: fix the top padding on Table View's header
    leandroalonso authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    4d5f673 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33746be View commit details
    Browse the repository at this point in the history
  4. Fix: image name

    leandroalonso committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    bdcec49 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    49b0ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e08748 View commit details
    Browse the repository at this point in the history
  3. Use latest Ruby version in CircleCI, 2.7.4

    Prior to this change, we were using `2.6.6` but that version is no
    longer available in the Xcode 13 image.
    
    See error message here:
    https://app.circleci.com/pipelines/github/wordpress-mobile/WordPress-iOS/24560/workflows/74788ee1-f42e-4876-96c6-4e75e74016d4/jobs/57379
    mokagio committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    136f4ee View commit details
    Browse the repository at this point in the history
  4. Remove MockContext from unit tests

    Giorgio Ruscigno committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    52ebbd0 View commit details
    Browse the repository at this point in the history
  5. Rearrange project files

    Giorgio Ruscigno committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    432ed7c View commit details
    Browse the repository at this point in the history
  6. Replace the use of MockContext with TestContextManager.mainContext in…

    … unit tests, to address build issues on Xcode 13
    Giorgio Ruscigno committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    5b15ec1 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    202c76a View commit details
    Browse the repository at this point in the history
  2. Update Fastlane from 2.184.1 to 2.195.0

    I did this to see if it solved the issues we are experiencing with Xcode
    13 testing, but that didn't help.
    mokagio committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    b5a75cc View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    4de57a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f8c73 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    a99d8c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5418e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17379 from wordpress-mobile/fix/17378-user_profil…

    …e_sheet_ios15
    
    iOS 15: Fix user profile sheet being shown fullscreen
    ScoutHarris authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4a3b43a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    e337922 View commit details
    Browse the repository at this point in the history
  2. Fix Ruby Issue

    jkmassel committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    fc376fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21f4d52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e2ed80 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Update translations

    oguzkocer authored and leandroalonso committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    54d07bd View commit details
    Browse the repository at this point in the history
  2. Update metadata translations

    oguzkocer authored and leandroalonso committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    dc57a07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fffe76 View commit details
    Browse the repository at this point in the history
  4. Bump version number

    oguzkocer authored and leandroalonso committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    db41dd5 View commit details
    Browse the repository at this point in the history
  5. Update translations

    oguzkocer authored and leandroalonso committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    73737bd View commit details
    Browse the repository at this point in the history
  6. Bump version number

    oguzkocer authored and leandroalonso committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    1307f9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7ecaed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    518508f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    e404d15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17233 from wordpress-mobile/issue/xcode_13_change…

    …_buildkite_image
    
    iOS 15: Change Buildkite image to Xcode 13
    leandroalonso authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2d6618a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fcc280 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Read Ruby version for chruby from .ruby-version in CircleCI

    This ensures there is a single source of truth fro the Ruby version
    across:
    
    - Local tooling
    - CircleCI
    - Buildkite
    mokagio committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f963937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fdcc22 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17418 from wordpress-mobile/ruby-version-source-o…

    …f-truth
    
    Read Ruby version for chruby from .ruby-version in CircleCI
    AliSoftware authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    5aa63b3 View commit details
    Browse the repository at this point in the history
  4. Update .buildkite/commands/build-for-testing.sh

    Co-authored-by: Olivier Halligon <[email protected]>
    jkmassel and AliSoftware authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    5c830f7 View commit details
    Browse the repository at this point in the history
  5. Add fixit note

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