Skip to content

Commit 6d03c84

Browse files
committed
Merge branch 'develop'
2 parents 8e57584 + 975919f commit 6d03c84

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
---
21
language: objective-c
2+
osx_image: xcode7
33

4+
before_install:
5+
- curl -sL https://gist.github.com/henrikhodne/7ac6d02ff9a24a94720c/raw/install_appledoc.sh | sh
6+
47
install:
58
- sudo easy_install cpp-coveralls
69

Core/Source/CTLineUtils.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
// Copyright 2015. All rights reserved.
77
//
88

9+
#import <CoreText/CoreText.h>
10+
911
BOOL areLinesEqual(CTLineRef line1, CTLineRef line2);
10-
CFIndex getTruncationIndex(CTLineRef line, CTLineRef trunc);
12+
CFIndex getTruncationIndex(CTLineRef line, CTLineRef trunc);

0 commit comments

Comments
 (0)