paulsamuels / SBConstants

MIT License
311 stars 28 forks source link

Raw value missing in generated constant file. #48

Closed mlvea closed 8 years ago

mlvea commented 8 years ago

Generated constant file doesn't contain raw String Value identifiers.

example:

public enum TableViewCellReuseIdentifier : String {
    case MessageCell
}
mkubenka commented 8 years ago

@orta Support for storyboard identifiers with spaces was removed in d935c6dace92ca4cebfd35eccc1e647623f6b0d4

mlvea commented 8 years ago

Closing: #41 Removed this as this is not necessary.