Created
August 31, 2018 09:00
-
-
Save manishpathak99/5b6878931282a86ff111bf204c74c126 to your computer and use it in GitHub Desktop.
How to find the Xcode version from archive .
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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