Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(apple): build framework for tvos and watchos (+ sims) #56

Closed
wants to merge 2 commits into from

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    09096fa View commit details
    Browse the repository at this point in the history
  2. feat(apple): build framework for tvos, watchos (+ simulators), macOS

    these framework artifacts are untested but do in general seem in harmony with
    the tvOS and watchOS and macOS platforms after the #if/#endif precompiler removal of areas
    those OSs don't support (tvOS just appears to show a badge and allow data payloads
    and that's it, for instance, watchOS doesn't have settings)
    
    macOS desktop target in particular has a similar "deep" framework archive directory structure
    (with 'Versions/Current' etc) and even worse it won't actually install in to the archive directory.
    But because of that if we specify a derived data path then do our own copy operation we may flatten
    the directory structure as part of the archive, and xcodebuild accepts the output when it makes
    the xcframework
    mikehardy committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    9eb3095 View commit details
    Browse the repository at this point in the history