Skip to content

Commit ce0d0e4

Browse files
committed
Removed unneeded reference to Plugin.xcconfig from plugin Xcode project files
1 parent 08384dd commit ce0d0e4

19 files changed

Lines changed: 1 addition & 38 deletions

File tree

Builds/MacOSX/Plugins/ArduinoOutput/ArduinoOutput.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
/* Begin PBXFileReference section */
1717
E1F557B21C9AF1660035F88B /* ArduinoOutput.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ArduinoOutput.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
1818
E1F557B51C9AF1660035F88B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
19-
E1F557BE1C9AFE210035F88B /* Plugin.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin.xcconfig; sourceTree = "<group>"; };
2019
E1F557BF1C9AFE210035F88B /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Debug.xcconfig; sourceTree = "<group>"; };
2120
E1F557C01C9AFE210035F88B /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Release.xcconfig; sourceTree = "<group>"; };
2221
E1F557C61C9B040E0035F88B /* ArduinoOutput.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ArduinoOutput.cpp; sourceTree = "<group>"; };
@@ -68,7 +67,6 @@
6867
E1F557BD1C9AFE210035F88B /* Config */ = {
6968
isa = PBXGroup;
7069
children = (
71-
E1F557BE1C9AFE210035F88B /* Plugin.xcconfig */,
7270
E1F557BF1C9AFE210035F88B /* Plugin_Debug.xcconfig */,
7371
E1F557C01C9AFE210035F88B /* Plugin_Release.xcconfig */,
7472
);

Builds/MacOSX/Plugins/BasicSpikeDisplay/BasicSpikeDisplay.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
/* Begin PBXFileReference section */
1919
E1F557E81C9B0C600035F88B /* BasicSpikeDisplay.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BasicSpikeDisplay.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
2020
E1F557EB1C9B0C600035F88B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
21-
E1F557F21C9B0CA90035F88B /* Plugin.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin.xcconfig; sourceTree = "<group>"; };
2221
E1F557F31C9B0CA90035F88B /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Debug.xcconfig; sourceTree = "<group>"; };
2322
E1F557F41C9B0CA90035F88B /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Release.xcconfig; sourceTree = "<group>"; };
2423
E1F557F71C9B0DAC0035F88B /* OpenEphysLib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OpenEphysLib.cpp; sourceTree = "<group>"; };
@@ -74,7 +73,6 @@
7473
E1F557F11C9B0CA90035F88B /* Config */ = {
7574
isa = PBXGroup;
7675
children = (
77-
E1F557F21C9B0CA90035F88B /* Plugin.xcconfig */,
7876
E1F557F31C9B0CA90035F88B /* Plugin_Debug.xcconfig */,
7977
E1F557F41C9B0CA90035F88B /* Plugin_Release.xcconfig */,
8078
);

Builds/MacOSX/Plugins/BinaryWriter/BinaryWriter.xcodeproj/project.pbxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
E1D300371DAEBC570050E0F8 /* SequentialBlockFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SequentialBlockFile.h; sourceTree = "<group>"; };
2424
E1D3003C1DAEBCBD0050E0F8 /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Debug.xcconfig; sourceTree = "<group>"; };
2525
E1D3003D1DAEBCBD0050E0F8 /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Release.xcconfig; sourceTree = "<group>"; };
26-
E1D3003E1DAEBCBD0050E0F8 /* Plugin.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin.xcconfig; sourceTree = "<group>"; };
2726
/* End PBXFileReference section */
2827

2928
/* Begin PBXFrameworksBuildPhase section */
@@ -80,7 +79,6 @@
8079
E1D3003B1DAEBC9D0050E0F8 /* Config */ = {
8180
isa = PBXGroup;
8281
children = (
83-
E1D3003E1DAEBCBD0050E0F8 /* Plugin.xcconfig */,
8482
E1D3003C1DAEBCBD0050E0F8 /* Plugin_Debug.xcconfig */,
8583
E1D3003D1DAEBCBD0050E0F8 /* Plugin_Release.xcconfig */,
8684
);
@@ -215,6 +213,7 @@
215213
E1D300301DAEBBBD0050E0F8 /* Release */,
216214
);
217215
defaultConfigurationIsVisible = 0;
216+
defaultConfigurationName = Release;
218217
};
219218
/* End XCConfigurationList section */
220219
};

