Skip to content

Commit 9ec180e

Browse files
committed
Xcode project: Use AUv3App target in All, rather than App
1 parent 905b8b0 commit 9ec180e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

TemplateProject/projects/TemplateProject-macOS.xcodeproj/project.pbxproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
buildPhases = (
1414
);
1515
dependencies = (
16+
4F61D85E2D74836400578AA8 /* PBXTargetDependency */,
1617
4F61D8582D7482DA00578AA8 /* PBXTargetDependency */,
17-
4F06F18623566DC800FD0962 /* PBXTargetDependency */,
1818
4F78DAFA13B6436B0032E0F3 /* PBXTargetDependency */,
1919
4F9828F8140A9F0200F3FCC1 /* PBXTargetDependency */,
2020
);
@@ -267,13 +267,6 @@
267267
/* End PBXBuildFile section */
268268

269269
/* Begin PBXContainerItemProxy section */
270-
4F06F18523566DC800FD0962 /* PBXContainerItemProxy */ = {
271-
isa = PBXContainerItemProxy;
272-
containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
273-
proxyType = 1;
274-
remoteGlobalIDString = 4FD16A0813B63081001D0217;
275-
remoteInfo = APP;
276-
};
277270
4F3EE1BC231438D000004786 /* PBXContainerItemProxy */ = {
278271
isa = PBXContainerItemProxy;
279272
containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
@@ -288,6 +281,13 @@
288281
remoteGlobalIDString = 4F8E0FDF2BF5F3B500D360CE;
289282
remoteInfo = CLAP;
290283
};
284+
4F61D85D2D74836400578AA8 /* PBXContainerItemProxy */ = {
285+
isa = PBXContainerItemProxy;
286+
containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
287+
proxyType = 1;
288+
remoteGlobalIDString = 4F3EE1BA231438D000004786;
289+
remoteInfo = AUv3App;
290+
};
291291
4F78BE3522E742DE00AD537E /* PBXContainerItemProxy */ = {
292292
isa = PBXContainerItemProxy;
293293
containerPortal = 089C1669FE841209C02AAC07 /* Project object */;
@@ -2519,11 +2519,6 @@
25192519
/* End PBXSourcesBuildPhase section */
25202520

25212521
/* Begin PBXTargetDependency section */
2522-
4F06F18623566DC800FD0962 /* PBXTargetDependency */ = {
2523-
isa = PBXTargetDependency;
2524-
target = 4FD16A0813B63081001D0217 /* APP */;
2525-
targetProxy = 4F06F18523566DC800FD0962 /* PBXContainerItemProxy */;
2526-
};
25272522
4F3EE1BB231438D000004786 /* PBXTargetDependency */ = {
25282523
isa = PBXTargetDependency;
25292524
target = 4F78BE0122E73D0800AD537E /* TemplateProjectAU */;
@@ -2534,6 +2529,11 @@
25342529
target = 4F8E0FDF2BF5F3B500D360CE /* CLAP */;
25352530
targetProxy = 4F61D8572D7482DA00578AA8 /* PBXContainerItemProxy */;
25362531
};
2532+
4F61D85E2D74836400578AA8 /* PBXTargetDependency */ = {
2533+
isa = PBXTargetDependency;
2534+
target = 4F3EE1BA231438D000004786 /* AUv3App */;
2535+
targetProxy = 4F61D85D2D74836400578AA8 /* PBXContainerItemProxy */;
2536+
};
25372537
4F78BE3622E742DE00AD537E /* PBXTargetDependency */ = {
25382538
isa = PBXTargetDependency;
25392539
target = 4F78BE0122E73D0800AD537E /* TemplateProjectAU */;

0 commit comments

Comments
 (0)