Skip to content
Snippets Groups Projects
project.pbxproj 15.2 KiB
Newer Older
  • Learn to ignore specific revisions
  • Tobias Ullerich's avatar
    Tobias Ullerich committed
    // !$*UTF8*$!
    {
    	archiveVersion = 1;
    	classes = {
    	};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    	objectVersion = 52;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    	objects = {
    
    /* Begin PBXBuildFile section */
    		F6752A4E2683522200CC9A19 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6752A4D2683522200CC9A19 /* main.swift */; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6752A592683534800CC9A19 /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = F6752A582683534800CC9A19 /* ArgumentParser */; };
    		F6752A5C268354B900CC9A19 /* PathKit in Frameworks */ = {isa = PBXBuildFile; productRef = F6752A5B268354B900CC9A19 /* PathKit */; };
    		F6752A662683599500CC9A19 /* SwiftSyntax in Frameworks */ = {isa = PBXBuildFile; productRef = F6752A652683599500CC9A19 /* SwiftSyntax */; };
    		F6752A6826835A2F00CC9A19 /* DeclarationCollector.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6752A6726835A2F00CC9A19 /* DeclarationCollector.swift */; };
    
    		F6752A6B2683600A00CC9A19 /* Stencil in Frameworks */ = {isa = PBXBuildFile; productRef = F6752A6A2683600A00CC9A19 /* Stencil */; };
    		F6BC6BA72683649000E4F37D /* lib_InternalSwiftSyntaxParser.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F6BC6BA62683648800E4F37D /* lib_InternalSwiftSyntaxParser.dylib */; };
    		F6BC6BA82683649000E4F37D /* lib_InternalSwiftSyntaxParser.dylib in Embed Libraries */ = {isa = PBXBuildFile; fileRef = F6BC6BA62683648800E4F37D /* lib_InternalSwiftSyntaxParser.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXBuildFile section */
    
    /* Begin PBXCopyFilesBuildPhase section */
    		F6752A482683522200CC9A19 /* CopyFiles */ = {
    			isa = PBXCopyFilesBuildPhase;
    			buildActionMask = 2147483647;
    			dstPath = /usr/share/man/man1/;
    			dstSubfolderSpec = 0;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 1;
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6752A63268357D900CC9A19 /* Embed Libraries */ = {
    			isa = PBXCopyFilesBuildPhase;
    			buildActionMask = 2147483647;
    			dstPath = "";
    			dstSubfolderSpec = 10;
    			files = (
    
    				F6BC6BA82683649000E4F37D /* lib_InternalSwiftSyntaxParser.dylib in Embed Libraries */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			name = "Embed Libraries";
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXCopyFilesBuildPhase section */
    
    /* Begin PBXFileReference section */
    		F6752A4A2683522200CC9A19 /* SwiftMetaModelGenerator */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SwiftMetaModelGenerator; sourceTree = BUILT_PRODUCTS_DIR; };
    		F6752A4D2683522200CC9A19 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6752A6726835A2F00CC9A19 /* DeclarationCollector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeclarationCollector.swift; sourceTree = "<group>"; };
    
    		F6752A6C2683602800CC9A19 /* meta_model.stencil */ = {isa = PBXFileReference; lastKnownFileType = text; path = meta_model.stencil; sourceTree = "<group>"; };
    		F6BC6BA62683648800E4F37D /* lib_InternalSwiftSyntaxParser.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = lib_InternalSwiftSyntaxParser.dylib; path = Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/lib_InternalSwiftSyntaxParser.dylib; sourceTree = DEVELOPER_DIR; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXFileReference section */
    
    /* Begin PBXFrameworksBuildPhase section */
    		F6752A472683522200CC9A19 /* Frameworks */ = {
    			isa = PBXFrameworksBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6752A5C268354B900CC9A19 /* PathKit in Frameworks */,
    
    				F6752A6B2683600A00CC9A19 /* Stencil in Frameworks */,
    				F6BC6BA72683649000E4F37D /* lib_InternalSwiftSyntaxParser.dylib in Frameworks */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6752A592683534800CC9A19 /* ArgumentParser in Frameworks */,
    				F6752A662683599500CC9A19 /* SwiftSyntax in Frameworks */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXFrameworksBuildPhase section */
    
    /* Begin PBXGroup section */
    		F6752A412683522200CC9A19 = {
    			isa = PBXGroup;
    			children = (
    				F6752A4C2683522200CC9A19 /* SwiftMetaModelGenerator */,
    				F6752A4B2683522200CC9A19 /* Products */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6752A5E268357A200CC9A19 /* Frameworks */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			sourceTree = "<group>";
    		};
    		F6752A4B2683522200CC9A19 /* Products */ = {
    			isa = PBXGroup;
    			children = (
    				F6752A4A2683522200CC9A19 /* SwiftMetaModelGenerator */,
    			);
    			name = Products;
    			sourceTree = "<group>";
    		};
    		F6752A4C2683522200CC9A19 /* SwiftMetaModelGenerator */ = {
    			isa = PBXGroup;
    			children = (
    
    				F6752A6D2683606A00CC9A19 /* templates */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6752A4D2683522200CC9A19 /* main.swift */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6752A6726835A2F00CC9A19 /* DeclarationCollector.swift */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			path = SwiftMetaModelGenerator;
    			sourceTree = "<group>";
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6752A5E268357A200CC9A19 /* Frameworks */ = {
    			isa = PBXGroup;
    			children = (
    
    				F6BC6BA62683648800E4F37D /* lib_InternalSwiftSyntaxParser.dylib */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			name = Frameworks;
    			sourceTree = "<group>";
    		};
    
    		F6752A6D2683606A00CC9A19 /* templates */ = {
    			isa = PBXGroup;
    			children = (
    				F6752A6C2683602800CC9A19 /* meta_model.stencil */,
    			);
    			path = templates;
    			sourceTree = "<group>";
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXGroup section */
    
    /* Begin PBXNativeTarget section */
    		F6752A492683522200CC9A19 /* SwiftMetaModelGenerator */ = {
    			isa = PBXNativeTarget;
    			buildConfigurationList = F6752A512683522200CC9A19 /* Build configuration list for PBXNativeTarget "SwiftMetaModelGenerator" */;
    			buildPhases = (
    				F6752A462683522200CC9A19 /* Sources */,
    				F6752A472683522200CC9A19 /* Frameworks */,
    				F6752A482683522200CC9A19 /* CopyFiles */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6752A63268357D900CC9A19 /* Embed Libraries */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			buildRules = (
    			);
    			dependencies = (
    			);
    			name = SwiftMetaModelGenerator;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			packageProductDependencies = (
    				F6752A582683534800CC9A19 /* ArgumentParser */,
    				F6752A5B268354B900CC9A19 /* PathKit */,
    				F6752A652683599500CC9A19 /* SwiftSyntax */,
    
    				F6752A6A2683600A00CC9A19 /* Stencil */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			productName = SwiftMetaModelGenerator;
    			productReference = F6752A4A2683522200CC9A19 /* SwiftMetaModelGenerator */;
    			productType = "com.apple.product-type.tool";
    		};
    /* End PBXNativeTarget section */
    
    /* Begin PBXProject section */
    		F6752A422683522200CC9A19 /* Project object */ = {
    			isa = PBXProject;
    			attributes = {
    				LastSwiftUpdateCheck = 1250;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				LastUpgradeCheck = 1300;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				TargetAttributes = {
    					F6752A492683522200CC9A19 = {
    						CreatedOnToolsVersion = 12.5;
    					};
    				};
    			};
    			buildConfigurationList = F6752A452683522200CC9A19 /* Build configuration list for PBXProject "SwiftMetaModelGenerator" */;
    			compatibilityVersion = "Xcode 9.3";
    			developmentRegion = en;
    			hasScannedForEncodings = 0;
    			knownRegions = (
    				en,
    				Base,
    			);
    			mainGroup = F6752A412683522200CC9A19;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			packageReferences = (
    				F6752A572683534800CC9A19 /* XCRemoteSwiftPackageReference "swift-argument-parser" */,
    				F6752A5A268354B900CC9A19 /* XCRemoteSwiftPackageReference "PathKit" */,
    				F6752A642683598C00CC9A19 /* XCRemoteSwiftPackageReference "swift-syntax" */,
    
    				F6752A692683600A00CC9A19 /* XCRemoteSwiftPackageReference "Stencil" */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			productRefGroup = F6752A4B2683522200CC9A19 /* Products */;
    			projectDirPath = "";
    			projectRoot = "";
    			targets = (
    				F6752A492683522200CC9A19 /* SwiftMetaModelGenerator */,
    			);
    		};
    /* End PBXProject section */
    
    /* Begin PBXSourcesBuildPhase section */
    		F6752A462683522200CC9A19 /* Sources */ = {
    			isa = PBXSourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6752A6826835A2F00CC9A19 /* DeclarationCollector.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6752A4E2683522200CC9A19 /* main.swift in Sources */,
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXSourcesBuildPhase section */
    
    /* Begin XCBuildConfiguration section */
    		F6752A4F2683522200CC9A19 /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ALWAYS_SEARCH_USER_PATHS = NO;
    				CLANG_ANALYZER_NONNULL = YES;
    				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
    				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
    				CLANG_CXX_LIBRARY = "libc++";
    				CLANG_ENABLE_MODULES = YES;
    				CLANG_ENABLE_OBJC_ARC = YES;
    				CLANG_ENABLE_OBJC_WEAK = YES;
    				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
    				CLANG_WARN_BOOL_CONVERSION = YES;
    				CLANG_WARN_COMMA = YES;
    				CLANG_WARN_CONSTANT_CONVERSION = YES;
    				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
    				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
    				CLANG_WARN_EMPTY_BODY = YES;
    				CLANG_WARN_ENUM_CONVERSION = YES;
    				CLANG_WARN_INFINITE_RECURSION = YES;
    				CLANG_WARN_INT_CONVERSION = YES;
    				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
    				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
    				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
    				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
    				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
    				CLANG_WARN_STRICT_PROTOTYPES = YES;
    				CLANG_WARN_SUSPICIOUS_MOVE = YES;
    				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
    				CLANG_WARN_UNREACHABLE_CODE = YES;
    				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    				COPY_PHASE_STRIP = NO;
    				DEBUG_INFORMATION_FORMAT = dwarf;
    				ENABLE_STRICT_OBJC_MSGSEND = YES;
    				ENABLE_TESTABILITY = YES;
    				GCC_C_LANGUAGE_STANDARD = gnu11;
    				GCC_DYNAMIC_NO_PIC = NO;
    				GCC_NO_COMMON_BLOCKS = YES;
    				GCC_OPTIMIZATION_LEVEL = 0;
    				GCC_PREPROCESSOR_DEFINITIONS = (
    					"DEBUG=1",
    					"$(inherited)",
    				);
    				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    				GCC_WARN_UNDECLARED_SELECTOR = YES;
    				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    				GCC_WARN_UNUSED_FUNCTION = YES;
    				GCC_WARN_UNUSED_VARIABLE = YES;
    				MACOSX_DEPLOYMENT_TARGET = 11.3;
    				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
    				MTL_FAST_MATH = YES;
    				ONLY_ACTIVE_ARCH = YES;
    				SDKROOT = macosx;
    				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
    				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
    			};
    			name = Debug;
    		};
    		F6752A502683522200CC9A19 /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ALWAYS_SEARCH_USER_PATHS = NO;
    				CLANG_ANALYZER_NONNULL = YES;
    				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
    				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
    				CLANG_CXX_LIBRARY = "libc++";
    				CLANG_ENABLE_MODULES = YES;
    				CLANG_ENABLE_OBJC_ARC = YES;
    				CLANG_ENABLE_OBJC_WEAK = YES;
    				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
    				CLANG_WARN_BOOL_CONVERSION = YES;
    				CLANG_WARN_COMMA = YES;
    				CLANG_WARN_CONSTANT_CONVERSION = YES;
    				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
    				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
    				CLANG_WARN_EMPTY_BODY = YES;
    				CLANG_WARN_ENUM_CONVERSION = YES;
    				CLANG_WARN_INFINITE_RECURSION = YES;
    				CLANG_WARN_INT_CONVERSION = YES;
    				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
    				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
    				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
    				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
    				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
    				CLANG_WARN_STRICT_PROTOTYPES = YES;
    				CLANG_WARN_SUSPICIOUS_MOVE = YES;
    				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
    				CLANG_WARN_UNREACHABLE_CODE = YES;
    				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    				COPY_PHASE_STRIP = NO;
    				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    				ENABLE_NS_ASSERTIONS = NO;
    				ENABLE_STRICT_OBJC_MSGSEND = YES;
    				GCC_C_LANGUAGE_STANDARD = gnu11;
    				GCC_NO_COMMON_BLOCKS = YES;
    				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    				GCC_WARN_UNDECLARED_SELECTOR = YES;
    				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    				GCC_WARN_UNUSED_FUNCTION = YES;
    				GCC_WARN_UNUSED_VARIABLE = YES;
    				MACOSX_DEPLOYMENT_TARGET = 11.3;
    				MTL_ENABLE_DEBUG_INFO = NO;
    				MTL_FAST_MATH = YES;
    				SDKROOT = macosx;
    				SWIFT_COMPILATION_MODE = wholemodule;
    				SWIFT_OPTIMIZATION_LEVEL = "-O";
    			};
    			name = Release;
    		};
    		F6752A522683522200CC9A19 /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				CODE_SIGN_STYLE = Automatic;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				ENABLE_HARDENED_RUNTIME = YES;
    				PRODUCT_NAME = "$(TARGET_NAME)";
    				SWIFT_VERSION = 5.0;
    			};
    			name = Debug;
    		};
    		F6752A532683522200CC9A19 /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				CODE_SIGN_STYLE = Automatic;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				ENABLE_HARDENED_RUNTIME = YES;
    				PRODUCT_NAME = "$(TARGET_NAME)";
    				SWIFT_VERSION = 5.0;
    			};
    			name = Release;
    		};
    /* End XCBuildConfiguration section */
    
    /* Begin XCConfigurationList section */
    		F6752A452683522200CC9A19 /* Build configuration list for PBXProject "SwiftMetaModelGenerator" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				F6752A4F2683522200CC9A19 /* Debug */,
    				F6752A502683522200CC9A19 /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    			defaultConfigurationName = Release;
    		};
    		F6752A512683522200CC9A19 /* Build configuration list for PBXNativeTarget "SwiftMetaModelGenerator" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				F6752A522683522200CC9A19 /* Debug */,
    				F6752A532683522200CC9A19 /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    			defaultConfigurationName = Release;
    		};
    /* End XCConfigurationList section */
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    
    /* Begin XCRemoteSwiftPackageReference section */
    		F6752A572683534800CC9A19 /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = {
    			isa = XCRemoteSwiftPackageReference;
    			repositoryURL = "https://github.com/apple/swift-argument-parser";
    			requirement = {
    				kind = upToNextMajorVersion;
    
    				minimumVersion = 1.0.1;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			};
    		};
    		F6752A5A268354B900CC9A19 /* XCRemoteSwiftPackageReference "PathKit" */ = {
    			isa = XCRemoteSwiftPackageReference;
    			repositoryURL = "https://github.com/kylef/PathKit.git";
    			requirement = {
    				kind = upToNextMajorVersion;
    
    				minimumVersion = 1.0.1;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			};
    		};
    		F6752A642683598C00CC9A19 /* XCRemoteSwiftPackageReference "swift-syntax" */ = {
    			isa = XCRemoteSwiftPackageReference;
    			repositoryURL = "https://github.com/apple/swift-syntax.git";
    			requirement = {
    				kind = upToNextMajorVersion;
    
    				minimumVersion = 0.50500.0;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			};
    		};
    
    		F6752A692683600A00CC9A19 /* XCRemoteSwiftPackageReference "Stencil" */ = {
    			isa = XCRemoteSwiftPackageReference;
    			repositoryURL = "https://github.com/kylef/Stencil.git";
    			requirement = {
    				kind = upToNextMajorVersion;
    				minimumVersion = 0.14.1;
    			};
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End XCRemoteSwiftPackageReference section */
    
    /* Begin XCSwiftPackageProductDependency section */
    		F6752A582683534800CC9A19 /* ArgumentParser */ = {
    			isa = XCSwiftPackageProductDependency;
    			package = F6752A572683534800CC9A19 /* XCRemoteSwiftPackageReference "swift-argument-parser" */;
    			productName = ArgumentParser;
    		};
    		F6752A5B268354B900CC9A19 /* PathKit */ = {
    			isa = XCSwiftPackageProductDependency;
    			package = F6752A5A268354B900CC9A19 /* XCRemoteSwiftPackageReference "PathKit" */;
    			productName = PathKit;
    		};
    		F6752A652683599500CC9A19 /* SwiftSyntax */ = {
    			isa = XCSwiftPackageProductDependency;
    			package = F6752A642683598C00CC9A19 /* XCRemoteSwiftPackageReference "swift-syntax" */;
    			productName = SwiftSyntax;
    		};
    
    		F6752A6A2683600A00CC9A19 /* Stencil */ = {
    			isa = XCSwiftPackageProductDependency;
    			package = F6752A692683600A00CC9A19 /* XCRemoteSwiftPackageReference "Stencil" */;
    			productName = Stencil;
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End XCSwiftPackageProductDependency section */
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    	};
    	rootObject = F6752A422683522200CC9A19 /* Project object */;
    }