├── .gitignore ├── .rubocop.yml ├── .swiftlint.yml ├── CHANGELOG.md ├── Contexts ├── Colors │ ├── defaults.plist │ ├── empty.plist │ ├── extra.plist │ └── multiple.plist ├── Fonts │ ├── defaults.plist │ └── empty.plist ├── Storyboards-iOS │ ├── all.plist │ ├── anonymous.plist │ ├── empty.plist │ └── messages.plist ├── Storyboards-macOS │ ├── all.plist │ ├── anonymous.plist │ ├── empty.plist │ └── messages.plist ├── Strings │ ├── empty.plist │ ├── localizable.plist │ ├── multiline.plist │ ├── multiple.plist │ ├── structuredonly.plist │ └── utf8.plist └── XCAssets │ ├── all.plist │ ├── colors.plist │ ├── empty.plist │ └── images.plist ├── Documentation ├── Creating-your-templates.md ├── MigrationGuide.md ├── colors │ ├── literals-swift3.md │ ├── literals-swift4.md │ ├── swift2.md │ ├── swift3.md │ └── swift4.md ├── fonts │ ├── swift2.md │ ├── swift3.md │ └── swift4.md ├── storyboards │ ├── swift2.md │ ├── swift3.md │ └── swift4.md ├── strings │ ├── flat-swift2.md │ ├── flat-swift3.md │ ├── flat-swift4.md │ ├── structured-swift2.md │ ├── structured-swift3.md │ └── structured-swift4.md └── xcassets │ ├── swift2.md │ ├── swift3.md │ └── swift4.md ├── Fixtures ├── Colors │ ├── bad-syntax.json │ ├── bad-syntax.txt │ ├── bad-syntax.xml │ ├── bad-value.json │ ├── bad-value.txt │ ├── bad-value.xml │ ├── bad.clr │ ├── colors.clr │ ├── colors.json │ ├── colors.xml │ └── extra.txt ├── Fonts │ ├── Avenir.ttc │ ├── SFNSDisplay-Black.otf │ ├── SFNSDisplay-Bold.otf │ ├── SFNSDisplay-Heavy.otf │ ├── SFNSDisplay-Regular.otf │ ├── SFNSText-Bold.otf │ ├── SFNSText-Heavy.otf │ ├── SFNSText-Regular.otf │ ├── ZapfDingbats.ttf │ └── class.ttf ├── Storyboards-iOS │ ├── AdditionalImport.storyboard │ ├── Anonymous.storyboard │ ├── Dependency.storyboard │ ├── Message.storyboard │ ├── Placeholder.storyboard │ └── Wizard.storyboard ├── Storyboards-macOS │ ├── AdditionalImport.storyboard │ ├── Anonymous.storyboard │ ├── Dependency.storyboard │ ├── Message.storyboard │ └── Placeholder.storyboard ├── Strings │ ├── LocMultiline.strings │ ├── LocStructuredOnly.strings │ ├── LocUTF8.strings │ └── Localizable.strings ├── XCAssets │ ├── Colors.xcassets │ │ ├── 24Vision │ │ │ ├── Background.colorset │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ └── Primary.colorset │ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Orange.imageset │ │ │ ├── Contents.json │ │ │ └── Orange.png │ │ └── Vengo │ │ │ ├── Contents.json │ │ │ ├── Primary.colorset │ │ │ └── Contents.json │ │ │ └── Tint.colorset │ │ │ └── Contents.json │ └── Images.xcassets │ │ ├── AppIcon (iOS).appiconset │ │ ├── Contents.json │ │ ├── Icon-60.png │ │ ├── Icon-60@2x.png │ │ ├── Icon-60@3x.png │ │ ├── Icon-Small@2x.png │ │ ├── Icon-Small@3x.png │ │ ├── Icon-Spotlight-40.png │ │ ├── Icon-Spotlight-40@2x.png │ │ └── Icon-Spotlight-40@3x.png │ │ ├── AppIcon (macOS).appiconset │ │ └── Contents.json │ │ ├── AppIcon (watchOS).appiconset │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Dashboard Image (Game Center).gcdashboardimage │ │ ├── Contents.json │ │ └── Logo.imageset │ │ │ └── Contents.json │ │ ├── Data.dataset │ │ └── Contents.json │ │ ├── Empty │ │ └── Contents.json │ │ ├── Exotic │ │ ├── Banana.imageset │ │ │ ├── Banana-icon.png │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Mango.imageset │ │ │ ├── Contents.json │ │ │ └── Mango.png │ │ ├── LaunchImage (iOS).launchimage │ │ └── Contents.json │ │ ├── LaunchImage (tvOS).launchimage │ │ └── Contents.json │ │ ├── Leaderboard (Game Center).gcleaderboard │ │ ├── Contents.json │ │ └── Poster.imagestack │ │ │ ├── Back.imagestacklayer │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Front.imagestacklayer │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ │ └── Middle.imagestacklayer │ │ │ ├── Content.imageset │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Leaderboard Set (Game Center).gcleaderboardset │ │ ├── Contents.json │ │ └── Poster.imagestack │ │ │ ├── Back.imagestacklayer │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Front.imagestacklayer │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ │ └── Middle.imagestacklayer │ │ │ ├── Content.imageset │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Round │ │ ├── Apricot.imageset │ │ │ ├── Apricot.png │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Red │ │ │ ├── Apple.imageset │ │ │ ├── Apple-icon.png │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Double │ │ │ ├── Cherry.imageset │ │ │ │ ├── Cherry.png │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ │ └── Tomato.imageset │ │ │ ├── Contents.json │ │ │ └── Tomato.png │ │ ├── Sprites.spriteatlas │ │ ├── Contents.json │ │ └── Sprite.imageset │ │ │ └── Contents.json │ │ ├── Stack (tvOS).imagestack │ │ ├── Back.imagestacklayer │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Front.imagestacklayer │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ └── Middle.imagestacklayer │ │ │ ├── Content.imageset │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Sticker Pack.stickerpack │ │ ├── Contents.json │ │ ├── Sticker Sequence.stickersequence │ │ │ └── Contents.json │ │ └── Sticker.sticker │ │ │ └── Contents.json │ │ └── private.imageset │ │ ├── Contents.json │ │ └── Lemon.png └── stub-env │ ├── Definitions.swift │ ├── ExtraDefinitions.swift │ ├── Modules │ ├── CustomSegue.swift │ ├── FadeSegue.swift │ ├── LocationPicker.swift │ ├── PrefsWindowController.swift │ └── SlackTextViewController.swift │ ├── PublicDefinitions.swift │ ├── swift3 │ └── .gitkeep │ └── swift4 │ └── .gitkeep ├── Gemfile ├── Gemfile.lock ├── LICENSE ├── Podfile ├── Podfile.lock ├── Pods ├── Local Podspecs │ ├── Stencil.podspec.json │ └── StencilSwiftKit.podspec.json ├── Manifest.lock ├── PathKit │ ├── LICENSE │ ├── README.md │ └── Sources │ │ └── PathKit.swift ├── Pods.xcodeproj │ └── project.pbxproj ├── Stencil │ ├── LICENSE │ ├── README.md │ └── Sources │ │ ├── Context.swift │ │ ├── Environment.swift │ │ ├── Errors.swift │ │ ├── Expression.swift │ │ ├── Extension.swift │ │ ├── FilterTag.swift │ │ ├── Filters.swift │ │ ├── ForTag.swift │ │ ├── IfTag.swift │ │ ├── Include.swift │ │ ├── Inheritence.swift │ │ ├── Lexer.swift │ │ ├── Loader.swift │ │ ├── Node.swift │ │ ├── NowTag.swift │ │ ├── Parser.swift │ │ ├── Template.swift │ │ ├── Tokenizer.swift │ │ └── Variable.swift ├── StencilSwiftKit │ ├── LICENSE │ ├── README.md │ └── Sources │ │ ├── CallMacroNodes.swift │ │ ├── Context.swift │ │ ├── Environment.swift │ │ ├── Filters+Numbers.swift │ │ ├── Filters+Strings.swift │ │ ├── Filters.swift │ │ ├── MapNode.swift │ │ ├── Parameters.swift │ │ ├── SetNode.swift │ │ ├── StencilSwiftTemplate.swift │ │ └── SwiftIdentifier.swift └── Target Support Files │ ├── PathKit │ ├── Info.plist │ ├── PathKit-dummy.m │ ├── PathKit-prefix.pch │ ├── PathKit-umbrella.h │ ├── PathKit.modulemap │ └── PathKit.xcconfig │ ├── Pods-Tests │ ├── Info.plist │ ├── Pods-Tests-acknowledgements.markdown │ ├── Pods-Tests-acknowledgements.plist │ ├── Pods-Tests-dummy.m │ ├── Pods-Tests-frameworks.sh │ ├── Pods-Tests-resources.sh │ ├── Pods-Tests-umbrella.h │ ├── Pods-Tests.debug.xcconfig │ ├── Pods-Tests.modulemap │ └── Pods-Tests.release.xcconfig │ ├── Stencil │ ├── Info.plist │ ├── Stencil-dummy.m │ ├── Stencil-prefix.pch │ ├── Stencil-umbrella.h │ ├── Stencil.modulemap │ └── Stencil.xcconfig │ └── StencilSwiftKit │ ├── Info.plist │ ├── StencilSwiftKit-dummy.m │ ├── StencilSwiftKit-prefix.pch │ ├── StencilSwiftKit-umbrella.h │ ├── StencilSwiftKit.modulemap │ └── StencilSwiftKit.xcconfig ├── README.md ├── Rakefile ├── Templates.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── SwiftGenKit.xcscmblueprint └── xcshareddata │ └── xcschemes │ ├── Generate Output.xcscheme │ └── Tests.xcscheme ├── Templates.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ └── WorkspaceSettings.xcsettings ├── Tests ├── Expected │ ├── Colors │ │ ├── literals-swift3-context-defaults-customname.swift │ │ ├── literals-swift3-context-defaults-publicAccess.swift │ │ ├── literals-swift3-context-defaults.swift │ │ ├── literals-swift3-context-empty.swift │ │ ├── literals-swift3-context-multiple.swift │ │ ├── literals-swift4-context-defaults-customname.swift │ │ ├── literals-swift4-context-defaults-publicAccess.swift │ │ ├── literals-swift4-context-defaults.swift │ │ ├── literals-swift4-context-empty.swift │ │ ├── literals-swift4-context-multiple.swift │ │ ├── swift2-context-defaults-customname.swift │ │ ├── swift2-context-defaults-publicAccess.swift │ │ ├── swift2-context-defaults.swift │ │ ├── swift2-context-empty.swift │ │ ├── swift2-context-multiple.swift │ │ ├── swift3-context-defaults-customname.swift │ │ ├── swift3-context-defaults-publicAccess.swift │ │ ├── swift3-context-defaults.swift │ │ ├── swift3-context-empty.swift │ │ ├── swift3-context-multiple.swift │ │ ├── swift4-context-defaults-customname.swift │ │ ├── swift4-context-defaults-publicAccess.swift │ │ ├── swift4-context-defaults.swift │ │ ├── swift4-context-empty.swift │ │ └── swift4-context-multiple.swift │ ├── Fonts │ │ ├── swift2-context-defaults-customname.swift │ │ ├── swift2-context-defaults-preservepath.swift │ │ ├── swift2-context-defaults-publicAccess.swift │ │ ├── swift2-context-defaults.swift │ │ ├── swift2-context-empty.swift │ │ ├── swift3-context-defaults-customname.swift │ │ ├── swift3-context-defaults-preservepath.swift │ │ ├── swift3-context-defaults-publicAccess.swift │ │ ├── swift3-context-defaults.swift │ │ ├── swift3-context-empty.swift │ │ ├── swift4-context-defaults-customname.swift │ │ ├── swift4-context-defaults-preservepath.swift │ │ ├── swift4-context-defaults-publicAccess.swift │ │ ├── swift4-context-defaults.swift │ │ └── swift4-context-empty.swift │ ├── Storyboards-iOS │ │ ├── swift2-context-all-customname.swift │ │ ├── swift2-context-all-ignore-module-need-extra-definitions.swift │ │ ├── swift2-context-all-ignore-module.swift │ │ ├── swift2-context-all-publicAccess.swift │ │ ├── swift2-context-all.swift │ │ ├── swift2-context-empty.swift │ │ ├── swift3-context-all-customname.swift │ │ ├── swift3-context-all-ignore-module-need-extra-definitions.swift │ │ ├── swift3-context-all-ignore-module.swift │ │ ├── swift3-context-all-publicAccess.swift │ │ ├── swift3-context-all.swift │ │ ├── swift3-context-empty.swift │ │ ├── swift4-context-all-customname.swift │ │ ├── swift4-context-all-ignore-module-need-extra-definitions.swift │ │ ├── swift4-context-all-ignore-module.swift │ │ ├── swift4-context-all-publicAccess.swift │ │ ├── swift4-context-all.swift │ │ └── swift4-context-empty.swift │ ├── Storyboards-macOS │ │ ├── swift2-context-all-customname.swift │ │ ├── swift2-context-all-ignore-module-need-extra-definitions.swift │ │ ├── swift2-context-all-ignore-module.swift │ │ ├── swift2-context-all-publicAccess.swift │ │ ├── swift2-context-all.swift │ │ ├── swift2-context-empty.swift │ │ ├── swift3-context-all-customname.swift │ │ ├── swift3-context-all-ignore-module-need-extra-definitions.swift │ │ ├── swift3-context-all-ignore-module.swift │ │ ├── swift3-context-all-publicAccess.swift │ │ ├── swift3-context-all.swift │ │ ├── swift3-context-empty.swift │ │ ├── swift4-context-all-customname.swift │ │ ├── swift4-context-all-ignore-module-need-extra-definitions.swift │ │ ├── swift4-context-all-ignore-module.swift │ │ ├── swift4-context-all-publicAccess.swift │ │ ├── swift4-context-all.swift │ │ └── swift4-context-empty.swift │ ├── Strings │ │ ├── flat-swift2-context-empty.swift │ │ ├── flat-swift2-context-localizable-customname.swift │ │ ├── flat-swift2-context-localizable-no-comments.swift │ │ ├── flat-swift2-context-localizable-publicAccess.swift │ │ ├── flat-swift2-context-localizable.swift │ │ ├── flat-swift2-context-multiple.swift │ │ ├── flat-swift3-context-empty.swift │ │ ├── flat-swift3-context-localizable-customname.swift │ │ ├── flat-swift3-context-localizable-no-comments.swift │ │ ├── flat-swift3-context-localizable-publicAccess.swift │ │ ├── flat-swift3-context-localizable.swift │ │ ├── flat-swift3-context-multiple.swift │ │ ├── flat-swift4-context-empty.swift │ │ ├── flat-swift4-context-localizable-customname.swift │ │ ├── flat-swift4-context-localizable-no-comments.swift │ │ ├── flat-swift4-context-localizable-publicAccess.swift │ │ ├── flat-swift4-context-localizable.swift │ │ ├── flat-swift4-context-multiple.swift │ │ ├── structured-swift2-context-empty.swift │ │ ├── structured-swift2-context-localizable-customname.swift │ │ ├── structured-swift2-context-localizable-no-comments.swift │ │ ├── structured-swift2-context-localizable-publicAccess.swift │ │ ├── structured-swift2-context-localizable.swift │ │ ├── structured-swift2-context-multiple.swift │ │ ├── structured-swift3-context-empty.swift │ │ ├── structured-swift3-context-localizable-customname.swift │ │ ├── structured-swift3-context-localizable-no-comments.swift │ │ ├── structured-swift3-context-localizable-publicAccess.swift │ │ ├── structured-swift3-context-localizable.swift │ │ ├── structured-swift3-context-multiple.swift │ │ ├── structured-swift4-context-empty.swift │ │ ├── structured-swift4-context-localizable-customname.swift │ │ ├── structured-swift4-context-localizable-no-comments.swift │ │ ├── structured-swift4-context-localizable-publicAccess.swift │ │ ├── structured-swift4-context-localizable.swift │ │ └── structured-swift4-context-multiple.swift │ └── XCAssets │ │ ├── swift2-context-all-customname.swift │ │ ├── swift2-context-all-no-all-values.swift │ │ ├── swift2-context-all-publicAccess.swift │ │ ├── swift2-context-all.swift │ │ ├── swift2-context-empty.swift │ │ ├── swift3-context-all-customname.swift │ │ ├── swift3-context-all-no-all-values.swift │ │ ├── swift3-context-all-publicAccess.swift │ │ ├── swift3-context-all.swift │ │ ├── swift3-context-empty.swift │ │ ├── swift4-context-all-customname.swift │ │ ├── swift4-context-all-no-all-values.swift │ │ ├── swift4-context-all-publicAccess.swift │ │ ├── swift4-context-all.swift │ │ └── swift4-context-empty.swift ├── Info.plist └── TemplatesTests │ ├── ColorsTests.swift │ ├── FontsTests.swift │ ├── StoryboardsMacOSTests.swift │ ├── StoryboardsiOSTests.swift │ ├── StringsTests.swift │ ├── TestsHelper.swift │ └── XCAssetsTests.swift ├── circle.yml ├── rakelib ├── changelog.rake ├── lint.rake ├── pod.rake ├── spm.rake ├── utils.rake └── xcode.rake └── templates ├── colors ├── literals-swift3.stencil ├── literals-swift4.stencil ├── swift2.stencil ├── swift3.stencil └── swift4.stencil ├── fonts ├── swift2.stencil ├── swift3.stencil └── swift4.stencil ├── storyboards ├── swift2.stencil ├── swift3.stencil └── swift4.stencil ├── strings ├── flat-swift2.stencil ├── flat-swift3.stencil ├── flat-swift4.stencil ├── structured-swift2.stencil ├── structured-swift3.stencil └── structured-swift4.stencil └── xcassets ├── swift2.stencil ├── swift3.stencil └── swift4.stencil /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/.gitignore -------------------------------------------------------------------------------- /.rubocop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/.rubocop.yml -------------------------------------------------------------------------------- /.swiftlint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/.swiftlint.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Contexts/Colors/defaults.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Colors/defaults.plist -------------------------------------------------------------------------------- /Contexts/Colors/empty.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Colors/empty.plist -------------------------------------------------------------------------------- /Contexts/Colors/extra.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Colors/extra.plist -------------------------------------------------------------------------------- /Contexts/Colors/multiple.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Colors/multiple.plist -------------------------------------------------------------------------------- /Contexts/Fonts/defaults.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Fonts/defaults.plist -------------------------------------------------------------------------------- /Contexts/Fonts/empty.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Fonts/empty.plist -------------------------------------------------------------------------------- /Contexts/Storyboards-iOS/all.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Storyboards-iOS/all.plist -------------------------------------------------------------------------------- /Contexts/Storyboards-iOS/anonymous.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Storyboards-iOS/anonymous.plist -------------------------------------------------------------------------------- /Contexts/Storyboards-iOS/empty.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Storyboards-iOS/empty.plist -------------------------------------------------------------------------------- /Contexts/Storyboards-iOS/messages.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Storyboards-iOS/messages.plist -------------------------------------------------------------------------------- /Contexts/Storyboards-macOS/all.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Storyboards-macOS/all.plist -------------------------------------------------------------------------------- /Contexts/Storyboards-macOS/anonymous.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Storyboards-macOS/anonymous.plist -------------------------------------------------------------------------------- /Contexts/Storyboards-macOS/empty.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Storyboards-macOS/empty.plist -------------------------------------------------------------------------------- /Contexts/Storyboards-macOS/messages.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Storyboards-macOS/messages.plist -------------------------------------------------------------------------------- /Contexts/Strings/empty.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Strings/empty.plist -------------------------------------------------------------------------------- /Contexts/Strings/localizable.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Strings/localizable.plist -------------------------------------------------------------------------------- /Contexts/Strings/multiline.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Strings/multiline.plist -------------------------------------------------------------------------------- /Contexts/Strings/multiple.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Strings/multiple.plist -------------------------------------------------------------------------------- /Contexts/Strings/structuredonly.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Strings/structuredonly.plist -------------------------------------------------------------------------------- /Contexts/Strings/utf8.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/Strings/utf8.plist -------------------------------------------------------------------------------- /Contexts/XCAssets/all.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/XCAssets/all.plist -------------------------------------------------------------------------------- /Contexts/XCAssets/colors.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/XCAssets/colors.plist -------------------------------------------------------------------------------- /Contexts/XCAssets/empty.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/XCAssets/empty.plist -------------------------------------------------------------------------------- /Contexts/XCAssets/images.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Contexts/XCAssets/images.plist -------------------------------------------------------------------------------- /Documentation/Creating-your-templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/Creating-your-templates.md -------------------------------------------------------------------------------- /Documentation/MigrationGuide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/MigrationGuide.md -------------------------------------------------------------------------------- /Documentation/colors/literals-swift3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/colors/literals-swift3.md -------------------------------------------------------------------------------- /Documentation/colors/literals-swift4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/colors/literals-swift4.md -------------------------------------------------------------------------------- /Documentation/colors/swift2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/colors/swift2.md -------------------------------------------------------------------------------- /Documentation/colors/swift3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/colors/swift3.md -------------------------------------------------------------------------------- /Documentation/colors/swift4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/colors/swift4.md -------------------------------------------------------------------------------- /Documentation/fonts/swift2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/fonts/swift2.md -------------------------------------------------------------------------------- /Documentation/fonts/swift3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/fonts/swift3.md -------------------------------------------------------------------------------- /Documentation/fonts/swift4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/fonts/swift4.md -------------------------------------------------------------------------------- /Documentation/storyboards/swift2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/storyboards/swift2.md -------------------------------------------------------------------------------- /Documentation/storyboards/swift3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/storyboards/swift3.md -------------------------------------------------------------------------------- /Documentation/storyboards/swift4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/storyboards/swift4.md -------------------------------------------------------------------------------- /Documentation/strings/flat-swift2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/strings/flat-swift2.md -------------------------------------------------------------------------------- /Documentation/strings/flat-swift3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/strings/flat-swift3.md -------------------------------------------------------------------------------- /Documentation/strings/flat-swift4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/strings/flat-swift4.md -------------------------------------------------------------------------------- /Documentation/strings/structured-swift2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/strings/structured-swift2.md -------------------------------------------------------------------------------- /Documentation/strings/structured-swift3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/strings/structured-swift3.md -------------------------------------------------------------------------------- /Documentation/strings/structured-swift4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/strings/structured-swift4.md -------------------------------------------------------------------------------- /Documentation/xcassets/swift2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/xcassets/swift2.md -------------------------------------------------------------------------------- /Documentation/xcassets/swift3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/xcassets/swift3.md -------------------------------------------------------------------------------- /Documentation/xcassets/swift4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Documentation/xcassets/swift4.md -------------------------------------------------------------------------------- /Fixtures/Colors/bad-syntax.json: -------------------------------------------------------------------------------- 1 | junk 2 | -------------------------------------------------------------------------------- /Fixtures/Colors/bad-syntax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Colors/bad-syntax.txt -------------------------------------------------------------------------------- /Fixtures/Colors/bad-syntax.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Colors/bad-syntax.xml -------------------------------------------------------------------------------- /Fixtures/Colors/bad-value.json: -------------------------------------------------------------------------------- 1 | { 2 | "ArticleTitle": "this isn't a color" 3 | } 4 | -------------------------------------------------------------------------------- /Fixtures/Colors/bad-value.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Colors/bad-value.txt -------------------------------------------------------------------------------- /Fixtures/Colors/bad-value.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Colors/bad-value.xml -------------------------------------------------------------------------------- /Fixtures/Colors/bad.clr: -------------------------------------------------------------------------------- 1 | junk -------------------------------------------------------------------------------- /Fixtures/Colors/colors.clr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Colors/colors.clr -------------------------------------------------------------------------------- /Fixtures/Colors/colors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Colors/colors.json -------------------------------------------------------------------------------- /Fixtures/Colors/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Colors/colors.xml -------------------------------------------------------------------------------- /Fixtures/Colors/extra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Colors/extra.txt -------------------------------------------------------------------------------- /Fixtures/Fonts/Avenir.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Fonts/Avenir.ttc -------------------------------------------------------------------------------- /Fixtures/Fonts/SFNSDisplay-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Fonts/SFNSDisplay-Black.otf -------------------------------------------------------------------------------- /Fixtures/Fonts/SFNSDisplay-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Fonts/SFNSDisplay-Bold.otf -------------------------------------------------------------------------------- /Fixtures/Fonts/SFNSDisplay-Heavy.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Fonts/SFNSDisplay-Heavy.otf -------------------------------------------------------------------------------- /Fixtures/Fonts/SFNSDisplay-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Fonts/SFNSDisplay-Regular.otf -------------------------------------------------------------------------------- /Fixtures/Fonts/SFNSText-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Fonts/SFNSText-Bold.otf -------------------------------------------------------------------------------- /Fixtures/Fonts/SFNSText-Heavy.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Fonts/SFNSText-Heavy.otf -------------------------------------------------------------------------------- /Fixtures/Fonts/SFNSText-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Fonts/SFNSText-Regular.otf -------------------------------------------------------------------------------- /Fixtures/Fonts/ZapfDingbats.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Fonts/ZapfDingbats.ttf -------------------------------------------------------------------------------- /Fixtures/Fonts/class.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Fonts/class.ttf -------------------------------------------------------------------------------- /Fixtures/Storyboards-iOS/AdditionalImport.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Storyboards-iOS/AdditionalImport.storyboard -------------------------------------------------------------------------------- /Fixtures/Storyboards-iOS/Anonymous.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Storyboards-iOS/Anonymous.storyboard -------------------------------------------------------------------------------- /Fixtures/Storyboards-iOS/Dependency.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Storyboards-iOS/Dependency.storyboard -------------------------------------------------------------------------------- /Fixtures/Storyboards-iOS/Message.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Storyboards-iOS/Message.storyboard -------------------------------------------------------------------------------- /Fixtures/Storyboards-iOS/Placeholder.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Storyboards-iOS/Placeholder.storyboard -------------------------------------------------------------------------------- /Fixtures/Storyboards-iOS/Wizard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Storyboards-iOS/Wizard.storyboard -------------------------------------------------------------------------------- /Fixtures/Storyboards-macOS/AdditionalImport.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Storyboards-macOS/AdditionalImport.storyboard -------------------------------------------------------------------------------- /Fixtures/Storyboards-macOS/Anonymous.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Storyboards-macOS/Anonymous.storyboard -------------------------------------------------------------------------------- /Fixtures/Storyboards-macOS/Dependency.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Storyboards-macOS/Dependency.storyboard -------------------------------------------------------------------------------- /Fixtures/Storyboards-macOS/Message.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Storyboards-macOS/Message.storyboard -------------------------------------------------------------------------------- /Fixtures/Storyboards-macOS/Placeholder.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Storyboards-macOS/Placeholder.storyboard -------------------------------------------------------------------------------- /Fixtures/Strings/LocMultiline.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Strings/LocMultiline.strings -------------------------------------------------------------------------------- /Fixtures/Strings/LocStructuredOnly.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Strings/LocStructuredOnly.strings -------------------------------------------------------------------------------- /Fixtures/Strings/LocUTF8.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Strings/LocUTF8.strings -------------------------------------------------------------------------------- /Fixtures/Strings/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/Strings/Localizable.strings -------------------------------------------------------------------------------- /Fixtures/XCAssets/Colors.xcassets/24Vision/Background.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Colors.xcassets/24Vision/Background.colorset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Colors.xcassets/24Vision/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Colors.xcassets/24Vision/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Colors.xcassets/24Vision/Primary.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Colors.xcassets/24Vision/Primary.colorset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Colors.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Colors.xcassets/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Colors.xcassets/Orange.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Colors.xcassets/Orange.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Colors.xcassets/Orange.imageset/Orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Colors.xcassets/Orange.imageset/Orange.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Colors.xcassets/Vengo/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Colors.xcassets/Vengo/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Colors.xcassets/Vengo/Primary.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Colors.xcassets/Vengo/Primary.colorset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Colors.xcassets/Vengo/Tint.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Colors.xcassets/Vengo/Tint.colorset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-60.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-60@2x.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-60@3x.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-Small@2x.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-Small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-Small@3x.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-Spotlight-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-Spotlight-40.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-Spotlight-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-Spotlight-40@2x.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-Spotlight-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/AppIcon (iOS).appiconset/Icon-Spotlight-40@3x.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/AppIcon (macOS).appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/AppIcon (macOS).appiconset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/AppIcon (watchOS).appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/AppIcon (watchOS).appiconset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Dashboard Image (Game Center).gcdashboardimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Dashboard Image (Game Center).gcdashboardimage/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Dashboard Image (Game Center).gcdashboardimage/Logo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Dashboard Image (Game Center).gcdashboardimage/Logo.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Data.dataset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Data.dataset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Empty/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Empty/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Exotic/Banana.imageset/Banana-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Exotic/Banana.imageset/Banana-icon.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Exotic/Banana.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Exotic/Banana.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Exotic/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Exotic/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Exotic/Mango.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Exotic/Mango.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Exotic/Mango.imageset/Mango.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Exotic/Mango.imageset/Mango.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/LaunchImage (iOS).launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/LaunchImage (iOS).launchimage/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/LaunchImage (tvOS).launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/LaunchImage (tvOS).launchimage/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard (Game Center).gcleaderboard/Poster.imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Leaderboard Set (Game Center).gcleaderboardset/Poster.imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Round/Apricot.imageset/Apricot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Round/Apricot.imageset/Apricot.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Round/Apricot.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Round/Apricot.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Round/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Round/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Round/Red/Apple.imageset/Apple-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Round/Red/Apple.imageset/Apple-icon.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Round/Red/Apple.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Round/Red/Apple.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Round/Red/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Round/Red/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Round/Red/Double/Cherry.imageset/Cherry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Round/Red/Double/Cherry.imageset/Cherry.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Round/Red/Double/Cherry.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Round/Red/Double/Cherry.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Round/Red/Double/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Round/Red/Double/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Round/Red/Tomato.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Round/Red/Tomato.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Round/Red/Tomato.imageset/Tomato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Round/Red/Tomato.imageset/Tomato.png -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Sprites.spriteatlas/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Sprites.spriteatlas/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Sprites.spriteatlas/Sprite.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Sprites.spriteatlas/Sprite.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Stack (tvOS).imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Sticker Pack.stickerpack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Sticker Pack.stickerpack/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Sticker Pack.stickerpack/Sticker Sequence.stickersequence/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Sticker Pack.stickerpack/Sticker Sequence.stickersequence/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/Sticker Pack.stickerpack/Sticker.sticker/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/Sticker Pack.stickerpack/Sticker.sticker/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/private.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/private.imageset/Contents.json -------------------------------------------------------------------------------- /Fixtures/XCAssets/Images.xcassets/private.imageset/Lemon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/XCAssets/Images.xcassets/private.imageset/Lemon.png -------------------------------------------------------------------------------- /Fixtures/stub-env/Definitions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/stub-env/Definitions.swift -------------------------------------------------------------------------------- /Fixtures/stub-env/ExtraDefinitions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/stub-env/ExtraDefinitions.swift -------------------------------------------------------------------------------- /Fixtures/stub-env/Modules/CustomSegue.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/stub-env/Modules/CustomSegue.swift -------------------------------------------------------------------------------- /Fixtures/stub-env/Modules/FadeSegue.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/stub-env/Modules/FadeSegue.swift -------------------------------------------------------------------------------- /Fixtures/stub-env/Modules/LocationPicker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/stub-env/Modules/LocationPicker.swift -------------------------------------------------------------------------------- /Fixtures/stub-env/Modules/PrefsWindowController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/stub-env/Modules/PrefsWindowController.swift -------------------------------------------------------------------------------- /Fixtures/stub-env/Modules/SlackTextViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/stub-env/Modules/SlackTextViewController.swift -------------------------------------------------------------------------------- /Fixtures/stub-env/PublicDefinitions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Fixtures/stub-env/PublicDefinitions.swift -------------------------------------------------------------------------------- /Fixtures/stub-env/swift3/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Fixtures/stub-env/swift4/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/LICENSE -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Podfile -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Podfile.lock -------------------------------------------------------------------------------- /Pods/Local Podspecs/Stencil.podspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Local Podspecs/Stencil.podspec.json -------------------------------------------------------------------------------- /Pods/Local Podspecs/StencilSwiftKit.podspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Local Podspecs/StencilSwiftKit.podspec.json -------------------------------------------------------------------------------- /Pods/Manifest.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Manifest.lock -------------------------------------------------------------------------------- /Pods/PathKit/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/PathKit/LICENSE -------------------------------------------------------------------------------- /Pods/PathKit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/PathKit/README.md -------------------------------------------------------------------------------- /Pods/PathKit/Sources/PathKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/PathKit/Sources/PathKit.swift -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Pods.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Pods/Stencil/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/LICENSE -------------------------------------------------------------------------------- /Pods/Stencil/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/README.md -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Context.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Context.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Environment.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Environment.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Errors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Errors.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Expression.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Expression.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Extension.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/FilterTag.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/FilterTag.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Filters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Filters.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/ForTag.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/ForTag.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/IfTag.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/IfTag.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Include.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Include.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Inheritence.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Inheritence.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Lexer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Lexer.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Loader.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Loader.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Node.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Node.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/NowTag.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/NowTag.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Parser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Parser.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Template.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Template.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Tokenizer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Tokenizer.swift -------------------------------------------------------------------------------- /Pods/Stencil/Sources/Variable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Stencil/Sources/Variable.swift -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/LICENSE -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/README.md -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/Sources/CallMacroNodes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/Sources/CallMacroNodes.swift -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/Sources/Context.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/Sources/Context.swift -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/Sources/Environment.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/Sources/Environment.swift -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/Sources/Filters+Numbers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/Sources/Filters+Numbers.swift -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/Sources/Filters+Strings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/Sources/Filters+Strings.swift -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/Sources/Filters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/Sources/Filters.swift -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/Sources/MapNode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/Sources/MapNode.swift -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/Sources/Parameters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/Sources/Parameters.swift -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/Sources/SetNode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/Sources/SetNode.swift -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/Sources/StencilSwiftTemplate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/Sources/StencilSwiftTemplate.swift -------------------------------------------------------------------------------- /Pods/StencilSwiftKit/Sources/SwiftIdentifier.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/StencilSwiftKit/Sources/SwiftIdentifier.swift -------------------------------------------------------------------------------- /Pods/Target Support Files/PathKit/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/PathKit/Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/PathKit/PathKit-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/PathKit/PathKit-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/PathKit/PathKit-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/PathKit/PathKit-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/PathKit/PathKit-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/PathKit/PathKit-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/PathKit/PathKit.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/PathKit/PathKit.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/PathKit/PathKit.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/PathKit/PathKit.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-Tests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Pods-Tests/Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.markdown -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-Tests/Pods-Tests-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Pods-Tests/Pods-Tests-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-Tests/Pods-Tests-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Pods-Tests/Pods-Tests-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-Tests/Pods-Tests.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Pods-Tests/Pods-Tests.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/Stencil/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Stencil/Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/Stencil/Stencil-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Stencil/Stencil-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/Stencil/Stencil-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Stencil/Stencil-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/Stencil/Stencil-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Stencil/Stencil-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/Stencil/Stencil.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Stencil/Stencil.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/Stencil/Stencil.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/Stencil/Stencil.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/StencilSwiftKit/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/StencilSwiftKit/Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Pods/Target Support Files/StencilSwiftKit/StencilSwiftKit.xcconfig -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/README.md -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Rakefile -------------------------------------------------------------------------------- /Templates.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Templates.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Templates.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Templates.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Templates.xcodeproj/project.xcworkspace/xcshareddata/SwiftGenKit.xcscmblueprint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Templates.xcodeproj/project.xcworkspace/xcshareddata/SwiftGenKit.xcscmblueprint -------------------------------------------------------------------------------- /Templates.xcodeproj/xcshareddata/xcschemes/Generate Output.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Templates.xcodeproj/xcshareddata/xcschemes/Generate Output.xcscheme -------------------------------------------------------------------------------- /Templates.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Templates.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme -------------------------------------------------------------------------------- /Templates.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Templates.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Templates.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Templates.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /Tests/Expected/Colors/literals-swift3-context-defaults-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/literals-swift3-context-defaults-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/literals-swift3-context-defaults-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/literals-swift3-context-defaults-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/literals-swift3-context-defaults.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/literals-swift3-context-defaults.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/literals-swift3-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/literals-swift3-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/literals-swift3-context-multiple.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/literals-swift3-context-multiple.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/literals-swift4-context-defaults-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/literals-swift4-context-defaults-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/literals-swift4-context-defaults-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/literals-swift4-context-defaults-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/literals-swift4-context-defaults.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/literals-swift4-context-defaults.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/literals-swift4-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/literals-swift4-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/literals-swift4-context-multiple.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/literals-swift4-context-multiple.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift2-context-defaults-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift2-context-defaults-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift2-context-defaults-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift2-context-defaults-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift2-context-defaults.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift2-context-defaults.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift2-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift2-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift2-context-multiple.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift2-context-multiple.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift3-context-defaults-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift3-context-defaults-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift3-context-defaults-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift3-context-defaults-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift3-context-defaults.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift3-context-defaults.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift3-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift3-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift3-context-multiple.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift3-context-multiple.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift4-context-defaults-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift4-context-defaults-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift4-context-defaults-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift4-context-defaults-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift4-context-defaults.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift4-context-defaults.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift4-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift4-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Colors/swift4-context-multiple.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Colors/swift4-context-multiple.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift2-context-defaults-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift2-context-defaults-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift2-context-defaults-preservepath.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift2-context-defaults-preservepath.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift2-context-defaults-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift2-context-defaults-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift2-context-defaults.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift2-context-defaults.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift2-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift2-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift3-context-defaults-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift3-context-defaults-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift3-context-defaults-preservepath.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift3-context-defaults-preservepath.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift3-context-defaults-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift3-context-defaults-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift3-context-defaults.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift3-context-defaults.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift3-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift3-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift4-context-defaults-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift4-context-defaults-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift4-context-defaults-preservepath.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift4-context-defaults-preservepath.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift4-context-defaults-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift4-context-defaults-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift4-context-defaults.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift4-context-defaults.swift -------------------------------------------------------------------------------- /Tests/Expected/Fonts/swift4-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Fonts/swift4-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift2-context-all-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift2-context-all-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift2-context-all-ignore-module-need-extra-definitions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift2-context-all-ignore-module-need-extra-definitions.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift2-context-all-ignore-module.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift2-context-all-ignore-module.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift2-context-all-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift2-context-all-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift2-context-all.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift2-context-all.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift2-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift2-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift3-context-all-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift3-context-all-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift3-context-all-ignore-module-need-extra-definitions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift3-context-all-ignore-module-need-extra-definitions.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift3-context-all-ignore-module.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift3-context-all-ignore-module.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift3-context-all-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift3-context-all-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift3-context-all.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift3-context-all.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift3-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift3-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift4-context-all-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift4-context-all-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift4-context-all-ignore-module-need-extra-definitions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift4-context-all-ignore-module-need-extra-definitions.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift4-context-all-ignore-module.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift4-context-all-ignore-module.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift4-context-all-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift4-context-all-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift4-context-all.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift4-context-all.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-iOS/swift4-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-iOS/swift4-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift2-context-all-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift2-context-all-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift2-context-all-ignore-module-need-extra-definitions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift2-context-all-ignore-module-need-extra-definitions.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift2-context-all-ignore-module.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift2-context-all-ignore-module.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift2-context-all-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift2-context-all-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift2-context-all.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift2-context-all.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift2-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift2-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift3-context-all-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift3-context-all-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift3-context-all-ignore-module-need-extra-definitions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift3-context-all-ignore-module-need-extra-definitions.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift3-context-all-ignore-module.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift3-context-all-ignore-module.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift3-context-all-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift3-context-all-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift3-context-all.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift3-context-all.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift3-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift3-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift4-context-all-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift4-context-all-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift4-context-all-ignore-module-need-extra-definitions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift4-context-all-ignore-module-need-extra-definitions.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift4-context-all-ignore-module.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift4-context-all-ignore-module.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift4-context-all-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift4-context-all-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift4-context-all.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift4-context-all.swift -------------------------------------------------------------------------------- /Tests/Expected/Storyboards-macOS/swift4-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Storyboards-macOS/swift4-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift2-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift2-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift2-context-localizable-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift2-context-localizable-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift2-context-localizable-no-comments.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift2-context-localizable-no-comments.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift2-context-localizable-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift2-context-localizable-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift2-context-localizable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift2-context-localizable.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift2-context-multiple.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift2-context-multiple.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift3-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift3-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift3-context-localizable-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift3-context-localizable-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift3-context-localizable-no-comments.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift3-context-localizable-no-comments.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift3-context-localizable-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift3-context-localizable-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift3-context-localizable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift3-context-localizable.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift3-context-multiple.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift3-context-multiple.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift4-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift4-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift4-context-localizable-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift4-context-localizable-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift4-context-localizable-no-comments.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift4-context-localizable-no-comments.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift4-context-localizable-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift4-context-localizable-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift4-context-localizable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift4-context-localizable.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/flat-swift4-context-multiple.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/flat-swift4-context-multiple.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift2-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift2-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift2-context-localizable-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift2-context-localizable-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift2-context-localizable-no-comments.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift2-context-localizable-no-comments.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift2-context-localizable-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift2-context-localizable-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift2-context-localizable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift2-context-localizable.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift2-context-multiple.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift2-context-multiple.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift3-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift3-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift3-context-localizable-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift3-context-localizable-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift3-context-localizable-no-comments.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift3-context-localizable-no-comments.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift3-context-localizable-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift3-context-localizable-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift3-context-localizable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift3-context-localizable.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift3-context-multiple.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift3-context-multiple.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift4-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift4-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift4-context-localizable-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift4-context-localizable-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift4-context-localizable-no-comments.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift4-context-localizable-no-comments.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift4-context-localizable-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift4-context-localizable-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift4-context-localizable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift4-context-localizable.swift -------------------------------------------------------------------------------- /Tests/Expected/Strings/structured-swift4-context-multiple.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/Strings/structured-swift4-context-multiple.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift2-context-all-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift2-context-all-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift2-context-all-no-all-values.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift2-context-all-no-all-values.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift2-context-all-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift2-context-all-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift2-context-all.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift2-context-all.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift2-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift2-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift3-context-all-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift3-context-all-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift3-context-all-no-all-values.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift3-context-all-no-all-values.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift3-context-all-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift3-context-all-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift3-context-all.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift3-context-all.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift3-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift3-context-empty.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift4-context-all-customname.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift4-context-all-customname.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift4-context-all-no-all-values.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift4-context-all-no-all-values.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift4-context-all-publicAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift4-context-all-publicAccess.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift4-context-all.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift4-context-all.swift -------------------------------------------------------------------------------- /Tests/Expected/XCAssets/swift4-context-empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Expected/XCAssets/swift4-context-empty.swift -------------------------------------------------------------------------------- /Tests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/Info.plist -------------------------------------------------------------------------------- /Tests/TemplatesTests/ColorsTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/TemplatesTests/ColorsTests.swift -------------------------------------------------------------------------------- /Tests/TemplatesTests/FontsTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/TemplatesTests/FontsTests.swift -------------------------------------------------------------------------------- /Tests/TemplatesTests/StoryboardsMacOSTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/TemplatesTests/StoryboardsMacOSTests.swift -------------------------------------------------------------------------------- /Tests/TemplatesTests/StoryboardsiOSTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/TemplatesTests/StoryboardsiOSTests.swift -------------------------------------------------------------------------------- /Tests/TemplatesTests/StringsTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/TemplatesTests/StringsTests.swift -------------------------------------------------------------------------------- /Tests/TemplatesTests/TestsHelper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/TemplatesTests/TestsHelper.swift -------------------------------------------------------------------------------- /Tests/TemplatesTests/XCAssetsTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/Tests/TemplatesTests/XCAssetsTests.swift -------------------------------------------------------------------------------- /circle.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/circle.yml -------------------------------------------------------------------------------- /rakelib/changelog.rake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/rakelib/changelog.rake -------------------------------------------------------------------------------- /rakelib/lint.rake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/rakelib/lint.rake -------------------------------------------------------------------------------- /rakelib/pod.rake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/rakelib/pod.rake -------------------------------------------------------------------------------- /rakelib/spm.rake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/rakelib/spm.rake -------------------------------------------------------------------------------- /rakelib/utils.rake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/rakelib/utils.rake -------------------------------------------------------------------------------- /rakelib/xcode.rake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/rakelib/xcode.rake -------------------------------------------------------------------------------- /templates/colors/literals-swift3.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/colors/literals-swift3.stencil -------------------------------------------------------------------------------- /templates/colors/literals-swift4.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/colors/literals-swift4.stencil -------------------------------------------------------------------------------- /templates/colors/swift2.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/colors/swift2.stencil -------------------------------------------------------------------------------- /templates/colors/swift3.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/colors/swift3.stencil -------------------------------------------------------------------------------- /templates/colors/swift4.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/colors/swift4.stencil -------------------------------------------------------------------------------- /templates/fonts/swift2.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/fonts/swift2.stencil -------------------------------------------------------------------------------- /templates/fonts/swift3.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/fonts/swift3.stencil -------------------------------------------------------------------------------- /templates/fonts/swift4.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/fonts/swift4.stencil -------------------------------------------------------------------------------- /templates/storyboards/swift2.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/storyboards/swift2.stencil -------------------------------------------------------------------------------- /templates/storyboards/swift3.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/storyboards/swift3.stencil -------------------------------------------------------------------------------- /templates/storyboards/swift4.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/storyboards/swift4.stencil -------------------------------------------------------------------------------- /templates/strings/flat-swift2.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/strings/flat-swift2.stencil -------------------------------------------------------------------------------- /templates/strings/flat-swift3.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/strings/flat-swift3.stencil -------------------------------------------------------------------------------- /templates/strings/flat-swift4.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/strings/flat-swift4.stencil -------------------------------------------------------------------------------- /templates/strings/structured-swift2.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/strings/structured-swift2.stencil -------------------------------------------------------------------------------- /templates/strings/structured-swift3.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/strings/structured-swift3.stencil -------------------------------------------------------------------------------- /templates/strings/structured-swift4.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/strings/structured-swift4.stencil -------------------------------------------------------------------------------- /templates/xcassets/swift2.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/xcassets/swift2.stencil -------------------------------------------------------------------------------- /templates/xcassets/swift3.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/xcassets/swift3.stencil -------------------------------------------------------------------------------- /templates/xcassets/swift4.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SwiftGen/templates/HEAD/templates/xcassets/swift4.stencil --------------------------------------------------------------------------------