Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manishpathak99/5b6878931282a86ff111bf204c74c126 to your computer and use it in GitHub Desktop.
Save manishpathak99/5b6878931282a86ff111bf204c74c126 to your computer and use it in GitHub Desktop.
How to find the Xcode version from archive .
Instructions:
1. Change extension of your file from *.ipa to* .zip.
2. Unzip it.
3. Open extracted folder, right click on Application file and then choose "Show Package Contents".
4. Find Info.plist file and open it.
5. Find value for key "DTXcodeBuild".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment