You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for viewing and edit xcmappingmodel files (#3242)
Updates the handling of `.xcmappingmodel` files in the file and group
element creation logic, ensuring they are treated correctly as file
references rather than groups. It also adds a dedicated unit test to
verify this behavior.
Before implementation, only the .xml file was visible, inside a regular
folder. In addition to only being able to view the XML content and not
the Xcode preview,
<img width="310" alt="image (1)"
src="https://github.com/user-attachments/assets/5636e4b4-e835-4e5b-a2cb-11c53002eab6"
/>
Now there is interpretation via Xcode.
<img width="310" alt="image"
src="https://github.com/user-attachments/assets/eb9f8abb-4689-45a6-b0e3-430ca64a36e7"
/>
In addition to displaying correctly in the file structure, when opened,
it shows the Xcode preview and not just the XML as before.
---------
Signed-off-by: Lucas Romano <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ END_UNRELEASED_TEMPLATE
49
49
### New
50
50
51
51
* Added `--@rules_xcodeproj//xcodeproj:separate_index_build_output_base` flag to configure the generator to use a separate output base for index builds: [#3243](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3243)
52
+
* Add support for viewing and edit xcmappingmodel files: [#3242](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3242)
0 commit comments