-
When I run the following:
```
jazzy --objc --framework-root . --umbrella-header NimbusCore.h --module NimbusCore --output docs
```
This error is logged: `fatal error: 'UIKit/UIKit.h' file not found`…
-
I think we should have a rule that _some_ (that's the tricky) part attributes should be on their own line.
The attributes that I'd like to see in that list are:
- `@discardableResult`
- `@available`
…
-
`--minimum-access-control [public | internal | private]` with `public` as default
jpsim updated
8 years ago
-
Is there a way to change the existing function. For e.g. if I want to add few lines before the actual body of function starts, can I do it? If yes, how ? If no, what could be possible ways to develop …
-
Sending a request to SourceKit for `source.request.editor.open` with the following `key.sourcefile` contents:
``` swift
let global = false
enum MyEnum {
case First
}
```
will return the followi…
jpsim updated
8 years ago
-
I'm getting the same error as #94, but I have comments in all of my files. https://github.com/brennon/SimpleGame is just the base iOS Game template with SpriteKit chosen as the engine, with comments a…
-
jpsim updated
8 years ago
-
Objective-C projects are no longer supported since v0.0.5.
jpsim updated
8 years ago
-
This could potentially be done by parsing the underlying SourceKitten json file to get a list of all classes, structs, etc.
vicng updated
8 years ago
-
Swift supports `CGFloat.pi` for a CGFloat version of π as opposed to a Double. It also appears that `M_PI` is being deprecated.
It would be good in the obvious cases where the developer wants a CGF…
ghost updated
7 years ago