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.xcframeworkfile in your project directory. - Right-click the
core.xcframeworkfile and select Show in Finder. - In the Finder window, open the folder containing the
core.xcframework. - Inside the
core.xcframework, go to theios-arm64folder, and then find thecore.framework. - Inside the
core.frameworkfolder, locate and open theInfo.plistfile. - In the
Info.plistfile, search for the keyBundle version string (short). The SDK version number will be listed next to this key.
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-frameworkspackage under the Swift Package Dependencies section. - The version number attached to the
nuclei-ios-frameworkspackage will be the version of the Nuclei SDK you're using.
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.