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

Xcode 8 Support / copy expected test class name #16

Merged
merged 6 commits into from
Nov 27, 2016

Conversation

kenji21
Copy link
Contributor

@kenji21 kenji21 commented Oct 17, 2016

Hi Mark,

Just fixed a crash on xcode8 for your plugin
Two commits because the first adds the feature : I want to copy test class name when no test file are found

To make plugin work with xcode8 on Sierra, i run this script :

#!/bin/bash

if [ $# -lt 1 ] ; then
        echo "usage : $(basename $0) /Application/Xcode.app";
        exit -1
fi

XCODE_APP_PATH=$1

/usr/bin/codesign --force --sign "Mac Developer" --timestamp=none /Applications/Xcode.app
/usr/bin/codesign --force --sign "Mac Developer" --timestamp=none /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin

/usr/bin/codesign --force --sign "Mac Developer" --timestamp=none ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/*.xcplugin

@kenji21
Copy link
Contributor Author

kenji21 commented Oct 22, 2016

Found an issue with short file name and fixed test, so added some commit this morning

@marksands
Copy link
Owner

Sorry I haven't got around to looking at this in depth. I'll merge it and may make some minor tweaks to it this week. Thanks!

@marksands marksands merged commit 4e2731c into marksands:master Nov 27, 2016
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