tuist / XcodeProj

πŸ“ Read, update and write your Xcode projects
https://xcodeproj.tuist.io
MIT License
2.03k stars 309 forks source link

Fix order for `askForAppToLaunch` attr #705

Closed maxwellE closed 2 years ago

maxwellE commented 2 years ago

Fixes the order of askForAppToLaunch in Scheme attributes

codecov-commenter commented 2 years ago

Codecov Report

Merging #705 (9346fc9) into main (e651344) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #705   +/-   ##
=======================================
  Coverage   84.93%   84.93%           
=======================================
  Files         157      157           
  Lines        9127     9129    +2     
=======================================
+ Hits         7752     7754    +2     
  Misses       1375     1375           
Impacted Files Coverage Ξ”
...urces/XcodeProj/Extensions/AEXML+XcodeFormat.swift 92.45% <ΓΈ> (ΓΈ)
...eProjTests/Extensions/AEXML+XcodeFormatTests.swift 100.00% <100.00%> (ΓΈ)

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update e651344...9346fc9. Read the comment docs.

luispadron commented 2 years ago

@all-contributors add @maxwellE for code

allcontributors[bot] commented 2 years ago

@luispadron

I've put up a pull request to add @maxwellE! :tada:

maxwellE commented 2 years ago

Thank you!