iOS Notes

These are some general notes on Cinder's implementation on iOS.

Targeting

Cinder targets iOS version 8.0 and later. This is governed by the iOS Deployment Target build setting in both Cinder itself and the application (which must be matched).

Development Requirements

Cinder requires Xcode version 7.1 or later. Cinder targets the armv7 and arm64 architectures.

Additional Notes