-
Updated
Jul 12, 2020 - Swift
tvos
Here are 684 public repositories matching this topic...
-
Updated
Jun 22, 2020 - Objective-C
-
Updated
Jul 12, 2020 - C++
In several WWDC talks, Apple suggests to set the Input and Output files in all run script phases, so the build system can choose to skip a run script phase if nothing changed, improving incremental build time.
How could we improve R.swift‘s behavior here?
Note that I did not yet check if wildcards were allowed in the Input Files field. Or if we could somehow leverage the new File List field.
-
Updated
Aug 1, 2019 - Objective-C
Platform
- iOS
- macOS
- tvOS
In app purchase type
- Consumable
- Non-consumable
- Auto-Renewable Subscription
- Non-Renewing Subscription
Environment
- Sandbox
- Production
Version
0.13.1
Related issues
Report
Issue summary
It would be helpful to have guidelines on how to handle purchases that are r
-
Updated
Jul 6, 2020 - Swift
log.debug("A tagged log message", userInfo: Dev.dave | Tag.sensitive)
That's somehow will confuse the user who only advantages one kind of Tag.
Then I suggest appending one demo code as below for that scenario.
log.debug("A tagged log message", userInfo: Tag.sensitive.dictionary)
Can you generate API docs for MvvmCross code?
Like for example:
- Andorid API
- AutoFac API
- and many others (all libs from Microsoft, Google ...)
Why?
- API dosc boost developers productivity - You easy look through the code (without decompiling it).
- API docs
There does not seem to be any reference docs for recent versions of LayoutKit.
The current release is 9.0.0, but if I navigate to the documentation at http://layoutkit.org/code-documentation/, I'm sent to http://cocoadocs.org/docsets/LayoutKit/6.0.1/, which seems to be completely broken. There is but a single class listed DWUKVOLabel.
If I navigate to previous versions of the docs via the
@Zandor300 wrote in commit a6aa3da222ee9dc098ee2d2c35e5b406580e2189 to the current Podfile:
Might be smarter to reference it locally. That way the entire DeviceKit pod won't be stored twice in this repository. http://guides.cocoapods.org/using/the-podfile.html#using-the-files-from-a-folder-local-to-the-machine
pod 'DeviceKit', :path => '../'
I will try this out and provide a fix
-
Updated
Jun 26, 2020 - Objective-C
-
Updated
Jul 10, 2020 - Shell
-
Updated
Mar 10, 2020 - Shell
Currently ResponseDetective prints <none> for bodies in the following situations:
- when the body is empty, i.e. has 0 bytes;
- and when the body cannot be deserialized, i.e. has an unsupported content-type.
The 2nd situation might be confusing as <none> might suggest that a request has an empty body.
The proposal is to improve handling of empty and non-deserializable bodies in the
Lots of new error codes were added during the localization work. The website docs need to be updated with these new error codes.
-
Updated
Jul 3, 2020 - Swift
-
Updated
Jun 6, 2020 - Swift
-
Updated
Feb 23, 2020 - Swift
-
Updated
Jun 27, 2020 - Swift
Improve this page
Add a description, image, and links to the tvos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tvos topic, visit your repo's landing page and select "manage topics."


Some files in the repository are missing newlines at the very end, as pointed out by @nrbrook in #1026
Classes/CocoaLumberjack.hwas specifically mentioned, but there could be other files that are missing this as well.