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

Add otf font files to known file types #788

Merged
merged 1 commit into from
Aug 30, 2023
Merged

Commits on Aug 4, 2023

  1. Add otf font files to known file types

    - The `allExtensions` dictionary is used to map known file type extensions to `lastKnownFileType` in the pbxproj
    - Adding `otf` font files to the list
    
    Test Plan:
    
    - Add any otf font file to Xcode manually
    - Examine the pbxproj and verify `file` is used as the `lastKnonwFileType`
    - Read and write the project using `XcodeProj`
    - Verify no diffs
    kwridan committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7419260 View commit details
    Browse the repository at this point in the history