Skip to content

Commit 4997763

Browse files
committed
Move target dependencies to scheme in watchOS starter.
1 parent b1ba526 commit 4997763

File tree

3 files changed

+28
-26
lines changed

3 files changed

+28
-26
lines changed

ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter-Swift.xcodeproj/project.pbxproj

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,6 @@
5656
remoteGlobalIDString = 81411DD81BC3658C0004BE84;
5757
remoteInfo = "ParseStarter Extension";
5858
};
59-
81411DF31BC3685A0004BE84 /* PBXContainerItemProxy */ = {
60-
isa = PBXContainerItemProxy;
61-
containerPortal = 81BA813D1A49DA1800E65899 /* Project object */;
62-
proxyType = 1;
63-
remoteGlobalIDString = 81993FC71B69AA940077D6B9;
64-
remoteInfo = Bootstrap;
65-
};
66-
81993FCC1B69AAE40077D6B9 /* PBXContainerItemProxy */ = {
67-
isa = PBXContainerItemProxy;
68-
containerPortal = 81BA813D1A49DA1800E65899 /* Project object */;
69-
proxyType = 1;
70-
remoteGlobalIDString = 81993FC71B69AA940077D6B9;
71-
remoteInfo = Bootstrap;
72-
};
7359
/* End PBXContainerItemProxy section */
7460

7561
/* Begin PBXCopyFilesBuildPhase section */
@@ -298,7 +284,6 @@
298284
buildRules = (
299285
);
300286
dependencies = (
301-
81411DF41BC3685A0004BE84 /* PBXTargetDependency */,
302287
);
303288
name = "ParseStarter Extension";
304289
productName = "ParseStarter Extension";
@@ -319,7 +304,6 @@
319304
);
320305
dependencies = (
321306
068C15651BC8F15300820E44 /* PBXTargetDependency */,
322-
81993FCD1B69AAE40077D6B9 /* PBXTargetDependency */,
323307
);
324308
name = "ParseStarter-Swift";
325309
productName = ParseStarterProject;
@@ -461,16 +445,6 @@
461445
target = 81411DD81BC3658C0004BE84 /* ParseStarter Extension */;
462446
targetProxy = 81411DDB1BC3658D0004BE84 /* PBXContainerItemProxy */;
463447
};
464-
81411DF41BC3685A0004BE84 /* PBXTargetDependency */ = {
465-
isa = PBXTargetDependency;
466-
target = 81993FC71B69AA940077D6B9 /* Bootstrap */;
467-
targetProxy = 81411DF31BC3685A0004BE84 /* PBXContainerItemProxy */;
468-
};
469-
81993FCD1B69AAE40077D6B9 /* PBXTargetDependency */ = {
470-
isa = PBXTargetDependency;
471-
target = 81993FC71B69AA940077D6B9 /* Bootstrap */;
472-
targetProxy = 81993FCC1B69AAE40077D6B9 /* PBXContainerItemProxy */;
473-
};
474448
/* End PBXTargetDependency section */
475449

476450
/* Begin PBXVariantGroup section */

ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter-Swift.xcodeproj/xcshareddata/xcschemes/ParseWatchStarter-iOS.xcscheme

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66
parallelizeBuildables = "NO"
77
buildImplicitDependencies = "NO">
88
<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 = "81993FC71B69AA940077D6B9"
18+
BuildableName = "Bootstrap"
19+
BlueprintName = "Bootstrap"
20+
ReferencedContainer = "container:ParseStarter-Swift.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
923
<BuildActionEntry
1024
buildForTesting = "YES"
1125
buildForRunning = "YES"

ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter-Swift.xcodeproj/xcshareddata/xcschemes/ParseWatchStarter-watchOS.xcscheme

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66
parallelizeBuildables = "NO"
77
buildImplicitDependencies = "NO">
88
<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 = "81993FC71B69AA940077D6B9"
18+
BuildableName = "Bootstrap"
19+
BlueprintName = "Bootstrap"
20+
ReferencedContainer = "container:ParseStarter-Swift.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
923
<BuildActionEntry
1024
buildForTesting = "YES"
1125
buildForRunning = "YES"

0 commit comments

Comments
 (0)