To use the Protected Mode option for iOS applications, you have to install a utility component called Finalizer. The Finalizer utility patches the Xcode and protects your application binaries.
Note: From the Kony Visualizer V8 Service Pack 3 release, it is not mandatory to install the Finalizer tool to build iOS applications in protected mode.
In this topic, you will learn about:
To run the Finalizer on a Mac machine, the software requirements are:
To install the Finalizer package, follow these steps:
install-xcode-finalizer-wrapper.sh
This script integrates the Finalizer into the Xcode.
<path_to_finalizer_pkg>/install-xcode-finalizer-wrapper.sh <path_to_Xcode_installation>
Important: If you select the Protected Mode option and do not patch the Finalizer utility with Xcode, your app will crash.
To uninstall the Finalizer Package, follow these steps:
install-xcode-finalizer-wrapper.sh
script with the -uninstall
argument. <path_to_finalizer_pkg>/install-xcode-finalizer-wrapper.sh
-uninstall <path_to_Xcode_installation>
Copyright © 2013 Kony, Inc. All rights reserved. |