mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-23 03:20:39 +08:00
Merge pull request #671 from Adlai-Holler/xcode-7
Enable Xcode 7 by default for Travis build server.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
language: objective-c
|
||||
osx_image: xcode7
|
||||
before_install:
|
||||
- brew update
|
||||
- brew reinstall xctool
|
||||
|
||||
4
build.sh
4
build.sh
@@ -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.
|
||||
|
||||
@@ -129,6 +129,7 @@
|
||||
050E7C6619D22E19004363C2 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastSwiftUpdateCheck = 0700;
|
||||
LastUpgradeCheck = 0600;
|
||||
ORGANIZATIONNAME = Facebook;
|
||||
TargetAttributes = {
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user