Commit Graph

102 Commits

Author SHA1 Message Date
BO KANG
18e1c89ccf release version v1.17.1-beta 2017-02-27 17:51:29 -08:00
max-mironov
0c2aa44f5f Improved logic for searching plist file path for iOS postlink.js (#666)
* 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
2017-02-21 23:38:19 +03:00
Alexander Bodalevsky
be96f07eda Added React Native Windows dotNet46 support (#684)
Added support react-native-windows dotNet
Added example for react-native-windows UWP based
Added example for react-native-windows dotNet based

Project structure:

CodePush.Shared - shared code between UWP and dotNet
CodePush - UWP specific code
CodePush.Net46 - dotNet specific code

For UWP solution it needs to be added the following projects:

CodePush.Shared
CodePush
For dotNet solution it needs to be added the following projects:

CodePush.Shared
CodePush.Net46
Examples:

Examples\CodePushDemoApp\windows\CodePushDemoApp.sln the solution contains both examples (UWP and dotNet).

Notes

Example for ARM configuration has not been tested. Since there is no changes in UWP part of implementation, there is low risk of failure.

In this implementation we tried to reuse UWP library as much as possible. The following issues are relevant for both platforms:

ZipFile.ExtractToDirectory is not reliable and throws exception if:
folder exists already
path is too long (> 250 chars)
Un-zipping is quite long operation. Does it make sense for async?
await UpdateUtils.UnzipBundleAsync(downloadFile.Path, unzippedFolder.Path);
2017-02-13 16:23:20 -08:00
BO KANG
adf2f76db7 Reset package.json version for development 2017-01-24 15:38:06 -08:00
BO KANG
6e8eb79a22 Bump package.json and update README.md (#680) 2017-01-24 12:13:21 -08:00
Richard Hua
e39ade09f5 Bump package.json for 1.16.1-beta 2016-12-02 18:05:54 -08:00
Richard Hua
086115c4f3 Set package.json for 1.16.0-beta 2016-11-15 17:49:01 -08:00
Richard Hua
bf9ef9e57b Reset package.json for master 2016-11-04 14:23:43 -07:00
Richard Hua
fa716504fa Bump package.json for 1.15.1-beta 2016-11-04 13:57:24 -07:00
Richard Hua
c44a252f90 To avoid confusion, set dummy package.json version for next release 2016-10-11 17:19:54 -07:00
Richard Hua
22d2a146d2 Support RN 0.34 (#557)
* Upgrade example app to RN 0.34.1
* Fix Android reflection logic to support RN 0.34 (as reported in #536), while maintaining backward compatibility
* Bump package.json and update supported RN versions in README
2016-10-06 16:18:07 -07:00
Richard Hua
d78529a54a Bump package.json early to avoid confusion in reported issues 2016-10-04 06:58:31 -07:00
Geoffrey Goh
77679d837f bump package.json version 2016-08-31 17:37:26 -07:00
Geoffrey Goh
6e4df51d59 Update package.json 2016-08-19 21:22:04 -07:00
Geoffrey Goh
02d8677469 bump package.json version 2016-08-19 15:05:07 -07:00
Geoffrey Goh
9501eef06d Update package.json 2016-08-17 18:09:29 -07:00
Geoffrey Goh
93c3e61f6a Update package.json 2016-08-16 15:14:01 -07:00
Geoffrey Goh
9448407bf5 Update package.json 2016-08-12 17:53:04 -07:00
Geoffrey Goh
82e37d1794 Update package.json 2016-08-12 16:34:39 -07:00
Geoffrey Goh
8051c0b195 Update package.json 2016-08-12 13:45:22 -07:00
Geoffrey Goh
9d7b69d33e Update package.json 2016-08-04 11:57:12 -07:00
Geoffrey Goh
7af04c2fd2 Merge branch 'master' of github.com:Microsoft/react-native-code-push into add-postlink-hooks 2016-08-02 18:00:57 -07:00
Geoffrey Goh
53892d9066 bump package.json version 2016-08-02 17:52:52 -07:00
Geoffrey Goh
47bd91992f Update package.json 2016-08-02 16:09:39 -07:00
Geoffrey Goh
22be520625 add postlink hooks 2016-08-02 15:54:31 -07:00
Richard Hua
c9dff4dad1 Bump package.json version 2016-08-01 18:32:13 -07:00
Geoffrey Goh
47c792e08d bump package.json version 2016-07-14 10:34:25 -07:00
Geoffrey Goh
7811064d74 bump package.json version 2016-07-13 00:03:58 -07:00
Geoffrey Goh
7ca0a7de61 bump package version 2016-07-12 11:38:04 -07:00
Geoffrey Goh
306884e49d Update package.json 2016-07-01 16:20:36 -07:00
Geoffrey Goh
c51865b7b7 Update package.json 2016-06-27 12:41:33 -07:00
Jonathan Carter
006a868db1 Version bump 2016-06-27 10:14:52 -07:00
scottbommarito
f8a744b4e9 fixes to make npm load it automatically 2016-06-15 16:55:09 -07:00
scottbommarito
031fc606e0 remove checked in node_modules code whoops 2016-06-15 16:31:06 -07:00
scottbommarito
38b3ba7b65 typings inside test, devdependencies 2016-06-15 14:18:56 -07:00
scottbommarito
fdb3bd9df1 Merge branch 'master' into automated-testing 2016-06-13 10:37:02 -07:00
Jonathan Carter
23e98a2282 Bumping version 2016-06-08 12:52:29 -07:00
Jonathan Carter
77c235e31a Version bump 2016-06-06 08:47:41 -07:00
scottbommarito
5260dc1550 Merge branch 'master' into automated-testing 2016-05-19 13:08:46 -07:00
Jonathan Carter
11a963dd77 Fixing typings 2016-05-19 10:32:47 -07:00
scottbommarito
57b25b4af0 Merge branch 'master' into automated-testing 2016-05-17 14:37:52 -07:00
scottbommarito
7ae7b48eac server url pls 2016-05-13 17:22:34 -07:00
Geoffrey Goh
a94df48fc8 Bump plugin version 2016-05-12 17:40:53 -07:00
Jonathan Carter
bd5ba5fb78 Bumping the version 2016-04-28 18:03:12 -07:00
Jonathan Carter
33a7096c10 Version bump 2016-04-26 11:57:12 -07:00
Geoffrey Goh
3e29100c6c bump package.json version 2016-04-22 15:43:51 -07:00
Geoffrey Goh
ab059c34a2 bump version 2016-04-20 09:55:53 -07:00
Jonathan Carter
e2b23e2024 Version bump 2016-04-13 21:45:38 -07:00
Jonathan Carter
bef5e5fb77 Bumping the version 2016-04-08 10:24:04 -07:00
Jonathan Carter
5b193e63d5 Removing peer dependencies 2016-04-06 15:43:35 -07:00