IOSAD-232 Unify names for generated file lists

pull/76/head
Dirk Zimmermann 2022-03-14 16:46:23 +01:00
parent 271829c06e
commit d821a107a7
5 changed files with 19 additions and 4 deletions

View File

@ -1201,7 +1201,7 @@
);
name = "Generate Code";
outputFileListPaths = (
"$(SRCROOT)/generated-files-asn1.txt",
"$(SRCROOT)/generated-files.txt",
);
outputPaths = (
);

View File

@ -335,6 +335,13 @@
remoteGlobalIDString = 150845DE25F13CE700D46DA6;
remoteInfo = generate_code;
};
437D471727DF9933006CB916 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4309FF0327315E560055C6C9 /* pEpTransport.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 43C24DE327A15C81000E90FF;
remoteInfo = pEpTransportTests;
};
4399C9E32747C70700F52599 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4309FF0327315E560055C6C9 /* pEpTransport.xcodeproj */;
@ -634,6 +641,7 @@
children = (
4399C9E42747C70700F52599 /* libpEpTransport_macOS.a */,
4399C9E62747C70700F52599 /* libpEpTransport_iOS.a */,
437D471827DF9933006CB916 /* pEpTransportTests.xctest */,
);
name = Products;
sourceTree = "<group>";
@ -1087,6 +1095,13 @@
remoteRef = 15A322F6260E0B75009D07EB /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
437D471827DF9933006CB916 /* pEpTransportTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = pEpTransportTests.xctest;
remoteRef = 437D471727DF9933006CB916 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
4399C9E42747C70700F52599 /* libpEpTransport_macOS.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
@ -1177,7 +1192,7 @@
inputPaths = (
);
outputFileListPaths = (
"$(SRCROOT)/generated-files-sync.txt",
"$(SRCROOT)/generated-files.txt",
);
outputPaths = (
);

View File

@ -19,8 +19,8 @@ SYNC_DIR_GENERATED = join(ENGINE_BASE_DIR, 'codegen/generated')
ASN_DIR_GENERATED = join(ENGINE_BASE_DIR, 'asn.1')
DES_DIR = join(ENGINE_BASE_DIR, 'build-mac')
DES_DIR_ASN = join(ENGINE_BASE_DIR, 'build-mac', 'Subprojects', 'pEpASN1')
DEST_ASN_LIST = join(DES_DIR_ASN, 'generated-files-asn1.txt')
DEST_SYNC_LIST = join(DES_DIR, 'generated-files-sync.txt')
DEST_ASN_LIST = join(DES_DIR_ASN, 'generated-files.txt')
DEST_SYNC_LIST = join(DES_DIR, 'generated-files.txt')
class Pushd: