You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
I'm not sure that this functionality should be placed directly inside Natalie, may be should be created a different tool.
Generating identifiers for storyboards stuff definitely is a good step :) But there are also quite a lot of magic strings in the project - for localizable strings (NSLocalizedString("Hello", ...)) or for images UIImage(named: "Logo"), and other files in the bundle.
So, may be also can be generated analogue of R file on android. So, for strings and images can be generated something like:
@krzyzanowskim was thinking of starting to look at help out on some of this, looking at the binary invocation, do you have thoughts on what it might look like in terms of invoking the API
I'm not sure that this functionality should be placed directly inside Natalie, may be should be created a different tool.
Generating identifiers for storyboards stuff definitely is a good step :) But there are also quite a lot of magic strings in the project - for localizable strings (NSLocalizedString("Hello", ...)) or for images UIImage(named: "Logo"), and other files in the bundle.
So, may be also can be generated analogue of R file on android. So, for strings and images can be generated something like:
And for convenience:
The text was updated successfully, but these errors were encountered: