Skip to content

Commit 83944b9

Browse files
authored
Merge pull request button#149 from monscierge/tvOS-Carthage
Adds Carthage support for tvOS
2 parents 1612f1e + 426df61 commit 83944b9

File tree

2 files changed

+274
-0
lines changed

2 files changed

+274
-0
lines changed

DeepLinkKit.xcodeproj/project.pbxproj

Lines changed: 194 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,27 @@
2929
62EE96F61B570B10003D7564 /* DPLProductDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = DE025EB01A5F0D37007C4F3A /* DPLProductDataSource.m */; };
3030
62EE96F71B570B13003D7564 /* DPLProduct.m in Sources */ = {isa = PBXBuildFile; fileRef = DE87B1F01A5DF49F00204A35 /* DPLProduct.m */; };
3131
62EE96F81B570B16003D7564 /* DPLProductTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DEAD327A19E079D3003C8D65 /* DPLProductTableViewController.m */; };
32+
A982D6482164636100FDFCCF /* DPLDeepLink+AppLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = DEA55ADC1A5F1A0700C312F5 /* DPLDeepLink+AppLinks.m */; };
33+
A982D6492164636100FDFCCF /* UINavigationController+DPLRouting.m in Sources */ = {isa = PBXBuildFile; fileRef = DE1B5F591CB301300086227F /* UINavigationController+DPLRouting.m */; };
34+
A982D64A2164636100FDFCCF /* NSString+DPLTrim.m in Sources */ = {isa = PBXBuildFile; fileRef = DE16E91B1A42720D00077E18 /* NSString+DPLTrim.m */; };
35+
A982D64B2164636100FDFCCF /* DPLDeepLink.m in Sources */ = {isa = PBXBuildFile; fileRef = DE058E0D1A3B484A00147C04 /* DPLDeepLink.m */; };
36+
A982D64C2164636100FDFCCF /* NSString+DPLJSON.m in Sources */ = {isa = PBXBuildFile; fileRef = DE3E61091A3B4485008D6DFC /* NSString+DPLJSON.m */; };
37+
A982D64D2164636100FDFCCF /* DPLRouteMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = DE16E9351A4289D500077E18 /* DPLRouteMatcher.m */; };
38+
A982D64E2164636100FDFCCF /* DPLDeepLinkRouter.m in Sources */ = {isa = PBXBuildFile; fileRef = DE16E9211A42882F00077E18 /* DPLDeepLinkRouter.m */; };
39+
A982D64F2164636100FDFCCF /* DPLRegularExpression.m in Sources */ = {isa = PBXBuildFile; fileRef = 83D34C3E1B03ECAD00BA6EF1 /* DPLRegularExpression.m */; };
40+
A982D6502164636100FDFCCF /* DPLMatchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 83D34C3C1B03ECAD00BA6EF1 /* DPLMatchResult.m */; };
41+
A982D6512164636100FDFCCF /* DPLMutableDeepLink.m in Sources */ = {isa = PBXBuildFile; fileRef = DECB324A1A87C64E0071C76E /* DPLMutableDeepLink.m */; };
42+
A982D6522164636100FDFCCF /* NSString+DPLQuery.m in Sources */ = {isa = PBXBuildFile; fileRef = DE058E081A3B46F500147C04 /* NSString+DPLQuery.m */; };
43+
A982D6532164636100FDFCCF /* DPLRouteHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DEAC40711A5DA86A004A9095 /* DPLRouteHandler.m */; };
44+
A982D6542164636100FDFCCF /* NSObject+DPLJSONObject.m in Sources */ = {isa = PBXBuildFile; fileRef = DECB32511A87E94B0071C76E /* NSObject+DPLJSONObject.m */; };
45+
A982D6552164636100FDFCCF /* DPLMutableDeepLink+AppLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = DECB324C1A87C6750071C76E /* DPLMutableDeepLink+AppLinks.m */; };
46+
A982D6582164636100FDFCCF /* DPLErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = DEAC406E1A5D97EE004A9095 /* DPLErrors.h */; settings = {ATTRIBUTES = (Public, ); }; };
47+
A982D6592164636100FDFCCF /* DeepLinkKit.h in Headers */ = {isa = PBXBuildFile; fileRef = DEB4EDBD1A4A726200F31D14 /* DeepLinkKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
48+
A982D65A2164636100FDFCCF /* DPLDeepLinkRouter.h in Headers */ = {isa = PBXBuildFile; fileRef = DE16E9201A42882F00077E18 /* DPLDeepLinkRouter.h */; settings = {ATTRIBUTES = (Public, ); }; };
49+
A982D65B2164636100FDFCCF /* DPLRouteHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DEAC40701A5DA86A004A9095 /* DPLRouteHandler.h */; settings = {ATTRIBUTES = (Public, ); }; };
50+
A982D65C2164636100FDFCCF /* DPLTargetViewControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = DE99EF781A3B83D100CE3449 /* DPLTargetViewControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
51+
A982D65D2164636100FDFCCF /* DPLMutableDeepLink.h in Headers */ = {isa = PBXBuildFile; fileRef = DECB32491A87C64E0071C76E /* DPLMutableDeepLink.h */; settings = {ATTRIBUTES = (Public, ); }; };
52+
A982D65E2164636100FDFCCF /* DPLDeepLink.h in Headers */ = {isa = PBXBuildFile; fileRef = DE058E0C1A3B484A00147C04 /* DPLDeepLink.h */; settings = {ATTRIBUTES = (Public, ); }; };
3253
BFDB96F71F3C0011001AE303 /* NSString+DPLTrim.m in Sources */ = {isa = PBXBuildFile; fileRef = DE16E91B1A42720D00077E18 /* NSString+DPLTrim.m */; };
3354
69E6850D1F1015F900D6D8CC /* DPLWontHandleRouteHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 69E6850C1F1015F900D6D8CC /* DPLWontHandleRouteHandler.m */; };
3455
BFDB96F81F3C0011001AE303 /* NSString+DPLQuery.m in Sources */ = {isa = PBXBuildFile; fileRef = DE058E081A3B46F500147C04 /* NSString+DPLQuery.m */; };
@@ -129,6 +150,7 @@
129150
8949A4E8F681A12A47C20775 /* DeepLinkKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = DeepLinkKit.podspec; path = ./DeepLinkKit.podspec; sourceTree = "<group>"; };
130151
95CF8D51CDFA096695B92552 /* 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>"; };
131152
A12E3C55EEAB8A1FC1C6C397 /* 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>"; };
153+
A982D6632164636100FDFCCF /* DeepLinkKit-tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "DeepLinkKit-tvOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
132154
A9F173BA2E66B42CE6D24BF4 /* Pods_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
133155
B08420F70F2F29CEBA0D7B49 /* Pods-ReceiverDemoSwift.test.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReceiverDemoSwift.test.xcconfig"; path = "Pods/Target Support Files/Pods-ReceiverDemoSwift/Pods-ReceiverDemoSwift.test.xcconfig"; sourceTree = "<group>"; };
134156
BFDB96EE1F3BFF8E001AE303 /* DeepLinkKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DeepLinkKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -255,6 +277,13 @@
255277
);
256278
runOnlyForDeploymentPostprocessing = 0;
257279
};
280+
A982D6562164636100FDFCCF /* Frameworks */ = {
281+
isa = PBXFrameworksBuildPhase;
282+
buildActionMask = 2147483647;
283+
files = (
284+
);
285+
runOnlyForDeploymentPostprocessing = 0;
286+
};
258287
BFDB96EA1F3BFF8E001AE303 /* Frameworks */ = {
259288
isa = PBXFrameworksBuildPhase;
260289
buildActionMask = 2147483647;
@@ -313,6 +342,7 @@
313342
DEDB148D1A3F944D00A837F8 /* SenderDemo.app */,
314343
62335DD61B57003300E3818C /* ReceiverDemoSwift.app */,
315344
BFDB96EE1F3BFF8E001AE303 /* DeepLinkKit.framework */,
345+
A982D6632164636100FDFCCF /* DeepLinkKit-tvOS.framework */,
316346
);
317347
name = Products;
318348
sourceTree = "<group>";
@@ -711,6 +741,20 @@
711741
/* End PBXGroup section */
712742

