ExcludeArm64Task

class ExcludeArm64Task(podFile: File, insertAfter: String, shouldRun: Boolean) : KlutterTask, GenerateCodeAction

Visitor which adds EXCLUDED_ARCHS for iphone simulator if not present.

These exclusions are needed to be able to run the app on a simulator.

Constructors

Link copied to clipboard
constructor(podFile: File, insertAfter: String, shouldRun: Boolean)

Functions

Link copied to clipboard
open override fun run()