mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-14 02:14:52 +08:00
* Improved logic for searching plist file path for iOS postlink.js Added Xcode package for parsing xcodeproj file and retrieving correct plist file related to the project. This should also fix issue described here: https://github.com/Microsoft/react-native-code-push/issues/661 * Improved logic for searching plist file path for iOS postlink.js Added logic to narrow xcode 'getBuildProperty' function results to specified Product_Name property. This should help us to chsose correct project from pbxproj file when we have several projects defined. * Added logic to try to get 'Release' build of ProductName matching the package name first and if it doesn't exist then try to get any other if existing