-
Updated
Dec 21, 2020 - Swift
Xcode
Xcode is an integrated development environment (IDE) for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, watchOS, and tvOS. Xcode pulls all the tools needed to produce an application (particularly a text editor, a compiler, and a build system) into one software package rather than leaving them as a set of individual tools connected by scripts.
Here are 3,912 public repositories matching this topic...
-
Updated
Dec 9, 2020 - Swift
-
Updated
Dec 23, 2020 - Swift
-
Updated
Dec 7, 2020 - Swift
-
Updated
Nov 20, 2020 - Objective-C
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Nov 13, 2020
-
Updated
May 12, 2020
The sprite compiler function sprite build is inefficient with the way it builds a new g2.dat file. As this function is run every time we compile on the CI's. It may reduce compile times by improving it. See this link for more info on the sprite compiler: https://github.com/OpenRCT2/OpenRCT2/wiki/Sprite-compiler
The problem with the sprite build is that it opens adds an image and finally saves
I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?
If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n
-
Updated
Dec 8, 2020 - Swift
-
Updated
Nov 8, 2020 - Ruby
-
Updated
Nov 3, 2020 - Objective-C
-
Updated
May 14, 2019 - Objective-C
-
Updated
Dec 19, 2020 - Swift
-
Updated
Oct 1, 2019 - Swift
-
Updated
Dec 20, 2020 - Swift
-
Updated
Dec 14, 2020 - Objective-C
-
Updated
Dec 24, 2020 - JavaScript
-
Updated
Oct 29, 2020 - Objective-C
-
Updated
Oct 9, 2020 - Objective-C
A quick ack of the repo shows whitelist and blacklist referenced in several places. Let's update these references in our code and repo documentation (e.g. README) to use more inclusive terms. Suggestions: allowlist or blockedlist. For references in third-party libs, we can see if there is an updated version of that lib and whether there is any blockers to switching to that version.
-
Updated
Nov 19, 2020 - Swift


[x] I've read, understood, and done my best to follow the Contributing guidelines before opening this issue.