Skip to main content

How to Get the Nuclei SDK Version

How to Find the Nuclei SDK Version

To identify the Nuclei SDK version in your project, you can follow one of the methods below. You will need Xcode and access to your project files to find the version.

1. Manually (If Integrated Manually)

If you integrated Nuclei frameworks manually, follow these steps:

  • Find the core.xcframework file in your project directory.
  • Right-click the core.xcframework file and select Show in Finder.
  • In the Finder window, open the folder containing the core.xcframework.
  • Inside the core.xcframework, go to the ios-arm64 folder, and then find the core.framework.
  • Inside the core.framework folder, locate and open the Info.plist file.
  • In the Info.plist file, search for the key Bundle version string (short). The SDK version number will be listed next to this key.
image

2. Via Swift Package Manager (SPM)

If you integrated the Nuclei SDK using Swift Package Manager, follow these steps:

  • In the left panel of your Xcode project, locate the nuclei-ios-frameworks package under the Swift Package Dependencies section.
  • The version number attached to the nuclei-ios-frameworks package will be the version of the Nuclei SDK you're using.
image

Conclusion

By following either of these methods, you'll be able to identify the Nuclei SDK version in your project. Providing this version when reporting issues will help us assist you more effectively.

image