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

Generate files with the right UTI #302

Closed
pepicrft opened this issue Sep 18, 2018 · 2 comments
Closed

Generate files with the right UTI #302

pepicrft opened this issue Sep 18, 2018 · 2 comments

Comments

@pepicrft
Copy link
Contributor

Context 🕵️‍♀️

From Apple:

Uniform type identifiers (UTIs) provide a unified way to identify data handled within the system, such as documents, pasteboard data, and bundles. This chapter describes the concepts behind UTIs and shows how to specify them in your application bundles.

Reference

What 🌱

Make sure workspaces and projects are written with the right UTI. The UTI of a file can be obtained running mdls path/to/file. Here are the UTIs of the Xcode project files:

  • Workspace: com.apple.dt.document.workspace
  • Project: com.apple.xcode.project.

Proposal 🎉

Change the writing logic to set the UTI attribute on the written files.

@pepicrft
Copy link
Contributor Author

@IssueHuntBot
Copy link

@y-matsuwitter funded this issue with $40. Visit this issue on Issuehunt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants