Skip to content
#

tvos

Here are 673 public repositories matching this topic...

SwifterSwift
fabb
fabb commented Jun 10, 2018

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.

akashivskyy
akashivskyy commented Aug 17, 2017

Currently ResponseDetective prints <none> for bodies in the following situations:

  1. when the body is empty, i.e. has 0 bytes;
  2. 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

rolfbjarne
rolfbjarne commented Apr 20, 2020

Today we support the following platforms and architectures:

  • iOS: ARMv7, ARMv7s and ARM64
  • tvOS: ARM64
  • watchOS: ARMv7k and ARM64_32
  • macOS: x86_64

There has been some discussion about removing support (in .NET 5) for:

  • iOS: ARMv7s
    • The ARMv7s architecture is not very much used, and provides very little benefit over ARMv7.
    • ARMv7 can be used anywhere ARMv7s is used. Gi

Improve this page

Add a description, image, and links to the tvos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tvos topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.