Builds/MacOSX/Plugins/CAR/CAR.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
E15DCF791CA0676B00332C3A /* CAREditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAREditor.h; sourceTree = "<group>"; };
1818
E1F558141C9B0FCA0035F88B /* CAR.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CAR.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
1919
E1F558171C9B0FCA0035F88B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
20-
E1F5581E1C9B10190035F88B /* Plugin.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin.xcconfig; sourceTree = "<group>"; };
2120
E1F5581F1C9B10190035F88B /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Debug.xcconfig; sourceTree = "<group>"; };
2221
E1F558201C9B10190035F88B /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Release.xcconfig; sourceTree = "<group>"; };
2322
E1F558221C9B105C0035F88B /* CAR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAR.cpp; sourceTree = "<group>"; };
@@ -65,7 +64,6 @@
6564
E1F5581D1C9B10190035F88B /* Config */ = {
6665
isa = PBXGroup;
6766
children = (
68-
E1F5581E1C9B10190035F88B /* Plugin.xcconfig */,
6967
E1F5581F1C9B10190035F88B /* Plugin_Debug.xcconfig */,
7068
E1F558201C9B10190035F88B /* Plugin_Release.xcconfig */,
7169
);

Builds/MacOSX/Plugins/ChannelMappingNode/ChannelMappingNode.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
/* Begin PBXFileReference section */
1616
E1F558321C9B11E80035F88B /* ChannelMappingNode.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ChannelMappingNode.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
1717
E1F558351C9B11E80035F88B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
18-
E1F5583C1C9B12240035F88B /* Plugin.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin.xcconfig; sourceTree = "<group>"; };
1918
E1F5583D1C9B12240035F88B /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Debug.xcconfig; sourceTree = "<group>"; };
2019
E1F5583E1C9B12240035F88B /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Release.xcconfig; sourceTree = "<group>"; };
2120
E1F558401C9B12730035F88B /* ChannelMappingEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ChannelMappingEditor.cpp; sourceTree = "<group>"; };
@@ -65,7 +64,6 @@
6564
E1F5583B1C9B12240035F88B /* Config */ = {
6665
isa = PBXGroup;
6766
children = (
68-
E1F5583C1C9B12240035F88B /* Plugin.xcconfig */,
6967
E1F5583D1C9B12240035F88B /* Plugin_Debug.xcconfig */,
7068
E1F5583E1C9B12240035F88B /* Plugin_Release.xcconfig */,
7169
);

Builds/MacOSX/Plugins/EventBroadcaster/EventBroadcaster.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
/* Begin PBXFileReference section */
1616
E1C3F9781C99A20D00719A9F /* EventBroadcaster.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EventBroadcaster.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
1717
E1C3F97B1C99A20D00719A9F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
18-
E1F557C21C9B020A0035F88B /* Plugin.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin.xcconfig; sourceTree = "<group>"; };
1918
E1F557C31C9B020A0035F88B /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Debug.xcconfig; sourceTree = "<group>"; };
2019
E1F557C41C9B020A0035F88B /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Release.xcconfig; sourceTree = "<group>"; };
2120
E1F557D51C9B06500035F88B /* EventBroadcaster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EventBroadcaster.cpp; sourceTree = "<group>"; };
@@ -65,7 +64,6 @@
6564
E1F557C11C9B020A0035F88B /* Config */ = {
6665
isa = PBXGroup;
6766
children = (
68-
E1F557C21C9B020A0035F88B /* Plugin.xcconfig */,
6967
E1F557C31C9B020A0035F88B /* Plugin_Debug.xcconfig */,
7068
E1F557C41C9B020A0035F88B /* Plugin_Release.xcconfig */,
7169
);

Builds/MacOSX/Plugins/FilterNode/FilterNode.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
/* Begin PBXFileReference section */
3232
E1F558751C9B1F920035F88B /* FilterNode.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FilterNode.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
3333
E1F558781C9B1F920035F88B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
34-
E1F5587F1C9B1FDC0035F88B /* Plugin.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin.xcconfig; sourceTree = "<group>"; };
3534
E1F558801C9B1FDC0035F88B /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Debug.xcconfig; sourceTree = "<group>"; };
3635
E1F558811C9B1FDC0035F88B /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Release.xcconfig; sourceTree = "<group>"; };
3736
E1F558841C9B20070035F88B /* Bessel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Bessel.cpp; sourceTree = "<group>"; };
@@ -120,7 +119,6 @@
120119
E1F5587E1C9B1FDC0035F88B /* Config */ = {
121120
isa = PBXGroup;
122121
children = (
123-
E1F5587F1C9B1FDC0035F88B /* Plugin.xcconfig */,
124122
E1F558801C9B1FDC0035F88B /* Plugin_Debug.xcconfig */,
125123
E1F558811C9B1FDC0035F88B /* Plugin_Release.xcconfig */,
126124
);

Builds/MacOSX/Plugins/JuliaProcessor/JuliaProcessor.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
E14A22201DA80B4400134197 /* OpenEphysLib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OpenEphysLib.cpp; sourceTree = "<group>"; };
2323
E14A22251DA80BDF00134197 /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Debug.xcconfig; sourceTree = "<group>"; };
2424
E14A22261DA80BDF00134197 /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Release.xcconfig; sourceTree = "<group>"; };
25-
E14A22271DA80BDF00134197 /* Plugin.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin.xcconfig; sourceTree = "<group>"; };
2625
/* End PBXFileReference section */
2726

2827
/* Begin PBXFrameworksBuildPhase section */
@@ -78,7 +77,6 @@
7877
E14A22241DA80BBA00134197 /* Config */ = {
7978
isa = PBXGroup;
8079
children = (
81-
E14A22271DA80BDF00134197 /* Plugin.xcconfig */,
8280
E14A22251DA80BDF00134197 /* Plugin_Debug.xcconfig */,
8381
E14A22261DA80BDF00134197 /* Plugin_Release.xcconfig */,
8482
);

Builds/MacOSX/Plugins/KWIKFormat/KWIKFormat.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
/* Begin PBXFileReference section */
1717
E1F558D01C9B23370035F88B /* KWIKFormat.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KWIKFormat.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
1818
E1F558D31C9B23370035F88B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
19-
E1F558DA1C9B23830035F88B /* Plugin.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin.xcconfig; sourceTree = "<group>"; };
2019
E1F558DB1C9B23830035F88B /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Debug.xcconfig; sourceTree = "<group>"; };
2120
E1F558DC1C9B23830035F88B /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Release.xcconfig; sourceTree = "<group>"; };
2221
E1F558DF1C9B23AB0035F88B /* KwikFileSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KwikFileSource.cpp; sourceTree = "<group>"; };
@@ -68,7 +67,6 @@
6867
E1F558D91C9B23830035F88B /* Config */ = {
6968
isa = PBXGroup;
7069
children = (
71-
E1F558DA1C9B23830035F88B /* Plugin.xcconfig */,
7270
E1F558DB1C9B23830035F88B /* Plugin_Debug.xcconfig */,
7371
E1F558DC1C9B23830035F88B /* Plugin_Release.xcconfig */,
7472
);

Builds/MacOSX/Plugins/LfpDisplayNode/LfpDisplayNode.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
/* Begin PBXFileReference section */
1717
E1F558F61C9B28060035F88B /* LfpDisplayNode.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LfpDisplayNode.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
1818
E1F558F91C9B28060035F88B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
19-
E1F559001C9B28400035F88B /* Plugin.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin.xcconfig; sourceTree = "<group>"; };
2019
E1F559011C9B28400035F88B /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Debug.xcconfig; sourceTree = "<group>"; };
2120
E1F559021C9B28400035F88B /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Release.xcconfig; sourceTree = "<group>"; };
2221
E1F559041C9B28660035F88B /* LfpDisplayCanvas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LfpDisplayCanvas.cpp; sourceTree = "<group>"; };
@@ -68,7 +67,6 @@
6867
E1F558FF1C9B28400035F88B /* Config */ = {
6968
isa = PBXGroup;
7069
children = (
71-
E1F559001C9B28400035F88B /* Plugin.xcconfig */,
7270
E1F559011C9B28400035F88B /* Plugin_Debug.xcconfig */,
7371
E1F559021C9B28400035F88B /* Plugin_Release.xcconfig */,
7472
);

0 commit comments

Comments
 (0)