Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inkling/Subliminal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: inkling/Subliminal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: shared/Xcode6
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 28, 2014

  1. Configuration menu
    Copy the full SHA
    9c2c840 View commit details
    Browse the repository at this point in the history
  2. Locate the simulator preferences on iOS 8.

    With a different directory layout for simulator configurations
    inside `~/Library/Developer/CoreSimulator/Devices` rather
    than `~/Library/Application Support/iPhone Simulator`.
    Jeff Wear committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    304d487 View commit details
    Browse the repository at this point in the history
  3. Fix typos in simulator-set's documentation.

    Jeff Wear committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    dc9ebe6 View commit details
    Browse the repository at this point in the history
  4. simulator-set only overwrites the simulator's version if one is spe…

    …cified.
    
    `simulator-set`'s documentation describes the version argument
    as optional.
    Jeff Wear committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    e2ef282 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2014

  1. Update simulator-set for Xcode 6.

    In Xcode 6, the Simulator's device type and version are not stored separately
    in the Simulator's preferences, but as a unified configuration (a "device")
    identified by a UDID. To change the device type and version, we must thus determine
    which UDID to set, which we do by examining the mapping provided by
    `instruments -s devices`.
    
    Similarly, the Simulator's content and settings are no longer stored
    under version-specific directories, but under device-specific directories.
    However, it's not safe to delete these directories directly--some devices
    will not recreate them on launch. Fortunately, Apple has added a command-line
    utility for managing devices.
    Jeff Wear committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    cb26848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4342fa7 View commit details
    Browse the repository at this point in the history
  3. Force Xcode 6 to run OCUnit tests. (refs #258)

    Jeff Wear committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    fd77294 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4a02cf View commit details
    Browse the repository at this point in the history
  5. Update UIAutomation's visibility bugs for iOS 8.

    This also corrects the name of an existing test case in the visibility
    test documentation.
    Jeff Wear committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    637b7fd View commit details
    Browse the repository at this point in the history
  6. Upgrade project settings for Xcode 6.

    Jeff Wear committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    5861aaa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d99fef4 View commit details
    Browse the repository at this point in the history
Loading