We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e57584 + 975919f commit 6d03c84Copy full SHA for 6d03c84
.travis.yml
@@ -1,6 +1,9 @@
1
----
2
language: objective-c
+osx_image: xcode7
3
4
+before_install:
5
+ - curl -sL https://gist.github.com/henrikhodne/7ac6d02ff9a24a94720c/raw/install_appledoc.sh | sh
6
+
7
install:
8
- sudo easy_install cpp-coveralls
9
Core/Source/CTLineUtils.h
@@ -6,5 +6,7 @@
// Copyright 2015. All rights reserved.
//
+#import <CoreText/CoreText.h>
10
11
BOOL areLinesEqual(CTLineRef line1, CTLineRef line2);
-CFIndex getTruncationIndex(CTLineRef line, CTLineRef trunc);
12
+CFIndex getTruncationIndex(CTLineRef line, CTLineRef trunc);
0 commit comments