Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusSorealheis authored Jul 4, 2024
1 parent 2773bd7 commit c2a8b72
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Apple Rules for [Bazel](https://bazel.build)
### with Remote Cache and Execution via the free [NativeLink](https://github.com/TraceMachina/nativelink) [Cloud](https://app.nativelink.com/)

This repository contains rules for [Bazel](https://bazel.build) that can be
used to bundle applications for Apple platforms.
This repository contains [several example applications](https://github.com/TraceMachina/visionOS-bazel) targeting Apple platforms and maintained by the upstream Bazel community repositorty, thought it differs in its use of [NativeLink](https://github.com/TraceMachina/nativelink).

# Building with NativeLink

The Bazel builds for these apple projects can greatly benefit in efficiency and development cycles by using NativeLink for remote caching and execution.
Using NativeLink to build these Apple projects can greatly benefit in efficiency and development cycles by using NativeLink for remote caching and execution. NativeLink is also more representative of a production environment.

We have also added the [visionOS-example](https://github.com/IvanCampos/visionOS-examples) from Ivan Campos in order to highlight the value of the tool in building software that utilizes apples new custom AI chips.
We have also added the [visionOS-example](https://github.com/IvanCampos/visionOS-examples) from Ivan Campos in order to highlight the value of the tool in building software that utilizes Apple's new custom AI chips.

> [!WARNING]
> - **The visionOS, iOS, and other simulators must be installed in the platforms section of your XCode settings before proceeding.**
Expand Down

0 comments on commit c2a8b72

Please sign in to comment.