This repository has been archived by the owner on Sep 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Cleanup (remove) old stuff #5
Labels
Milestone
Comments
Note: the templates have all ben refactored to not use these properties anymore. The only remaining change that hasn't been done yet (in the templates) is to use |
Added some more deprecated variables (and their replacements), see PR #13. Will add the new documentation to the wiki. |
New depreciation to add: the |
Sure, I'll make a PR for this later. |
This was referenced May 8, 2017
Merged
With the release of 1.1.0, we can now delete all these variables 🎉 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Refs: SwiftGen/SwiftGen#244
Colors
enumName
: has been replaced byparam.enumName
, should provide default value.rgb
andrgba
(for each color): can be composed from the other components.Fonts
enumName
: has been replaced byparam.enumName
, should provide default value.fontName
(for each font): has been replaced by thename
property.Images
enumName
: has been replaced byparam.enumName
, should provide default value.images
: just old,catalogs
contains the structured information.Storyboards
extraImports
: replaced bymodules
(Parse storyboard customModule property SwiftGen#243)sceneEnumName
: has been replaced byparam. sceneEnumName
, should provide default value.segueEnumName
: has been replaced byparam. segueEnumName
, should provide default value.template using Stencil.scene
:isBaseViewController
: removed. You can replace it with a test forbaseType == "ViewController"
.Strings
enumName
: has been replaced byparam.enumName
, should provide default value.strings
andstructuredStrings
: replaced bytables
array, where each table has a structuredlevels
property.tableName
: replaced bytables
array, where each table has aname
property.level
:subenums
: renamed tochildren
.string
:keytail
: renamed toname
.params
structure with thenames
,typednames
,types
,count
anddeclarations
arrays: removed.types
which is an array of types. The previous variablescan now be reconstructed using template tags now that Stencil has become more powerful.
The text was updated successfully, but these errors were encountered: