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 theios-arm64
folder, and then find thecore.framework
. - Inside the
core.framework
folder, locate and open theInfo.plist
file. - In the
Info.plist
file, 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-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.
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.