-
Notifications
You must be signed in to change notification settings - Fork 130
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
[WIP] tvOS complete support #383
base: develop
Are you sure you want to change the base?
[WIP] tvOS complete support #383
Conversation
elsassph
commented
Apr 9, 2018
- launch in simulator
- archive
- package
I'm always very glad when someone adds a feature to the plugin and send me a pull request. But I'm a big fan of unit tests. If I had found test that verifies the change, I would have just have pressed the merge pull request button. So if you can add some tests that would be great. Otherwise I have to look into this myself. |
It's still very early investigation (having some weird issues now); we have to validate it and add tests for sure. |
ee3fe8a
to
1ab4883
Compare
Added a couple tests, and I'll ask for help to add more, but so far so good: running on simulator, build/archive/package with inhouse certificate :) |
@@ -648,7 +647,7 @@ class SimulatorControlSpecification extends Specification { | |||
} | |||
|
|||
@Unroll | |||
def "test the runTime with value #runtimeType with name : #runtimeName and #deviceCount devices"() { | |||
def "Ensure than the compilation runtime: #runtimeType with name : #runtimeName and #deviceCount devices is properly defined"() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed ;)
…toring Feature : Extension refactoring and use lazy configuration
😲 wow, this is a big PR |
Yes it is a big pull request. |
Feature/MASSDE-183 : Automatic carthage cache
Hmm... I don't know what to do with this pull request. @shoebox are you still interested in merging this pull request? If so than we should get in touch so that you can enlighten me about the changes. |