2 files changed
+2
-2
lines changed- .npmignore+3
- README.md+59-13
- appbuilder/declarations.d.ts+36
- appbuilder/device-emitter.ts+12-4
- appbuilder/project/project-base.ts+119-19
- appbuilder/project/project.ts+21
- appbuilder/proton-bootstrap.ts+1-1
- appbuilder/providers/device-app-data-provider.ts+2-2
- appbuilder/services/livesync/companion-apps-service.ts+1-1
- appbuilder/services/livesync/ios-livesync-service.ts+2-2
- appbuilder/services/livesync/livesync-service.ts+2-2
- commands/device/run-application.ts+5-3
- constants.ts+10-2
- declarations.d.ts+54-5
- definitions/mobile.d.ts+42-6
- mobile/android/android-application-manager.ts+34-16
- mobile/android/android-device-file-system.ts+7-2
- mobile/android/android-device-hash-service.ts+6-1
- mobile/android/android-device.ts+19-2
- mobile/application-manager-base.ts+22-2
- mobile/ios/device/ios-application-manager.ts+65-36
- mobile/ios/device/ios-device-file-system.ts+2-2
- mobile/ios/device/ios-device.ts+5-1
- mobile/ios/simulator/ios-simulator-application-manager.ts+35-7
- mobile/ios/simulator/ios-simulator-device.ts+5-1
- mobile/mobile-core/android-process-service.ts+5-3
- mobile/mobile-core/devices-service.ts+11-4
- options.ts+36-34
- package.json+1-1
- services/livesync-service-base.ts+7-7
- services/project-files-manager.ts+2-2
- services/project-files-provider-base.ts+7-3
- test/unit-tests/mobile/devices-service.ts+1-1
- test/unit-tests/mobile/project-files-manager.ts+4-4
- test/unit-tests/project-files-provider-base.ts+2-2
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
0 commit comments