713743
/* Begin PBXHeadersBuildPhase section */
744+
A982D6572164636100FDFCCF /* Headers */ = {
745+
isa = PBXHeadersBuildPhase;
746+
buildActionMask = 2147483647;
747+
files = (
748+
A982D6582164636100FDFCCF /* DPLErrors.h in Headers */,
749+
A982D6592164636100FDFCCF /* DeepLinkKit.h in Headers */,
750+
A982D65A2164636100FDFCCF /* DPLDeepLinkRouter.h in Headers */,
751+
A982D65B2164636100FDFCCF /* DPLRouteHandler.h in Headers */,
752+
A982D65C2164636100FDFCCF /* DPLTargetViewControllerProtocol.h in Headers */,
753+
A982D65D2164636100FDFCCF /* DPLMutableDeepLink.h in Headers */,
754+
A982D65E2164636100FDFCCF /* DPLDeepLink.h in Headers */,
755+
);
756+
runOnlyForDeploymentPostprocessing = 0;
757+
};
714758
BFDB96EB1F3BFF8E001AE303 /* Headers */ = {
715759
isa = PBXHeadersBuildPhase;
716760
buildActionMask = 2147483647;
@@ -790,6 +834,23 @@
790834
productReference = 62335DD61B57003300E3818C /* ReceiverDemoSwift.app */;
791835
productType = "com.apple.product-type.application";
792836
};
837+
A982D6462164636100FDFCCF /* DeepLinkKit-tvOS */ = {
838+
isa = PBXNativeTarget;
839+
buildConfigurationList = A982D65F2164636100FDFCCF /* Build configuration list for PBXNativeTarget "DeepLinkKit-tvOS" */;
840+
buildPhases = (
841+
A982D6472164636100FDFCCF /* Sources */,
842+
A982D6562164636100FDFCCF /* Frameworks */,
843+
A982D6572164636100FDFCCF /* Headers */,
844+
);
845+
buildRules = (
846+
);
847+
dependencies = (
848+
);
849+
name = "DeepLinkKit-tvOS";
850+
productName = DeepLinkKit;
851+
productReference = A982D6632164636100FDFCCF /* DeepLinkKit-tvOS.framework */;
852+
productType = "com.apple.product-type.framework";
853+
};
793854
BFDB96ED1F3BFF8E001AE303 /* DeepLinkKit */ = {
794855
isa = PBXNativeTarget;
795856
buildConfigurationList = BFDB96F61F3BFF8E001AE303 /* Build configuration list for PBXNativeTarget "DeepLinkKit" */;
@@ -872,6 +933,7 @@
872933
DEDB148C1A3F944D00A837F8 /* SenderDemo */,
873934
6003F5AD195388D20070C39A /* Tests */,
874935
BFDB96ED1F3BFF8E001AE303 /* DeepLinkKit */,
936+
A982D6462164636100FDFCCF /* DeepLinkKit-tvOS */,
875937
);
876938
};
877939
/* End PBXProject section */
@@ -1195,6 +1257,27 @@
11951257
);
11961258
runOnlyForDeploymentPostprocessing = 0;
11971259
};
1260+
A982D6472164636100FDFCCF /* Sources */ = {
1261+
isa = PBXSourcesBuildPhase;
1262+
buildActionMask = 2147483647;
1263+
files = (
1264+
A982D6482164636100FDFCCF /* DPLDeepLink+AppLinks.m in Sources */,
1265+
A982D6492164636100FDFCCF /* UINavigationController+DPLRouting.m in Sources */,
1266+
A982D64A2164636100FDFCCF /* NSString+DPLTrim.m in Sources */,
1267+
A982D64B2164636100FDFCCF /* DPLDeepLink.m in Sources */,
1268+
A982D64C2164636100FDFCCF /* NSString+DPLJSON.m in Sources */,
1269+
A982D64D2164636100FDFCCF /* DPLRouteMatcher.m in Sources */,
1270+
A982D64E2164636100FDFCCF /* DPLDeepLinkRouter.m in Sources */,
1271+
A982D64F2164636100FDFCCF /* DPLRegularExpression.m in Sources */,
1272+
A982D6502164636100FDFCCF /* DPLMatchResult.m in Sources */,
1273+
A982D6512164636100FDFCCF /* DPLMutableDeepLink.m in Sources */,
1274+
A982D6522164636100FDFCCF /* NSString+DPLQuery.m in Sources */,
1275+
A982D6532164636100FDFCCF /* DPLRouteHandler.m in Sources */,
1276+
A982D6542164636100FDFCCF /* NSObject+DPLJSONObject.m in Sources */,
1277+
A982D6552164636100FDFCCF /* DPLMutableDeepLink+AppLinks.m in Sources */,
1278+
);
1279+
runOnlyForDeploymentPostprocessing = 0;
1280+
};
11981281
BFDB96E91F3BFF8E001AE303 /* Sources */ = {
11991282
isa = PBXSourcesBuildPhase;
12001283
buildActionMask = 2147483647;
@@ -1517,6 +1600,107 @@
15171600
};
15181601
name = Release;
15191602
};
1603+
A982D6602164636100FDFCCF /* Debug */ = {
1604+
isa = XCBuildConfiguration;
1605+
buildSettings = {
1606+
CLANG_ANALYZER_NONNULL = YES;
1607+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
1608+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
1609+
CLANG_WARN_INFINITE_RECURSION = YES;
1610+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
1611+
CLANG_WARN_UNREACHABLE_CODE = YES;
1612+
CODE_SIGN_IDENTITY = "";
1613+
CURRENT_PROJECT_VERSION = 1;
1614+
DEBUG_INFORMATION_FORMAT = dwarf;
1615+
DEFINES_MODULE = YES;
1616+
DYLIB_COMPATIBILITY_VERSION = 1;
1617+
DYLIB_CURRENT_VERSION = 1;
1618+
DYLIB_INSTALL_NAME_BASE = "@rpath";
1619+
ENABLE_STRICT_OBJC_MSGSEND = YES;
1620+
GCC_NO_COMMON_BLOCKS = YES;
1621+
INFOPLIST_FILE = DeepLinkKit/Info.plist;
1622+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1623+
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
1624+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1625+
MTL_ENABLE_DEBUG_INFO = YES;
1626+
PRODUCT_BUNDLE_IDENTIFIER = com.usebutton.DeepLinkKit;
1627+
PRODUCT_NAME = "$(TARGET_NAME)";
1628+
SDKROOT = appletvos;
1629+
SKIP_INSTALL = YES;
1630+
TARGETED_DEVICE_FAMILY = 3;
1631+
VERSIONING_SYSTEM = "apple-generic";
1632+
VERSION_INFO_PREFIX = "";
1633+
};
1634+
name = Debug;
1635+
};
1636+
A982D6612164636100FDFCCF /* Test */ = {
1637+
isa = XCBuildConfiguration;
1638+
buildSettings = {
1639+
CLANG_ANALYZER_NONNULL = YES;
1640+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
1641+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
1642+
CLANG_WARN_INFINITE_RECURSION = YES;
1643+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
1644+
CLANG_WARN_UNREACHABLE_CODE = YES;
1645+
CODE_SIGN_IDENTITY = "";
1646+
COPY_PHASE_STRIP = NO;
1647+
CURRENT_PROJECT_VERSION = 1;
1648+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1649+
DEFINES_MODULE = YES;
1650+
DYLIB_COMPATIBILITY_VERSION = 1;
1651+
DYLIB_CURRENT_VERSION = 1;
1652+
DYLIB_INSTALL_NAME_BASE = "@rpath";
1653+
ENABLE_STRICT_OBJC_MSGSEND = YES;
1654+
GCC_NO_COMMON_BLOCKS = YES;
1655+
INFOPLIST_FILE = DeepLinkKit/Info.plist;
1656+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1657+
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
1658+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1659+
MTL_ENABLE_DEBUG_INFO = NO;
1660+
PRODUCT_BUNDLE_IDENTIFIER = com.usebutton.DeepLinkKit;
1661+
PRODUCT_NAME = "$(TARGET_NAME)";
1662+
SDKROOT = appletvos;
1663+
SKIP_INSTALL = YES;
1664+
TARGETED_DEVICE_FAMILY = 3;
1665+
VERSIONING_SYSTEM = "apple-generic";
1666+
VERSION_INFO_PREFIX = "";
1667+
};
1668+
name = Test;
1669+
};
1670+
A982D6622164636100FDFCCF /* Release */ = {
1671+
isa = XCBuildConfiguration;
1672+
buildSettings = {
1673+
CLANG_ANALYZER_NONNULL = YES;
1674+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
1675+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
1676+
CLANG_WARN_INFINITE_RECURSION = YES;
1677+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
1678+
CLANG_WARN_UNREACHABLE_CODE = YES;
1679+
CODE_SIGN_IDENTITY = "";
1680+
COPY_PHASE_STRIP = NO;
1681+
CURRENT_PROJECT_VERSION = 1;
1682+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1683+
DEFINES_MODULE = YES;
1684+
DYLIB_COMPATIBILITY_VERSION = 1;
1685+
DYLIB_CURRENT_VERSION = 1;
1686+
DYLIB_INSTALL_NAME_BASE = "@rpath";
1687+
ENABLE_STRICT_OBJC_MSGSEND = YES;
1688+
GCC_NO_COMMON_BLOCKS = YES;
1689+
INFOPLIST_FILE = DeepLinkKit/Info.plist;
1690+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1691+
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
1692+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1693+
MTL_ENABLE_DEBUG_INFO = NO;
1694+
PRODUCT_BUNDLE_IDENTIFIER = com.usebutton.DeepLinkKit;
1695+
PRODUCT_NAME = "$(TARGET_NAME)";
1696+
SDKROOT = appletvos;
1697+
SKIP_INSTALL = YES;
1698+
TARGETED_DEVICE_FAMILY = 3;
1699+
VERSIONING_SYSTEM = "apple-generic";
1700+
VERSION_INFO_PREFIX = "";
1701+
};
1702+
name = Release;
1703+
};
15201704
BFDB96F31F3BFF8E001AE303 /* Debug */ = {
15211705
isa = XCBuildConfiguration;
15221706
buildSettings = {
@@ -1807,6 +1991,16 @@
18071991
defaultConfigurationIsVisible = 0;
18081992
defaultConfigurationName = Release;
18091993
};
1994+
A982D65F2164636100FDFCCF /* Build configuration list for PBXNativeTarget "DeepLinkKit-tvOS" */ = {
1995+
isa = XCConfigurationList;
1996+
buildConfigurations = (
1997+
A982D6602164636100FDFCCF /* Debug */,
1998+
A982D6612164636100FDFCCF /* Test */,
1999+
A982D6622164636100FDFCCF /* Release */,
2000+
);
2001+
defaultConfigurationIsVisible = 0;
2002+
defaultConfigurationName = Release;
2003+
};
18102004
BFDB96F61F3BFF8E001AE303 /* Build configuration list for PBXNativeTarget "DeepLinkKit" */ = {
18112005
isa = XCConfigurationList;
18122006
buildConfigurations = (
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1000"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "A982D6462164636100FDFCCF"
18+
BuildableName = "DeepLinkKit-tvOS.framework"
19+
BlueprintName = "DeepLinkKit-tvOS"
20+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<AdditionalOptions>
33+
</AdditionalOptions>
34+
</TestAction>
35+
<LaunchAction
36+
buildConfiguration = "Debug"
37+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
39+
launchStyle = "0"
40+
useCustomWorkingDirectory = "NO"
41+
ignoresPersistentStateOnLaunch = "NO"
42+
debugDocumentVersioning = "YES"
43+
debugServiceExtension = "internal"
44+
allowLocationSimulation = "YES">
45+
<MacroExpansion>
46+
<BuildableReference
47+
BuildableIdentifier = "primary"
48+
BlueprintIdentifier = "A982D6462164636100FDFCCF"
49+
BuildableName = "DeepLinkKit-tvOS.framework"
50+
BlueprintName = "DeepLinkKit-tvOS"
51+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
52+
</BuildableReference>
53+
</MacroExpansion>
54+
<AdditionalOptions>
55+
</AdditionalOptions>
56+
</LaunchAction>
57+
<ProfileAction
58+
buildConfiguration = "Release"
59+
shouldUseLaunchSchemeArgsEnv = "YES"
60+
savedToolIdentifier = ""
61+
useCustomWorkingDirectory = "NO"
62+
debugDocumentVersioning = "YES">
63+
<MacroExpansion>
64+
<BuildableReference
65+
BuildableIdentifier = "primary"
66+
BlueprintIdentifier = "A982D6462164636100FDFCCF"
67+
BuildableName = "DeepLinkKit-tvOS.framework"
68+
BlueprintName = "DeepLinkKit-tvOS"
69+
ReferencedContainer = "container:DeepLinkKit.xcodeproj">
70+
</BuildableReference>
71+
</MacroExpansion>
72+
</ProfileAction>
73+
<AnalyzeAction
74+
buildConfiguration = "Debug">
75+
</AnalyzeAction>
76+
<ArchiveAction
77+
buildConfiguration = "Release"
78+
revealArchiveInOrganizer = "YES">
79+
</ArchiveAction>
80+
</Scheme>

0 commit comments

Comments
 (0)