-
Updated
Nov 4, 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,814 public repositories matching this topic...
-
Updated
Aug 15, 2020 - Swift
-
Updated
Nov 15, 2020 - Swift
-
Updated
Sep 25, 2020 - Swift
-
Updated
Oct 20, 2020 - Objective-C
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Nov 13, 2020
-
Updated
May 12, 2020
OS: (Universal)
Version: 0.3.2
Commit/Build: 23871de
There is a typo in OBJECTIVE_REPLAY_LOAN_AND_PARK_VALUE
, which should be OBJECTIVE_REPAY_LOAN_AND_PARK_VALUE
. The issue is specific to the OpenRCT2 codebase only.
In human-readable form, it's like saying "Replay loan and achieve park value" instead of "Repay loan and achieve park value" (the latter is correct).
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
Nov 8, 2020 - Swift
-
Updated
Nov 8, 2020 - Ruby
-
Updated
Nov 3, 2020 - Objective-C
-
Updated
May 14, 2019 - Objective-C
-
Updated
Oct 2, 2020 - Swift
-
Updated
Oct 1, 2019 - Swift
-
Updated
Aug 6, 2020 - Objective-C
-
Updated
Nov 12, 2020 - Swift
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Oct 29, 2020 - Objective-C
-
Updated
Oct 9, 2020 - Objective-C
Uncovered in #15150, we discovered that the local notification that appears after a post is successfully published doesn't launch to the correct section of the app.
ShareNoticeNavigationController.navigateToPostList(with:)
is called from InteractiveNotificationsManager
, which in turn calls ShareNoticeNavigationController.fetchPost(from:onSuccess:onFailure:)
. This expects a post ID and a s
-
Updated
Oct 22, 2020 - Swift
What did you do?
I tried to call
NSUbiquitousKeyValueStore.url(forKey:)
because I know there is [UserDefault.url(forKey:)](https://developer.apple.com/documentation/foundation/userdefaults/1408648-u