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

Move Fastlane to Project Root #15706

Merged
merged 26 commits into from
Feb 12, 2021
Merged

Move Fastlane to Project Root #15706

merged 26 commits into from
Feb 12, 2021

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    fc80c04 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    3397b7c View commit details
    Browse the repository at this point in the history
  2. Fix translation builds

    jkmassel committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    b00b031 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Pathing fix

    Co-authored-by: Olivier Halligon <[email protected]>
    jkmassel and AliSoftware authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    71959eb View commit details
    Browse the repository at this point in the history
  2. Use safe system calls

    jkmassel committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    bb46c20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32241c0 View commit details
    Browse the repository at this point in the history
  4. Clean up sh usage

    jkmassel committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    868f344 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42ad53a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ecb9f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    38c660e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    7f6cded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f090c57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b15122e View commit details
    Browse the repository at this point in the history
  4. Update .gitignore pathing

    jkmassel committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    bf2ccf6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Merge branch 'release/16.7' into move/fastlane

    # Conflicts:
    #	fastlane/metadata/ar-SA/release_notes.txt
    #	fastlane/metadata/de-DE/release_notes.txt
    #	fastlane/metadata/default/release_notes.txt
    #	fastlane/metadata/en-GB/release_notes.txt
    #	fastlane/metadata/en-US/release_notes.txt
    #	fastlane/metadata/es-ES/release_notes.txt
    #	fastlane/metadata/es-MX/release_notes.txt
    #	fastlane/metadata/fr-FR/release_notes.txt
    #	fastlane/metadata/id/release_notes.txt
    #	fastlane/metadata/it/release_notes.txt
    #	fastlane/metadata/ja/release_notes.txt
    #	fastlane/metadata/ko/release_notes.txt
    #	fastlane/metadata/nl-NL/release_notes.txt
    #	fastlane/metadata/ru/release_notes.txt
    #	fastlane/metadata/sv/release_notes.txt
    #	fastlane/metadata/tr/release_notes.txt
    #	fastlane/metadata/zh-Hans/release_notes.txt
    #	fastlane/metadata/zh-Hant/release_notes.txt
    jkmassel committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    6ba7874 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Improve curl error handling

    Co-authored-by: Olivier Halligon <[email protected]>
    jkmassel and AliSoftware authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    99c53c1 View commit details
    Browse the repository at this point in the history
  2. Explain the really strange escape sequence

    Co-authored-by: Olivier Halligon <[email protected]>
    jkmassel and AliSoftware authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    9c5e87d View commit details
    Browse the repository at this point in the history
  3. Fix parens

    Co-authored-by: Olivier Halligon <[email protected]>
    jkmassel and AliSoftware authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    8efddd9 View commit details
    Browse the repository at this point in the history
  4. Remove promo screenshots

    jkmassel committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    d76a8e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9e55ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2f41e5 View commit details
    Browse the repository at this point in the history
  7. Fix indentation weirdness

    jkmassel committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    6848df3 View commit details
    Browse the repository at this point in the history
  8. More spacing fixes

    jkmassel committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    821f074 View commit details
    Browse the repository at this point in the history
  9. Another indentation fix

    Co-authored-by: Olivier Halligon <[email protected]>
    jkmassel and AliSoftware authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    574dbe3 View commit details
    Browse the repository at this point in the history
  10. Fix ruby error

    jkmassel committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    911537f View commit details
    Browse the repository at this point in the history
  11. Don’t delete strings

    jkmassel committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    6f0d189 View commit details
    Browse the repository at this point in the history