Mathijs Kadijk
Mathijs Kadijk
This will not work according to the docs: _"Repositories are only available to the root package and the repositories defined in your dependencies will not be loaded. Read the FAQ...
See https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Appendixes/BinaryProviderAPI.html
We're creating a UI framework and want to have to following improvements to make R.swift more usable for this case: - Pick your own name for the `R` struct so...
See: https://github.com/apple/swift-argument-parser
Extracted from #41. **[@fabb suggests:](https://github.com/mac-cain13/R.swift/issues/41#issuecomment-379300015)** Is there a reason why R.swift contrary to Laurine did not use nested structs for accessing parts of localized strings which are separated by a...
Think this is something R.swift also could support!
`SWIFT_VERSION`, `SDK_VERSION` and `XCODE_VERSION_ACTUAL` are available in the environment. We could check at the start and warn/error about incorrect versions being used and advise the user about this. Think this...
Would be handy to pick up the accessibility identifiers set in xibs and storyboards, makes writing UI tests easier and less fragile. Think it would be nice to generate `R.id.[nibName].[accessibilityIdentifier]`...
Wondering if it is possible to link to assets/locations within a file in Xcode. Would be nice if it's easy to jump from the `R.generated.swift` to the resource mentioned there....
We should be able to do this by outputting something like this: `/path/to/file.swift:123: warning: This is the warning message` I'm wondering if we also could give an "auto-fix" suggestion.