Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/react-native-code-push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.4'
ruby-version: '2.7.6'
bundler-cache: true
- name: Package Installation
run: npm install
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.4'
ruby-version: '2.7.6'
bundler-cache: true
- name: Install dependencies
run: npm install
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Follow these steps to test your modifications to the plugin manually:

First, make sure you have installed the dependencies for the plugin by following the steps above.

Then, make sure you have installed `react-native-cli`.
Then, make sure you have installed `react-native`.

```
npm install -g react-native-cli
npm install -g react-native
```

To run Android tests, make sure you have `sdk\tools`, `sdk\emulator` and `sdk\platform-tools` in your PATH.
Expand Down Expand Up @@ -131,4 +131,4 @@ To run the core unit tests on Android and pull the plugin from NPM:
NPM=true CORE=true npm run test:android
```

...and so on!
...and so on!
4 changes: 2 additions & 2 deletions Examples/CodePushDemoApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PODS:
- Base64 (~> 1.1)
- JWT (~> 3.0.0-beta.12)
- React-Core
- SSZipArchive (~> 2.2.2)
- SSZipArchive (2.2.2)
- DoubleConversion (1.1.6)
- FBLazyVector (0.66.0)
- FBReactNativeSpec (0.66.0):
Expand Down Expand Up @@ -345,7 +345,7 @@ PODS:
- React-jsi (= 0.66.0)
- React-logger (= 0.66.0)
- React-perflogger (= 0.66.0)
- SSZipArchive (2.2.3)
- SSZipArchive (2.2.2)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
Expand Down
12 changes: 6 additions & 6 deletions Examples/CodePushDemoApp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2308,9 +2308,9 @@ convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
safe-buffer "~5.1.1"

cookiejar@^2.1.2:
version "2.1.3"
resolved "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.3.tgz"
integrity sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==
version "2.1.4"
resolved "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz#ee669c1fea2cf42dc31585469d193fef0d65771b"
integrity "sha1-7macH+os9C3DFYVGnRk/7w1ldxs= sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw=="

copy-descriptor@^0.1.0:
version "0.1.1"
Expand Down Expand Up @@ -6971,9 +6971,9 @@ vlq@^1.0.0:
integrity sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==

vm2@^3.9.3:
version "3.9.13"
resolved "https://registry.npmjs.org/vm2/-/vm2-3.9.13.tgz"
integrity sha512-0rvxpB8P8Shm4wX2EKOiMp7H2zq+HUE/UwodY0pCZXs9IffIKZq6vUti5OgkVCTakKo9e/fgO4X1fkwfjWxE3Q==
version "3.9.19"
resolved "https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz#be1e1d7a106122c6c492b4d51c2e8b93d3ed6a4a"
integrity "sha1-vh4dehBhIsbEkrTVHC6Lk9Ptako= sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg=="
dependencies:
acorn "^8.7.0"
acorn-walk "^8.2.0"
Expand Down
6 changes: 3 additions & 3 deletions Examples/CodePushDemoAppCpp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8241,9 +8241,9 @@ vlq@^1.0.0:
integrity sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==

vm2@^3.9.3:
version "3.9.13"
resolved "https://registry.npmjs.org/vm2/-/vm2-3.9.13.tgz"
integrity sha512-0rvxpB8P8Shm4wX2EKOiMp7H2zq+HUE/UwodY0pCZXs9IffIKZq6vUti5OgkVCTakKo9e/fgO4X1fkwfjWxE3Q==
version "3.9.16"
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.16.tgz#0fbc2a265f7bf8b837cea6f4a908f88a3f93b8e6"
integrity sha512-3T9LscojNTxdOyG+e8gFeyBXkMlOBYDoF6dqZbj+MPVHi9x10UfiTAJIobuchRCp3QvC+inybTbMJIUrLsig0w==
dependencies:
acorn "^8.7.0"
acorn-walk "^8.2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ We try our best to maintain backwards compatibility of our plugin with previous
| v0.59 | v5.6+ *(RN refactored js bundle loader code)* |
| v0.60-v0.61 | v6.0+ *(RN migrated to Autolinking)* |
| v0.62-v0.64 | v6.2+ *(RN removed LiveReload)* |
| v0.65-v0.69 | v7.0+ *(RN updated iPhone-target-version)* |
| v0.71 | v7.1+ *(RN moved to react-native-gradle-plugin)* |
| v0.65-v0.70 | v7.0+ *(RN updated iPhone-target-version)* |
| v0.71 | v7.2+ *(RN moved to react-native-gradle-plugin)* |

*NOTE: `react-native-code-push` versions lower than **[v5.7.0](https://github.com/microsoft/react-native-code-push/releases/tag/v5.7.0)** will stop working in the near future. You can find more information in our [documentation](https://github.com/microsoft/code-push/blob/master/migration-notice.md).*

Expand Down
2 changes: 0 additions & 2 deletions android/codepush.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ android.buildTypes.each { buildType ->
buildType.resValue 'string', "CODE_PUSH_APK_BUILD_TIME", String.format("\"%d\"", System.currentTimeMillis())
}


gradle.projectsEvaluated {

def debuggableVariants = config.debuggableVariants.get() ?: ['debug']

android.applicationVariants.all { variant ->
Expand Down
2 changes: 1 addition & 1 deletion code-push-plugin-testing-framework/script/testConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// IMPORTS //
var os = require("os");
var path = require("path");
var TestUtil_1 = require("./TestUtil");
var TestUtil_1 = require("./testUtil");
//////////////////////////////////////////////////////////////////////////////////////////
// Configuration variables.
// What plugin to use, what project directories to use, etc.
Expand Down
3 changes: 1 addition & 2 deletions docs/setup-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ In order to integrate CodePush into your Android project, please perform the fol
project(':react-native-code-push').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-code-push/android/app')
```

2. In your `android/app/build.gradle` file, add the `codepush.gradle` file as an additional build task definition underneath `react.gradle`:
2. In your `android/app/build.gradle` file, add the `codepush.gradle` file as an additional build task definition to the end of the file:

```gradle
...
apply from: "../../node_modules/react-native/react.gradle"
apply from: "../../node_modules/react-native-code-push/android/codepush.gradle"
...
```
Expand Down
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-code-push",
"version": "7.1.0",
"version": "8.0.2",
"description": "React Native plugin for the CodePush service",
"main": "CodePush.js",
"typings": "typings/react-native-code-push.d.ts",
Expand Down
1 change: 0 additions & 1 deletion test/template/index.android.js

This file was deleted.

1 change: 0 additions & 1 deletion test/template/index.ios.js

This file was deleted.

34 changes: 0 additions & 34 deletions test/template/ios/TestCodePush/AppDelegate.m

This file was deleted.

Loading