Skip to content

Commit

Permalink
Also generate a11y ids in app R file
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Jul 17, 2019
1 parent 343b9af commit acd1873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/RswiftCore/RswiftCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public struct RswiftCore {
ReuseIdentifierStructGenerator(reusables: resources.reusables),
ResourceFileStructGenerator(resourceFiles: resources.resourceFiles),
StringsStructGenerator(localizableStrings: resources.localizableStrings),
AccessibilityIdentifierStructGenerator(nibs: resources.nibs, storyboards: resources.storyboards),
])
writeIfChanged(contents: fileContents, toURL: callInformation.outputURL)

Expand Down

0 comments on commit acd1873

Please sign in to comment.