-
Notifications
You must be signed in to change notification settings - Fork 52
Comparing changes
Open a pull request
base repository: inkling/Subliminal
base: master
head repository: inkling/Subliminal
compare: shared/Xcode6
- 11 commits
- 9 files changed
- 1 contributor
Commits on Aug 28, 2014
-
Use
NSUserDefaultsto communicate with UIAutomation in iOS 8.Jeff Wear committedAug 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 9c2c840 - Browse repository at this point
Copy the full SHA 9c2c840View commit details -
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 committedAug 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 304d487 - Browse repository at this point
Copy the full SHA 304d487View commit details -
Fix typos in
simulator-set's documentation.Jeff Wear committedAug 28, 2014 Configuration menu - View commit details
-
Copy full SHA for dc9ebe6 - Browse repository at this point
Copy the full SHA dc9ebe6View commit details -
simulator-setonly overwrites the simulator's version if one is spe……cified. `simulator-set`'s documentation describes the version argument as optional.
Jeff Wear committedAug 28, 2014 Configuration menu - View commit details
-
Copy full SHA for e2ef282 - Browse repository at this point
Copy the full SHA e2ef282View commit details
Commits on Aug 29, 2014
-
Update
simulator-setfor 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 committedAug 29, 2014 Configuration menu - View commit details
-
Copy full SHA for cb26848 - Browse repository at this point
Copy the full SHA cb26848View commit details -
Supply Xcode 6-format device specifications to
instruments.Jeff Wear committedAug 29, 2014 Configuration menu - View commit details
-
Copy full SHA for 4342fa7 - Browse repository at this point
Copy the full SHA 4342fa7View commit details -
Force Xcode 6 to run OCUnit tests. (refs #258)
Jeff Wear committedAug 29, 2014 Configuration menu - View commit details
-
Copy full SHA for fd77294 - Browse repository at this point
Copy the full SHA fd77294View commit details -
Support running Subliminal's tests against iOS 8 in CI.
Jeff Wear committedAug 29, 2014 Configuration menu - View commit details
-
Copy full SHA for f4a02cf - Browse repository at this point
Copy the full SHA f4a02cfView commit details -
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 committedAug 29, 2014 Configuration menu - View commit details
-
Copy full SHA for 637b7fd - Browse repository at this point
Copy the full SHA 637b7fdView commit details -
Upgrade project settings for Xcode 6.
Jeff Wear committedAug 29, 2014 Configuration menu - View commit details
-
Copy full SHA for 5861aaa - Browse repository at this point
Copy the full SHA 5861aaaView commit details -
Pick up the latest OCMock to resolve Xcode 6 warnings.
Jeff Wear committedAug 29, 2014 Configuration menu - View commit details
-
Copy full SHA for d99fef4 - Browse repository at this point
Copy the full SHA d99fef4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...shared/Xcode6