Skip to content

Commit 78c3622

Browse files
committed
Changes to work with my release script:
Changed install path to / Made libMachObjC.a an explicit dependancy, so that building with xcodebuild works.
1 parent 883afe8 commit 78c3622

File tree

1 file changed

+54
-13
lines changed

1 file changed

+54
-13
lines changed

class-dump.xcodeproj/project.pbxproj

Lines changed: 54 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
buildPhases = (
1414
);
1515
dependencies = (
16-
01B02D3713A5B5E20047BC53 /* PBXTargetDependency */,
16+
0106C8221412D07C00B29890 /* PBXTargetDependency */,
1717
01B02D3313A5B5E20047BC53 /* PBXTargetDependency */,
1818
01B02D3513A5B5E20047BC53 /* PBXTargetDependency */,
1919
01B02D3913A5B5E20047BC53 /* PBXTargetDependency */,
@@ -116,27 +116,48 @@
116116
/* End PBXBuildFile section */
117117

118118
/* Begin PBXContainerItemProxy section */
119-
01B02D3213A5B5E20047BC53 /* PBXContainerItemProxy */ = {
119+
0106C81D1412D05F00B29890 /* PBXContainerItemProxy */ = {
120120
isa = PBXContainerItemProxy;
121121
containerPortal = 01EB825613A590D9003EDE60 /* Project object */;
122122
proxyType = 1;
123-
remoteGlobalIDString = 01EB825E13A590D9003EDE60;
124-
remoteInfo = "class-dump";
123+
remoteGlobalIDString = 013D1F1013A5AE5A00BF0A67;
124+
remoteInfo = MachObjC;
125125
};
126-
01B02D3413A5B5E20047BC53 /* PBXContainerItemProxy */ = {
126+
0106C81F1412D07000B29890 /* PBXContainerItemProxy */ = {
127127
isa = PBXContainerItemProxy;
128128
containerPortal = 01EB825613A590D9003EDE60 /* Project object */;
129129
proxyType = 1;
130-
remoteGlobalIDString = 013D1EFA13A5A0F100BF0A67;
131-
remoteInfo = deprotect;
130+
remoteGlobalIDString = 013D1F1013A5AE5A00BF0A67;
131+
remoteInfo = MachObjC;
132132
};
133-
01B02D3613A5B5E20047BC53 /* PBXContainerItemProxy */ = {
133+
0106C8211412D07C00B29890 /* PBXContainerItemProxy */ = {
134134
isa = PBXContainerItemProxy;
135135
containerPortal = 01EB825613A590D9003EDE60 /* Project object */;
136136
proxyType = 1;
137137
remoteGlobalIDString = 013D1F1013A5AE5A00BF0A67;
138138
remoteInfo = MachObjC;
139139
};
140+
0158A8151412DED0003FEB91 /* PBXContainerItemProxy */ = {
141+
isa = PBXContainerItemProxy;
142+
containerPortal = 01EB825613A590D9003EDE60 /* Project object */;
143+
proxyType = 1;
144+
remoteGlobalIDString = 013D1F1013A5AE5A00BF0A67;
145+
remoteInfo = MachObjC;
146+
};
147+
01B02D3213A5B5E20047BC53 /* PBXContainerItemProxy */ = {
148+
isa = PBXContainerItemProxy;
149+
containerPortal = 01EB825613A590D9003EDE60 /* Project object */;
150+
proxyType = 1;
151+
remoteGlobalIDString = 01EB825E13A590D9003EDE60;
152+
remoteInfo = "class-dump";
153+
};
154+
01B02D3413A5B5E20047BC53 /* PBXContainerItemProxy */ = {
155+
isa = PBXContainerItemProxy;
156+
containerPortal = 01EB825613A590D9003EDE60 /* Project object */;
157+
proxyType = 1;
158+
remoteGlobalIDString = 013D1EFA13A5A0F100BF0A67;
159+
remoteInfo = deprotect;
160+
};
140161
01B02D3813A5B5E20047BC53 /* PBXContainerItemProxy */ = {
141162
isa = PBXContainerItemProxy;
142163
containerPortal = 01EB825613A590D9003EDE60 /* Project object */;
@@ -699,6 +720,7 @@
699720
buildRules = (
700721
);
701722
dependencies = (
723+
0106C81E1412D05F00B29890 /* PBXTargetDependency */,
702724
);
703725
name = deprotect;
704726
productName = deprotect;
@@ -733,6 +755,7 @@
733755
buildRules = (
734756
);
735757
dependencies = (
758+
0106C8201412D07000B29890 /* PBXTargetDependency */,
736759
);
737760
name = formatType;
738761
productName = formatType;
@@ -750,6 +773,7 @@
750773
buildRules = (
751774
);
752775
dependencies = (
776+
0158A8161412DED0003FEB91 /* PBXTargetDependency */,
753777
);
754778
name = "class-dump";
755779
productName = "class-dump";
@@ -894,6 +918,26 @@
894918
/* End PBXSourcesBuildPhase section */
895919

896920
/* Begin PBXTargetDependency section */
921+
0106C81E1412D05F00B29890 /* PBXTargetDependency */ = {
922+
isa = PBXTargetDependency;
923+
target = 013D1F1013A5AE5A00BF0A67 /* MachObjC */;
924+
targetProxy = 0106C81D1412D05F00B29890 /* PBXContainerItemProxy */;
925+
};
926+
0106C8201412D07000B29890 /* PBXTargetDependency */ = {
927+
isa = PBXTargetDependency;
928+
target = 013D1F1013A5AE5A00BF0A67 /* MachObjC */;
929+
targetProxy = 0106C81F1412D07000B29890 /* PBXContainerItemProxy */;
930+
};
931+
0106C8221412D07C00B29890 /* PBXTargetDependency */ = {
932+
isa = PBXTargetDependency;
933+
target = 013D1F1013A5AE5A00BF0A67 /* MachObjC */;
934+
targetProxy = 0106C8211412D07C00B29890 /* PBXContainerItemProxy */;
935+
};
936+
0158A8161412DED0003FEB91 /* PBXTargetDependency */ = {
937+
isa = PBXTargetDependency;
938+
target = 013D1F1013A5AE5A00BF0A67 /* MachObjC */;
939+
targetProxy = 0158A8151412DED0003FEB91 /* PBXContainerItemProxy */;
940+
};
897941
01B02D3313A5B5E20047BC53 /* PBXTargetDependency */ = {
898942
isa = PBXTargetDependency;
899943
target = 01EB825E13A590D9003EDE60 /* class-dump */;
@@ -904,11 +948,6 @@
904948
target = 013D1EFA13A5A0F100BF0A67 /* deprotect */;
905949
targetProxy = 01B02D3413A5B5E20047BC53 /* PBXContainerItemProxy */;
906950
};
907-
01B02D3713A5B5E20047BC53 /* PBXTargetDependency */ = {
908-
isa = PBXTargetDependency;
909-
target = 013D1F1013A5AE5A00BF0A67 /* MachObjC */;
910-
targetProxy = 01B02D3613A5B5E20047BC53 /* PBXContainerItemProxy */;
911-
};
912951
01B02D3913A5B5E20047BC53 /* PBXTargetDependency */ = {
913952
isa = PBXTargetDependency;
914953
target = 01B02CFE13A5B0DC0047BC53 /* formatType */;
@@ -1021,6 +1060,7 @@
10211060
GCC_WARN_ABOUT_RETURN_TYPE = YES;
10221061
GCC_WARN_SHADOW = YES;
10231062
GCC_WARN_UNUSED_VARIABLE = YES;
1063+
INSTALL_PATH = /;
10241064
MACOSX_DEPLOYMENT_TARGET = 10.6;
10251065
ONLY_ACTIVE_ARCH = YES;
10261066
SDKROOT = macosx;
@@ -1042,6 +1082,7 @@
10421082
GCC_WARN_ABOUT_RETURN_TYPE = YES;
10431083
GCC_WARN_SHADOW = YES;
10441084
GCC_WARN_UNUSED_VARIABLE = YES;
1085+
INSTALL_PATH = /;
10451086
MACOSX_DEPLOYMENT_TARGET = 10.6;
10461087
SDKROOT = macosx;
10471088
SYMROOT = /Local/$USER/Products;

0 commit comments

Comments
 (0)