Is there a way to do this? Can't seem to find any answer on the web yet.
Asked
Active
Viewed 5,065 times
1 Answers
30
There is a way to do this.
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".

ArturOlszak
- 2,653
- 2
- 21
- 20
-
3Awesome answer, thank you. Then I just looked up the value of DTXcodeBuild on the Xcode Wikipedia page after getting its value from Info.plist – Bradley Thomas Jul 29 '14 at 13:35
-
1I think you can use DTXcode from info.plist
DTXcode 0731 this means 7.3.1 – anoop4real Sep 13 '16 at 08:02