Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Swift 4.2 migration #244

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Swift 4.2 migration #244

wants to merge 4 commits into from

Commits on Nov 1, 2018

  1. Swift 4.2 support

    Note: `pod lib lint` requires CocoaPods 1.6 for tvOS pod sanity test to pass
    Sergei Taguer committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    5966770 View commit details
    Browse the repository at this point in the history
  2. Adjusting simulator versions to match system image

    Sergei Taguer committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    bb95512 View commit details
    Browse the repository at this point in the history
  3. Swift 4.2 fixes for tests

    Sergei Taguer committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    5b973ca View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. Fix xcodebuild travis settings on XCode10

    This adds `-disable-concurrent-destination-testing`
    flag to xcodebuild commands with multiple destinations
    to disable concurrency issues happening on XCODE 10
    target.
    
    This also updates Apple TV target to `4k (at 1080)`
    since normal 1080p version does not seem to have an
    iOS 11.0 simulator target.
    Nadohs committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    f0e2b5f View commit details
    Browse the repository at this point in the history