Skip to content

Commit b0ac5d5

Browse files
MythicLionManadamtharani
authored andcommitted
Fixed an absoluate path reference in the mailcore2 project to the libetpan project.
This reference does require that both projects be checked out in the same folder in order for the dependency to work.
1 parent 06f3c40 commit b0ac5d5

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

build-mac/mailcore2.xcodeproj/project.pbxproj

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,49 +1995,49 @@
19951995
/* End PBXBuildFile section */
19961996

19971997
/* Begin PBXContainerItemProxy section */
1998-
9208D616232C1D08002EF3DA /* PBXContainerItemProxy */ = {
1998+
925EB4112330279600DC46DB /* PBXContainerItemProxy */ = {
19991999
isa = PBXContainerItemProxy;
20002000
containerPortal = 9208D60E232C1D08002EF3DA /* libetpan.xcodeproj */;
20012001
proxyType = 2;
20022002
remoteGlobalIDString = 8DC2EF5B0486A6940098B216;
20032003
remoteInfo = libetpan;
20042004
};
2005-
9208D618232C1D08002EF3DA /* PBXContainerItemProxy */ = {
2005+
925EB4132330279600DC46DB /* PBXContainerItemProxy */ = {
20062006
isa = PBXContainerItemProxy;
20072007
containerPortal = 9208D60E232C1D08002EF3DA /* libetpan.xcodeproj */;
20082008
proxyType = 2;
20092009
remoteGlobalIDString = C69AB10A10546FE500F32FBD;
20102010
remoteInfo = "static libetpan";
20112011
};
2012-
9208D61A232C1D08002EF3DA /* PBXContainerItemProxy */ = {
2012+
925EB4152330279600DC46DB /* PBXContainerItemProxy */ = {
20132013
isa = PBXContainerItemProxy;
20142014
containerPortal = 9208D60E232C1D08002EF3DA /* libetpan.xcodeproj */;
20152015
proxyType = 2;
20162016
remoteGlobalIDString = C682E2C015B315EF00BE9DA7;
20172017
remoteInfo = "libetpan ios";
20182018
};
2019-
92B644A4232C41CB00A3E07B /* PBXContainerItemProxy */ = {
2019+
925EB418233027E900DC46DB /* PBXContainerItemProxy */ = {
20202020
isa = PBXContainerItemProxy;
20212021
containerPortal = 9208D60E232C1D08002EF3DA /* libetpan.xcodeproj */;
20222022
proxyType = 1;
20232023
remoteGlobalIDString = C69AB10910546FE500F32FBD;
20242024
remoteInfo = "static libetpan";
20252025
};
2026-
92B644A6232C41E700A3E07B /* PBXContainerItemProxy */ = {
2026+
925EB41A233027F500DC46DB /* PBXContainerItemProxy */ = {
20272027
isa = PBXContainerItemProxy;
20282028
containerPortal = 9208D60E232C1D08002EF3DA /* libetpan.xcodeproj */;
20292029
proxyType = 1;
20302030
remoteGlobalIDString = C682E21815B315EF00BE9DA7;
20312031
remoteInfo = "libetpan ios";
20322032
};
2033-
92B644A8232C420300A3E07B /* PBXContainerItemProxy */ = {
2033+
925EB41C2330280100DC46DB /* PBXContainerItemProxy */ = {
20342034
isa = PBXContainerItemProxy;
20352035
containerPortal = 9208D60E232C1D08002EF3DA /* libetpan.xcodeproj */;
20362036
proxyType = 1;
20372037
remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
20382038
remoteInfo = libetpan;
20392039
};
2040-
92B644AA232C421300A3E07B /* PBXContainerItemProxy */ = {
2040+
925EB41E2330280B00DC46DB /* PBXContainerItemProxy */ = {
20412041
isa = PBXContainerItemProxy;
20422042
containerPortal = 9208D60E232C1D08002EF3DA /* libetpan.xcodeproj */;
20432043
proxyType = 1;
@@ -2652,7 +2652,7 @@
26522652
8B0095C81A00DDC500F84BC0 /* MCSMTPLoginOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MCSMTPLoginOperation.h; sourceTree = "<group>"; };
26532653
8B0095CA1A00DDE700F84BC0 /* MCOSMTPLoginOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MCOSMTPLoginOperation.h; sourceTree = "<group>"; };
26542654
8B0095CB1A00DDE700F84BC0 /* MCOSMTPLoginOperation.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MCOSMTPLoginOperation.mm; sourceTree = "<group>"; };
2655-
9208D60E232C1D08002EF3DA /* libetpan.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = libetpan.xcodeproj; path = "/Users/progersmc/Developer/apps/ThirdParty/../Dependencies/Carthage/Checkouts/libetpan/build-mac/libetpan.xcodeproj"; sourceTree = "<absolute>"; };
2655+
9208D60E232C1D08002EF3DA /* libetpan.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = libetpan.xcodeproj; path = "../../libetpan/build-mac/libetpan.xcodeproj"; sourceTree = SOURCE_ROOT; };
26562656
943F1A9817D964F600F0C798 /* MCIMAPConnectOperation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MCIMAPConnectOperation.cpp; sourceTree = "<group>"; };
26572657
943F1A9917D964F600F0C798 /* MCIMAPConnectOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MCIMAPConnectOperation.h; sourceTree = "<group>"; };
26582658
9E774D871767C54E0065EB9B /* MCIMAPFolderStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MCIMAPFolderStatus.h; sourceTree = "<group>"; };
@@ -3377,12 +3377,12 @@
33773377
path = nntp;
33783378
sourceTree = "<group>";
33793379
};
3380-
9208D60F232C1D08002EF3DA /* Products */ = {
3380+
925EB40A2330279600DC46DB /* Products */ = {
33813381
isa = PBXGroup;
33823382
children = (
3383-
9208D617232C1D08002EF3DA /* libetpan.framework */,
3384-
9208D619232C1D08002EF3DA /* libetpan.a */,
3385-
9208D61B232C1D08002EF3DA /* libetpan-ios.a */,
3383+
925EB4122330279600DC46DB /* libetpan.framework */,
3384+
925EB4142330279600DC46DB /* libetpan.a */,
3385+
925EB4162330279600DC46DB /* libetpan-ios.a */,
33863386
);
33873387
name = Products;
33883388
sourceTree = "<group>";
@@ -4798,7 +4798,7 @@
47984798
buildRules = (
47994799
);
48004800
dependencies = (
4801-
92B644AB232C421300A3E07B /* PBXTargetDependency */,
4801+
925EB41F2330280B00DC46DB /* PBXTargetDependency */,
48024802
);
48034803
name = "mailcore ios";
48044804
productName = "mailcore framework";
@@ -4836,7 +4836,7 @@
48364836
buildRules = (
48374837
);
48384838
dependencies = (
4839-
92B644A5232C41CB00A3E07B /* PBXTargetDependency */,
4839+
925EB419233027E900DC46DB /* PBXTargetDependency */,
48404840
);
48414841
name = "static mailcore2 osx";
48424842
productName = mailcore;
@@ -4910,7 +4910,7 @@
49104910
buildRules = (
49114911
);
49124912
dependencies = (
4913-
92B644A7232C41E700A3E07B /* PBXTargetDependency */,
4913+
925EB41B233027F500DC46DB /* PBXTargetDependency */,
49144914
);
49154915
name = "static mailcore2 ios";
49164916
productName = mailcore;
@@ -4930,7 +4930,7 @@
49304930
buildRules = (
49314931
);
49324932
dependencies = (
4933-
92B644A9232C420300A3E07B /* PBXTargetDependency */,
4933+
925EB41D2330280100DC46DB /* PBXTargetDependency */,
49344934
);
49354935
name = "mailcore osx";
49364936
productName = "mailcore framework";
@@ -4967,7 +4967,7 @@
49674967
projectDirPath = "";
49684968
projectReferences = (
49694969
{
4970-
ProductGroup = 9208D60F232C1D08002EF3DA /* Products */;
4970+
ProductGroup = 925EB40A2330279600DC46DB /* Products */;
49714971
ProjectRef = 9208D60E232C1D08002EF3DA /* libetpan.xcodeproj */;
49724972
},
49734973
);
@@ -4986,25 +4986,25 @@
49864986
/* End PBXProject section */
49874987

49884988
/* Begin PBXReferenceProxy section */
4989-
9208D617232C1D08002EF3DA /* libetpan.framework */ = {
4989+
925EB4122330279600DC46DB /* libetpan.framework */ = {
49904990
isa = PBXReferenceProxy;
49914991
fileType = wrapper.framework;
49924992
path = libetpan.framework;
4993-
remoteRef = 9208D616232C1D08002EF3DA /* PBXContainerItemProxy */;
4993+
remoteRef = 925EB4112330279600DC46DB /* PBXContainerItemProxy */;
49944994
sourceTree = BUILT_PRODUCTS_DIR;
49954995
};
4996-
9208D619232C1D08002EF3DA /* libetpan.a */ = {
4996+
925EB4142330279600DC46DB /* libetpan.a */ = {
49974997
isa = PBXReferenceProxy;
49984998
fileType = archive.ar;
49994999
path = libetpan.a;
5000-
remoteRef = 9208D618232C1D08002EF3DA /* PBXContainerItemProxy */;
5000+
remoteRef = 925EB4132330279600DC46DB /* PBXContainerItemProxy */;
50015001
sourceTree = BUILT_PRODUCTS_DIR;
50025002
};
5003-
9208D61B232C1D08002EF3DA /* libetpan-ios.a */ = {
5003+
925EB4162330279600DC46DB /* libetpan-ios.a */ = {
50045004
isa = PBXReferenceProxy;
50055005
fileType = archive.ar;
50065006
path = "libetpan-ios.a";
5007-
remoteRef = 9208D61A232C1D08002EF3DA /* PBXContainerItemProxy */;
5007+
remoteRef = 925EB4152330279600DC46DB /* PBXContainerItemProxy */;
50085008
sourceTree = BUILT_PRODUCTS_DIR;
50095009
};
50105010
/* End PBXReferenceProxy section */
@@ -6171,25 +6171,25 @@
61716171
/* End PBXSourcesBuildPhase section */
61726172

61736173
/* Begin PBXTargetDependency section */
6174-
92B644A5232C41CB00A3E07B /* PBXTargetDependency */ = {
6174+
925EB419233027E900DC46DB /* PBXTargetDependency */ = {
61756175
isa = PBXTargetDependency;
61766176
name = "static libetpan";
6177-
targetProxy = 92B644A4232C41CB00A3E07B /* PBXContainerItemProxy */;
6177+
targetProxy = 925EB418233027E900DC46DB /* PBXContainerItemProxy */;
61786178
};
6179-
92B644A7232C41E700A3E07B /* PBXTargetDependency */ = {
6179+
925EB41B233027F500DC46DB /* PBXTargetDependency */ = {
61806180
isa = PBXTargetDependency;
61816181
name = "libetpan ios";
6182-
targetProxy = 92B644A6232C41E700A3E07B /* PBXContainerItemProxy */;
6182+
targetProxy = 925EB41A233027F500DC46DB /* PBXContainerItemProxy */;
61836183
};
6184-
92B644A9232C420300A3E07B /* PBXTargetDependency */ = {
6184+
925EB41D2330280100DC46DB /* PBXTargetDependency */ = {
61856185
isa = PBXTargetDependency;
61866186
name = libetpan;
6187-
targetProxy = 92B644A8232C420300A3E07B /* PBXContainerItemProxy */;
6187+
targetProxy = 925EB41C2330280100DC46DB /* PBXContainerItemProxy */;
61886188
};
6189-
92B644AB232C421300A3E07B /* PBXTargetDependency */ = {
6189+
925EB41F2330280B00DC46DB /* PBXTargetDependency */ = {
61906190
isa = PBXTargetDependency;
61916191
name = "libetpan ios";
6192-
targetProxy = 92B644AA232C421300A3E07B /* PBXContainerItemProxy */;
6192+
targetProxy = 925EB41E2330280B00DC46DB /* PBXContainerItemProxy */;
61936193
};
61946194
C600B61F1A244BD8000728F1 /* PBXTargetDependency */ = {
61956195
isa = PBXTargetDependency;

0 commit comments

Comments
 (0)