(Go: >> BACK << -|- >> HOME <<)

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

Misc cleanups so we can cut a release and push the podspec. #3

Merged
merged 6 commits into from
May 5, 2016

Conversation

thomasvl
Copy link
Member
@thomasvl thomasvl commented May 5, 2016

No description provided.

- Add in tvOS.  Update text for it also.
- Require a min version of the SessionFetcher with the needed support.
We've seen failures in tests when using xctool that we can't repro when using
xcodebuild, so even though xctool does a better job of managing the simulators
it doesn't seem to be safe to trust.
- Add a dispatch group to the ticket so the wait method can delay while
  callbacks and notifications are in flight.
- End the wait method's spinning when the ticket has been canceled rather than
  let it time out on cancel, since cancel suppresses the ticket's callback.
- Move the postNotificationOnMainThread utility method to the ticket since it's
  now done on the ticket's callback group.
@thomasvl thomasvl merged commit c2819b3 into google:master May 5, 2016
@thomasvl thomasvl deleted the process_updates branch May 5, 2016 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants