-
Notifications
You must be signed in to change notification settings - Fork 69
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
Swift 3.0 #45
base: master
Are you sure you want to change the base?
Swift 3.0 #45
Conversation
Updated FBSnapshotTestCase to version 2.1.2 for swift3 Updated podfile syntax
* xcpretty uses sub gem wich needs at least 2.2.2 * pod file to enable swift3 needs at least cocoapods 1.0 Updated screenshots for tests again, because testing with xcjobs created pixel differences again. (Maybe that was the differences i found while testing with Xcode and tried to correct in commit #5026d7a)
…es again so the screenshots are updated also.
…g bundle identifier.
I am not able to get the signing running for the CI, but the tests are running on my machine locally. @watsonbox perhaps you could merge this and check the signing with your profile like it was before. thanks. |
Do we know if this development is going to be kept up to date? Or is there a way to import this into my project through CocoaPods |
Hey @Treverr , |
@watsonbox Is this still maintained? I'd love to help! |
example not woking properly |
@watsonbox @sishpal How about now? |
Hello,
I updated the code to compile with xcode8 and swift3. I also needed to update the screenshorts for the visual tests, because the rendering on iOS 10 is some pixel different.
Cheers