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

Fix an App Store upload error due to an RTE version mismatch. #3029

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

pixlwave
Copy link
Member

@pixlwave pixlwave commented Jul 12, 2024

ElementX.app/Frameworks/WysiwygComposerFFI.framework contains a WysiwygComposerFFI stub binary that's autogenerated by Xcode. Its minimum OS version (as described by otool) matches the project instead of the framework's Info.plist, so this PR fixes the Info.plist to match our project.

@pixlwave pixlwave added the pr-build for changes related to build, tools, CI/CD label Jul 12, 2024
@pixlwave pixlwave requested a review from a team as a code owner July 12, 2024 14:06
@pixlwave pixlwave requested review from Velin92 and removed request for a team July 12, 2024 14:06
Copy link

Warnings
⚠️ Some of the commits are missing ticket numbers. Please consider squashing all commits that don't have a tracking number.

Generated by 🚫 Danger Swift against 79c796c

Copy link

sonarcloud bot commented Jul 12, 2024

Copy link

codecov bot commented Jul 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.97%. Comparing base (c92c6a2) to head (79c796c).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3029      +/-   ##
===========================================
+ Coverage    77.92%   77.97%   +0.04%     
===========================================
  Files          695      695              
  Lines        53997    53997              
===========================================
+ Hits         42079    42104      +25     
+ Misses       11918    11893      -25     
Flag Coverage Δ
unittests 68.81% <ø> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pixlwave pixlwave merged commit a8bf97a into develop Jul 12, 2024
12 checks passed
@pixlwave pixlwave deleted the doug/rte-version branch July 12, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-build for changes related to build, tools, CI/CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants