Mobbscan 2854
🎯 Summary
The source branch includes two changes needed for export an *.iPA
- Remove arch armv7
- Update strip archs script so it just affects to dynamic frameworks which are not xcframeworks yet
You just need to be on develop branch in workspace project and execute a "configure_workspace" script. Then change to this branch just in this project
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚗ ️ Solution
Describe the why and the how of the change if needed.
-
🔗 JIRA: JIRA-2854
🔬 Tests
The only test is to generate a SNAPSHOT and export an iPA with release target
🧐 Checklist:
- The code follow the project guidelines.
- The changes have been tested locally.
- The code has internal docs.
- Docs are updated (README, public docs, etc.)
- Some tests have been added to check that the changes work as expected (unit, integration or e2e tests ...)
- Unit tests are running without errors.
- Other dependant changes have already been merged.
- Changelog updated (if it applies)