Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 575 Bytes

File metadata and controls

45 lines (29 loc) · 575 Bytes

CONTRIBUTING

Dependencies

First, bare-make should be installed globally:

npm i -g bare-make

Then, install the dependencies:

npm i

iOS

Build

Generate the project:

bare-make generate --platform ios --arch arm64 --simulator

Build the project:

bare-make build

Test

Start the simulator and run:

xcrun simctl spawn "<simulator_name>" ./build/test/apple/worklet.app/worklet

For instance for the iPhone 15:

xcrun simctl spawn "iPhone 15" ./build/test/apple/worklet.app/worklet