Skip to content

Commit 8a0c41c

Browse files
committed
Merge pull request #50 from usebutton/chris/deep_link_kit
DeepLink SDK is now DeepLinkKit
2 parents 8b60917 + fc21a8c commit 8a0c41c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+105
-100
lines changed

.slather.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
coverage_service: coveralls
2-
xcodeproj: DeepLinkSDK.xcodeproj
3-
source_directory: DeepLinkSDK
2+
xcodeproj: DeepLinkKit.xcodeproj
3+
source_directory: DeepLinkKit

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ before_install:
88
- gem i cocoapods --no-ri --no-rdoc
99
- pod install
1010
script:
11-
- xctool test -workspace DeepLinkSDK.xcworkspace -scheme ReceiverDemo -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
11+
- xctool test -workspace DeepLinkKit.xcworkspace -scheme ReceiverDemo -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
1212
after_success:
1313
- slather

DeepLinkKit.podspec

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Pod::Spec.new do |s|
2+
s.name = "DeepLinkKit"
3+
s.version = "1.0.0"
4+
s.summary = "A splendid route-matching, block-based way to handle your deep links."
5+
s.description = <<-DESC
6+
DeepLink Kit is a splendid route-handling block-based way to handle deep links. Use DeepLink Kit to parse incoming URLs, extract parameters from the host, url etc.. and even build outgoing deeplinks. All with a simple, block-based interface.
7+
DESC
8+
s.homepage = "http://www.usebutton.com/sdk/deep-links"
9+
s.license = 'MIT'
10+
s.author = 'Button, Inc.'
11+
s.source = { :git => "https://github.com/usebutton/DeepLinkKit.git", :tag => s.version.to_s }
12+
s.social_media_url = 'https://twitter.com/buttondev'
13+
14+
s.platform = :ios, '7.0'
15+
s.requires_arc = true
16+
17+
s.source_files = 'DeepLinkKit/**/*.{h,m}'
18+
end

DeepLinkSDK.xcodeproj/project.pbxproj DeepLinkKit.xcodeproj/project.pbxproj

+30-30
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
containerPortal = 6003F582195388D10070C39A /* Project object */;
5858
proxyType = 1;
5959
remoteGlobalIDString = 6003F589195388D20070C39A;
60-
remoteInfo = DeepLinkSDK;
60+
remoteInfo = DeepLinkKit;
6161
};
6262
/* End PBXContainerItemProxy section */
6363

