1.1 --- a/build-mac/pEpEngine.xcodeproj/project.pbxproj Thu Oct 04 14:39:32 2018 +0200
1.2 +++ b/build-mac/pEpEngine.xcodeproj/project.pbxproj Thu Oct 04 14:39:32 2018 +0200
1.3 @@ -16,6 +16,13 @@
1.4 43F6921D1F164A47009418F5 /* resource_id.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F6921C1F164A47009418F5 /* resource_id.c */; };
1.5 43F73BF02166269200AB4524 /* PString.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F73BEB2166269200AB4524 /* PString.c */; };
1.6 43F73BF2216626E100AB4524 /* Sync_func.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F73BF1216626E100AB4524 /* Sync_func.c */; };
1.7 + 43F73BFC216627CC00AB4524 /* CommitAccept.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F73BF5216627CB00AB4524 /* CommitAccept.c */; };
1.8 + 43F73BFD216627CC00AB4524 /* TID.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F73BF6216627CC00AB4524 /* TID.c */; };
1.9 + 43F73BFE216627CC00AB4524 /* KeySync.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F73BF7216627CC00AB4524 /* KeySync.c */; };
1.10 + 43F73BFF216627CC00AB4524 /* GroupKeysAndClose.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F73BF8216627CC00AB4524 /* GroupKeysAndClose.c */; };
1.11 + 43F73C00216627CC00AB4524 /* Rollback.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F73BF9216627CC00AB4524 /* Rollback.c */; };
1.12 + 43F73C01216627CC00AB4524 /* HandshakeAnswer.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F73BFA216627CC00AB4524 /* HandshakeAnswer.c */; };
1.13 + 43F73C02216627CC00AB4524 /* CommitReject.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F73BFB216627CC00AB4524 /* CommitReject.c */; };
1.14 6400FB861B8CA1C6005221E3 /* libnetpgp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 645922521B8BD32B00A5AF93 /* libnetpgp.a */; };
1.15 6400FB8B1B8CA1CF005221E3 /* libetpan-ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 64289E371B8B630200FC617B /* libetpan-ios.a */; };
1.16 644297C51BE11CE0002BC73B /* system.db in Resources */ = {isa = PBXBuildFile; fileRef = 64951A1B1BE0FCD800B10E71 /* system.db */; };
1.17 @@ -190,6 +197,13 @@
1.18 43F6921C1F164A47009418F5 /* resource_id.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = resource_id.c; path = ../src/resource_id.c; sourceTree = "<group>"; };
1.19 43F73BEB2166269200AB4524 /* PString.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = PString.c; path = ../asn.1/PString.c; sourceTree = "<group>"; };
1.20 43F73BF1216626E100AB4524 /* Sync_func.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Sync_func.c; path = ../src/Sync_func.c; sourceTree = "<group>"; };
1.21 + 43F73BF5216627CB00AB4524 /* CommitAccept.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = CommitAccept.c; path = ../asn.1/CommitAccept.c; sourceTree = "<group>"; };
1.22 + 43F73BF6216627CC00AB4524 /* TID.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = TID.c; path = ../asn.1/TID.c; sourceTree = "<group>"; };
1.23 + 43F73BF7216627CC00AB4524 /* KeySync.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = KeySync.c; path = ../asn.1/KeySync.c; sourceTree = "<group>"; };
1.24 + 43F73BF8216627CC00AB4524 /* GroupKeysAndClose.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = GroupKeysAndClose.c; path = ../asn.1/GroupKeysAndClose.c; sourceTree = "<group>"; };
1.25 + 43F73BF9216627CC00AB4524 /* Rollback.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Rollback.c; path = ../asn.1/Rollback.c; sourceTree = "<group>"; };
1.26 + 43F73BFA216627CC00AB4524 /* HandshakeAnswer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = HandshakeAnswer.c; path = ../asn.1/HandshakeAnswer.c; sourceTree = "<group>"; };
1.27 + 43F73BFB216627CC00AB4524 /* CommitReject.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = CommitReject.c; path = ../asn.1/CommitReject.c; sourceTree = "<group>"; };
1.28 644297BF1BE11C65002BC73B /* pEpTrustWords.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = pEpTrustWords.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
1.29 644297C11BE11C65002BC73B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1.30 646788871CEB3D120001F54C /* map_asn1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = map_asn1.c; path = ../src/map_asn1.c; sourceTree = "<group>"; };
1.31 @@ -346,6 +360,13 @@
1.32 6406CE811CE382F400C14D77 /* asn.1 */ = {
1.33 isa = PBXGroup;
1.34 children = (
1.35 + 43F73BF5216627CB00AB4524 /* CommitAccept.c */,
1.36 + 43F73BFB216627CC00AB4524 /* CommitReject.c */,
1.37 + 43F73BF8216627CC00AB4524 /* GroupKeysAndClose.c */,
1.38 + 43F73BFA216627CC00AB4524 /* HandshakeAnswer.c */,
1.39 + 43F73BF7216627CC00AB4524 /* KeySync.c */,
1.40 + 43F73BF9216627CC00AB4524 /* Rollback.c */,
1.41 + 43F73BF6216627CC00AB4524 /* TID.c */,
1.42 43F73BEB2166269200AB4524 /* PString.c */,
1.43 646C40951D510CD700C63EFF /* asn_application.h */,
1.44 646C40961D510CD700C63EFF /* asn_codecs_prim.c */,
1.45 @@ -791,18 +812,22 @@
1.46 64A826891B455D0800EECAF0 /* trans_auto.c in Sources */,
1.47 646C410C1D510CD800C63EFF /* der_encoder.c in Sources */,
1.48 646C41381D510CD800C63EFF /* xer_decoder.c in Sources */,
1.49 + 43F73BFE216627CC00AB4524 /* KeySync.c in Sources */,
1.50 646C41181D510CD800C63EFF /* Hex.c in Sources */,
1.51 64A8267D1B455D0800EECAF0 /* keymanagement.c in Sources */,
1.52 + 43F73C01216627CC00AB4524 /* HandshakeAnswer.c in Sources */,
1.53 646C40EB1D510CD800C63EFF /* asn_codecs_prim.c in Sources */,
1.54 646C41451D510D2C00C63EFF /* sync_actions.c in Sources */,
1.55 646C40F61D510CD800C63EFF /* ber_decoder.c in Sources */,
1.56 646C40F11D510CD800C63EFF /* asn_SET_OF.c in Sources */,
1.57 646C413A1D510CD800C63EFF /* xer_encoder.c in Sources */,
1.58 + 43F73BFD216627CC00AB4524 /* TID.c in Sources */,
1.59 646C41021D510CD800C63EFF /* constr_SEQUENCE_OF.c in Sources */,
1.60 646C410A1D510CD800C63EFF /* constraints.c in Sources */,
1.61 64A8267C1B455D0800EECAF0 /* identity_list.c in Sources */,
1.62 646C40FC1D510CD800C63EFF /* BIT_STRING.c in Sources */,
1.63 646C40F41D510CD800C63EFF /* Beacon.c in Sources */,
1.64 + 43F73BFC216627CC00AB4524 /* CommitAccept.c in Sources */,
1.65 646C411E1D510CD800C63EFF /* INTEGER.c in Sources */,
1.66 646C413C1D510CD800C63EFF /* xer_support.c in Sources */,
1.67 64A8268A1B455D0800EECAF0 /* transport.c in Sources */,
1.68 @@ -812,8 +837,10 @@
1.69 646C412E1D510CD800C63EFF /* per_support.c in Sources */,
1.70 64A826781B455D0800EECAF0 /* bloblist.c in Sources */,
1.71 430BCC492015EE800077E998 /* pEp_string.c in Sources */,
1.72 + 43F73C00216627CC00AB4524 /* Rollback.c in Sources */,
1.73 646C41041D510CD800C63EFF /* constr_SEQUENCE.c in Sources */,
1.74 43370833203C075A004E6547 /* sqlite3.c in Sources */,
1.75 + 43F73C02216627CC00AB4524 /* CommitReject.c in Sources */,
1.76 64A826881B455D0800EECAF0 /* timestamp.c in Sources */,
1.77 646C41221D510CD800C63EFF /* NativeEnumerated.c in Sources */,
1.78 43F6921D1F164A47009418F5 /* resource_id.c in Sources */,
1.79 @@ -828,6 +855,7 @@
1.80 64A826801B455D0800EECAF0 /* mime.c in Sources */,
1.81 64A8267F1B455D0800EECAF0 /* message.c in Sources */,
1.82 646C411A1D510CD800C63EFF /* Identity.c in Sources */,
1.83 + 43F73BFF216627CC00AB4524 /* GroupKeysAndClose.c in Sources */,
1.84 64A826811B455D0800EECAF0 /* pEpEngine.c in Sources */,
1.85 );
1.86 runOnlyForDeploymentPostprocessing = 0;