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

How to use it in Xcode 8.0? #86

Open
KenmuHuang opened this issue Sep 18, 2016 · 7 comments
Open

How to use it in Xcode 8.0? #86

KenmuHuang opened this issue Sep 18, 2016 · 7 comments

Comments

@KenmuHuang
Copy link

Xcode 8.0 support Source Editor Extension Tools, We hope XToDo can be used in Xcode 8.0.
It's very useful for us. Thanks.

@eh1255
Copy link

eh1255 commented Sep 29, 2016

I second this!

@Enigma644
Copy link

Ditto

2 similar comments
@crazy-zzd
Copy link

Ditto

@WuKongCoo1
Copy link

Ditto

@t2ac32
Copy link

t2ac32 commented Mar 9, 2017

ditto

@Enigma644
Copy link

Enigma644 commented Mar 9, 2017

Here is my workaround until they fix this!
In your project go to "Build Phases" > "Run Script"
Shell: /bin/sh
Code:

TAGS="TODO|FIXME"
find "${SRCROOT}" \( -name "*.h" -or -name "*.m" -or -name "*.swift" \) -print0 | xargs -0 egrep --with-filename --line-number --only-matching "($TAGS).*\$" | perl -p -e "s/($TAGS)/ warning: \$1/"

Check: Show environment variables in build log.

Now lines with TODO and FIXME will now show up as warnings in code and will be listed in the issue navigator.

@Z-figaro
Copy link

Z-figaro commented Jun 8, 2017

能不能我们自己做一个

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

No branches or pull requests

7 participants