@@ -66,10 +66,6 @@
6666
19367BAF0FEDE5B798128F3D /* libPods-Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6767
2AE3E05821FBC0C05F248E61 /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig"; sourceTree = "<group>"; };
6868
2F4988DD1AE71ABC0069EF2B /* DPLRouteHandlerIntegrationTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DPLRouteHandlerIntegrationTest.m; path = IntegrationTests/DPLRouteHandlerIntegrationTest.m; sourceTree = "<group>"; };
69-
4D4F41231B0298FF00B710DB /* DPLRegularExpression.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLRegularExpression.h; sourceTree = "<group>"; };
70-
4D4F41241B0298FF00B710DB /* DPLRegularExpression.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DPLRegularExpression.m; sourceTree = "<group>"; };
71-
4D4F41251B029D9E00B710DB /* DPLMatchResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DPLMatchResult.h; sourceTree = "<group>"; };
72-
4D4F41261B029D9E00B710DB /* DPLMatchResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLMatchResult.m; sourceTree = "<group>"; };
7369
4D4F412A1B02A96400B710DB /* DPLRegularExpressionSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLRegularExpressionSpec.m; sourceTree = "<group>"; };
7470
57D5F02E049D7887B4F4ACDF /* Pods-ReceiverDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReceiverDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ReceiverDemo/Pods-ReceiverDemo.debug.xcconfig"; sourceTree = "<group>"; };
7571
6003F58A195388D20070C39A /* ReceiverDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReceiverDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -79,7 +75,11 @@
7975
6003F5AE195388D20070C39A /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8076
6B9E60301031FFD1833ECA7A /* Pods-SenderDemo.test.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SenderDemo.test.xcconfig"; path = "Pods/Target Support Files/Pods-SenderDemo/Pods-SenderDemo.test.xcconfig"; sourceTree = "<group>"; };
8177
81A53B1FA1F6DF1D2B557DCD /* libPods-SenderDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SenderDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
82-
8949A4E8F681A12A47C20775 /* DeepLinkSDK.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = DeepLinkSDK.podspec; path = ./DeepLinkSDK.podspec; sourceTree = "<group>"; };
78+
83D34C3B1B03ECAD00BA6EF1 /* DPLMatchResult.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLMatchResult.h; sourceTree = "<group>"; };
79+
83D34C3C1B03ECAD00BA6EF1 /* DPLMatchResult.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DPLMatchResult.m; sourceTree = "<group>"; };
80+
83D34C3D1B03ECAD00BA6EF1 /* DPLRegularExpression.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLRegularExpression.h; sourceTree = "<group>"; };
81+
83D34C3E1B03ECAD00BA6EF1 /* DPLRegularExpression.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DPLRegularExpression.m; sourceTree = "<group>"; };
82+
8949A4E8F681A12A47C20775 /* DeepLinkKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = DeepLinkKit.podspec; path = ./DeepLinkKit.podspec; sourceTree = "<group>"; };
8383
A7644D9D2D35BA2869AD63FA /* Pods-SenderDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SenderDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-SenderDemo/Pods-SenderDemo.release.xcconfig"; sourceTree = "<group>"; };
8484
B3CB044233E227F87FCF2C46 /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig"; sourceTree = "<group>"; };
8585
B915356798E84DC8F8A0A3CB /* Pods-SenderDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SenderDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SenderDemo/Pods-SenderDemo.debug.xcconfig"; sourceTree = "<group>"; };
@@ -136,13 +136,13 @@
136136
DEAD328419E079D3003C8D65 /* Tests-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
137137
DEAD328519E079D3003C8D65 /* Tests-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
138138
DEB4EDBC1A4A036D00F31D14 /* DPLDeepLink_Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLDeepLink_Private.h; sourceTree = "<group>"; };
139-
DEB4EDBD1A4A726200F31D14 /* DeepLinkSDK.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeepLinkSDK.h; sourceTree = "<group>"; };
139+
DEB4EDBD1A4A726200F31D14 /* DeepLinkKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeepLinkKit.h; sourceTree = "<group>"; };
140140
DECB32491A87C64E0071C76E /* DPLMutableDeepLink.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLMutableDeepLink.h; sourceTree = "<group>"; };
141141
DECB324A1A87C64E0071C76E /* DPLMutableDeepLink.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DPLMutableDeepLink.m; sourceTree = "<group>"; };
142142
DECB324B1A87C6750071C76E /* DPLMutableDeepLink+AppLinks.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DPLMutableDeepLink+AppLinks.h"; sourceTree = "<group>"; };
143143
DECB324C1A87C6750071C76E /* DPLMutableDeepLink+AppLinks.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "DPLMutableDeepLink+AppLinks.m"; sourceTree = "<group>"; };
144-
DECB32501A87E94B0071C76E /* NSObject+DPLJSONObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "NSObject+DPLJSONObject.h"; path = "DeepLinkSDK/Categories/NSObject+DPLJSONObject.h"; sourceTree = SOURCE_ROOT; };
145-
DECB32511A87E94B0071C76E /* NSObject+DPLJSONObject.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "NSObject+DPLJSONObject.m"; path = "DeepLinkSDK/Categories/NSObject+DPLJSONObject.m"; sourceTree = SOURCE_ROOT; };
144+
DECB32501A87E94B0071C76E /* NSObject+DPLJSONObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "NSObject+DPLJSONObject.h"; path = "DeepLinkKit/Categories/NSObject+DPLJSONObject.h"; sourceTree = SOURCE_ROOT; };
145+
DECB32511A87E94B0071C76E /* NSObject+DPLJSONObject.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "NSObject+DPLJSONObject.m"; path = "DeepLinkKit/Categories/NSObject+DPLJSONObject.m"; sourceTree = SOURCE_ROOT; };
146146
DECB32521A881CA10071C76E /* NSObject_DPLJSONObjectSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSObject_DPLJSONObjectSpec.m; sourceTree = "<group>"; };
147147
DECB32541A882D1A0071C76E /* DPLMutableDeepLinkSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLMutableDeepLinkSpec.m; sourceTree = "<group>"; };
148148
DECB32561A8866700071C76E /* DPLMutableDeepLink_AppLinksSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLMutableDeepLink_AppLinksSpec.m; sourceTree = "<group>"; };
@@ -226,17 +226,6 @@
226226
name = Pods;
227227
sourceTree = "<group>";
228228
};
229-
4D4F41221B0298AA00B710DB /* Regex */ = {
230-
isa = PBXGroup;
231-
children = (
232-
4D4F41231B0298FF00B710DB /* DPLRegularExpression.h */,
233-
4D4F41241B0298FF00B710DB /* DPLRegularExpression.m */,
234-
4D4F41251B029D9E00B710DB /* DPLMatchResult.h */,
235-
4D4F41261B029D9E00B710DB /* DPLMatchResult.m */,
236-
);
237-
path = Regex;
238-
sourceTree = "<group>";
239-
};
240229
4D4F41291B02A95800B710DB /* Regex */ = {
241230
isa = PBXGroup;
242231
children = (
@@ -250,7 +239,7 @@
250239
children = (
251240
DE11B99B1A42466C008A8F36 /* SampleApps */,
252241
60FF7A9C1954A5C5007DD14C /* Pod Metadata */,
253-
DE5DD32C19E0643F007FD439 /* DeepLinkSDK */,
242+
DE5DD32C19E0643F007FD439 /* DeepLinkKit */,
254243
DEAD328119E079D3003C8D65 /* Tests */,
255244
6003F58C195388D20070C39A /* Frameworks */,
256245
6003F58B195388D20070C39A /* Products */,
@@ -284,13 +273,24 @@
284273
60FF7A9C1954A5C5007DD14C /* Pod Metadata */ = {
285274
isa = PBXGroup;
286275
children = (
287-
8949A4E8F681A12A47C20775 /* DeepLinkSDK.podspec */,
276+
8949A4E8F681A12A47C20775 /* DeepLinkKit.podspec */,
288277
E9CA1DB95577CF3689F4B77F /* README.md */,
289278
DF9272621ECB6C2824AD5C94 /* LICENSE */,
290279
);
291280
name = "Pod Metadata";
292281
sourceTree = "<group>";
293282
};
283+
83D34C3A1B03ECAD00BA6EF1 /* Regex */ = {
284+
isa = PBXGroup;
285+
children = (
286+
83D34C3B1B03ECAD00BA6EF1 /* DPLMatchResult.h */,
287+
83D34C3C1B03ECAD00BA6EF1 /* DPLMatchResult.m */,
288+
83D34C3D1B03ECAD00BA6EF1 /* DPLRegularExpression.h */,
289+
83D34C3E1B03ECAD00BA6EF1 /* DPLRegularExpression.m */,
290+
);
291+
path = Regex;
292+
sourceTree = "<group>";
293+
};
294294
DE025EAC1A5F0CD3007C4F3A /* ProductDetail */ = {
295295
isa = PBXGroup;
296296
children = (
@@ -422,21 +422,21 @@
422422
path = Categories;
423423
sourceTree = "<group>";
424424
};
425-
DE5DD32C19E0643F007FD439 /* DeepLinkSDK */ = {
425+
DE5DD32C19E0643F007FD439 /* DeepLinkKit */ = {
426426
isa = PBXGroup;
427427
children = (
428-
DEB4EDBD1A4A726200F31D14 /* DeepLinkSDK.h */,
428+
DEB4EDBD1A4A726200F31D14 /* DeepLinkKit.h */,
429429
DE4128901A8BBE500089DAA2 /* AppLinks.h */,
430430
DE99EF6A1A3B6CDD00CE3449 /* Protocols */,
431431
DE3E61071A3B4485008D6DFC /* Categories */,
432432
DEB4EDBB1A49CEA400F31D14 /* Errors */,
433-
4D4F41221B0298AA00B710DB /* Regex */,
433+
83D34C3A1B03ECAD00BA6EF1 /* Regex */,
434434
DE16E91F1A42882F00077E18 /* Router */,
435435
DEAC406F1A5DA7B8004A9095 /* RouteHandler */,
436436
DE16E9331A4289D500077E18 /* RouteMatcher */,
437437
DE058E0B1A3B484A00147C04 /* DeepLink */,
438438
);
439-
path = DeepLinkSDK;
439+
path = DeepLinkKit;
440440
sourceTree = "<group>";
441441
};
442442
DE87B1EB1A5DEF3100204A35 /* RouteHandlers */ = {
@@ -608,7 +608,7 @@
608608
dependencies = (
609609
);
610610
name = ReceiverDemo;
611-
productName = DeepLinkSDK;
611+
productName = DeepLinkKit;
612612
productReference = 6003F58A195388D20070C39A /* ReceiverDemo.app */;
613613
productType = "com.apple.product-type.application";
614614
};
@@ -628,7 +628,7 @@
628628
6003F5B4195388D20070C39A /* PBXTargetDependency */,
629629
);
630630
name = Tests;
631-
productName = DeepLinkSDKTests;
631+
productName = DeepLinkKitTests;
632632
productReference = 6003F5AE195388D20070C39A /* Tests.xctest */;
633633
productType = "com.apple.product-type.bundle.unit-test";
634634
};
@@ -669,7 +669,7 @@
669669
};
670670
};
671671
};
672-
buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "DeepLinkSDK" */;
672+
buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "DeepLinkKit" */;
673673
compatibilityVersion = "Xcode 3.2";
674674
developmentRegion = English;
675675
hasScannedForEncodings = 0;
@@ -1178,7 +1178,7 @@
11781178
/* End XCBuildConfiguration section */
11791179

