tuist / XcodeProj

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

Add `launchAutomaticallySubstyle`->`ProfileAction` #699

Closed maxwellE closed 2 years ago

maxwellE commented 2 years ago

Adds a missing attribute launchAutomaticallySubstyle to ProfileAction scheme type. This value will be set by Xcode if editing an application extension

Resolves https://github.com/tuist/xcodeproj/issues/696

codecov-commenter commented 2 years ago

Codecov Report

Merging #699 (ecb0a91) into main (e02240f) will decrease coverage by 0.01%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main     #699      +/-   ##
==========================================
- Coverage   84.92%   84.91%   -0.02%     
==========================================
  Files         157      157              
  Lines        9109     9115       +6     
==========================================
+ Hits         7736     7740       +4     
- Misses       1373     1375       +2     
Impacted Files Coverage Δ
...rces/XcodeProj/Scheme/XCScheme+ProfileAction.swift 56.79% <42.85%> (+0.21%) :arrow_up:
Tests/XcodeProjTests/Scheme/XCSchemeTests.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 6b61781...ecb0a91. Read the comment docs.