Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The SDK is shipped as an archive that only needs to be unpacked. All sample applications are ready as Debug build only. The SDK includes all relevant files, libraries and frameworks that are required to compile the sample project. It is only necessary to open the sample project with Android Studio and run the following steps to get started:

  1. Install Xcode 12 or later

  2. Open the iOS sample project

    1. Start Xcode -> File -> Open… -> Choose “YOUR_INSTALATION_FOLDER”/Samples/CFx/ARESSimplified.xcodeproject/ -> Open

    2. Start a Terminal, go to /YOUR_PACKAGE_OUTPUT/AresSamples/Samples/CFx and run “open -a xcode “ARESimplified.xcodeproj””

    3. Go to “Set the active scheme control” and choose one of the provided sample applications

      1. DWGViewer → DWGViewer

      2. DWGEditor → DWGEditor

      3. DWGExpert → DWGExpert

  3. Signing certificate for Release

    1. Read more here → https://developer.apple.com/support/certificates/

...