|
@@ -66,6 +66,7 @@
|
|
756916B92A2B86AA005FF14B /* XCTLSwiftInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 756916B82A2B86AA005FF14B /* XCTLSwiftInvocation.swift */; };
|
|
756916B92A2B86AA005FF14B /* XCTLSwiftInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 756916B82A2B86AA005FF14B /* XCTLSwiftInvocation.swift */; };
|
|
756916BD2A2B91E7005FF14B /* NSArray+Enumerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 756916BC2A2B91E7005FF14B /* NSArray+Enumerator.swift */; };
|
|
756916BD2A2B91E7005FF14B /* NSArray+Enumerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 756916BC2A2B91E7005FF14B /* NSArray+Enumerator.swift */; };
|
|
756916BF2A2B97BF005FF14B /* InitialContent.xct in Resources */ = {isa = PBXBuildFile; fileRef = 756916BE2A2B97BF005FF14B /* InitialContent.xct */; };
|
|
756916BF2A2B97BF005FF14B /* InitialContent.xct in Resources */ = {isa = PBXBuildFile; fileRef = 756916BE2A2B97BF005FF14B /* InitialContent.xct */; };
|
|
|
|
+ 75978AB02A408452003162DA /* XCTLSecureComputeDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75978AAF2A408452003162DA /* XCTLSecureComputeDelegate.swift */; };
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -160,6 +161,7 @@
|
|
756916C42A2BA600005FF14B /* Screen-Shot-Example1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Screen-Shot-Example1.png"; sourceTree = "<group>"; };
|
|
756916C42A2BA600005FF14B /* Screen-Shot-Example1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Screen-Shot-Example1.png"; sourceTree = "<group>"; };
|
|
756916C72A2BA713005FF14B /* Screen-Shot-Example2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Screen-Shot-Example2.png"; sourceTree = "<group>"; };
|
|
756916C72A2BA713005FF14B /* Screen-Shot-Example2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Screen-Shot-Example2.png"; sourceTree = "<group>"; };
|
|
75978AA22A3F165D003162DA /* XCFramework.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = XCFramework.sh; sourceTree = "<group>"; };
|
|
75978AA22A3F165D003162DA /* XCFramework.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = XCFramework.sh; sourceTree = "<group>"; };
|
|
|
|
+ 75978AAF2A408452003162DA /* XCTLSecureComputeDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTLSecureComputeDelegate.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -206,6 +208,7 @@
|
|
7520C3DC2A283AFC0010E7F8 /* XCTreeLang */ = {
|
|
7520C3DC2A283AFC0010E7F8 /* XCTreeLang */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ 75978AAE2A408444003162DA /* SecureCompute */,
|
|
7569168F2A28C447005FF14B /* NativeTypes */,
|
|
7569168F2A28C447005FF14B /* NativeTypes */,
|
|
7520C3DD2A283AFC0010E7F8 /* XCTreeLang.h */,
|
|
7520C3DD2A283AFC0010E7F8 /* XCTreeLang.h */,
|
|
7520C4172A283B1E0010E7F8 /* InitializerImpl */,
|
|
7520C4172A283B1E0010E7F8 /* InitializerImpl */,
|
|
@@ -374,6 +377,14 @@
|
|
path = GithubImages;
|
|
path = GithubImages;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ 75978AAE2A408444003162DA /* SecureCompute */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 75978AAF2A408452003162DA /* XCTLSecureComputeDelegate.swift */,
|
|
|
|
+ );
|
|
|
|
+ path = SecureCompute;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
/* End PBXGroup section */
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
@@ -532,6 +543,7 @@
|
|
756916992A28E1D9005FF14B /* XCTLContinueStatement.swift in Sources */,
|
|
756916992A28E1D9005FF14B /* XCTLContinueStatement.swift in Sources */,
|
|
7520C42D2A283B1E0010E7F8 /* XCTLListStatement.swift in Sources */,
|
|
7520C42D2A283B1E0010E7F8 /* XCTLListStatement.swift in Sources */,
|
|
7520C4222A283B1E0010E7F8 /* XCTLInitStatement.swift in Sources */,
|
|
7520C4222A283B1E0010E7F8 /* XCTLInitStatement.swift in Sources */,
|
|
|
|
+ 75978AB02A408452003162DA /* XCTLSecureComputeDelegate.swift in Sources */,
|
|
756916872A2851DF005FF14B /* XCTLStream.swift in Sources */,
|
|
756916872A2851DF005FF14B /* XCTLStream.swift in Sources */,
|
|
756916B92A2B86AA005FF14B /* XCTLSwiftInvocation.swift in Sources */,
|
|
756916B92A2B86AA005FF14B /* XCTLSwiftInvocation.swift in Sources */,
|
|
756916A22A28FE20005FF14B /* XCTLRuntimeTypeInstance.m in Sources */,
|
|
756916A22A28FE20005FF14B /* XCTLRuntimeTypeInstance.m in Sources */,
|