Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 61517de024cc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9112a9d882ed
Choose a head ref
  • 8 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 21, 2020

  1. Copy the full SHA
    c36cf87 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    39c536c View commit details
    Browse the repository at this point in the history
  3. darwin.cctools: 927.0.2 -> 949.0.1

    Needed for iOS 13 support
    matthewbauer committed Jul 21, 2020
    Copy the full SHA
    3c6bd61 View commit details
    Browse the repository at this point in the history
  4. systems/examples.nix: update to iOS 13

    new apps need iOS 13, so we should try to use that here
    matthewbauer committed Jul 21, 2020
    Copy the full SHA
    bb5d0a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Copy the full SHA
    753e801 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. xcode/sdk-pkgs.nix: set -platform_version in addition to -miphoneos-v…

    …ersion-min
    
    The App Store looks at LC_VERSION_MIN_IPHONEOS to verify you have a
    new enough SDK version. This is not just the minimum version, but also
    the sdk version used. When the linker can’t figure it out, it tries to
    infer it from the sdk path[1]. When no sdk version is found, it
    defaults to just using the -miphoneos-version-min value[2]. So, to make
    sure we don’t rely on inference (which doesn’t work in the current
    directory structure), we have to specify -platform_version.
    
    [1]:
    https://github.com/tpoechtrager/cctools-port/blob/43f32a4c61b5ba7fde011e816136c550b1b3146f/cctools/ld64/src/ld/Options.cpp#L5355-L5376
    [2]: https://github.com/tpoechtrager/cctools-port/blob/43f32a4c61b5ba7fde011e816136c550b1b3146f/cctools/ld64/src/ld/ld.hpp#L58
    matthewbauer committed Jul 23, 2020
    Copy the full SHA
    95eabdf View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Copy the full SHA
    86d8c55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93596 from obsidiansystems/ios-13

    Support iOS 13 in cross
    matthewbauer committed Sep 11, 2020
    Copy the full SHA
    9112a9d View commit details
    Browse the repository at this point in the history