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

Change CLI fileExtension to nil #208

Merged
merged 1 commit into from
Jan 2, 2018
Merged

Change CLI fileExtension to nil #208

merged 1 commit into from
Jan 2, 2018

Conversation

keith
Copy link
Contributor

@keith keith commented Dec 27, 2017

The fileExtension property is used upstream to determine the
explicitFileType of the file reference. If that property exists but is
empty Xcode crashes. Previously that was the case with the tool file
type since the product target had an empty explicitFileType. With this
change it now omits that property instead, and still has no extension.


This change is Reviewable

@keith
Copy link
Contributor Author

keith commented Dec 27, 2017

There's another problem with this that this PR does not solve. CLI target's explicitFileType should be set to compiled.mach-o.executable, but as long as this is coupled to the fileExtension, that is a problem.

Unverified

No user is associated with the committer email.
The fileExtension property is used upstream to determine the
explicitFileType of the file reference. If that property exists but is
empty Xcode crashes. Previously that was the case with the tool file
type since the product target had an empty explicitFileType. With this
change it now omits that property instead, and still has no extension.
@keith keith merged commit 96fe834 into master Jan 2, 2018
@keith keith deleted the ks/cli-extension branch January 2, 2018 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants