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: visionOS support #5783

Merged
merged 45 commits into from
Apr 3, 2024
Merged

feat: visionOS support #5783

merged 45 commits into from
Apr 3, 2024

Commits on Feb 3, 2024

  1. chore: wip platform for visionos

    rigor789 authored and NathanWalker committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    747866f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96830fc View commit details
    Browse the repository at this point in the history
  3. chore: bump ios-sim-portable

    rigor789 authored and NathanWalker committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    b5a3da5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4b7a69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e50cb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb2de47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9acc5f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df85555 View commit details
    Browse the repository at this point in the history
  9. fix(vision): platform paths

    rigor789 authored and NathanWalker committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    c672cca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f445267 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6392c75 View commit details
    Browse the repository at this point in the history
  12. release: 8.6.0-vision.2

    NathanWalker committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    bc72497 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8fbc23f View commit details
    Browse the repository at this point in the history
  14. release: 8.6.0-vision.3

    NathanWalker committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e666686 View commit details
    Browse the repository at this point in the history
  15. chore: cleanup

    NathanWalker committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    0a5cf4d View commit details
    Browse the repository at this point in the history
  16. release: 8.6.0-vision.4

    NathanWalker committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    724f9bc View commit details
    Browse the repository at this point in the history
  17. release: 8.6.0-vision.6

    NathanWalker committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3da7962 View commit details
    Browse the repository at this point in the history
  18. fix: vision support

    NathanWalker committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    74f2f31 View commit details
    Browse the repository at this point in the history
  19. release: 8.6.0-vision.7

    NathanWalker committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e36d0ab View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8f10833 View commit details
    Browse the repository at this point in the history
  21. release: 8.6.2-vision.8

    NathanWalker committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    165e459 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    30acce0 View commit details
    Browse the repository at this point in the history
  23. chore: cleanup

    NathanWalker committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7c8a46a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    d7ec912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c87c46 View commit details
    Browse the repository at this point in the history
  3. release: 8.6.6-vision.9

    NathanWalker committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    af292bb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    2cb22c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    064078f View commit details
    Browse the repository at this point in the history
  3. release: 8.6.6-vision.10

    NathanWalker committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d3ab25d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    2d8faf6 View commit details
    Browse the repository at this point in the history
  2. fix: vision device info

    NathanWalker committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f6f23e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4d3531 View commit details
    Browse the repository at this point in the history
  4. release: 8.6.6-vision.11

    NathanWalker committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    b5084c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. feat: allow macros to be defined in users build.xcconfig

    This allows for things like this:
    MACROS = NS_SWIFTUI_BOOT
    which would enable SwiftUI app lifecycle on iOS apps (like visionOS setup if desired). This will disable the Obj-C main.m boot setup in 8.7 of @nativescript/ios
    NathanWalker committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    fcaa07a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    3aed320 View commit details
    Browse the repository at this point in the history
  2. chore: fix deps

    rigor789 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    29d5c18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b70477e View commit details
    Browse the repository at this point in the history
  4. release: 8.7.0-rc.0

    NathanWalker committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7605441 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    afab03b View commit details
    Browse the repository at this point in the history
  2. release: 8.7.0-rc.1

    NathanWalker committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f8505ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c34b49d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55f4d98 View commit details
    Browse the repository at this point in the history
  5. chore: cleanup

    rigor789 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9550fbd View commit details
    Browse the repository at this point in the history
  6. chore: fix tests

    rigor789 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b6f281d View commit details
    Browse the repository at this point in the history
  7. release: 8.7.0-rc.2

    rigor789 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fdf76e0 View commit details
    Browse the repository at this point in the history