11801180
/* Begin XCConfigurationList section */
1181-
6003F585195388D10070C39A /* Build configuration list for PBXProject "DeepLinkSDK" */ = {
1181+
6003F585195388D10070C39A /* Build configuration list for PBXProject "DeepLinkKit" */ = {
11821182
isa = XCConfigurationList;
11831183
buildConfigurations = (
11841184
6003F5BD195388D20070C39A /* Debug */,

DeepLinkSDK.xcodeproj/project.xcworkspace/contents.xcworkspacedata DeepLinkKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DeepLinkSDK.xcodeproj/xcshareddata/xcschemes/ReceiverDemo.xcscheme DeepLinkKit.xcodeproj/xcshareddata/xcschemes/ReceiverDemo.xcscheme

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
BlueprintIdentifier = "6003F589195388D20070C39A"
1818
BuildableName = "ReceiverDemo.app"
1919
BlueprintName = "ReceiverDemo"
20-
ReferencedContainer = "container:DeepLinkSDK.xcodeproj">
20+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -35,7 +35,7 @@
3535
BlueprintIdentifier = "6003F5AD195388D20070C39A"
3636
BuildableName = "Tests.xctest"
3737
BlueprintName = "Tests"
38-
ReferencedContainer = "container:DeepLinkSDK.xcodeproj">
38+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
3939
</BuildableReference>
4040
</TestableReference>
4141
</Testables>
@@ -45,7 +45,7 @@
4545
BlueprintIdentifier = "6003F589195388D20070C39A"
4646
BuildableName = "ReceiverDemo.app"
4747
BlueprintName = "ReceiverDemo"
48-
ReferencedContainer = "container:DeepLinkSDK.xcodeproj">
48+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
4949
</BuildableReference>
5050
</MacroExpansion>
5151
</TestAction>
@@ -64,7 +64,7 @@
6464
BlueprintIdentifier = "6003F589195388D20070C39A"
6565
BuildableName = "ReceiverDemo.app"
6666
BlueprintName = "ReceiverDemo"
67-
ReferencedContainer = "container:DeepLinkSDK.xcodeproj">
67+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
6868
</BuildableReference>
6969
</BuildableProductRunnable>
7070
<AdditionalOptions>
@@ -82,7 +82,7 @@
8282
BlueprintIdentifier = "6003F589195388D20070C39A"
8383
BuildableName = "ReceiverDemo.app"
8484
BlueprintName = "ReceiverDemo"
85-
ReferencedContainer = "container:DeepLinkSDK.xcodeproj">
85+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
8686
</BuildableReference>
8787
</BuildableProductRunnable>
8888
</ProfileAction>

DeepLinkSDK.xcodeproj/xcshareddata/xcschemes/SenderDemo.xcscheme DeepLinkKit.xcodeproj/xcshareddata/xcschemes/SenderDemo.xcscheme

+10-8
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
BlueprintIdentifier = "DEDB148C1A3F944D00A837F8"
1818
BuildableName = "SenderDemo.app"
1919
BlueprintName = "SenderDemo"
20-
ReferencedContainer = "container:DeepLinkSDK.xcodeproj">
20+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
<BuildActionEntry
@@ -31,7 +31,7 @@
3131
BlueprintIdentifier = "6003F5AD195388D20070C39A"
3232
BuildableName = "Tests.xctest"
3333
BlueprintName = "Tests"
34-
ReferencedContainer = "container:DeepLinkSDK.xcodeproj">
34+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
3535
</BuildableReference>
3636
</BuildActionEntry>
3737
</BuildActionEntries>
@@ -49,7 +49,7 @@
4949
BlueprintIdentifier = "6003F5AD195388D20070C39A"
5050
BuildableName = "Tests.xctest"
5151
BlueprintName = "Tests"
52-
ReferencedContainer = "container:DeepLinkSDK.xcodeproj">
52+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
5353
</BuildableReference>
5454
</TestableReference>
5555
</Testables>
@@ -59,7 +59,7 @@
5959
BlueprintIdentifier = "DEDB148C1A3F944D00A837F8"
6060
BuildableName = "SenderDemo.app"
6161
BlueprintName = "SenderDemo"
62-
ReferencedContainer = "container:DeepLinkSDK.xcodeproj">
62+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
6363
</BuildableReference>
6464
</MacroExpansion>
6565
</TestAction>
@@ -72,13 +72,14 @@
7272
ignoresPersistentStateOnLaunch = "NO"
7373
debugDocumentVersioning = "YES"
7474
allowLocationSimulation = "YES">
75-
<BuildableProductRunnable>
75+
<BuildableProductRunnable
76+
runnableDebuggingMode = "0">
7677
<BuildableReference
7778
BuildableIdentifier = "primary"
7879
BlueprintIdentifier = "DEDB148C1A3F944D00A837F8"
7980
BuildableName = "SenderDemo.app"
8081
BlueprintName = "SenderDemo"
81-
ReferencedContainer = "container:DeepLinkSDK.xcodeproj">
82+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
8283
</BuildableReference>
8384
</BuildableProductRunnable>
8485
<AdditionalOptions>
@@ -90,13 +91,14 @@
9091
useCustomWorkingDirectory = "NO"
9192
buildConfiguration = "Release"
9293
debugDocumentVersioning = "YES">
93-
<BuildableProductRunnable>
94+
<BuildableProductRunnable
95+
runnableDebuggingMode = "0">
9496
<BuildableReference
9597
BuildableIdentifier = "primary"
9698
BlueprintIdentifier = "DEDB148C1A3F944D00A837F8"
9799
BuildableName = "SenderDemo.app"
98100
BlueprintName = "SenderDemo"
99-
ReferencedContainer = "container:DeepLinkSDK.xcodeproj">
101+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
100102
</BuildableReference>
101103
</BuildableProductRunnable>
102104
</ProfileAction>

DeepLinkSDK.xcworkspace/contents.xcworkspacedata DeepLinkKit.xcworkspace/contents.xcworkspacedata

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#import "DeepLinkSDK.h"
1+
#import "DeepLinkKit.h"
22
#import "DPLDeepLink+AppLinks.h"
33
#import "DPLMutableDeepLink+AppLinks.h"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)