diff --git a/.swiftlint.yml b/.swiftlint.yml index 3a8d44ec..9ab84222 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -1,4 +1,4 @@ -swiftlint_version: 0.29.3 +swiftlint_version: 0.30.1 opt_in_rules: - anyobject_protocol @@ -12,6 +12,7 @@ opt_in_rules: - convenience_type - discouraged_optional_boolean - discouraged_optional_collection + - duplicate_imports - empty_count - empty_string - fallthrough @@ -36,6 +37,7 @@ opt_in_rules: - multiline_literal_brackets - multiline_parameters - multiline_parameters_brackets + - nslocalizedstring_key - number_separator - object_literal - operator_usage_whitespace @@ -49,11 +51,13 @@ opt_in_rules: - sorted_first_last - sorted_imports - static_operator + - strong_iboutlet - toggle_bool - trailing_closure - unavailable_function - unneeded_parentheses_in_closure_argument - unused_control_flow_label + - unused_setter_value - vertical_parameter_alignment_on_call - vertical_whitespace_closing_braces - vertical_whitespace_opening_braces diff --git a/CHANGELOG.md b/CHANGELOG.md index 3363b807..822a0b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,10 @@ _None_ ### Internal Changes -* Update to SwiftLint 0.29.3 and enable some extra SwiftLint rules. +* Update to SwiftLint 0.30.1 and enable some extra SwiftLint rules. [David Jennes](https://github.com/djbe) [#112](https://github.com/SwiftGen/StencilSwiftKit/pull/112) + [#114](https://github.com/SwiftGen/StencilSwiftKit/pull/114) ## 2.7.1 diff --git a/Gemfile b/Gemfile index 714c9873..b0c3608f 100644 --- a/Gemfile +++ b/Gemfile @@ -10,8 +10,8 @@ end # In addition to :build, for contributing group :development do - gem 'cocoapods', '~> 1.6.0.beta.2' - gem 'rubocop', '~> 0.62' + gem 'cocoapods', '~> 1.6.0.rc.1' + gem 'rubocop', '~> 0.63' end # For releasing to GitHub diff --git a/Gemfile.lock b/Gemfile.lock index cae3b3cf..25e1e36d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,10 +12,10 @@ GEM ast (2.4.0) atomos (0.1.3) claide (1.0.2) - cocoapods (1.6.0.beta.2) + cocoapods (1.6.0.rc.1) activesupport (>= 4.0.2, < 5) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.6.0.beta.2) + cocoapods-core (= 1.6.0.rc.1) cocoapods-deintegrate (>= 1.0.2, < 2.0) cocoapods-downloader (>= 1.2.2, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -25,13 +25,13 @@ GEM cocoapods-try (>= 1.1.0, < 2.0) colored2 (~> 3.1) escape (~> 0.0.4) - fourflusher (~> 2.0.1) + fourflusher (~> 2.1.0) gh_inspector (~> 1.0) molinillo (~> 0.6.6) nap (~> 1.0) ruby-macho (~> 1.3, >= 1.3.1) - xcodeproj (>= 1.7.0, < 2.0) - cocoapods-core (1.6.0.beta.2) + xcodeproj (>= 1.8.0, < 2.0) + cocoapods-core (1.6.0.rc.1) activesupport (>= 4.0.2, < 6) fuzzy_match (~> 2.0.4) nap (~> 1.0) @@ -40,7 +40,7 @@ GEM cocoapods-plugins (1.0.0) nap cocoapods-search (1.0.0) - cocoapods-stats (1.0.0) + cocoapods-stats (1.1.0) cocoapods-trunk (1.3.1) nap (>= 0.8, < 2.0) netrc (~> 0.11) @@ -50,12 +50,12 @@ GEM escape (0.0.4) faraday (0.15.4) multipart-post (>= 1.2, < 3) - fourflusher (2.0.1) + fourflusher (2.1.0) fuzzy_match (2.0.4) gh_inspector (1.1.3) i18n (0.9.5) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.1) + jaro_winkler (1.5.2) minitest (5.11.3) molinillo (0.6.6) multipart-post (2.0.0) @@ -64,15 +64,15 @@ GEM netrc (0.11.0) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) - parallel (1.12.1) - parser (2.5.3.0) + parallel (1.13.0) + parser (2.6.0.0) ast (~> 2.4.0) powerpack (0.1.2) public_suffix (3.0.3) rainbow (3.0.0) rake (12.3.2) rouge (2.0.7) - rubocop (0.62.0) + rubocop (0.63.1) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) @@ -89,7 +89,7 @@ GEM tzinfo (1.2.5) thread_safe (~> 0.1) unicode-display_width (1.4.1) - xcodeproj (1.7.0) + xcodeproj (1.8.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) @@ -102,10 +102,10 @@ PLATFORMS ruby DEPENDENCIES - cocoapods (~> 1.6.0.beta.2) + cocoapods (~> 1.6.0.rc.1) octokit (~> 4.13) rake (~> 12.3) - rubocop (~> 0.62) + rubocop (~> 0.63) xcpretty BUNDLED WITH diff --git a/Package.resolved b/Package.resolved index 629810fc..8f069df9 100644 --- a/Package.resolved +++ b/Package.resolved @@ -24,8 +24,8 @@ "repositoryURL": "https://github.com/stencilproject/Stencil.git", "state": { "branch": null, - "revision": "c7dbba41a5cf7ab5a5bdfb5f7855170d05c5f031", - "version": "0.13.0" + "revision": "0e9a78d6584e3812cd9c09494d5c7b483e8f533c", + "version": "0.13.1" } } ] diff --git a/Podfile b/Podfile index 437dd58b..eee52e16 100644 --- a/Podfile +++ b/Podfile @@ -5,5 +5,5 @@ raise 'Please use bundle exec to run the pod command' unless defined?(Bundler) target 'Tests' do pod 'StencilSwiftKit', path: '.' - pod 'SwiftLint', '~> 0.29' + pod 'SwiftLint', '~> 0.30' end diff --git a/Podfile.lock b/Podfile.lock index 4c783594..db26e5ea 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -4,11 +4,11 @@ PODS: - PathKit (~> 0.9.0) - StencilSwiftKit (2.7.1): - Stencil (~> 0.13.1) - - SwiftLint (0.29.3) + - SwiftLint (0.30.1) DEPENDENCIES: - StencilSwiftKit (from `.`) - - SwiftLint (~> 0.29) + - SwiftLint (~> 0.30) SPEC REPOS: https://github.com/cocoapods/specs.git: @@ -24,8 +24,8 @@ SPEC CHECKSUMS: PathKit: 273f59a38e3218eb95abd9f6a61730a8bcfd2f06 Stencil: b5128a0a43ece9225db5cbd94d6569fe6fba609b StencilSwiftKit: e16b4580ae8cec0af6deea1924200ae733042162 - SwiftLint: bfa7ca7b4d170cfaf0d236ca3ffd969e88a2f002 + SwiftLint: a54bf1fe12b55c68560eb2a7689dfc81458508f7 -PODFILE CHECKSUM: dc07e3bb2d5b477586d93c79a4bbd9e79a49960f +PODFILE CHECKSUM: 3b7a88190f628a5b558919e2cdb79ba9e9a27c2f -COCOAPODS: 1.6.0.beta.2 +COCOAPODS: 1.6.0.rc.1 diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 4c783594..db26e5ea 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -4,11 +4,11 @@ PODS: - PathKit (~> 0.9.0) - StencilSwiftKit (2.7.1): - Stencil (~> 0.13.1) - - SwiftLint (0.29.3) + - SwiftLint (0.30.1) DEPENDENCIES: - StencilSwiftKit (from `.`) - - SwiftLint (~> 0.29) + - SwiftLint (~> 0.30) SPEC REPOS: https://github.com/cocoapods/specs.git: @@ -24,8 +24,8 @@ SPEC CHECKSUMS: PathKit: 273f59a38e3218eb95abd9f6a61730a8bcfd2f06 Stencil: b5128a0a43ece9225db5cbd94d6569fe6fba609b StencilSwiftKit: e16b4580ae8cec0af6deea1924200ae733042162 - SwiftLint: bfa7ca7b4d170cfaf0d236ca3ffd969e88a2f002 + SwiftLint: a54bf1fe12b55c68560eb2a7689dfc81458508f7 -PODFILE CHECKSUM: dc07e3bb2d5b477586d93c79a4bbd9e79a49960f +PODFILE CHECKSUM: 3b7a88190f628a5b558919e2cdb79ba9e9a27c2f -COCOAPODS: 1.6.0.beta.2 +COCOAPODS: 1.6.0.rc.1 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index e3305947..0b856638 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -3,615 +3,614 @@ archiveVersion = 1; classes = { }; - objectVersion = 46; + objectVersion = 47; objects = { /* Begin PBXAggregateTarget section */ - A6675E0B198ED4D682290B3342FB5AA8 /* SwiftLint */ = { + 7DDAA2DBF2A431993E7DC1DCFC8C0C35 /* SwiftLint */ = { isa = PBXAggregateTarget; - buildConfigurationList = 6769A5A97A5F34659472D649AC6E5580 /* Build configuration list for PBXAggregateTarget "SwiftLint" */; + buildConfigurationList = 8F3021AB536BBFEB240A19FA9B459EBA /* Build configuration list for PBXAggregateTarget "SwiftLint" */; buildPhases = ( ); dependencies = ( ); name = SwiftLint; - productName = SwiftLint; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000E254EC7D0A7AB0982791D40DA32AC /* Include.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCE0663B0AB0D70AACC90C3A5BEFC3B /* Include.swift */; }; - 029404DD08522A5B45E5F2CF2225649C /* PathKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A850699C1E0B1DFD861720AE90328653 /* PathKit-dummy.m */; }; - 05A898CC46558073E9232DF7666273BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FF7A87E61EAE449196BC77EA438383CC /* Foundation.framework */; }; - 0C362B5A2E4C0B9E742BFBE8FB8BD885 /* CallMacroNodes.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE2358EB382FB06A8076D187431B68D8 /* CallMacroNodes.swift */; }; - 1628BDDAC643BD394350AE8B62E1057C /* SetNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D67066B7C7C28056F4873394EB928D7 /* SetNode.swift */; }; - 21CBE0A0E136DE66310BE0EF9387ADA1 /* Pods-Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F0A2D8F304A80E2E409C3FA1F11EF504 /* Pods-Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3001C99A777DA2DA5D5C76E81E046B57 /* Stencil.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A68FA9661EC6B4BA5415DDD474F7F00 /* Stencil.framework */; }; - 30615F4C83831885620062E27C997D42 /* Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860891D597B9CB995345EA8739F9726F /* Extension.swift */; }; - 33B12CF6F2416C606217DDC428F7BC71 /* Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 486F2098EAB4AB2B64F9233C6B3F692E /* Parser.swift */; }; - 3E26BC82BCCC816F542084823A237FAC /* Filters+Numbers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15FAD5B78079BC51AD55AC121F5777AE /* Filters+Numbers.swift */; }; - 3E689FE37BC42C3C296D41ADDF8C3F20 /* Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2F63E3F4A9A9287AD87883460942ED3 /* Context.swift */; }; - 4025745F191260BEA8E817E6528EB196 /* Parameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 055B004D1FAD6CE16E3A55910D90DD30 /* Parameters.swift */; }; - 4953D5AF4C15B166CCF6527779455023 /* StencilSwiftKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A9655618BA24020710C4C567390FFCA8 /* StencilSwiftKit-dummy.m */; }; - 49680E996C568BB0EB992D362FAC9EEB /* Template.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B52B02C87DDF9FFE184F9A242F02C58 /* Template.swift */; }; - 4A35B7CD6CDFDAC43DF888A6B9890341 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D2739609CEA1953DAE666BA98534329 /* Cocoa.framework */; }; - 4AA2D25AA34BC2E026110EF24F5D3D0A /* StencilSwiftKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ABE87F25D2DFE8F13FAD6E1C2E8A5ED7 /* StencilSwiftKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 53EB293FFFEC22E79D4E0DE3D0B0C334 /* Tokenizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE0BFFADB75360D3D8BE93A06D62B9C1 /* Tokenizer.swift */; }; - 540C651E9BCA4E87D89A9CE1688F6814 /* Inheritence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45F3D1272E87CFE7C3801AA7F75765E5 /* Inheritence.swift */; }; - 564B9064A2280A5CF7CDEB035ABE5B01 /* Filters+Strings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F81F7F945E7EA85B1F4F7371DC3BC97 /* Filters+Strings.swift */; }; - 566A625DCC00E6BE80B9467690310FA8 /* Variable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D236592A0C3BCB8FE3E70CA315124D2 /* Variable.swift */; }; - 6701A482AEAA528C7F398025E46E5528 /* Node.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C366D5EDBA91B57F5392D05B2365BA7 /* Node.swift */; }; - 6D82A7470F8DE4CF327AECC7E715681A /* Environment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3775F211B265ECDCF48E2959DB4B8FE1 /* Environment.swift */; }; - 7295BAB45FC662B1CA2CE979701DBE31 /* NowTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6C4115CB2AD96A6CE54729606D0435B /* NowTag.swift */; }; - 744AB7BB65C428F438AF05AF834843DA /* KeyPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51B55299CFD5E1FD8FDBAE67700F7FA5 /* KeyPath.swift */; }; - 7907AA0F64D74051AF84DD4A852A7923 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D2739609CEA1953DAE666BA98534329 /* Cocoa.framework */; }; - 7B00A7B7E1F360EA2EDC817F59AE79CE /* ForTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5F1A5CFCD3F1737D5E691B3733107A3 /* ForTag.swift */; }; - 7D0FC8A3F8C678D56AAA077DDB638317 /* Environment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578838B8560D7634FBEE2543FC481F26 /* Environment.swift */; }; - 86D863E8996FEF799D7D7F5906D37EE5 /* StencilSwiftTemplate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1A9D1B1C9EB2FBA56A5D030BE6AACF /* StencilSwiftTemplate.swift */; }; - 894395DE79D8D471FFD8DB4ADA1100CA /* Stencil-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C59120FA5FC927902C3B9E550709D50 /* Stencil-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B83B36D4AB182F62AA09ABDE4E985DF /* PathKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D48A6D05FC3259E224C47FC14D382A0 /* PathKit.swift */; }; - A6F55A396147131E22584AC9C6B8F7A0 /* Stencil-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83FC4987B41BA6F814C213BBB5D393E1 /* Stencil-dummy.m */; }; - AB91B271B397341273CD2A9D21F19898 /* MapNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = F63842371A614DF5159130AF8034E785 /* MapNode.swift */; }; - ADC0D81AA61741E6576B3634EA50CDEF /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D2739609CEA1953DAE666BA98534329 /* Cocoa.framework */; }; - B42F1CE5DFAF73ADA2B7ED9E7C0F70E3 /* PathKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AD983C4639BD084891D04157416446 /* PathKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B5073E134DA6168D5ECD90A5A6048F26 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = F04CF468E0F4B66CFD0A82D0E13783F3 /* Expression.swift */; }; - C2F3AC7BC586EAFC7E7CD1D15B08462E /* Filters.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1653584522380918BCAD53DD1612F03 /* Filters.swift */; }; - D53CC8246E459C431EF8C588F668D869 /* IfTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4D0FE9E1B84A686A616A861AEE56CD2 /* IfTag.swift */; }; - D9C4D2F645DF033C33EA8B95E8B411BD /* Lexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 934016B9C51B99E8A1AD2678F5D0F326 /* Lexer.swift */; }; - DE441B6963A4050DC789288FA1ED7CDD /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D2739609CEA1953DAE666BA98534329 /* Cocoa.framework */; }; - E0EF35AF859D042BCBECE47567F6711C /* Loader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1888CC2843EEF29508EB977B38A6017C /* Loader.swift */; }; - E0FB2076AF0EDFE31F6F483E9EEFF038 /* Filters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66FB94C10869EC6910BDD1ED3B0099AA /* Filters.swift */; }; - E1003BC13DFFD26E5B6CE822DC669264 /* Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46689C9893E70FC7C27E3575A5B4694 /* Context.swift */; }; - EA0C55454FCA6D6CB13F25B6630FCEEE /* SwiftIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2C37C6D6296927BC5EAF42AEDC83EEE /* SwiftIdentifier.swift */; }; - F3F2EB2118450DCDAAC97F82D91F2D26 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = D73EE5B3A3A1A9BA63B33B0BC662E9CB /* Errors.swift */; }; - FC4947E2EE14CCA5CC6E3B82DF20A32E /* PathKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0436538F42B0A2EC1C972F8EE47937E0 /* PathKit.framework */; }; - FF22DD175C3C1069C0C0516955BF1C55 /* FilterTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87395FCCC2502733BC66FCD2DE60A502 /* FilterTag.swift */; }; - FF3B2763913A6A41CDB563C9E0BEBBAB /* Pods-Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BFC7EF9B29A910844792973F01013E5 /* Pods-Tests-dummy.m */; }; + 1A920BFE38973EBB823EE66209028777 /* Environment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95068B1B7A8EC0B573958A1BE77E10AA /* Environment.swift */; }; + 1B120A6114E2CCFA54054610EECD5B6A /* NowTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC67A80B0ED2B0CB9F6F67B061E8AD8 /* NowTag.swift */; }; + 1F038707EAA72E1C7013284602286A0D /* Parameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 318406DEF92228698A88CD77984642E1 /* Parameters.swift */; }; + 20ED5215CEE17A50AA854F26A2EB3500 /* Stencil-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F5902E179E8E26C50841A675E1220951 /* Stencil-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 213444DCF73CF06F7BCA64DF893C51D9 /* Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 710871E606B07840D78E93949581B257 /* Parser.swift */; }; + 37E451BA72FFFB8B7E8E53E76695ACAA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC21417B982EDF7D52768DDACFA6BF4D /* Cocoa.framework */; }; + 3AFF7CAF67033DAC2C061887E086BE9B /* FilterTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0E378E1720378E30DECAB64F407A46A /* FilterTag.swift */; }; + 3CD15CAE34A8BE546C30AF0FACF260C0 /* Variable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E69874001E69C9DE09F9F51E30191331 /* Variable.swift */; }; + 3E8343C5D861A2785336ECD4D7314BFF /* PathKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E138AAF5D346377B65C9D2087CF00D6D /* PathKit.framework */; }; + 4539FA9A8F0133A907463753950E14AF /* Lexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66C6B0256AB54D063D3AF3756C855B75 /* Lexer.swift */; }; + 4AD17DC0EDD2E04CC616EAF142E0813B /* Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A6D8D2328351D2F508E26BF122163F4 /* Extension.swift */; }; + 4F40B9628426BF617A075EFD2680F7BD /* Filters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8838E42D078006D44F5C2BA4985E708F /* Filters.swift */; }; + 4F5246D35F17AD762FED2ECDAC47AE9F /* Stencil-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 37DEEBB8DBB44C1D7F2516F010CB0DD6 /* Stencil-dummy.m */; }; + 55E638DD447312B2DD29D181AB41790E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92C81696076E744A7B226C74CBE9675A /* Foundation.framework */; }; + 5FCDFD296D1A79C530B7103523761A38 /* Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = A823A17573120CB02B2373A44C79EFAB /* Context.swift */; }; + 6BF18D5795BC82439B7640F61CE46A43 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC21417B982EDF7D52768DDACFA6BF4D /* Cocoa.framework */; }; + 6E757600E4D22BD9AADC9A570C721F4C /* Environment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810F21A4B2027AAB074BC7AF86297353 /* Environment.swift */; }; + 6FD6739660816DD010221AE8CF2BE574 /* SetNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 942ADD3EC46DE599C53DCE90F71176B7 /* SetNode.swift */; }; + 71500A07C1D29858F706C35165C5FB75 /* PathKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9E51A722AC5B752F55B0FAD17FC2E17 /* PathKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 724D839C711609C3858084741091B53D /* CallMacroNodes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F05D9FDC2E744D96FC702270CB55A94 /* CallMacroNodes.swift */; }; + 72B6734928DF9F090D70585BA42FA2ED /* StencilSwiftKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FCC161816D48A546DF69B4D35D697F4D /* StencilSwiftKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 784BDBDD7317A7CB2578CEB6623E00C0 /* Node.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB45192477FAD33422D6662F6B54DC /* Node.swift */; }; + 7921B967C964C65FEDC450E5DE295ADE /* Filters+Numbers.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2461EE36CEAAF9C767E2FE379260D06 /* Filters+Numbers.swift */; }; + 7ECF1F6EDEC4C7354B0C6D5B2DCE5B7E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC21417B982EDF7D52768DDACFA6BF4D /* Cocoa.framework */; }; + 7F9902C2025F29358675ED5508E6AEA9 /* Template.swift in Sources */ = {isa = PBXBuildFile; fileRef = 218DED422A1E9EC527B6E9E7370EA28A /* Template.swift */; }; + 7FF40ADAAAAEDF4F4F491A0E5776D8C6 /* Inheritence.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD0B7234172778D8FEC3B734FDB46D1 /* Inheritence.swift */; }; + 82E768AD0249C7419997258CF7C6E455 /* Loader.swift in Sources */ = {isa = PBXBuildFile; fileRef = B503B4455B5062EEC8BBDC373A6A911F /* Loader.swift */; }; + 8BC7D3213B74CE45C50EA93451E61B98 /* Stencil.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 962439B2C168D3E1E23FFFCCBE30364A /* Stencil.framework */; }; + 97FA6B3ED1F6B5F52D89E61C0894D8C7 /* ForTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = D99586FD01671E87845F6EBC85A982A5 /* ForTag.swift */; }; + 9D1858AFFB87617A0382C3C2888FCDE6 /* PathKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F6BBD01B668B04BF5247D9654EAD8BE /* PathKit.swift */; }; + AB6228C20220F1DFA9D569D31508CEC5 /* Pods-Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9812C8BFFAE7A0CE29081623790E5433 /* Pods-Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC94A1FFA67C21EAF9447CE1EF4A6D9C /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1551541EBDC254068E5DF5DEC4BC31A /* Errors.swift */; }; + AD89F8DA51D52CE978FD9E05EAC5E9A1 /* KeyPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15748181551843C6BA92724D5E6A4C0B /* KeyPath.swift */; }; + ADB80271775CCBAC8C2F951057491849 /* MapNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2A81DD292E14B470A06C882D5A8FBE1 /* MapNode.swift */; }; + B38A2C3202893DFAB0C57D424A5ED9A1 /* PathKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 744189D8A11FFB49E71EE5B4C0A1AFE1 /* PathKit-dummy.m */; }; + B42124B41323578FB942AA48D56C79E5 /* StencilSwiftKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F494A469990603D72142C20D46822B9A /* StencilSwiftKit-dummy.m */; }; + B4CFEC4436157B9538D9F6E98171345E /* Tokenizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87C0F22B9DF3D1F88C46B4CD678873B4 /* Tokenizer.swift */; }; + B8738EC966BD20E0E20F2AB9B8036CC8 /* Filters+Strings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 627AEA78A1E681F3FA2373DD1A7DD8C1 /* Filters+Strings.swift */; }; + BAB2C3338567249265B8086F1C42905A /* Include.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDE236095FC59B6FEE4867A22F067A18 /* Include.swift */; }; + BCA82CA627C2F59615A56F5217197F13 /* Filters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D67D94F2C7B9D489D53F23B8A8D264B /* Filters.swift */; }; + D3A011F81E1D3FA794793AF247831D4D /* Pods-Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B17A7237FFC931D66C1081B033B6A7E /* Pods-Tests-dummy.m */; }; + D49D521959492A10FD1F317CD06F304C /* Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC027AED4A9A2C2A0B8FD9E535570AFB /* Context.swift */; }; + E32D42CDB5EB33C7A7AEEAB01B86317E /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19CD8E072F700E6ACE897DA4F368762E /* Expression.swift */; }; + E584F8CA4BA57068FC2D5F791E861440 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC21417B982EDF7D52768DDACFA6BF4D /* Cocoa.framework */; }; + E81E504DDB8DC87CB710120ECCDE18A6 /* IfTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D8B818E7D2F060B62C657E7F64833D /* IfTag.swift */; }; + F5B90AB0C1C2F53B4E1C1909300E392E /* SwiftIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885B77A4259FEC322967B3726ACFD6AD /* SwiftIdentifier.swift */; }; + F9E69AFD8D04BF3CC9E17425D6FAB6C5 /* StencilSwiftTemplate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C960079B7B4CA80A5E1EB9A48E16E6F /* StencilSwiftTemplate.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 53F12793E02229833ABA540FDDA6B494 /* PBXContainerItemProxy */ = { + 458D0ADF992FF8D5DDD1320A00BD978E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3F10EE522AA7AFABC01820722768066D; + remoteGlobalIDString = B27AF1C7A304278E2F62F9BEB0D8AA42; remoteInfo = PathKit; }; - 763709EA892CF49BE1750B451B695A44 /* PBXContainerItemProxy */ = { + 4E56CAE60B40531A512DC425DBE24496 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CED312B26472304A3CCD67A4D60B91EE; - remoteInfo = StencilSwiftKit; + remoteGlobalIDString = 9778C98B330F897A297B1863CA25C401; + remoteInfo = Stencil; }; - 9DD14173779376A998E3B92C0086D855 /* PBXContainerItemProxy */ = { + 75E106C868A38BB40A944A8A918B338D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A6675E0B198ED4D682290B3342FB5AA8; + remoteGlobalIDString = 7DDAA2DBF2A431993E7DC1DCFC8C0C35; remoteInfo = SwiftLint; }; - A23107D8DB2ADCB7242783B0A3C958C7 /* PBXContainerItemProxy */ = { + 774658C224E49B8E71D0D670109F4E43 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3F10EE522AA7AFABC01820722768066D; - remoteInfo = PathKit; + remoteGlobalIDString = 9778C98B330F897A297B1863CA25C401; + remoteInfo = Stencil; }; - AE309F068D31121EC4F47AD80C6FFF43 /* PBXContainerItemProxy */ = { + CD03AB50618939D215A1914E90628771 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7E1598BC8E4311361677AD753FC48C11; - remoteInfo = Stencil; + remoteGlobalIDString = 6A47EE5FE9017D7762FEEEAF15D13E71; + remoteInfo = StencilSwiftKit; }; - FB3E76911D1F5D354E3C337B2EA50F39 /* PBXContainerItemProxy */ = { + DD836ECFC9E74D7EC1BE9C5425AAAE39 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7E1598BC8E4311361677AD753FC48C11; - remoteInfo = Stencil; + remoteGlobalIDString = B27AF1C7A304278E2F62F9BEB0D8AA42; + remoteInfo = PathKit; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0436538F42B0A2EC1C972F8EE47937E0 /* PathKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PathKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 055B004D1FAD6CE16E3A55910D90DD30 /* Parameters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Parameters.swift; path = Sources/StencilSwiftKit/Parameters.swift; sourceTree = ""; }; - 0DC4B2FE8202DC351DA9D562CE0FECCB /* Pods-Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Tests-frameworks.sh"; sourceTree = ""; }; - 15FAD5B78079BC51AD55AC121F5777AE /* Filters+Numbers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Filters+Numbers.swift"; path = "Sources/StencilSwiftKit/Filters+Numbers.swift"; sourceTree = ""; }; - 1888CC2843EEF29508EB977B38A6017C /* Loader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Loader.swift; path = Sources/Loader.swift; sourceTree = ""; }; - 1AED59C2C10E35D66822E942AC699B8E /* PathKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PathKit.modulemap; sourceTree = ""; }; - 1B52B02C87DDF9FFE184F9A242F02C58 /* Template.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Template.swift; path = Sources/Template.swift; sourceTree = ""; }; - 1CCE0663B0AB0D70AACC90C3A5BEFC3B /* Include.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Include.swift; path = Sources/Include.swift; sourceTree = ""; }; - 1D2739609CEA1953DAE666BA98534329 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; - 1DD911B8ECD8F57EBACBC0F34455D10A /* Stencil-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Stencil-Info.plist"; sourceTree = ""; }; - 30A8E9B611C0425934CA810A736A63ED /* Stencil-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Stencil-prefix.pch"; sourceTree = ""; }; - 351D229C0FCFC7B3571671631111EE1C /* Pods_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3775F211B265ECDCF48E2959DB4B8FE1 /* Environment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Environment.swift; path = Sources/Environment.swift; sourceTree = ""; }; - 3BFC7EF9B29A910844792973F01013E5 /* Pods-Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Tests-dummy.m"; sourceTree = ""; }; - 43A28FC9B2E6DD73406E2F1B01F1AF94 /* Stencil.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Stencil.xcconfig; sourceTree = ""; }; - 45F3D1272E87CFE7C3801AA7F75765E5 /* Inheritence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Inheritence.swift; path = Sources/Inheritence.swift; sourceTree = ""; }; - 46E2045199EE4413FF9FB3CDEE375896 /* Pods-Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Tests-acknowledgements.markdown"; sourceTree = ""; }; - 486F2098EAB4AB2B64F9233C6B3F692E /* Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Parser.swift; path = Sources/Parser.swift; sourceTree = ""; }; - 49BCF2F8CB8DBEA0E51D00A9DE6AC7F5 /* Stencil.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Stencil.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4C59120FA5FC927902C3B9E550709D50 /* Stencil-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Stencil-umbrella.h"; sourceTree = ""; }; - 4D48A6D05FC3259E224C47FC14D382A0 /* PathKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PathKit.swift; path = Sources/PathKit.swift; sourceTree = ""; }; - 4F81F7F945E7EA85B1F4F7371DC3BC97 /* Filters+Strings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Filters+Strings.swift"; path = "Sources/StencilSwiftKit/Filters+Strings.swift"; sourceTree = ""; }; - 51B55299CFD5E1FD8FDBAE67700F7FA5 /* KeyPath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KeyPath.swift; path = Sources/KeyPath.swift; sourceTree = ""; }; - 578838B8560D7634FBEE2543FC481F26 /* Environment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Environment.swift; path = Sources/StencilSwiftKit/Environment.swift; sourceTree = ""; }; - 5D3250704CF1D8BBD1955C5A7CDD42E1 /* Pods-Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Tests.modulemap"; sourceTree = ""; }; - 63C41F45F6350C5C2570EF298D955E24 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 64941BB1AF43EDAEBFDAE53F5FA0C131 /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Tests.debug.xcconfig"; sourceTree = ""; }; - 652C3649F7991B79FA33E0DAD18B3E67 /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Tests.release.xcconfig"; sourceTree = ""; }; - 66FB94C10869EC6910BDD1ED3B0099AA /* Filters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filters.swift; path = Sources/Filters.swift; sourceTree = ""; }; - 69D11841D6CAF49D0092F3DD98B6C5F4 /* StencilSwiftKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "StencilSwiftKit-Info.plist"; sourceTree = ""; }; - 6D67066B7C7C28056F4873394EB928D7 /* SetNode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SetNode.swift; path = Sources/StencilSwiftKit/SetNode.swift; sourceTree = ""; }; - 74BFAE0A3E5F053BCEA7B99A3E35902A /* PathKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PathKit-prefix.pch"; sourceTree = ""; }; - 7D0820DE05590AC348A12CCAD55DF679 /* StencilSwiftKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = StencilSwiftKit.modulemap; sourceTree = ""; }; - 7D236592A0C3BCB8FE3E70CA315124D2 /* Variable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Variable.swift; path = Sources/Variable.swift; sourceTree = ""; }; - 7DB310C86ADAE310E9DF111FDD487FAF /* StencilSwiftKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StencilSwiftKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 83FC4987B41BA6F814C213BBB5D393E1 /* Stencil-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Stencil-dummy.m"; sourceTree = ""; }; - 860891D597B9CB995345EA8739F9726F /* Extension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Extension.swift; path = Sources/Extension.swift; sourceTree = ""; }; - 87395FCCC2502733BC66FCD2DE60A502 /* FilterTag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FilterTag.swift; path = Sources/FilterTag.swift; sourceTree = ""; }; - 90956951D7356521DA2D0C604F7C1FC2 /* Pods-Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Tests-acknowledgements.plist"; sourceTree = ""; }; - 934016B9C51B99E8A1AD2678F5D0F326 /* Lexer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lexer.swift; path = Sources/Lexer.swift; sourceTree = ""; }; - 9A68FA9661EC6B4BA5415DDD474F7F00 /* Stencil.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Stencil.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9C366D5EDBA91B57F5392D05B2365BA7 /* Node.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Node.swift; path = Sources/Node.swift; sourceTree = ""; }; - A2F63E3F4A9A9287AD87883460942ED3 /* Context.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Context.swift; path = Sources/Context.swift; sourceTree = ""; }; - A46689C9893E70FC7C27E3575A5B4694 /* Context.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Context.swift; path = Sources/StencilSwiftKit/Context.swift; sourceTree = ""; }; - A850699C1E0B1DFD861720AE90328653 /* PathKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PathKit-dummy.m"; sourceTree = ""; }; - A9655618BA24020710C4C567390FFCA8 /* StencilSwiftKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "StencilSwiftKit-dummy.m"; sourceTree = ""; }; - ABD0DDF9E7C3D04A5F54C53A563678BE /* StencilSwiftKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = StencilSwiftKit.xcconfig; sourceTree = ""; }; - ABE87F25D2DFE8F13FAD6E1C2E8A5ED7 /* StencilSwiftKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "StencilSwiftKit-umbrella.h"; sourceTree = ""; }; - B36AB396275697EEE1A5B13BA8A38FE3 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B4D0FE9E1B84A686A616A861AEE56CD2 /* IfTag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IfTag.swift; path = Sources/IfTag.swift; sourceTree = ""; }; - B6C4115CB2AD96A6CE54729606D0435B /* NowTag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NowTag.swift; path = Sources/NowTag.swift; sourceTree = ""; }; - BBBDE26588FAE420D4199354389C79B0 /* PathKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PathKit-Info.plist"; sourceTree = ""; }; - BD1A9D1B1C9EB2FBA56A5D030BE6AACF /* StencilSwiftTemplate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StencilSwiftTemplate.swift; path = Sources/StencilSwiftKit/StencilSwiftTemplate.swift; sourceTree = ""; }; - BE0BFFADB75360D3D8BE93A06D62B9C1 /* Tokenizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tokenizer.swift; path = Sources/Tokenizer.swift; sourceTree = ""; }; - C2C37C6D6296927BC5EAF42AEDC83EEE /* SwiftIdentifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftIdentifier.swift; path = Sources/StencilSwiftKit/SwiftIdentifier.swift; sourceTree = ""; }; - C68D522B00371B910EC16028EBD47384 /* PathKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PathKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D17219C3D54E948E3CEABADF5D971062 /* Stencil.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Stencil.modulemap; sourceTree = ""; }; - D73EE5B3A3A1A9BA63B33B0BC662E9CB /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = Sources/Errors.swift; sourceTree = ""; }; - D8AD983C4639BD084891D04157416446 /* PathKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PathKit-umbrella.h"; sourceTree = ""; }; - DE2358EB382FB06A8076D187431B68D8 /* CallMacroNodes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallMacroNodes.swift; path = Sources/StencilSwiftKit/CallMacroNodes.swift; sourceTree = ""; }; - DF22D2CA75B8BED02D28D1BA53D9E939 /* PathKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PathKit.xcconfig; sourceTree = ""; }; - DF74B7111E693CCCAA7B803CA34E1CAC /* SwiftLint.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftLint.xcconfig; sourceTree = ""; }; - DFF64F9D818CEEF7FD7EAA8F0FCB7643 /* StencilSwiftKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = StencilSwiftKit.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E1653584522380918BCAD53DD1612F03 /* Filters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filters.swift; path = Sources/StencilSwiftKit/Filters.swift; sourceTree = ""; }; - E45BA54FB349A844E7CDBEFB1A98B841 /* StencilSwiftKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "StencilSwiftKit-prefix.pch"; sourceTree = ""; }; - E5F1A5CFCD3F1737D5E691B3733107A3 /* ForTag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ForTag.swift; path = Sources/ForTag.swift; sourceTree = ""; }; - EF29FD998AB1B5D1968CD95271B9811E /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENCE; sourceTree = ""; }; - F04CF468E0F4B66CFD0A82D0E13783F3 /* Expression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expression.swift; path = Sources/Expression.swift; sourceTree = ""; }; - F0A2D8F304A80E2E409C3FA1F11EF504 /* Pods-Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Tests-umbrella.h"; sourceTree = ""; }; - F4642F148287E78F983FCD9C1041AD03 /* Pods-Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Tests-Info.plist"; sourceTree = ""; }; - F63842371A614DF5159130AF8034E785 /* MapNode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MapNode.swift; path = Sources/StencilSwiftKit/MapNode.swift; sourceTree = ""; }; - FF7A87E61EAE449196BC77EA438383CC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 04097D443AB57B5F96A393D0341F043E /* Stencil.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Stencil.xcconfig; sourceTree = ""; }; + 0B17A7237FFC931D66C1081B033B6A7E /* Pods-Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Tests-dummy.m"; sourceTree = ""; }; + 0C960079B7B4CA80A5E1EB9A48E16E6F /* StencilSwiftTemplate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StencilSwiftTemplate.swift; path = Sources/StencilSwiftKit/StencilSwiftTemplate.swift; sourceTree = ""; }; + 0F05D9FDC2E744D96FC702270CB55A94 /* CallMacroNodes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallMacroNodes.swift; path = Sources/StencilSwiftKit/CallMacroNodes.swift; sourceTree = ""; }; + 15748181551843C6BA92724D5E6A4C0B /* KeyPath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KeyPath.swift; path = Sources/KeyPath.swift; sourceTree = ""; }; + 18D86C30594F91A9A0BF1A52E54E7703 /* PathKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PathKit.xcconfig; sourceTree = ""; }; + 19CD8E072F700E6ACE897DA4F368762E /* Expression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expression.swift; path = Sources/Expression.swift; sourceTree = ""; }; + 218DED422A1E9EC527B6E9E7370EA28A /* Template.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Template.swift; path = Sources/Template.swift; sourceTree = ""; }; + 287AE70C8BCF43ABD626C6E80E47A65D /* StencilSwiftKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "StencilSwiftKit-prefix.pch"; sourceTree = ""; }; + 2EFBD42389A34A03448FFAF5AC4B4971 /* Pods-Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Tests-acknowledgements.markdown"; sourceTree = ""; }; + 318406DEF92228698A88CD77984642E1 /* Parameters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Parameters.swift; path = Sources/StencilSwiftKit/Parameters.swift; sourceTree = ""; }; + 3435DEB7E0AD63272228A5E300371F7E /* Pods-Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Tests-frameworks.sh"; sourceTree = ""; }; + 37DEEBB8DBB44C1D7F2516F010CB0DD6 /* Stencil-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Stencil-dummy.m"; sourceTree = ""; }; + 4772FA200ED16EF45290B5C79210F638 /* StencilSwiftKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = StencilSwiftKit.modulemap; sourceTree = ""; }; + 4CF5156E082B79F5814918CCB30727A4 /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; sourceTree = ""; }; + 5A6D8D2328351D2F508E26BF122163F4 /* Extension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Extension.swift; path = Sources/Extension.swift; sourceTree = ""; }; + 5B6F4E10F8775D07C93AAA3D40FCBC09 /* Stencil.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Stencil.framework; path = Stencil.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5F030FC4425A56401CDF80FEA2BE2A98 /* Stencil.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Stencil.modulemap; sourceTree = ""; }; + 627AEA78A1E681F3FA2373DD1A7DD8C1 /* Filters+Strings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Filters+Strings.swift"; path = "Sources/StencilSwiftKit/Filters+Strings.swift"; sourceTree = ""; }; + 66C6B0256AB54D063D3AF3756C855B75 /* Lexer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lexer.swift; path = Sources/Lexer.swift; sourceTree = ""; }; + 683AFDAC985FFF8700A86237206BACC0 /* Pods_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Tests.framework; path = "Pods-Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 6CC67A80B0ED2B0CB9F6F67B061E8AD8 /* NowTag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NowTag.swift; path = Sources/NowTag.swift; sourceTree = ""; }; + 6F6BBD01B668B04BF5247D9654EAD8BE /* PathKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PathKit.swift; path = Sources/PathKit.swift; sourceTree = ""; }; + 710871E606B07840D78E93949581B257 /* Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Parser.swift; path = Sources/Parser.swift; sourceTree = ""; }; + 744189D8A11FFB49E71EE5B4C0A1AFE1 /* PathKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PathKit-dummy.m"; sourceTree = ""; }; + 76EF9CBDA8194DF0E3846FCE518DD3AC /* Stencil-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Stencil-prefix.pch"; sourceTree = ""; }; + 7D67D94F2C7B9D489D53F23B8A8D264B /* Filters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filters.swift; path = Sources/StencilSwiftKit/Filters.swift; sourceTree = ""; }; + 7E32D98BFEFEA73FA8E1AAA724D88C87 /* StencilSwiftKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = StencilSwiftKit.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 810F21A4B2027AAB074BC7AF86297353 /* Environment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Environment.swift; path = Sources/Environment.swift; sourceTree = ""; }; + 87C0F22B9DF3D1F88C46B4CD678873B4 /* Tokenizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tokenizer.swift; path = Sources/Tokenizer.swift; sourceTree = ""; }; + 8838E42D078006D44F5C2BA4985E708F /* Filters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filters.swift; path = Sources/Filters.swift; sourceTree = ""; }; + 885B77A4259FEC322967B3726ACFD6AD /* SwiftIdentifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftIdentifier.swift; path = Sources/StencilSwiftKit/SwiftIdentifier.swift; sourceTree = ""; }; + 8C6F590B82D4B63DD274F523BB65A9FC /* Pods-Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Tests.modulemap"; sourceTree = ""; }; + 92C81696076E744A7B226C74CBE9675A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 942ADD3EC46DE599C53DCE90F71176B7 /* SetNode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SetNode.swift; path = Sources/StencilSwiftKit/SetNode.swift; sourceTree = ""; }; + 95068B1B7A8EC0B573958A1BE77E10AA /* Environment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Environment.swift; path = Sources/StencilSwiftKit/Environment.swift; sourceTree = ""; }; + 962439B2C168D3E1E23FFFCCBE30364A /* Stencil.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Stencil.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 977B369CF8B6A9E12E86D34D5D7E64F2 /* Pods-Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Tests-acknowledgements.plist"; sourceTree = ""; }; + 9812C8BFFAE7A0CE29081623790E5433 /* Pods-Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Tests-umbrella.h"; sourceTree = ""; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A1551541EBDC254068E5DF5DEC4BC31A /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = Sources/Errors.swift; sourceTree = ""; }; + A3E612E02FC13DAA46ECCEB59F11140F /* StencilSwiftKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "StencilSwiftKit-Info.plist"; sourceTree = ""; }; + A6BB175F65FACC50DF53B413CA8C8DF9 /* PathKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PathKit-prefix.pch"; sourceTree = ""; }; + A6D94279E069155E77890813FA11DB57 /* SwiftLint.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftLint.xcconfig; sourceTree = ""; }; + A823A17573120CB02B2373A44C79EFAB /* Context.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Context.swift; path = Sources/StencilSwiftKit/Context.swift; sourceTree = ""; }; + AD218B84FB9292B7F7E920CED1F60248 /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Tests.debug.xcconfig"; sourceTree = ""; }; + B2760FBD82CF93E48DCEF992644BFA0C /* StencilSwiftKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = StencilSwiftKit.framework; path = StencilSwiftKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B503B4455B5062EEC8BBDC373A6A911F /* Loader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Loader.swift; path = Sources/Loader.swift; sourceTree = ""; }; + B9E51A722AC5B752F55B0FAD17FC2E17 /* PathKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PathKit-umbrella.h"; sourceTree = ""; }; + BBEB1ABA42950E6A0B8BE8F0FA56E4FB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + BC21417B982EDF7D52768DDACFA6BF4D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; + C3F936C3E83CF93BA91E47B1B4674714 /* PathKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PathKit-Info.plist"; sourceTree = ""; }; + C617A19090B2A24524864C301502CE55 /* PathKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PathKit.modulemap; sourceTree = ""; }; + C8F0F8B8C1146D738F09ACD4A7BAF2C2 /* Pods-Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Tests-Info.plist"; sourceTree = ""; }; + CD7029D4519AD8571C187F73B6015A61 /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Tests.release.xcconfig"; sourceTree = ""; }; + CDE236095FC59B6FEE4867A22F067A18 /* Include.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Include.swift; path = Sources/Include.swift; sourceTree = ""; }; + CDEB45192477FAD33422D6662F6B54DC /* Node.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Node.swift; path = Sources/Node.swift; sourceTree = ""; }; + D0E378E1720378E30DECAB64F407A46A /* FilterTag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FilterTag.swift; path = Sources/FilterTag.swift; sourceTree = ""; }; + D99586FD01671E87845F6EBC85A982A5 /* ForTag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ForTag.swift; path = Sources/ForTag.swift; sourceTree = ""; }; + DCD0B7234172778D8FEC3B734FDB46D1 /* Inheritence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Inheritence.swift; path = Sources/Inheritence.swift; sourceTree = ""; }; + E138AAF5D346377B65C9D2087CF00D6D /* PathKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PathKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E69874001E69C9DE09F9F51E30191331 /* Variable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Variable.swift; path = Sources/Variable.swift; sourceTree = ""; }; + E7D8B818E7D2F060B62C657E7F64833D /* IfTag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IfTag.swift; path = Sources/IfTag.swift; sourceTree = ""; }; + F1C57DE5D66A06CB649E7EF3BCAA21AF /* StencilSwiftKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = StencilSwiftKit.xcconfig; sourceTree = ""; }; + F2461EE36CEAAF9C767E2FE379260D06 /* Filters+Numbers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Filters+Numbers.swift"; path = "Sources/StencilSwiftKit/Filters+Numbers.swift"; sourceTree = ""; }; + F2A81DD292E14B470A06C882D5A8FBE1 /* MapNode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MapNode.swift; path = Sources/StencilSwiftKit/MapNode.swift; sourceTree = ""; }; + F2E097EF6CBA49DD79D80A4E96BC7E61 /* PathKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = PathKit.framework; path = PathKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F494A469990603D72142C20D46822B9A /* StencilSwiftKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "StencilSwiftKit-dummy.m"; sourceTree = ""; }; + F5902E179E8E26C50841A675E1220951 /* Stencil-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Stencil-umbrella.h"; sourceTree = ""; }; + F7605FDB09134F4B56039E59F3B9BDB4 /* Stencil-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Stencil-Info.plist"; sourceTree = ""; }; + FC027AED4A9A2C2A0B8FD9E535570AFB /* Context.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Context.swift; path = Sources/Context.swift; sourceTree = ""; }; + FCC161816D48A546DF69B4D35D697F4D /* StencilSwiftKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "StencilSwiftKit-umbrella.h"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 07352B632380888B5DEB7D32C800060C /* Frameworks */ = { + 10AB032F11E534B40D78FCE30ED6CDBA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ADC0D81AA61741E6576B3634EA50CDEF /* Cocoa.framework in Frameworks */, + 37E451BA72FFFB8B7E8E53E76695ACAA /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3D3C4D7EE539D2BC996EDBE7E88ECD0C /* Frameworks */ = { + 11039906FCB9B19EB508A5E8FBF19E21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - DE441B6963A4050DC789288FA1ED7CDD /* Cocoa.framework in Frameworks */, + E584F8CA4BA57068FC2D5F791E861440 /* Cocoa.framework in Frameworks */, + 55E638DD447312B2DD29D181AB41790E /* Foundation.framework in Frameworks */, + 8BC7D3213B74CE45C50EA93451E61B98 /* Stencil.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - ABED7D00FFEB9B11CF3523DF54B5C4C4 /* Frameworks */ = { + 1F64517C38539A2C0C08C79AFD4EC905 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 7907AA0F64D74051AF84DD4A852A7923 /* Cocoa.framework in Frameworks */, - FC4947E2EE14CCA5CC6E3B82DF20A32E /* PathKit.framework in Frameworks */, + 6BF18D5795BC82439B7640F61CE46A43 /* Cocoa.framework in Frameworks */, + 3E8343C5D861A2785336ECD4D7314BFF /* PathKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - D7EC1983067D4B71058D02880033A290 /* Frameworks */ = { + 7180F8BD38C87A06674684974A4AB212 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4A35B7CD6CDFDAC43DF888A6B9890341 /* Cocoa.framework in Frameworks */, - 05A898CC46558073E9232DF7666273BF /* Foundation.framework in Frameworks */, - 3001C99A777DA2DA5D5C76E81E046B57 /* Stencil.framework in Frameworks */, + 7ECF1F6EDEC4C7354B0C6D5B2DCE5B7E /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0A23A2F8DB304F8B601B35D76AECF237 /* Development Pods */ = { + 23FB31ADC631CE49F106AB2561357546 /* Products */ = { isa = PBXGroup; children = ( - 45C7912B1E3218FEA195107DB1C21E26 /* StencilSwiftKit */, + F2E097EF6CBA49DD79D80A4E96BC7E61 /* PathKit.framework */, + 683AFDAC985FFF8700A86237206BACC0 /* Pods_Tests.framework */, + 5B6F4E10F8775D07C93AAA3D40FCBC09 /* Stencil.framework */, + B2760FBD82CF93E48DCEF992644BFA0C /* StencilSwiftKit.framework */, ); - name = "Development Pods"; + name = Products; sourceTree = ""; }; - 1F5E5F8A51A1DB712AA69F86066566AE /* Frameworks */ = { + 2427902253B056133FED4B7820104DA9 /* SwiftLint */ = { isa = PBXGroup; children = ( - 0436538F42B0A2EC1C972F8EE47937E0 /* PathKit.framework */, - 9A68FA9661EC6B4BA5415DDD474F7F00 /* Stencil.framework */, - 6BF0604831B38775176B8180319DB213 /* OS X */, + 2992F1752C7B3B0C1938152E884D0486 /* Support Files */, ); - name = Frameworks; + name = SwiftLint; + path = SwiftLint; sourceTree = ""; }; - 371A171A7FF1F0DDBD5C7B3116B17201 /* Targets Support Files */ = { + 2992F1752C7B3B0C1938152E884D0486 /* Support Files */ = { isa = PBXGroup; children = ( - 7EFC7DD9DC49C13ECBB47D4ED69D0EBB /* Pods-Tests */, + A6D94279E069155E77890813FA11DB57 /* SwiftLint.xcconfig */, ); - name = "Targets Support Files"; + name = "Support Files"; + path = "../Target Support Files/SwiftLint"; sourceTree = ""; }; - 3A4E6DAA6DE03342AA539E6666126413 /* Support Files */ = { + 2AD9EB0EA067D308C4FEBFF6DC20D53B /* Frameworks */ = { isa = PBXGroup; children = ( - 7D0820DE05590AC348A12CCAD55DF679 /* StencilSwiftKit.modulemap */, - ABD0DDF9E7C3D04A5F54C53A563678BE /* StencilSwiftKit.xcconfig */, - A9655618BA24020710C4C567390FFCA8 /* StencilSwiftKit-dummy.m */, - 69D11841D6CAF49D0092F3DD98B6C5F4 /* StencilSwiftKit-Info.plist */, - E45BA54FB349A844E7CDBEFB1A98B841 /* StencilSwiftKit-prefix.pch */, - ABE87F25D2DFE8F13FAD6E1C2E8A5ED7 /* StencilSwiftKit-umbrella.h */, + E138AAF5D346377B65C9D2087CF00D6D /* PathKit.framework */, + 962439B2C168D3E1E23FFFCCBE30364A /* Stencil.framework */, + E89D736B65A9BF1890C12466E0B086B8 /* OS X */, ); - name = "Support Files"; - path = "Pods/Target Support Files/StencilSwiftKit"; + name = Frameworks; sourceTree = ""; }; - 3E262C542C495F9055811582561E0B92 /* Support Files */ = { + 3BFF5E2874CFAFAAC21C322908D6AD97 /* Pods-Tests */ = { isa = PBXGroup; children = ( - DF74B7111E693CCCAA7B803CA34E1CAC /* SwiftLint.xcconfig */, + 8C6F590B82D4B63DD274F523BB65A9FC /* Pods-Tests.modulemap */, + 2EFBD42389A34A03448FFAF5AC4B4971 /* Pods-Tests-acknowledgements.markdown */, + 977B369CF8B6A9E12E86D34D5D7E64F2 /* Pods-Tests-acknowledgements.plist */, + 0B17A7237FFC931D66C1081B033B6A7E /* Pods-Tests-dummy.m */, + 3435DEB7E0AD63272228A5E300371F7E /* Pods-Tests-frameworks.sh */, + C8F0F8B8C1146D738F09ACD4A7BAF2C2 /* Pods-Tests-Info.plist */, + 9812C8BFFAE7A0CE29081623790E5433 /* Pods-Tests-umbrella.h */, + AD218B84FB9292B7F7E920CED1F60248 /* Pods-Tests.debug.xcconfig */, + CD7029D4519AD8571C187F73B6015A61 /* Pods-Tests.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/SwiftLint"; + name = "Pods-Tests"; + path = "Target Support Files/Pods-Tests"; sourceTree = ""; }; - 40979898ED5DFACCB6DB3A7AE879B6E6 /* Pods */ = { + 3E321C5A837B8905AF502A6FA58B5AC7 /* Targets Support Files */ = { isa = PBXGroup; children = ( - F961A0E9474A3CF32F37A75407639B6D /* PathKit */, - 4F233297E12FAE1E45E25C1FABB390D8 /* Stencil */, - E3A399D40B30AEE7CABC9941B7FB2D53 /* SwiftLint */, + 3BFF5E2874CFAFAAC21C322908D6AD97 /* Pods-Tests */, ); - name = Pods; + name = "Targets Support Files"; sourceTree = ""; }; - 45C7912B1E3218FEA195107DB1C21E26 /* StencilSwiftKit */ = { + 443B2B33703A2A948C28DF39B3E2A99F /* Pod */ = { isa = PBXGroup; children = ( - DE2358EB382FB06A8076D187431B68D8 /* CallMacroNodes.swift */, - A46689C9893E70FC7C27E3575A5B4694 /* Context.swift */, - 578838B8560D7634FBEE2543FC481F26 /* Environment.swift */, - E1653584522380918BCAD53DD1612F03 /* Filters.swift */, - 15FAD5B78079BC51AD55AC121F5777AE /* Filters+Numbers.swift */, - 4F81F7F945E7EA85B1F4F7371DC3BC97 /* Filters+Strings.swift */, - F63842371A614DF5159130AF8034E785 /* MapNode.swift */, - 055B004D1FAD6CE16E3A55910D90DD30 /* Parameters.swift */, - 6D67066B7C7C28056F4873394EB928D7 /* SetNode.swift */, - BD1A9D1B1C9EB2FBA56A5D030BE6AACF /* StencilSwiftTemplate.swift */, - C2C37C6D6296927BC5EAF42AEDC83EEE /* SwiftIdentifier.swift */, - DC96EFB26643212A80CDD19BEFE4BFAF /* Pod */, - 3A4E6DAA6DE03342AA539E6666126413 /* Support Files */, + 4CF5156E082B79F5814918CCB30727A4 /* LICENCE */, + BBEB1ABA42950E6A0B8BE8F0FA56E4FB /* README.md */, + 7E32D98BFEFEA73FA8E1AAA724D88C87 /* StencilSwiftKit.podspec */, ); - name = StencilSwiftKit; - path = ..; + name = Pod; sourceTree = ""; }; - 4F233297E12FAE1E45E25C1FABB390D8 /* Stencil */ = { + 54E17F17763781D4BB9CCBDAB88E0962 /* Stencil */ = { isa = PBXGroup; children = ( - A2F63E3F4A9A9287AD87883460942ED3 /* Context.swift */, - 3775F211B265ECDCF48E2959DB4B8FE1 /* Environment.swift */, - D73EE5B3A3A1A9BA63B33B0BC662E9CB /* Errors.swift */, - F04CF468E0F4B66CFD0A82D0E13783F3 /* Expression.swift */, - 860891D597B9CB995345EA8739F9726F /* Extension.swift */, - 66FB94C10869EC6910BDD1ED3B0099AA /* Filters.swift */, - 87395FCCC2502733BC66FCD2DE60A502 /* FilterTag.swift */, - E5F1A5CFCD3F1737D5E691B3733107A3 /* ForTag.swift */, - B4D0FE9E1B84A686A616A861AEE56CD2 /* IfTag.swift */, - 1CCE0663B0AB0D70AACC90C3A5BEFC3B /* Include.swift */, - 45F3D1272E87CFE7C3801AA7F75765E5 /* Inheritence.swift */, - 51B55299CFD5E1FD8FDBAE67700F7FA5 /* KeyPath.swift */, - 934016B9C51B99E8A1AD2678F5D0F326 /* Lexer.swift */, - 1888CC2843EEF29508EB977B38A6017C /* Loader.swift */, - 9C366D5EDBA91B57F5392D05B2365BA7 /* Node.swift */, - B6C4115CB2AD96A6CE54729606D0435B /* NowTag.swift */, - 486F2098EAB4AB2B64F9233C6B3F692E /* Parser.swift */, - 1B52B02C87DDF9FFE184F9A242F02C58 /* Template.swift */, - BE0BFFADB75360D3D8BE93A06D62B9C1 /* Tokenizer.swift */, - 7D236592A0C3BCB8FE3E70CA315124D2 /* Variable.swift */, - 70A88FE04DFA9182BB0F70787346D9AA /* Support Files */, + FC027AED4A9A2C2A0B8FD9E535570AFB /* Context.swift */, + 810F21A4B2027AAB074BC7AF86297353 /* Environment.swift */, + A1551541EBDC254068E5DF5DEC4BC31A /* Errors.swift */, + 19CD8E072F700E6ACE897DA4F368762E /* Expression.swift */, + 5A6D8D2328351D2F508E26BF122163F4 /* Extension.swift */, + 8838E42D078006D44F5C2BA4985E708F /* Filters.swift */, + D0E378E1720378E30DECAB64F407A46A /* FilterTag.swift */, + D99586FD01671E87845F6EBC85A982A5 /* ForTag.swift */, + E7D8B818E7D2F060B62C657E7F64833D /* IfTag.swift */, + CDE236095FC59B6FEE4867A22F067A18 /* Include.swift */, + DCD0B7234172778D8FEC3B734FDB46D1 /* Inheritence.swift */, + 15748181551843C6BA92724D5E6A4C0B /* KeyPath.swift */, + 66C6B0256AB54D063D3AF3756C855B75 /* Lexer.swift */, + B503B4455B5062EEC8BBDC373A6A911F /* Loader.swift */, + CDEB45192477FAD33422D6662F6B54DC /* Node.swift */, + 6CC67A80B0ED2B0CB9F6F67B061E8AD8 /* NowTag.swift */, + 710871E606B07840D78E93949581B257 /* Parser.swift */, + 218DED422A1E9EC527B6E9E7370EA28A /* Template.swift */, + 87C0F22B9DF3D1F88C46B4CD678873B4 /* Tokenizer.swift */, + E69874001E69C9DE09F9F51E30191331 /* Variable.swift */, + 58CA933BAF38267B956821745E11E8C0 /* Support Files */, ); + name = Stencil; path = Stencil; sourceTree = ""; }; - 5CA5DBBFA21E5E23EED3FCE7F31E15A2 /* Support Files */ = { + 58CA933BAF38267B956821745E11E8C0 /* Support Files */ = { isa = PBXGroup; children = ( - 1AED59C2C10E35D66822E942AC699B8E /* PathKit.modulemap */, - DF22D2CA75B8BED02D28D1BA53D9E939 /* PathKit.xcconfig */, - A850699C1E0B1DFD861720AE90328653 /* PathKit-dummy.m */, - BBBDE26588FAE420D4199354389C79B0 /* PathKit-Info.plist */, - 74BFAE0A3E5F053BCEA7B99A3E35902A /* PathKit-prefix.pch */, - D8AD983C4639BD084891D04157416446 /* PathKit-umbrella.h */, + 5F030FC4425A56401CDF80FEA2BE2A98 /* Stencil.modulemap */, + 04097D443AB57B5F96A393D0341F043E /* Stencil.xcconfig */, + 37DEEBB8DBB44C1D7F2516F010CB0DD6 /* Stencil-dummy.m */, + F7605FDB09134F4B56039E59F3B9BDB4 /* Stencil-Info.plist */, + 76EF9CBDA8194DF0E3846FCE518DD3AC /* Stencil-prefix.pch */, + F5902E179E8E26C50841A675E1220951 /* Stencil-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/PathKit"; + path = "../Target Support Files/Stencil"; sourceTree = ""; }; - 6BF0604831B38775176B8180319DB213 /* OS X */ = { + 6007031937742665B87F9B198B6980ED /* Development Pods */ = { isa = PBXGroup; children = ( - 1D2739609CEA1953DAE666BA98534329 /* Cocoa.framework */, - FF7A87E61EAE449196BC77EA438383CC /* Foundation.framework */, + 7ED11FE358CA5E30C015656FC3479ED3 /* StencilSwiftKit */, ); - name = "OS X"; + name = "Development Pods"; sourceTree = ""; }; - 70A88FE04DFA9182BB0F70787346D9AA /* Support Files */ = { + 7ED11FE358CA5E30C015656FC3479ED3 /* StencilSwiftKit */ = { isa = PBXGroup; children = ( - D17219C3D54E948E3CEABADF5D971062 /* Stencil.modulemap */, - 43A28FC9B2E6DD73406E2F1B01F1AF94 /* Stencil.xcconfig */, - 83FC4987B41BA6F814C213BBB5D393E1 /* Stencil-dummy.m */, - 1DD911B8ECD8F57EBACBC0F34455D10A /* Stencil-Info.plist */, - 30A8E9B611C0425934CA810A736A63ED /* Stencil-prefix.pch */, - 4C59120FA5FC927902C3B9E550709D50 /* Stencil-umbrella.h */, + 0F05D9FDC2E744D96FC702270CB55A94 /* CallMacroNodes.swift */, + A823A17573120CB02B2373A44C79EFAB /* Context.swift */, + 95068B1B7A8EC0B573958A1BE77E10AA /* Environment.swift */, + 7D67D94F2C7B9D489D53F23B8A8D264B /* Filters.swift */, + F2461EE36CEAAF9C767E2FE379260D06 /* Filters+Numbers.swift */, + 627AEA78A1E681F3FA2373DD1A7DD8C1 /* Filters+Strings.swift */, + F2A81DD292E14B470A06C882D5A8FBE1 /* MapNode.swift */, + 318406DEF92228698A88CD77984642E1 /* Parameters.swift */, + 942ADD3EC46DE599C53DCE90F71176B7 /* SetNode.swift */, + 0C960079B7B4CA80A5E1EB9A48E16E6F /* StencilSwiftTemplate.swift */, + 885B77A4259FEC322967B3726ACFD6AD /* SwiftIdentifier.swift */, + 443B2B33703A2A948C28DF39B3E2A99F /* Pod */, + D3EC66BC5E13BF3B60194665EC24F13B /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/Stencil"; + name = StencilSwiftKit; + path = ..; sourceTree = ""; }; - 7DB346D0F39D3F0E887471402A8071AB = { + 902C7D0AE35D5D05894D940F7D28DA35 /* Pods */ = { isa = PBXGroup; children = ( - B36AB396275697EEE1A5B13BA8A38FE3 /* Podfile */, - 0A23A2F8DB304F8B601B35D76AECF237 /* Development Pods */, - 1F5E5F8A51A1DB712AA69F86066566AE /* Frameworks */, - 40979898ED5DFACCB6DB3A7AE879B6E6 /* Pods */, - B499EA03E3E7FF8D31B3BE631B1240D0 /* Products */, - 371A171A7FF1F0DDBD5C7B3116B17201 /* Targets Support Files */, + F9B455A3ED607C41C80EC5ECF9182552 /* PathKit */, + 54E17F17763781D4BB9CCBDAB88E0962 /* Stencil */, + 2427902253B056133FED4B7820104DA9 /* SwiftLint */, ); - indentWidth = 2; + name = Pods; sourceTree = ""; - tabWidth = 2; - usesTabs = 0; }; - 7EFC7DD9DC49C13ECBB47D4ED69D0EBB /* Pods-Tests */ = { + B0E478F21148F4506C75190A636CE76C /* Support Files */ = { isa = PBXGroup; children = ( - 5D3250704CF1D8BBD1955C5A7CDD42E1 /* Pods-Tests.modulemap */, - 46E2045199EE4413FF9FB3CDEE375896 /* Pods-Tests-acknowledgements.markdown */, - 90956951D7356521DA2D0C604F7C1FC2 /* Pods-Tests-acknowledgements.plist */, - 3BFC7EF9B29A910844792973F01013E5 /* Pods-Tests-dummy.m */, - 0DC4B2FE8202DC351DA9D562CE0FECCB /* Pods-Tests-frameworks.sh */, - F4642F148287E78F983FCD9C1041AD03 /* Pods-Tests-Info.plist */, - F0A2D8F304A80E2E409C3FA1F11EF504 /* Pods-Tests-umbrella.h */, - 64941BB1AF43EDAEBFDAE53F5FA0C131 /* Pods-Tests.debug.xcconfig */, - 652C3649F7991B79FA33E0DAD18B3E67 /* Pods-Tests.release.xcconfig */, + C617A19090B2A24524864C301502CE55 /* PathKit.modulemap */, + 18D86C30594F91A9A0BF1A52E54E7703 /* PathKit.xcconfig */, + 744189D8A11FFB49E71EE5B4C0A1AFE1 /* PathKit-dummy.m */, + C3F936C3E83CF93BA91E47B1B4674714 /* PathKit-Info.plist */, + A6BB175F65FACC50DF53B413CA8C8DF9 /* PathKit-prefix.pch */, + B9E51A722AC5B752F55B0FAD17FC2E17 /* PathKit-umbrella.h */, ); - name = "Pods-Tests"; - path = "Target Support Files/Pods-Tests"; + name = "Support Files"; + path = "../Target Support Files/PathKit"; sourceTree = ""; }; - B499EA03E3E7FF8D31B3BE631B1240D0 /* Products */ = { + CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( - C68D522B00371B910EC16028EBD47384 /* PathKit.framework */, - 351D229C0FCFC7B3571671631111EE1C /* Pods_Tests.framework */, - 49BCF2F8CB8DBEA0E51D00A9DE6AC7F5 /* Stencil.framework */, - 7DB310C86ADAE310E9DF111FDD487FAF /* StencilSwiftKit.framework */, + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + 6007031937742665B87F9B198B6980ED /* Development Pods */, + 2AD9EB0EA067D308C4FEBFF6DC20D53B /* Frameworks */, + 902C7D0AE35D5D05894D940F7D28DA35 /* Pods */, + 23FB31ADC631CE49F106AB2561357546 /* Products */, + 3E321C5A837B8905AF502A6FA58B5AC7 /* Targets Support Files */, ); - name = Products; sourceTree = ""; }; - DC96EFB26643212A80CDD19BEFE4BFAF /* Pod */ = { + D3EC66BC5E13BF3B60194665EC24F13B /* Support Files */ = { isa = PBXGroup; children = ( - EF29FD998AB1B5D1968CD95271B9811E /* LICENCE */, - 63C41F45F6350C5C2570EF298D955E24 /* README.md */, - DFF64F9D818CEEF7FD7EAA8F0FCB7643 /* StencilSwiftKit.podspec */, + 4772FA200ED16EF45290B5C79210F638 /* StencilSwiftKit.modulemap */, + F1C57DE5D66A06CB649E7EF3BCAA21AF /* StencilSwiftKit.xcconfig */, + F494A469990603D72142C20D46822B9A /* StencilSwiftKit-dummy.m */, + A3E612E02FC13DAA46ECCEB59F11140F /* StencilSwiftKit-Info.plist */, + 287AE70C8BCF43ABD626C6E80E47A65D /* StencilSwiftKit-prefix.pch */, + FCC161816D48A546DF69B4D35D697F4D /* StencilSwiftKit-umbrella.h */, ); - name = Pod; + name = "Support Files"; + path = "Pods/Target Support Files/StencilSwiftKit"; sourceTree = ""; }; - E3A399D40B30AEE7CABC9941B7FB2D53 /* SwiftLint */ = { + E89D736B65A9BF1890C12466E0B086B8 /* OS X */ = { isa = PBXGroup; children = ( - 3E262C542C495F9055811582561E0B92 /* Support Files */, + BC21417B982EDF7D52768DDACFA6BF4D /* Cocoa.framework */, + 92C81696076E744A7B226C74CBE9675A /* Foundation.framework */, ); - path = SwiftLint; + name = "OS X"; sourceTree = ""; }; - F961A0E9474A3CF32F37A75407639B6D /* PathKit */ = { + F9B455A3ED607C41C80EC5ECF9182552 /* PathKit */ = { isa = PBXGroup; children = ( - 4D48A6D05FC3259E224C47FC14D382A0 /* PathKit.swift */, - 5CA5DBBFA21E5E23EED3FCE7F31E15A2 /* Support Files */, + 6F6BBD01B668B04BF5247D9654EAD8BE /* PathKit.swift */, + B0E478F21148F4506C75190A636CE76C /* Support Files */, ); + name = PathKit; path = PathKit; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 3D0B62ADC2B9FFFAF26321B78E1A5434 /* Headers */ = { + 2686BBA72E7EF873F796911C01FDF8CB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B42F1CE5DFAF73ADA2B7ED9E7C0F70E3 /* PathKit-umbrella.h in Headers */, + AB6228C20220F1DFA9D569D31508CEC5 /* Pods-Tests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - B1DFD5B88FC4F688243F63ABEE8B3AB3 /* Headers */ = { + 56621B2240FF893EDE4A2A970C7494BA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 894395DE79D8D471FFD8DB4ADA1100CA /* Stencil-umbrella.h in Headers */, + 71500A07C1D29858F706C35165C5FB75 /* PathKit-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - F3CA1009D577C40C12767767031CDB1B /* Headers */ = { + 5D76655B7B6CDC3B8CBD9E9452ECA240 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 4AA2D25AA34BC2E026110EF24F5D3D0A /* StencilSwiftKit-umbrella.h in Headers */, + 72B6734928DF9F090D70585BA42FA2ED /* StencilSwiftKit-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - F4D7E5538124E3A33600B6CF3A0ACA7A /* Headers */ = { + 61F0F50B9E8EDD2CDB122548745535F8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 21CBE0A0E136DE66310BE0EF9387ADA1 /* Pods-Tests-umbrella.h in Headers */, + 20ED5215CEE17A50AA854F26A2EB3500 /* Stencil-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 0E8E16DACD499D8209A26D1D571C5639 /* Pods-Tests */ = { + 4766E3FA98519ADB3B7B629D540B54AA /* Pods-Tests */ = { isa = PBXNativeTarget; - buildConfigurationList = 8D87D90297026600F78C0AFCB17539B6 /* Build configuration list for PBXNativeTarget "Pods-Tests" */; + buildConfigurationList = 02F6D1008E9CAB8E844AC46216647599 /* Build configuration list for PBXNativeTarget "Pods-Tests" */; buildPhases = ( - F4D7E5538124E3A33600B6CF3A0ACA7A /* Headers */, - 20EC0FEE10DD0F251CE265A11501709C /* Sources */, - 07352B632380888B5DEB7D32C800060C /* Frameworks */, - 6C7E1E075D1EB1BF94635C766ACAA017 /* Resources */, + 2686BBA72E7EF873F796911C01FDF8CB /* Headers */, + 9F9707F7B58B0B551F158042094ABDFF /* Sources */, + 10AB032F11E534B40D78FCE30ED6CDBA /* Frameworks */, + 00E57154672AB79BAB989886A4594FD6 /* Resources */, ); buildRules = ( ); dependencies = ( - 93CCABECFC58A3DCBAB4E6CEF7C5A662 /* PBXTargetDependency */, - 7206A05C5F45EB5C382E83ED62497368 /* PBXTargetDependency */, - B40A88453256C0739DFA24A5FDEE3EE4 /* PBXTargetDependency */, - 27DB54B51A9DF29FB206A688F0EA8A79 /* PBXTargetDependency */, + 47D1130065839FDE73FC8EBED87B59D9 /* PBXTargetDependency */, + 8B9856BB11AB7635CDEA2F8F4A374F68 /* PBXTargetDependency */, + F39DC741DAEF2141EBF0341EFF27DE25 /* PBXTargetDependency */, + 85701355C9AB5DAB96FAF60BC2196E60 /* PBXTargetDependency */, ); name = "Pods-Tests"; productName = "Pods-Tests"; - productReference = 351D229C0FCFC7B3571671631111EE1C /* Pods_Tests.framework */; + productReference = 683AFDAC985FFF8700A86237206BACC0 /* Pods_Tests.framework */; productType = "com.apple.product-type.framework"; }; - 3F10EE522AA7AFABC01820722768066D /* PathKit */ = { + 6A47EE5FE9017D7762FEEEAF15D13E71 /* StencilSwiftKit */ = { isa = PBXNativeTarget; - buildConfigurationList = A909730DFB417A5749F3D0C05988225D /* Build configuration list for PBXNativeTarget "PathKit" */; + buildConfigurationList = 2D9C128AC5DB6B14CB94391A65ADDABA /* Build configuration list for PBXNativeTarget "StencilSwiftKit" */; buildPhases = ( - 3D0B62ADC2B9FFFAF26321B78E1A5434 /* Headers */, - EA7BF96A210907474A8FE151D65B73D2 /* Sources */, - 3D3C4D7EE539D2BC996EDBE7E88ECD0C /* Frameworks */, - CC750A9AE18C284ABDA9986F81F88880 /* Resources */, + 5D76655B7B6CDC3B8CBD9E9452ECA240 /* Headers */, + 49F60523BEAFDE09BCEAF9ED384D3A21 /* Sources */, + 11039906FCB9B19EB508A5E8FBF19E21 /* Frameworks */, + 0BD8A2D4212B3AEBD1B5C5D3A761469F /* Resources */, ); buildRules = ( ); dependencies = ( + C1F675085FAB1738466031B40AC2C39C /* PBXTargetDependency */, ); - name = PathKit; - productName = PathKit; - productReference = C68D522B00371B910EC16028EBD47384 /* PathKit.framework */; + name = StencilSwiftKit; + productName = StencilSwiftKit; + productReference = B2760FBD82CF93E48DCEF992644BFA0C /* StencilSwiftKit.framework */; productType = "com.apple.product-type.framework"; }; - 7E1598BC8E4311361677AD753FC48C11 /* Stencil */ = { + 9778C98B330F897A297B1863CA25C401 /* Stencil */ = { isa = PBXNativeTarget; - buildConfigurationList = B9BD1D09F59649D41A2E64BA274FBDD0 /* Build configuration list for PBXNativeTarget "Stencil" */; + buildConfigurationList = 530357B4E875EB5092387032A0322ED1 /* Build configuration list for PBXNativeTarget "Stencil" */; buildPhases = ( - B1DFD5B88FC4F688243F63ABEE8B3AB3 /* Headers */, - 795ACA62141F36BBEFFAA1F79CA6E428 /* Sources */, - ABED7D00FFEB9B11CF3523DF54B5C4C4 /* Frameworks */, - 62ED96A1A8BE5D4CCC023BFB19FA3517 /* Resources */, + 61F0F50B9E8EDD2CDB122548745535F8 /* Headers */, + 2230AB673B58576E8123FA04475E9CF7 /* Sources */, + 1F64517C38539A2C0C08C79AFD4EC905 /* Frameworks */, + 5DE1DEB8696E9577F86DC010FF33172F /* Resources */, ); buildRules = ( ); dependencies = ( - FF06F24C0793AB42C0A6E6D4526ECFED /* PBXTargetDependency */, + D6C23E7454B3459E5FFA7A2BFA37DFCF /* PBXTargetDependency */, ); name = Stencil; productName = Stencil; - productReference = 49BCF2F8CB8DBEA0E51D00A9DE6AC7F5 /* Stencil.framework */; + productReference = 5B6F4E10F8775D07C93AAA3D40FCBC09 /* Stencil.framework */; productType = "com.apple.product-type.framework"; }; - CED312B26472304A3CCD67A4D60B91EE /* StencilSwiftKit */ = { + B27AF1C7A304278E2F62F9BEB0D8AA42 /* PathKit */ = { isa = PBXNativeTarget; - buildConfigurationList = 132C207F5376BF329D60CCD9CBC720A8 /* Build configuration list for PBXNativeTarget "StencilSwiftKit" */; + buildConfigurationList = 6B85897A088D4AE3F4E8ACADD920104C /* Build configuration list for PBXNativeTarget "PathKit" */; buildPhases = ( - F3CA1009D577C40C12767767031CDB1B /* Headers */, - 1D4BB0C8F3CAC594090801B046E0E949 /* Sources */, - D7EC1983067D4B71058D02880033A290 /* Frameworks */, - F20C81C80911B8F75BB9EF64E7E030AA /* Resources */, + 56621B2240FF893EDE4A2A970C7494BA /* Headers */, + 98F1D72733254619E501D534F152A760 /* Sources */, + 7180F8BD38C87A06674684974A4AB212 /* Frameworks */, + 74A41481449A980ACC96D59A28170DF7 /* Resources */, ); buildRules = ( ); dependencies = ( - 86D64601F7CB8F9CAAF6CD53DEC1C3D4 /* PBXTargetDependency */, ); - name = StencilSwiftKit; - productName = StencilSwiftKit; - productReference = 7DB310C86ADAE310E9DF111FDD487FAF /* StencilSwiftKit.framework */; + name = PathKit; + productName = PathKit; + productReference = F2E097EF6CBA49DD79D80A4E96BC7E61 /* PathKit.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { + BFDFE7DC352907FC980B868725387E98 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0930; LastUpgradeCheck = 0930; }; - buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; + buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); - mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = B499EA03E3E7FF8D31B3BE631B1240D0 /* Products */; + mainGroup = CF1408CF629C7361332E53B88F7BD30C; + productRefGroup = 23FB31ADC631CE49F106AB2561357546 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - 3F10EE522AA7AFABC01820722768066D /* PathKit */, - 0E8E16DACD499D8209A26D1D571C5639 /* Pods-Tests */, - 7E1598BC8E4311361677AD753FC48C11 /* Stencil */, - CED312B26472304A3CCD67A4D60B91EE /* StencilSwiftKit */, - A6675E0B198ED4D682290B3342FB5AA8 /* SwiftLint */, + B27AF1C7A304278E2F62F9BEB0D8AA42 /* PathKit */, + 4766E3FA98519ADB3B7B629D540B54AA /* Pods-Tests */, + 9778C98B330F897A297B1863CA25C401 /* Stencil */, + 6A47EE5FE9017D7762FEEEAF15D13E71 /* StencilSwiftKit */, + 7DDAA2DBF2A431993E7DC1DCFC8C0C35 /* SwiftLint */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 62ED96A1A8BE5D4CCC023BFB19FA3517 /* Resources */ = { + 00E57154672AB79BAB989886A4594FD6 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6C7E1E075D1EB1BF94635C766ACAA017 /* Resources */ = { + 0BD8A2D4212B3AEBD1B5C5D3A761469F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CC750A9AE18C284ABDA9986F81F88880 /* Resources */ = { + 5DE1DEB8696E9577F86DC010FF33172F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F20C81C80911B8F75BB9EF64E7E030AA /* Resources */ = { + 74A41481449A980ACC96D59A28170DF7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -621,115 +620,269 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 1D4BB0C8F3CAC594090801B046E0E949 /* Sources */ = { + 2230AB673B58576E8123FA04475E9CF7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0C362B5A2E4C0B9E742BFBE8FB8BD885 /* CallMacroNodes.swift in Sources */, - E1003BC13DFFD26E5B6CE822DC669264 /* Context.swift in Sources */, - 7D0FC8A3F8C678D56AAA077DDB638317 /* Environment.swift in Sources */, - 3E26BC82BCCC816F542084823A237FAC /* Filters+Numbers.swift in Sources */, - 564B9064A2280A5CF7CDEB035ABE5B01 /* Filters+Strings.swift in Sources */, - C2F3AC7BC586EAFC7E7CD1D15B08462E /* Filters.swift in Sources */, - AB91B271B397341273CD2A9D21F19898 /* MapNode.swift in Sources */, - 4025745F191260BEA8E817E6528EB196 /* Parameters.swift in Sources */, - 1628BDDAC643BD394350AE8B62E1057C /* SetNode.swift in Sources */, - 4953D5AF4C15B166CCF6527779455023 /* StencilSwiftKit-dummy.m in Sources */, - 86D863E8996FEF799D7D7F5906D37EE5 /* StencilSwiftTemplate.swift in Sources */, - EA0C55454FCA6D6CB13F25B6630FCEEE /* SwiftIdentifier.swift in Sources */, + D49D521959492A10FD1F317CD06F304C /* Context.swift in Sources */, + 6E757600E4D22BD9AADC9A570C721F4C /* Environment.swift in Sources */, + AC94A1FFA67C21EAF9447CE1EF4A6D9C /* Errors.swift in Sources */, + E32D42CDB5EB33C7A7AEEAB01B86317E /* Expression.swift in Sources */, + 4AD17DC0EDD2E04CC616EAF142E0813B /* Extension.swift in Sources */, + 4F40B9628426BF617A075EFD2680F7BD /* Filters.swift in Sources */, + 3AFF7CAF67033DAC2C061887E086BE9B /* FilterTag.swift in Sources */, + 97FA6B3ED1F6B5F52D89E61C0894D8C7 /* ForTag.swift in Sources */, + E81E504DDB8DC87CB710120ECCDE18A6 /* IfTag.swift in Sources */, + BAB2C3338567249265B8086F1C42905A /* Include.swift in Sources */, + 7FF40ADAAAAEDF4F4F491A0E5776D8C6 /* Inheritence.swift in Sources */, + AD89F8DA51D52CE978FD9E05EAC5E9A1 /* KeyPath.swift in Sources */, + 4539FA9A8F0133A907463753950E14AF /* Lexer.swift in Sources */, + 82E768AD0249C7419997258CF7C6E455 /* Loader.swift in Sources */, + 784BDBDD7317A7CB2578CEB6623E00C0 /* Node.swift in Sources */, + 1B120A6114E2CCFA54054610EECD5B6A /* NowTag.swift in Sources */, + 213444DCF73CF06F7BCA64DF893C51D9 /* Parser.swift in Sources */, + 4F5246D35F17AD762FED2ECDAC47AE9F /* Stencil-dummy.m in Sources */, + 7F9902C2025F29358675ED5508E6AEA9 /* Template.swift in Sources */, + B4CFEC4436157B9538D9F6E98171345E /* Tokenizer.swift in Sources */, + 3CD15CAE34A8BE546C30AF0FACF260C0 /* Variable.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 20EC0FEE10DD0F251CE265A11501709C /* Sources */ = { + 49F60523BEAFDE09BCEAF9ED384D3A21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FF3B2763913A6A41CDB563C9E0BEBBAB /* Pods-Tests-dummy.m in Sources */, + 724D839C711609C3858084741091B53D /* CallMacroNodes.swift in Sources */, + 5FCDFD296D1A79C530B7103523761A38 /* Context.swift in Sources */, + 1A920BFE38973EBB823EE66209028777 /* Environment.swift in Sources */, + 7921B967C964C65FEDC450E5DE295ADE /* Filters+Numbers.swift in Sources */, + B8738EC966BD20E0E20F2AB9B8036CC8 /* Filters+Strings.swift in Sources */, + BCA82CA627C2F59615A56F5217197F13 /* Filters.swift in Sources */, + ADB80271775CCBAC8C2F951057491849 /* MapNode.swift in Sources */, + 1F038707EAA72E1C7013284602286A0D /* Parameters.swift in Sources */, + 6FD6739660816DD010221AE8CF2BE574 /* SetNode.swift in Sources */, + B42124B41323578FB942AA48D56C79E5 /* StencilSwiftKit-dummy.m in Sources */, + F9E69AFD8D04BF3CC9E17425D6FAB6C5 /* StencilSwiftTemplate.swift in Sources */, + F5B90AB0C1C2F53B4E1C1909300E392E /* SwiftIdentifier.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 795ACA62141F36BBEFFAA1F79CA6E428 /* Sources */ = { + 98F1D72733254619E501D534F152A760 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3E689FE37BC42C3C296D41ADDF8C3F20 /* Context.swift in Sources */, - 6D82A7470F8DE4CF327AECC7E715681A /* Environment.swift in Sources */, - F3F2EB2118450DCDAAC97F82D91F2D26 /* Errors.swift in Sources */, - B5073E134DA6168D5ECD90A5A6048F26 /* Expression.swift in Sources */, - 30615F4C83831885620062E27C997D42 /* Extension.swift in Sources */, - E0FB2076AF0EDFE31F6F483E9EEFF038 /* Filters.swift in Sources */, - FF22DD175C3C1069C0C0516955BF1C55 /* FilterTag.swift in Sources */, - 7B00A7B7E1F360EA2EDC817F59AE79CE /* ForTag.swift in Sources */, - D53CC8246E459C431EF8C588F668D869 /* IfTag.swift in Sources */, - 000E254EC7D0A7AB0982791D40DA32AC /* Include.swift in Sources */, - 540C651E9BCA4E87D89A9CE1688F6814 /* Inheritence.swift in Sources */, - 744AB7BB65C428F438AF05AF834843DA /* KeyPath.swift in Sources */, - D9C4D2F645DF033C33EA8B95E8B411BD /* Lexer.swift in Sources */, - E0EF35AF859D042BCBECE47567F6711C /* Loader.swift in Sources */, - 6701A482AEAA528C7F398025E46E5528 /* Node.swift in Sources */, - 7295BAB45FC662B1CA2CE979701DBE31 /* NowTag.swift in Sources */, - 33B12CF6F2416C606217DDC428F7BC71 /* Parser.swift in Sources */, - A6F55A396147131E22584AC9C6B8F7A0 /* Stencil-dummy.m in Sources */, - 49680E996C568BB0EB992D362FAC9EEB /* Template.swift in Sources */, - 53EB293FFFEC22E79D4E0DE3D0B0C334 /* Tokenizer.swift in Sources */, - 566A625DCC00E6BE80B9467690310FA8 /* Variable.swift in Sources */, + B38A2C3202893DFAB0C57D424A5ED9A1 /* PathKit-dummy.m in Sources */, + 9D1858AFFB87617A0382C3C2888FCDE6 /* PathKit.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EA7BF96A210907474A8FE151D65B73D2 /* Sources */ = { + 9F9707F7B58B0B551F158042094ABDFF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 029404DD08522A5B45E5F2CF2225649C /* PathKit-dummy.m in Sources */, - 9B83B36D4AB182F62AA09ABDE4E985DF /* PathKit.swift in Sources */, + D3A011F81E1D3FA794793AF247831D4D /* Pods-Tests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 27DB54B51A9DF29FB206A688F0EA8A79 /* PBXTargetDependency */ = { + 47D1130065839FDE73FC8EBED87B59D9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PathKit; + target = B27AF1C7A304278E2F62F9BEB0D8AA42 /* PathKit */; + targetProxy = DD836ECFC9E74D7EC1BE9C5425AAAE39 /* PBXContainerItemProxy */; + }; + 85701355C9AB5DAB96FAF60BC2196E60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftLint; - target = A6675E0B198ED4D682290B3342FB5AA8 /* SwiftLint */; - targetProxy = 9DD14173779376A998E3B92C0086D855 /* PBXContainerItemProxy */; + target = 7DDAA2DBF2A431993E7DC1DCFC8C0C35 /* SwiftLint */; + targetProxy = 75E106C868A38BB40A944A8A918B338D /* PBXContainerItemProxy */; }; - 7206A05C5F45EB5C382E83ED62497368 /* PBXTargetDependency */ = { + 8B9856BB11AB7635CDEA2F8F4A374F68 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Stencil; - target = 7E1598BC8E4311361677AD753FC48C11 /* Stencil */; - targetProxy = AE309F068D31121EC4F47AD80C6FFF43 /* PBXContainerItemProxy */; + target = 9778C98B330F897A297B1863CA25C401 /* Stencil */; + targetProxy = 774658C224E49B8E71D0D670109F4E43 /* PBXContainerItemProxy */; }; - 86D64601F7CB8F9CAAF6CD53DEC1C3D4 /* PBXTargetDependency */ = { + C1F675085FAB1738466031B40AC2C39C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Stencil; - target = 7E1598BC8E4311361677AD753FC48C11 /* Stencil */; - targetProxy = FB3E76911D1F5D354E3C337B2EA50F39 /* PBXContainerItemProxy */; + target = 9778C98B330F897A297B1863CA25C401 /* Stencil */; + targetProxy = 4E56CAE60B40531A512DC425DBE24496 /* PBXContainerItemProxy */; }; - 93CCABECFC58A3DCBAB4E6CEF7C5A662 /* PBXTargetDependency */ = { + D6C23E7454B3459E5FFA7A2BFA37DFCF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PathKit; - target = 3F10EE522AA7AFABC01820722768066D /* PathKit */; - targetProxy = A23107D8DB2ADCB7242783B0A3C958C7 /* PBXContainerItemProxy */; + target = B27AF1C7A304278E2F62F9BEB0D8AA42 /* PathKit */; + targetProxy = 458D0ADF992FF8D5DDD1320A00BD978E /* PBXContainerItemProxy */; }; - B40A88453256C0739DFA24A5FDEE3EE4 /* PBXTargetDependency */ = { + F39DC741DAEF2141EBF0341EFF27DE25 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = StencilSwiftKit; - target = CED312B26472304A3CCD67A4D60B91EE /* StencilSwiftKit */; - targetProxy = 763709EA892CF49BE1750B451B695A44 /* PBXContainerItemProxy */; - }; - FF06F24C0793AB42C0A6E6D4526ECFED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PathKit; - target = 3F10EE522AA7AFABC01820722768066D /* PathKit */; - targetProxy = 53F12793E02229833ABA540FDDA6B494 /* PBXContainerItemProxy */; + target = 6A47EE5FE9017D7762FEEEAF15D13E71 /* StencilSwiftKit */; + targetProxy = CD03AB50618939D215A1914E90628771 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 135AC1F1F0CA70D6CFF4C138FC34F015 /* Release */ = { + 162795A558CD6E678889B68DAA1D9C16 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A6D94279E069155E77890813FA11DB57 /* SwiftLint.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "-"; + COMBINE_HIDPI_IMAGES = YES; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.6; + SDKROOT = macosx; + }; + name = Debug; + }; + 1EB8832A8751D81A61E9F26DFDBC8AFF /* 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_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_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=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 = 10.9; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_VERSION = 4.2; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Release; + }; + 319FA8C2849201C6FA41F6EEC0C5E2AE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DF22D2CA75B8BED02D28D1BA53D9E939 /* PathKit.xcconfig */; + baseConfigurationReference = A6D94279E069155E77890813FA11DB57 /* SwiftLint.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "-"; + COMBINE_HIDPI_IMAGES = YES; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.6; + SDKROOT = macosx; + }; + name = Release; + }; + 352636A4D7EE969E29CE8E210D1D7006 /* 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_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 = ( + "POD_CONFIGURATION_DEBUG=1", + "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 = 10.9; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.2; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; + 4153916F0276C250D59FD9B77FD59850 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 04097D443AB57B5F96A393D0341F043E /* Stencil.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CODE_SIGN_IDENTITY = ""; @@ -743,14 +896,14 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/PathKit/PathKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PathKit/PathKit-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Stencil/Stencil-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Stencil/Stencil-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.9; - MODULEMAP_FILE = "Target Support Files/PathKit/PathKit.modulemap"; - PRODUCT_MODULE_NAME = PathKit; - PRODUCT_NAME = PathKit; + MODULEMAP_FILE = "Target Support Files/Stencil/Stencil.modulemap"; + PRODUCT_MODULE_NAME = Stencil; + PRODUCT_NAME = Stencil; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -760,9 +913,9 @@ }; name = Release; }; - 2762A75F8F6DE911E8C533663970952E /* Debug */ = { + 5983DB3E81F39FDEFB64011DA308ED2A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DF22D2CA75B8BED02D28D1BA53D9E939 /* PathKit.xcconfig */; + baseConfigurationReference = 18D86C30594F91A9A0BF1A52E54E7703 /* PathKit.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CODE_SIGN_IDENTITY = ""; @@ -791,12 +944,13 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 2B698C279C6D4B1F00C38B0A85197D57 /* Release */ = { + 5B9710C08ACCE3439D9D34C8526ECF2D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A28FC9B2E6DD73406E2F1B01F1AF94 /* Stencil.xcconfig */; + baseConfigurationReference = CD7029D4519AD8571C187F73B6015A61 /* Pods-Tests.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -809,26 +963,27 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/Stencil/Stencil-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Stencil/Stencil-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-Tests/Pods-Tests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; MACOSX_DEPLOYMENT_TARGET = 10.9; - MODULEMAP_FILE = "Target Support Files/Stencil/Stencil.modulemap"; - PRODUCT_MODULE_NAME = Stencil; - PRODUCT_NAME = Stencil; + MODULEMAP_FILE = "Target Support Files/Pods-Tests/Pods-Tests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = macosx; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - 2D0C6DCEEF336EC9E0BEE52B9FEEA3C0 /* Debug */ = { + 8E5C4D4B46ABF835969A2A271BE3586A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABD0DDF9E7C3D04A5F54C53A563678BE /* StencilSwiftKit.xcconfig */; + baseConfigurationReference = 04097D443AB57B5F96A393D0341F043E /* Stencil.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CODE_SIGN_IDENTITY = ""; @@ -842,14 +997,14 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/StencilSwiftKit/StencilSwiftKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/StencilSwiftKit/StencilSwiftKit-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Stencil/Stencil-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Stencil/Stencil-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.9; - MODULEMAP_FILE = "Target Support Files/StencilSwiftKit/StencilSwiftKit.modulemap"; - PRODUCT_MODULE_NAME = StencilSwiftKit; - PRODUCT_NAME = StencilSwiftKit; + MODULEMAP_FILE = "Target Support Files/Stencil/Stencil.modulemap"; + PRODUCT_MODULE_NAME = Stencil; + PRODUCT_NAME = Stencil; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -859,11 +1014,10 @@ }; name = Debug; }; - 86DBF6F9390903F71D222D91A11EB190 /* Debug */ = { + 96D94C796BFB3AF2D65F94A6083F7643 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 64941BB1AF43EDAEBFDAE53F5FA0C131 /* Pods-Tests.debug.xcconfig */; + baseConfigurationReference = F1C57DE5D66A06CB649E7EF3BCAA21AF /* StencilSwiftKit.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -876,27 +1030,26 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "Target Support Files/Pods-Tests/Pods-Tests-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/StencilSwiftKit/StencilSwiftKit-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/StencilSwiftKit/StencilSwiftKit-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; MACOSX_DEPLOYMENT_TARGET = 10.9; - MODULEMAP_FILE = "Target Support Files/Pods-Tests/Pods-Tests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/StencilSwiftKit/StencilSwiftKit.modulemap"; + PRODUCT_MODULE_NAME = StencilSwiftKit; + PRODUCT_NAME = StencilSwiftKit; SDKROOT = macosx; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 9CA9CBB0016772A56D84ED1A014A280A /* Release */ = { + BDAB17726BC980D6A56DFA3C1CEABC00 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABD0DDF9E7C3D04A5F54C53A563678BE /* StencilSwiftKit.xcconfig */; + baseConfigurationReference = F1C57DE5D66A06CB649E7EF3BCAA21AF /* StencilSwiftKit.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CODE_SIGN_IDENTITY = ""; @@ -927,70 +1080,10 @@ }; name = Release; }; - B9A2CC13EB0782334C0C454F18B7352A /* Release */ = { + EACC88D5D1B0D09615CF1C3EB3D254B4 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 18D86C30594F91A9A0BF1A52E54E7703 /* PathKit.xcconfig */; 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_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_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=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 = 10.9; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.2; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Release; - }; - BEFC7DB7EA7ADBE32FA4834926C305AB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 652C3649F7991B79FA33E0DAD18B3E67 /* Pods-Tests.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -1003,28 +1096,28 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "Target Support Files/Pods-Tests/Pods-Tests-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/PathKit/PathKit-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PathKit/PathKit-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; MACOSX_DEPLOYMENT_TARGET = 10.9; - MODULEMAP_FILE = "Target Support Files/Pods-Tests/Pods-Tests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/PathKit/PathKit.modulemap"; + PRODUCT_MODULE_NAME = PathKit; + PRODUCT_NAME = PathKit; SDKROOT = macosx; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - E9A0B4597A7053F9A58B476A759F05CA /* Debug */ = { + F887CF1AC6CBEA5A5383B0AC10DE478B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A28FC9B2E6DD73406E2F1B01F1AF94 /* Stencil.xcconfig */; + baseConfigurationReference = AD218B84FB9292B7F7E920CED1F60248 /* Pods-Tests.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -1037,175 +1130,82 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/Stencil/Stencil-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Stencil/Stencil-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-Tests/Pods-Tests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; MACOSX_DEPLOYMENT_TARGET = 10.9; - MODULEMAP_FILE = "Target Support Files/Stencil/Stencil.modulemap"; - PRODUCT_MODULE_NAME = Stencil; - PRODUCT_NAME = Stencil; + MODULEMAP_FILE = "Target Support Files/Pods-Tests/Pods-Tests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = macosx; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - ED4007CEDB0B3C904B7FA3E29F4F3A11 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF74B7111E693CCCAA7B803CA34E1CAC /* SwiftLint.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.6; - SDKROOT = macosx; - }; - name = Release; - }; - EF47AA372C02F21D1B5ADE70E6BAA5A7 /* 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_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 = ( - "POD_CONFIGURATION_DEBUG=1", - "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 = 10.9; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; - F85D0C83685B20ED333C4CDD9E270E74 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF74B7111E693CCCAA7B803CA34E1CAC /* SwiftLint.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.6; - SDKROOT = macosx; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 132C207F5376BF329D60CCD9CBC720A8 /* Build configuration list for PBXNativeTarget "StencilSwiftKit" */ = { + 02F6D1008E9CAB8E844AC46216647599 /* Build configuration list for PBXNativeTarget "Pods-Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2D0C6DCEEF336EC9E0BEE52B9FEEA3C0 /* Debug */, - 9CA9CBB0016772A56D84ED1A014A280A /* Release */, + F887CF1AC6CBEA5A5383B0AC10DE478B /* Debug */, + 5B9710C08ACCE3439D9D34C8526ECF2D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + 2D9C128AC5DB6B14CB94391A65ADDABA /* Build configuration list for PBXNativeTarget "StencilSwiftKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - EF47AA372C02F21D1B5ADE70E6BAA5A7 /* Debug */, - B9A2CC13EB0782334C0C454F18B7352A /* Release */, + 96D94C796BFB3AF2D65F94A6083F7643 /* Debug */, + BDAB17726BC980D6A56DFA3C1CEABC00 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6769A5A97A5F34659472D649AC6E5580 /* Build configuration list for PBXAggregateTarget "SwiftLint" */ = { + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - F85D0C83685B20ED333C4CDD9E270E74 /* Debug */, - ED4007CEDB0B3C904B7FA3E29F4F3A11 /* Release */, + 352636A4D7EE969E29CE8E210D1D7006 /* Debug */, + 1EB8832A8751D81A61E9F26DFDBC8AFF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8D87D90297026600F78C0AFCB17539B6 /* Build configuration list for PBXNativeTarget "Pods-Tests" */ = { + 530357B4E875EB5092387032A0322ED1 /* Build configuration list for PBXNativeTarget "Stencil" */ = { isa = XCConfigurationList; buildConfigurations = ( - 86DBF6F9390903F71D222D91A11EB190 /* Debug */, - BEFC7DB7EA7ADBE32FA4834926C305AB /* Release */, + 8E5C4D4B46ABF835969A2A271BE3586A /* Debug */, + 4153916F0276C250D59FD9B77FD59850 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A909730DFB417A5749F3D0C05988225D /* Build configuration list for PBXNativeTarget "PathKit" */ = { + 6B85897A088D4AE3F4E8ACADD920104C /* Build configuration list for PBXNativeTarget "PathKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2762A75F8F6DE911E8C533663970952E /* Debug */, - 135AC1F1F0CA70D6CFF4C138FC34F015 /* Release */, + EACC88D5D1B0D09615CF1C3EB3D254B4 /* Debug */, + 5983DB3E81F39FDEFB64011DA308ED2A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B9BD1D09F59649D41A2E64BA274FBDD0 /* Build configuration list for PBXNativeTarget "Stencil" */ = { + 8F3021AB536BBFEB240A19FA9B459EBA /* Build configuration list for PBXAggregateTarget "SwiftLint" */ = { isa = XCConfigurationList; buildConfigurations = ( - E9A0B4597A7053F9A58B476A759F05CA /* Debug */, - 2B698C279C6D4B1F00C38B0A85197D57 /* Release */, + 162795A558CD6E678889B68DAA1D9C16 /* Debug */, + 319FA8C2849201C6FA41F6EEC0C5E2AE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; } diff --git a/Pods/SwiftLint/swiftlint b/Pods/SwiftLint/swiftlint index 18c4b3d8..0dc9703c 100755 Binary files a/Pods/SwiftLint/swiftlint and b/Pods/SwiftLint/swiftlint differ diff --git a/Pods/Target Support Files/Stencil/Stencil.xcconfig b/Pods/Target Support Files/Stencil/Stencil.xcconfig index a7edf099..a41558ed 100644 --- a/Pods/Target Support Files/Stencil/Stencil.xcconfig +++ b/Pods/Target Support Files/Stencil/Stencil.xcconfig @@ -2,7 +2,6 @@ CODE_SIGN_IDENTITY = CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Stencil FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/PathKit" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_LDFLAGS = $(inherited) -framework "PathKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit.xcconfig b/Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit.xcconfig index c3b7efdc..33886502 100644 --- a/Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit.xcconfig +++ b/Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit.xcconfig @@ -2,7 +2,6 @@ CODE_SIGN_IDENTITY = CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/StencilSwiftKit FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/PathKit" "${PODS_CONFIGURATION_BUILD_DIR}/Stencil" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "PathKit" -framework "Stencil" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)