The technical requirements for this chapter are as follows:
- A Mac computer with macOS Sierra 10.12.4 or above (we used a Mac mini, Intel Core i5, 4 GB memory, with macOS Mojave in this book)
- The latest version of Xcode (10.3 in this book)
- An ARKit-compatible iPhone/iPad with iOS 11+ (we tested the project on an iPad Pro 10.5 with iOS 13.1.1)
The code files and resources for this chapter can be found here: https://github.com/PacktPublishing/Enterprise-Augmented-Reality-Projects/tree/master/Chapter08
You can view the compatible devices at https://developer.apple.com/library/archive/documentation/DeviceInformation/Reference/iOSDeviceCompatibility/DeviceCompatibilityMatrix/DeviceCompatibilityMatrix.html
When we explore ARKit, we will explain the device requirements you'll need, depending on the ARKit features that you want to use, since not all devices...