Merge pull request #671 from Adlai-Holler/xcode-7

Enable Xcode 7 by default for Travis build server.
This commit is contained in:
appleguy
2015-12-25 15:55:49 -08:00
4 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
language: objective-c
osx_image: xcode7
before_install:
- brew update
- brew reinstall xctool

View File

@@ -1,8 +1,8 @@
#!/bin/bash
# **** Update me when new Xcode versions are released! ****
PLATFORM="platform=iOS Simulator,OS=8.1,name=iPhone 6"
SDK="iphonesimulator8.1"
PLATFORM="platform=iOS Simulator,OS=9.0,name=iPhone 6"
SDK="iphonesimulator9.0"
# It is pitch black.

View File

@@ -129,6 +129,7 @@
050E7C6619D22E19004363C2 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0700;
LastUpgradeCheck = 0600;
ORGANIZATIONNAME = Facebook;
TargetAttributes = {

View File

@@ -27,7 +27,7 @@ class ViewController: UIViewController, ASTableViewDataSource, ASTableViewDelega
self.tableView.asyncDelegate = self
}
required init(coder aDecoder: NSCoder) {
required init?(coder aDecoder: NSCoder) {
fatalError("storyboards are incompatible with truth and beauty")
}