mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 23:59:42 +08:00
13 lines
388 B
JavaScript
13 lines
388 B
JavaScript
var testPackage = {
|
|
downloadUrl: "http://localhost:8081/CodePushDemoAppTests/InstallUpdateTests/CodePushDemoApp.ios.includeRequire.runModule.bundle?dev=true",
|
|
description: "Angry flappy birds",
|
|
appVersion: "1.5.0",
|
|
label: "2.4.0",
|
|
isMandatory: false,
|
|
isAvailable: true,
|
|
updateAppVersion: false,
|
|
packageHash: "hash240",
|
|
packageSize: 1024
|
|
};
|
|
|
|
module.exports = testPackage; |