Skip to content

Commit d6bf144

Browse files
author
Igor Makarov
committed
changes requested by @chrismaddern
1 parent 17641ef commit d6bf144

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ branches:
44
only:
55
master
66
before_install:
7-
# - gem install xcpretty --no-rdoc --no-ri --no-document --quiet
8-
# - gem install xcpretty-travis-formatter --no-rdoc --no-ri --no-document --quiet
97
- bundle install
108
- pod repo update --silent
119
- pod install

Tests/DeepLink/DPLDeepLink_AppLinksSpec.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#import "DPLDeepLink.h"
2-
#import "DPLDeepLink+AppLinks.h"
31
#import "DPLDeepLink_Private.h"
42
#import "DPLMutableDeepLink.h"
53
#import "DPLMutableDeepLink+AppLinks.h"
4+
@import DeepLinkKit;
5+
@import DeepLinkKit.AppLinks;
66

77
SpecBegin(DPLDeepLink_AppLinks)
88

0 commit comments

Comments
 (0)