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.
1 parent 17641ef commit d6bf144Copy full SHA for d6bf144
.travis.yml
@@ -4,8 +4,6 @@ branches:
4
only:
5
master
6
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
9
- bundle install
10
- pod repo update --silent
11
- pod install
Tests/DeepLink/DPLDeepLink_AppLinksSpec.m
@@ -1,8 +1,8 @@
1
-#import "DPLDeepLink.h"
2
-#import "DPLDeepLink+AppLinks.h"
3
#import "DPLDeepLink_Private.h"
#import "DPLMutableDeepLink.h"
#import "DPLMutableDeepLink+AppLinks.h"
+@import DeepLinkKit;
+@import DeepLinkKit.AppLinks;
SpecBegin(DPLDeepLink_AppLinks)
0 commit comments