├── core
├── __init__.py
├── chrome
│ └── __init__.py
├── device
│ ├── __init__.py
│ ├── helpers
│ │ ├── __init__.py
│ │ ├── macos_get_visible_apps
│ │ └── send_enter_to_simulator.scpt
│ └── device_type.py
├── git
│ └── __init__.py
├── gradle
│ └── __init__.py
├── java
│ └── __init__.py
├── json
│ └── __init__.py
├── logger
│ └── __init__.py
├── npm
│ └── __init__.py
├── tns
│ └── __init__.py
├── xcode
│ └── __init__.py
├── base_class
│ └── __init__.py
├── installer
│ └── __init__.py
├── osutils
│ ├── __init__.py
│ ├── os_type.py
│ └── command_log_level.py
├── preview_app
│ └── __init__.py
└── settings
│ └── __init__.py
├── tests
├── __init__.py
└── hmr
│ └── __init__.py
├── data
├── temp
│ └── .gitignore
├── keys
│ ├── enter_key.txt
│ ├── n_key.txt
│ └── y_key.txt
├── templates
│ └── myCustomTemplate
│ │ └── index.js
├── apps
│ ├── livesync-uppercase
│ │ ├── Test
│ │ │ └── Test.txt
│ │ ├── App_Resources
│ │ │ ├── iOS
│ │ │ │ ├── icon.png
│ │ │ │ ├── Default.png
│ │ │ │ ├── icon-40.png
│ │ │ │ ├── icon-60.png
│ │ │ │ ├── icon-72.png
│ │ │ │ ├── icon-76.png
│ │ │ │ ├── icon@2x.png
│ │ │ │ ├── Default@2x.png
│ │ │ │ ├── Icon-Small.png
│ │ │ │ ├── icon-40@2x.png
│ │ │ │ ├── icon-60@2x.png
│ │ │ │ ├── icon-72@2x.png
│ │ │ │ ├── icon-76@2x.png
│ │ │ │ ├── Default-568h@2x.png
│ │ │ │ ├── Default-667h@2x.png
│ │ │ │ ├── Default-736h@3x.png
│ │ │ │ ├── Icon-Small-50.png
│ │ │ │ ├── Icon-Small@2x.png
│ │ │ │ ├── Default-Landscape.png
│ │ │ │ ├── Default-Portrait.png
│ │ │ │ ├── Icon-Small-50@2x.png
│ │ │ │ ├── Default-Landscape@2x.png
│ │ │ │ ├── Default-Landscape@3x.png
│ │ │ │ ├── Default-Portrait@2x.png
│ │ │ │ ├── Default-Landscape-568h@2x.png
│ │ │ │ └── Default-Landscape-667h@2x.png
│ │ │ └── Android
│ │ │ │ ├── drawable-hdpi
│ │ │ │ └── icon.png
│ │ │ │ ├── drawable-ldpi
│ │ │ │ └── icon.png
│ │ │ │ ├── drawable-mdpi
│ │ │ │ └── icon.png
│ │ │ │ └── drawable-nodpi
│ │ │ │ └── splashscreen.9.png
│ │ ├── App.js
│ │ └── references.d.ts
│ ├── livesync-platform-specific
│ │ ├── test
│ │ │ ├── test.txt
│ │ │ ├── test.ios.txt
│ │ │ └── test.android.txt
│ │ ├── App_Resources
│ │ │ ├── iOS
│ │ │ │ ├── icon.png
│ │ │ │ ├── Default.png
│ │ │ │ ├── icon-40.png
│ │ │ │ ├── icon-60.png
│ │ │ │ ├── icon-72.png
│ │ │ │ ├── icon-76.png
│ │ │ │ ├── icon@2x.png
│ │ │ │ ├── Default@2x.png
│ │ │ │ ├── Icon-Small.png
│ │ │ │ ├── icon-40@2x.png
│ │ │ │ ├── icon-60@2x.png
│ │ │ │ ├── icon-72@2x.png
│ │ │ │ ├── icon-76@2x.png
│ │ │ │ ├── Icon-Small-50.png
│ │ │ │ ├── Icon-Small@2x.png
│ │ │ │ ├── Default-568h@2x.png
│ │ │ │ ├── Default-667h@2x.png
│ │ │ │ ├── Default-736h@3x.png
│ │ │ │ ├── Default-Landscape.png
│ │ │ │ ├── Default-Portrait.png
│ │ │ │ ├── Icon-Small-50@2x.png
│ │ │ │ ├── Default-Portrait@2x.png
│ │ │ │ ├── Default-Landscape@2x.png
│ │ │ │ ├── Default-Landscape@3x.png
│ │ │ │ ├── Default-Landscape-568h@2x.png
│ │ │ │ └── Default-Landscape-667h@2x.png
│ │ │ └── Android
│ │ │ │ ├── drawable-hdpi
│ │ │ │ └── icon.png
│ │ │ │ ├── drawable-ldpi
│ │ │ │ └── icon.png
│ │ │ │ ├── drawable-mdpi
│ │ │ │ └── icon.png
│ │ │ │ └── drawable-nodpi
│ │ │ │ └── splashscreen.9.png
│ │ ├── app.js
│ │ ├── app.ios.js
│ │ ├── references.d.ts
│ │ └── app.android.js
│ ├── test-app-js-41
│ │ └── app
│ │ │ ├── app-root.xml
│ │ │ ├── App_Resources
│ │ │ ├── iOS
│ │ │ │ └── Assets.xcassets
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ ├── AppIcon.appiconset
│ │ │ │ │ ├── icon-29.png
│ │ │ │ │ ├── icon-40.png
│ │ │ │ │ ├── icon-76.png
│ │ │ │ │ ├── icon-1024.png
│ │ │ │ │ ├── icon-29@2x.png
│ │ │ │ │ ├── icon-29@3x.png
│ │ │ │ │ ├── icon-40@2x.png
│ │ │ │ │ ├── icon-40@3x.png
│ │ │ │ │ ├── icon-60@2x.png
│ │ │ │ │ ├── icon-60@3x.png
│ │ │ │ │ ├── icon-76@2x.png
│ │ │ │ │ └── icon-83.5@2x.png
│ │ │ │ │ └── LaunchImage.launchimage
│ │ │ │ │ ├── Default.png
│ │ │ │ │ ├── Default@2x.png
│ │ │ │ │ ├── Default-1125h.png
│ │ │ │ │ ├── Default-568h@2x.png
│ │ │ │ │ ├── Default-667h@2x.png
│ │ │ │ │ ├── Default-736h@3x.png
│ │ │ │ │ ├── Default-Landscape.png
│ │ │ │ │ ├── Default-Portrait.png
│ │ │ │ │ └── Default-Landscape-X.png
│ │ │ └── Android
│ │ │ │ └── src
│ │ │ │ └── main
│ │ │ │ └── res
│ │ │ │ ├── values-v21
│ │ │ │ └── colors.xml
│ │ │ │ ├── drawable-hdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ │ ├── drawable-ldpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ │ ├── drawable-mdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ │ ├── drawable-xhdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ │ ├── drawable-xxhdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ │ └── drawable-xxxhdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ ├── package.json
│ │ │ └── references.d.ts
│ ├── appbuilderProject
│ │ ├── appbuilderProject
│ │ │ ├── app
│ │ │ │ ├── utils
│ │ │ │ │ └── widgets
│ │ │ │ │ │ ├── button.android.xml
│ │ │ │ │ │ └── button.ios.xml
│ │ │ │ ├── fonts
│ │ │ │ │ └── kendoui.ttf
│ │ │ │ ├── App_Resources
│ │ │ │ │ ├── iOS
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ ├── Default.png
│ │ │ │ │ │ ├── icon-40.png
│ │ │ │ │ │ ├── icon-60.png
│ │ │ │ │ │ ├── icon-72.png
│ │ │ │ │ │ ├── icon-76.png
│ │ │ │ │ │ ├── icon@2x.png
│ │ │ │ │ │ ├── Default@2x.png
│ │ │ │ │ │ ├── Icon-Small.png
│ │ │ │ │ │ ├── icon-40@2x.png
│ │ │ │ │ │ ├── icon-40@3x.png
│ │ │ │ │ │ ├── icon-60@2x.png
│ │ │ │ │ │ ├── icon-60@3x.png
│ │ │ │ │ │ ├── icon-72@2x.png
│ │ │ │ │ │ ├── icon-76@2x.png
│ │ │ │ │ │ ├── Default-667h.png
│ │ │ │ │ │ ├── Default-736h.png
│ │ │ │ │ │ ├── Icon-Small-50.png
│ │ │ │ │ │ ├── Icon-Small@2x.png
│ │ │ │ │ │ ├── icon-83.5@2x.png
│ │ │ │ │ │ ├── Default-568h@2x.png
│ │ │ │ │ │ ├── Default-Portrait.png
│ │ │ │ │ │ ├── Icon-Small-50@2x.png
│ │ │ │ │ │ ├── Default-Landscape.png
│ │ │ │ │ │ ├── Default-Portrait@2x.png
│ │ │ │ │ │ ├── Default-Landscape@2x.png
│ │ │ │ │ │ ├── Default-Landscape-667h.png
│ │ │ │ │ │ ├── Default-Landscape-736h.png
│ │ │ │ │ │ ├── Default-Portrait-1366@2x.png
│ │ │ │ │ │ └── Default-Landscape-1366@2x.png
│ │ │ │ │ └── Android
│ │ │ │ │ │ ├── drawable-hdpi
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ └── splashscreen.png
│ │ │ │ │ │ ├── drawable-ldpi
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ └── splashscreen.png
│ │ │ │ │ │ ├── drawable-mdpi
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ └── splashscreen.png
│ │ │ │ │ │ ├── drawable-xhdpi
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ └── splashscreen.png
│ │ │ │ │ │ ├── drawable-xxhdpi
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ └── splashscreen.png
│ │ │ │ │ │ ├── drawable-xxxhdpi
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ └── splashscreen.png
│ │ │ │ │ │ ├── drawable-nodpi
│ │ │ │ │ │ └── splashscreen.9.png
│ │ │ │ │ │ ├── drawable-land-hdpi
│ │ │ │ │ │ └── splashscreen.png
│ │ │ │ │ │ ├── drawable-land-ldpi
│ │ │ │ │ │ └── splashscreen.png
│ │ │ │ │ │ ├── drawable-land-mdpi
│ │ │ │ │ │ └── splashscreen.png
│ │ │ │ │ │ ├── drawable-land-xhdpi
│ │ │ │ │ │ └── splashscreen.png
│ │ │ │ │ │ ├── drawable-land-xxhdpi
│ │ │ │ │ │ └── splashscreen.png
│ │ │ │ │ │ └── drawable-land-xxxhdpi
│ │ │ │ │ │ └── splashscreen.png
│ │ │ │ └── images
│ │ │ │ │ └── nativescript_logo.png
│ │ │ └── package.json
│ │ └── README.md
│ ├── sbg-test-app.tgz
│ ├── verbose-hello-world.tgz
│ ├── livesync-hello-world.tgz
│ ├── test-app-ng-34
│ │ └── app
│ │ │ ├── item
│ │ │ └── item.ts
│ │ │ ├── App_Resources
│ │ │ ├── iOS
│ │ │ │ └── Assets.xcassets
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ ├── AppIcon.appiconset
│ │ │ │ │ ├── icon-29.png
│ │ │ │ │ ├── icon-40.png
│ │ │ │ │ ├── icon-76.png
│ │ │ │ │ ├── icon-1024.png
│ │ │ │ │ ├── icon-29@2x.png
│ │ │ │ │ ├── icon-29@3x.png
│ │ │ │ │ ├── icon-40@2x.png
│ │ │ │ │ ├── icon-40@3x.png
│ │ │ │ │ ├── icon-60@2x.png
│ │ │ │ │ ├── icon-60@3x.png
│ │ │ │ │ ├── icon-76@2x.png
│ │ │ │ │ └── icon-83.5@2x.png
│ │ │ │ │ └── LaunchImage.launchimage
│ │ │ │ │ ├── Default.png
│ │ │ │ │ ├── Default@2x.png
│ │ │ │ │ ├── Default-1125h.png
│ │ │ │ │ ├── Default-568h@2x.png
│ │ │ │ │ ├── Default-667h@2x.png
│ │ │ │ │ ├── Default-736h@3x.png
│ │ │ │ │ ├── Default-Landscape.png
│ │ │ │ │ └── Default-Portrait.png
│ │ │ └── Android
│ │ │ │ ├── values-v21
│ │ │ │ └── colors.xml
│ │ │ │ ├── drawable-hdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ │ ├── drawable-ldpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ │ ├── drawable-mdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ │ ├── drawable-xhdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ │ ├── drawable-xxhdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ │ └── drawable-xxxhdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ ├── app.module.ngfactory.d.ts
│ │ │ ├── app.component.html
│ │ │ ├── package.json
│ │ │ ├── app.component.ts
│ │ │ └── vendor-platform.ios.ts
│ ├── test-app-ng-41
│ │ ├── app
│ │ │ ├── item
│ │ │ │ └── item.ts
│ │ │ ├── App_Resources
│ │ │ │ ├── iOS
│ │ │ │ │ └── Assets.xcassets
│ │ │ │ │ │ ├── Contents.json
│ │ │ │ │ │ ├── AppIcon.appiconset
│ │ │ │ │ │ ├── icon-29.png
│ │ │ │ │ │ ├── icon-40.png
│ │ │ │ │ │ ├── icon-76.png
│ │ │ │ │ │ ├── icon-1024.png
│ │ │ │ │ │ ├── icon-29@2x.png
│ │ │ │ │ │ ├── icon-29@3x.png
│ │ │ │ │ │ ├── icon-40@2x.png
│ │ │ │ │ │ ├── icon-40@3x.png
│ │ │ │ │ │ ├── icon-60@2x.png
│ │ │ │ │ │ ├── icon-60@3x.png
│ │ │ │ │ │ ├── icon-76@2x.png
│ │ │ │ │ │ └── icon-83.5@2x.png
│ │ │ │ │ │ └── LaunchImage.launchimage
│ │ │ │ │ │ ├── Default.png
│ │ │ │ │ │ ├── Default@2x.png
│ │ │ │ │ │ ├── Default-1125h.png
│ │ │ │ │ │ ├── Default-568h@2x.png
│ │ │ │ │ │ ├── Default-667h@2x.png
│ │ │ │ │ │ ├── Default-736h@3x.png
│ │ │ │ │ │ ├── Default-Landscape.png
│ │ │ │ │ │ └── Default-Portrait.png
│ │ │ │ └── Android
│ │ │ │ │ └── src
│ │ │ │ │ └── main
│ │ │ │ │ └── res
│ │ │ │ │ ├── values-v21
│ │ │ │ │ └── colors.xml
│ │ │ │ │ ├── drawable-hdpi
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── logo.png
│ │ │ │ │ └── background.png
│ │ │ │ │ ├── drawable-ldpi
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── logo.png
│ │ │ │ │ └── background.png
│ │ │ │ │ ├── drawable-mdpi
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── logo.png
│ │ │ │ │ └── background.png
│ │ │ │ │ ├── drawable-xhdpi
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── logo.png
│ │ │ │ │ └── background.png
│ │ │ │ │ ├── drawable-xxhdpi
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── logo.png
│ │ │ │ │ └── background.png
│ │ │ │ │ └── drawable-xxxhdpi
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── logo.png
│ │ │ │ │ └── background.png
│ │ │ ├── app.module.ngfactory.d.ts
│ │ │ ├── app.component.html
│ │ │ ├── package.json
│ │ │ └── app.component.ts
│ │ └── tsconfig.esm.json
│ ├── livesync-hello-world-ng
│ │ └── src
│ │ │ ├── app
│ │ │ ├── item
│ │ │ │ └── item.ts
│ │ │ ├── app.component.html
│ │ │ └── app.component.ts
│ │ │ └── package.json
│ └── test-app-js-34
│ │ └── app
│ │ ├── App_Resources
│ │ ├── iOS
│ │ │ └── Assets.xcassets
│ │ │ │ ├── Contents.json
│ │ │ │ ├── AppIcon.appiconset
│ │ │ │ ├── icon-29.png
│ │ │ │ ├── icon-40.png
│ │ │ │ ├── icon-76.png
│ │ │ │ ├── icon-1024.png
│ │ │ │ ├── icon-29@2x.png
│ │ │ │ ├── icon-29@3x.png
│ │ │ │ ├── icon-40@2x.png
│ │ │ │ ├── icon-40@3x.png
│ │ │ │ ├── icon-60@2x.png
│ │ │ │ ├── icon-60@3x.png
│ │ │ │ ├── icon-76@2x.png
│ │ │ │ └── icon-83.5@2x.png
│ │ │ │ └── LaunchImage.launchimage
│ │ │ │ ├── Default.png
│ │ │ │ ├── Default@2x.png
│ │ │ │ ├── Default-1125h.png
│ │ │ │ ├── Default-568h@2x.png
│ │ │ │ ├── Default-667h@2x.png
│ │ │ │ ├── Default-736h@3x.png
│ │ │ │ ├── Default-Landscape.png
│ │ │ │ ├── Default-Portrait.png
│ │ │ │ ├── Default-Landscape-X.png
│ │ │ │ ├── Default-Landscape@2x.png
│ │ │ │ ├── Default-Landscape@3x.png
│ │ │ │ └── Default-Portrait@2x.png
│ │ └── Android
│ │ │ ├── values-v21
│ │ │ └── colors.xml
│ │ │ ├── drawable-hdpi
│ │ │ ├── icon.png
│ │ │ ├── logo.png
│ │ │ └── background.png
│ │ │ ├── drawable-ldpi
│ │ │ ├── icon.png
│ │ │ ├── logo.png
│ │ │ └── background.png
│ │ │ ├── drawable-mdpi
│ │ │ ├── icon.png
│ │ │ ├── logo.png
│ │ │ └── background.png
│ │ │ ├── drawable-xhdpi
│ │ │ ├── icon.png
│ │ │ ├── logo.png
│ │ │ └── background.png
│ │ │ ├── drawable-xxhdpi
│ │ │ ├── icon.png
│ │ │ ├── logo.png
│ │ │ └── background.png
│ │ │ └── drawable-xxxhdpi
│ │ │ ├── icon.png
│ │ │ ├── logo.png
│ │ │ └── background.png
│ │ ├── package.json
│ │ ├── references.d.ts
│ │ └── vendor-platform.ios.js
├── CocoaPods
│ ├── invalidpodfile
│ │ ├── platforms
│ │ │ └── ios
│ │ │ │ └── Podfile
│ │ └── package.json
│ ├── nativescript-material-loading-indicator
│ │ └── platforms
│ │ │ └── ios
│ │ │ └── Podfile
│ ├── carousel.tgz
│ ├── googlesdk.tgz
│ ├── keychain.tgz
│ ├── invalidpod.tgz
│ ├── xcconfig-plugin.tgz
│ ├── sample-googlesdk
│ │ └── App_Resources
│ │ │ ├── iOS
│ │ │ ├── icon.png
│ │ │ ├── Default.png
│ │ │ ├── icon-40.png
│ │ │ ├── icon-60.png
│ │ │ ├── icon-72.png
│ │ │ ├── icon-76.png
│ │ │ ├── icon@2x.png
│ │ │ ├── Default@2x.png
│ │ │ ├── Icon-Small.png
│ │ │ ├── icon-40@2x.png
│ │ │ ├── icon-60@2x.png
│ │ │ ├── icon-72@2x.png
│ │ │ ├── icon-76@2x.png
│ │ │ ├── Icon-Small-50.png
│ │ │ ├── Icon-Small@2x.png
│ │ │ ├── Default-568h@2x.png
│ │ │ ├── Default-Landscape.png
│ │ │ ├── Default-Portrait.png
│ │ │ ├── Icon-Small-50@2x.png
│ │ │ ├── Default-Portrait@2x.png
│ │ │ └── Default-Landscape@2x.png
│ │ │ └── Android
│ │ │ ├── drawable-hdpi
│ │ │ └── icon.png
│ │ │ ├── drawable-ldpi
│ │ │ └── icon.png
│ │ │ ├── drawable-mdpi
│ │ │ └── icon.png
│ │ │ └── drawable-nodpi
│ │ │ └── splashscreen.9.png
│ ├── sample-indicator
│ │ ├── App_Resources
│ │ │ ├── iOS
│ │ │ │ ├── icon.png
│ │ │ │ ├── Default.png
│ │ │ │ ├── icon-40.png
│ │ │ │ ├── icon-60.png
│ │ │ │ ├── icon-72.png
│ │ │ │ ├── icon-76.png
│ │ │ │ ├── icon@2x.png
│ │ │ │ ├── Default@2x.png
│ │ │ │ ├── Icon-Small.png
│ │ │ │ ├── icon-40@2x.png
│ │ │ │ ├── icon-60@2x.png
│ │ │ │ ├── icon-72@2x.png
│ │ │ │ ├── icon-76@2x.png
│ │ │ │ ├── Icon-Small-50.png
│ │ │ │ ├── Icon-Small@2x.png
│ │ │ │ ├── Default-568h@2x.png
│ │ │ │ ├── Default-Landscape.png
│ │ │ │ ├── Default-Portrait.png
│ │ │ │ ├── Icon-Small-50@2x.png
│ │ │ │ ├── Default-Portrait@2x.png
│ │ │ │ └── Default-Landscape@2x.png
│ │ │ └── Android
│ │ │ │ ├── drawable-hdpi
│ │ │ │ └── icon.png
│ │ │ │ ├── drawable-ldpi
│ │ │ │ └── icon.png
│ │ │ │ ├── drawable-mdpi
│ │ │ │ └── icon.png
│ │ │ │ └── drawable-nodpi
│ │ │ │ └── splashscreen.9.png
│ │ └── app.js
│ ├── nativescript-ios-fail-with-sandbox-plugin.tgz
│ └── nativescript-ios-working-with-sandbox-plugin.tgz
├── nsconfig
│ ├── RenameAppRes
│ │ └── nsconfig.json
│ ├── RenameAppResLS
│ │ └── nsconfig.json
│ ├── RenameAppResLSNG
│ │ └── nsconfig.json
│ ├── RenameAppResNG
│ │ └── nsconfig.json
│ ├── ChangeAppResLocation
│ │ └── nsconfig.json
│ ├── ChangeAppResLocationInRoot
│ │ └── nsconfig.json
│ ├── ChangeAppResLocationInRootLS
│ │ └── nsconfig.json
│ ├── ChangeAppResLocationInRootNG
│ │ └── nsconfig.json
│ ├── ChangeAppResLocationInRootLSNG
│ │ └── nsconfig.json
│ ├── ChangeAppResLocationLS
│ │ └── nsconfig.json
│ ├── ChangeAppResLocationLSNG
│ │ └── nsconfig.json
│ ├── ChangeAppResLocationNG
│ │ └── nsconfig.json
│ ├── RenameApp
│ │ └── nsconfig.json
│ ├── RenameAppLS
│ │ └── nsconfig.json
│ ├── RenameAppLSNG
│ │ └── nsconfig.json
│ ├── RenameAppNG
│ │ └── nsconfig.json
│ ├── ChangeAppLocation
│ │ └── nsconfig.json
│ ├── ChangeAppLocationLS
│ │ └── nsconfig.json
│ ├── ChangeAppLocationLSNG
│ │ └── nsconfig.json
│ ├── ChangeAppLocationNG
│ │ └── nsconfig.json
│ ├── ChangeAppLocationAndName
│ │ └── nsconfig.json
│ ├── ChangeAppLocationAndNameLS
│ │ └── nsconfig.json
│ ├── ChangeAppLocationAndNameLSNG
│ │ └── nsconfig.json
│ └── ChangeAppLocationAndNameNG
│ │ └── nsconfig.json
├── issues
│ ├── android-runtime-1183
│ │ └── before-plugins.gradle
│ ├── android-runtime-1279
│ │ ├── in-plugin
│ │ │ └── sample-plugin-2
│ │ │ │ └── src
│ │ │ │ ├── platforms
│ │ │ │ ├── android
│ │ │ │ │ └── include.gradle
│ │ │ │ └── ios
│ │ │ │ │ └── src
│ │ │ │ │ └── module.modulemap
│ │ │ │ └── index.js
│ │ └── buildscript.gradle
│ ├── nativescript-cli-3658
│ │ └── Contents.json
│ ├── nativescript-cli-3932
│ │ └── nativescript-ui-listview
│ │ │ ├── ios.d.ts
│ │ │ ├── android.d.ts
│ │ │ ├── hooks
│ │ │ └── before-livesync
│ │ │ │ └── nativescript-angular-sync.js
│ │ │ ├── vue
│ │ │ └── index.d.ts
│ │ │ ├── angular
│ │ │ └── package.json
│ │ │ └── platforms
│ │ │ ├── ios
│ │ │ └── TNSListView.framework
│ │ │ │ ├── Modules
│ │ │ │ └── module.modulemap
│ │ │ │ ├── Info.plist
│ │ │ │ └── TNSListView
│ │ │ └── android
│ │ │ └── TNSListView-release.aar
│ ├── nativescript-cli-3619
│ │ ├── hello.png
│ │ └── icon-1025.png
│ ├── android-runtime-899
│ │ └── mylibrary.aar
│ ├── nativescript-cli-2981
│ │ ├── img
│ │ │ ├── icon.png
│ │ │ └── logo.png
│ │ └── main-page.xml
│ ├── android-runtime-pr-905
│ │ └── customLib.jar
│ ├── ios-runtime-1051
│ │ └── package.json
│ ├── android-runtime-1235
│ │ └── package.json
│ ├── android-runtime-1157
│ │ ├── src
│ │ │ ├── platforms
│ │ │ │ └── android
│ │ │ │ │ └── release.aar
│ │ │ └── package.json
│ │ ├── API23
│ │ │ └── src
│ │ │ │ ├── platforms
│ │ │ │ └── android
│ │ │ │ │ └── 23-release.aar
│ │ │ │ └── package.json
│ │ └── API25
│ │ │ └── src
│ │ │ ├── platforms
│ │ │ └── android
│ │ │ │ └── 25-release.aar
│ │ │ └── package.json
│ ├── android-runtime-904
│ │ └── MyActivity.js
│ ├── android-runtime-1104
│ │ ├── plugin
│ │ │ └── src
│ │ │ │ ├── platforms
│ │ │ │ └── android
│ │ │ │ │ └── com.tns-release.aar
│ │ │ │ └── package.json
│ │ └── default_gradle
│ │ │ └── app.gradle
│ ├── android-runtime-761
│ │ └── items.component.html
│ ├── android-runtime-961
│ │ └── package.json
│ ├── android-runtime-993
│ │ └── plugins
│ │ │ ├── with_dependency
│ │ │ └── src
│ │ │ │ ├── platforms
│ │ │ │ └── android
│ │ │ │ │ └── com.tns-release.aar
│ │ │ │ └── package.json
│ │ │ ├── without_dependency
│ │ │ └── src
│ │ │ │ ├── platforms
│ │ │ │ └── android
│ │ │ │ │ └── com.tns-release.aar
│ │ │ │ └── package.json
│ │ │ └── app.gradle
│ ├── android-runtime-1119
│ │ └── main-page.js
│ └── ios-runtime-565
│ │ └── example.js
├── plugins
│ ├── sample-plugin
│ │ └── src
│ │ │ ├── platforms
│ │ │ ├── android
│ │ │ │ └── include.gradle
│ │ │ └── ios
│ │ │ │ └── src
│ │ │ │ └── module.modulemap
│ │ │ └── index.js
│ ├── android
│ │ ├── jniLibs.tgz
│ │ ├── some-aar-in.tgz
│ │ ├── including-jar.tgz
│ │ ├── with-aar-file.tgz
│ │ ├── with-manifest.tgz
│ │ ├── with-res-folder.tgz
│ │ ├── with-assets-folder.tgz
│ │ ├── no-platform-android.tgz
│ │ └── only-include-gradle.tgz
│ ├── TNSListView-release.aar
│ ├── inquirer-test-0.0.1.tgz
│ ├── CFBundleURLName-Plugin.tgz
│ ├── plugin-test-variables-1.0.0.tgz
│ └── nativescript-test-entitlements-1.0.0.tgz
├── static-lib
│ ├── bye-plugin.tgz
│ ├── hello-plugin.tgz
│ └── sample-universal-lib
│ │ ├── App_Resources
│ │ ├── iOS
│ │ │ ├── icon.png
│ │ │ ├── Default.png
│ │ │ ├── icon-40.png
│ │ │ ├── icon-60.png
│ │ │ ├── icon-72.png
│ │ │ ├── icon-76.png
│ │ │ ├── icon@2x.png
│ │ │ ├── Default@2x.png
│ │ │ ├── Icon-Small.png
│ │ │ ├── icon-40@2x.png
│ │ │ ├── icon-60@2x.png
│ │ │ ├── icon-72@2x.png
│ │ │ ├── icon-76@2x.png
│ │ │ ├── Icon-Small-50.png
│ │ │ ├── Icon-Small@2x.png
│ │ │ ├── Default-568h@2x.png
│ │ │ ├── Default-Landscape.png
│ │ │ ├── Default-Portrait.png
│ │ │ ├── Icon-Small-50@2x.png
│ │ │ ├── Default-Portrait@2x.png
│ │ │ └── Default-Landscape@2x.png
│ │ └── Android
│ │ │ ├── drawable-hdpi
│ │ │ └── icon.png
│ │ │ ├── drawable-ldpi
│ │ │ └── icon.png
│ │ │ ├── drawable-mdpi
│ │ │ └── icon.png
│ │ │ └── drawable-nodpi
│ │ │ └── splashscreen.9.png
│ │ ├── app.js
│ │ └── main-page.js
├── images
│ ├── iPhone7N
│ │ ├── hello-world-js.png
│ │ ├── hello-world-ng.png
│ │ ├── hello-world-vue.png
│ │ ├── no-crash-image.png
│ │ ├── hello-world-vue-sync.png
│ │ ├── blankPageScreen-ios-js.png
│ │ ├── blankPageScreen-ios-ng.png
│ │ ├── blankPageScreen-ios-ts.png
│ │ ├── hello-world-ng-preview.png
│ │ ├── loginPageScreen-ios-js.png
│ │ ├── loginPageScreen-ios-ng.png
│ │ ├── loginPageScreen-ios-ts.png
│ │ ├── signupPageScreen-ios-js.png
│ │ ├── signupPageScreen-ios-ng.png
│ │ ├── signupPageScreen-ios-ts.png
│ │ ├── hello-world-js-js-css-xml.png
│ │ ├── hello-world-ng-js-css-xml.png
│ │ ├── livesync-hello-world_home.png
│ │ ├── template-master-detail_home.png
│ │ ├── template-master-detail_sync.png
│ │ ├── livesync-hello-world_debug_brk.png
│ │ ├── livesync-hello-world_js_css_xml.png
│ │ ├── template-master-detail-ng_home.png
│ │ ├── template-master-detail-ng_sync.png
│ │ ├── template-master-detail-ts_home.png
│ │ ├── template-master-detail-ts_sync.png
│ │ ├── ng-hello-world-home-dark_preview.png
│ │ └── template-master-detail-ng_bundle_sync.png
│ ├── resources_generate
│ │ ├── star.png
│ │ ├── iOS
│ │ │ ├── Default.png
│ │ │ ├── icon-29.png
│ │ │ ├── icon-40.png
│ │ │ ├── icon-76.png
│ │ │ ├── icon-1024.png
│ │ │ ├── Default@2x.png
│ │ │ ├── icon-29@2x.png
│ │ │ ├── icon-29@3x.png
│ │ │ ├── icon-40@2x.png
│ │ │ ├── icon-40@3x.png
│ │ │ ├── icon-60@2x.png
│ │ │ ├── icon-60@3x.png
│ │ │ ├── icon-76@2x.png
│ │ │ ├── icon-83.5@2x.png
│ │ │ ├── Default-1125h.png
│ │ │ ├── Default-568h@2x.png
│ │ │ ├── Default-667h@2x.png
│ │ │ ├── Default-736h@3x.png
│ │ │ ├── Default-Landscape.png
│ │ │ ├── Default-Portrait.png
│ │ │ ├── Default-Landscape-X.png
│ │ │ ├── Default-Portrait@2x.png
│ │ │ ├── LaunchScreen-Center.png
│ │ │ ├── Default-Landscape@2x.png
│ │ │ ├── Default-Landscape@3x.png
│ │ │ ├── LaunchScreen-Center@2x.png
│ │ │ ├── LaunchScreen-AspectFill.png
│ │ │ └── LaunchScreen-AspectFill@2x.png
│ │ ├── Android
│ │ │ ├── drawable-hdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ ├── drawable-ldpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ ├── drawable-mdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ ├── drawable-xhdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ ├── drawable-xxhdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ │ └── drawable-xxxhdpi
│ │ │ │ ├── icon.png
│ │ │ │ ├── logo.png
│ │ │ │ └── background.png
│ │ └── apetool
│ │ │ └── AppIcon.appiconset
│ │ │ ├── Icon-20x20@1x.png
│ │ │ ├── Icon-20x20@2x.png
│ │ │ ├── Icon-20x20@3x.png
│ │ │ ├── Icon-29x29@1x.png
│ │ │ ├── Icon-29x29@2x.png
│ │ │ ├── Icon-29x29@3x.png
│ │ │ ├── Icon-40x40@2x.png
│ │ │ ├── Icon-40x40@3x.png
│ │ │ ├── Icon-60x60@2x.png
│ │ │ ├── Icon-60x60@3x.png
│ │ │ ├── Icon-76x76@1x.png
│ │ │ ├── Icon-76x76@2x.png
│ │ │ └── Icon-marketing-1024x1024.png
│ ├── ARM-32-Phone
│ │ └── abi-split-32-phone.png
│ ├── ARM-64-Phone
│ │ └── abi-split-64-phone.png
│ ├── iPad34
│ │ ├── ng-hello-world-home-dark.png
│ │ └── ng-hello-world-home-white.png
│ ├── iPhone104
│ │ ├── ng-hello-world-home-dark.png
│ │ └── ng-hello-world-home-white.png
│ ├── iPhone52
│ │ ├── ng-hello-world-home-dark.png
│ │ └── ng-hello-world-home-white.png
│ ├── iPhone61
│ │ ├── ng-hello-world-home-dark.png
│ │ └── ng-hello-world-home-white.png
│ ├── iPhone72
│ │ ├── ng-hello-world-home-dark.png
│ │ └── ng-hello-world-home-white.png
│ ├── iPhone81
│ │ ├── ng-hello-world-home-dark.png
│ │ └── ng-hello-world-home-white.png
│ ├── Emulator-Api23-Default
│ │ ├── No-crash-image.png
│ │ ├── hello-world-js.png
│ │ ├── hello-world-ng.png
│ │ ├── hello-world-ts.png
│ │ ├── hello-world-vue.png
│ │ ├── abi-split-emulator.png
│ │ ├── hello-world-vue-sync.png
│ │ ├── issue_2981_icon_image.png
│ │ ├── issue_2981_logo_image.png
│ │ ├── ng-hello-world-home-dark.png
│ │ ├── blankPageScreen-android-js.png
│ │ ├── blankPageScreen-android-ng.png
│ │ ├── blankPageScreen-android-ts.png
│ │ ├── hello-world-js-js-css-xml.png
│ │ ├── hello-world-ng-js-css-xml.png
│ │ ├── livesync-hello-world_home.png
│ │ ├── loginPageScreen-android-js.png
│ │ ├── loginPageScreen-android-ng.png
│ │ ├── loginPageScreen-android-ts.png
│ │ ├── ng-hello-world-home-white.png
│ │ ├── signupPageScreen-android-js.png
│ │ ├── signupPageScreen-android-ng.png
│ │ ├── signupPageScreen-android-ts.png
│ │ ├── template-master-detail_home.png
│ │ ├── template-master-detail_sync.png
│ │ ├── livesync-hello-world_debug_brk.png
│ │ ├── livesync-hello-world_js_css_xml.png
│ │ ├── template-master-detail-ng_home.png
│ │ ├── template-master-detail-ng_sync.png
│ │ ├── template-master-detail-ts_home.png
│ │ ├── template-master-detail-ts_sync.png
│ │ ├── livesync-hello-world_home_preview.png
│ │ ├── livesync-hello-world_home_after_tap.png
│ │ ├── livesync-hello-world_js_css_xml_preview.png
│ │ └── livesync-hello-world_preview_after_tap.png
│ └── Emulator-Api24-Default
│ │ └── livesync-hello-world_home_preview.png
└── console-log-date
│ └── package.json
├── out
└── .gitignore
├── requirements.txt
└── find.xml
/core/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/tests/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/chrome/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/device/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/git/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/gradle/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/java/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/json/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/logger/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/npm/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/tns/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/xcode/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/data/temp/.gitignore:
--------------------------------------------------------------------------------
1 | *.*
--------------------------------------------------------------------------------
/tests/hmr/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/base_class/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/installer/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/osutils/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/preview_app/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/core/settings/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/data/keys/enter_key.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/data/keys/n_key.txt:
--------------------------------------------------------------------------------
1 | n
2 |
--------------------------------------------------------------------------------
/data/keys/y_key.txt:
--------------------------------------------------------------------------------
1 | y
2 |
--------------------------------------------------------------------------------
/core/device/helpers/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/data/templates/myCustomTemplate/index.js:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/Test/Test.txt:
--------------------------------------------------------------------------------
1 | test.txt
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/test/test.txt:
--------------------------------------------------------------------------------
1 | test.txt
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/test/test.ios.txt:
--------------------------------------------------------------------------------
1 | test.ios.txt
2 |
--------------------------------------------------------------------------------
/data/CocoaPods/invalidpodfile/platforms/ios/Podfile:
--------------------------------------------------------------------------------
1 | pod UICKeyChainStore
2 |
--------------------------------------------------------------------------------
/out/.gitignore:
--------------------------------------------------------------------------------
1 | # Ignore everything
2 | *
3 | # Except this file
4 | !.gitignore
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/test/test.android.txt:
--------------------------------------------------------------------------------
1 | test.android.txt
2 |
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/app-root.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/utils/widgets/button.android.xml:
--------------------------------------------------------------------------------
1 | +
2 |
--------------------------------------------------------------------------------
/data/nsconfig/RenameAppRes/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "app/My_App_Resources"
3 | }
4 |
--------------------------------------------------------------------------------
/data/CocoaPods/nativescript-material-loading-indicator/platforms/ios/Podfile:
--------------------------------------------------------------------------------
1 | pod "MMMaterialDesignSpinner"
--------------------------------------------------------------------------------
/data/issues/android-runtime-1183/before-plugins.gradle:
--------------------------------------------------------------------------------
1 | println 'MESSAGE: Before plugins gradle is applied!'
--------------------------------------------------------------------------------
/data/nsconfig/RenameAppResLS/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "app/My_App_Resources"
3 | }
4 |
--------------------------------------------------------------------------------
/data/nsconfig/RenameAppResLSNG/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "app/My_App_Resources"
3 | }
4 |
--------------------------------------------------------------------------------
/data/nsconfig/RenameAppResNG/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "app/My_App_Resources"
3 | }
4 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppResLocation/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "app/res/App_Resources"
3 | }
4 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppResLocationInRoot/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "App_Resources"
3 | }
4 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppResLocationInRootLS/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "App_Resources"
3 | }
4 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppResLocationInRootNG/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "App_Resources"
3 | }
4 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppResLocationInRootLSNG/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "App_Resources"
3 | }
4 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppResLocationLS/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "app/res/App_Resources"
3 | }
4 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppResLocationLSNG/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "app/res/App_Resources"
3 | }
4 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppResLocationNG/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "app/res/App_Resources"
3 | }
4 |
--------------------------------------------------------------------------------
/data/plugins/sample-plugin/src/platforms/android/include.gradle:
--------------------------------------------------------------------------------
1 | println 'MESSAGE: Plugin include gradle is applied!'
--------------------------------------------------------------------------------
/data/apps/sbg-test-app.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/sbg-test-app.tgz
--------------------------------------------------------------------------------
/data/CocoaPods/carousel.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/carousel.tgz
--------------------------------------------------------------------------------
/data/CocoaPods/googlesdk.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/googlesdk.tgz
--------------------------------------------------------------------------------
/data/CocoaPods/keychain.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/keychain.tgz
--------------------------------------------------------------------------------
/data/issues/android-runtime-1279/in-plugin/sample-plugin-2/src/platforms/android/include.gradle:
--------------------------------------------------------------------------------
1 | apply plugin: 'embrace-swazzler'
--------------------------------------------------------------------------------
/requirements.txt:
--------------------------------------------------------------------------------
1 | nose
2 | psutil
3 | nose_parameterized
4 | enum34
5 | flaky
6 | uiautomator
7 | Pillow
8 | pytesseract
9 | pytz
--------------------------------------------------------------------------------
/data/CocoaPods/invalidpod.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/invalidpod.tgz
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-3658/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-3932/nativescript-ui-listview/ios.d.ts:
--------------------------------------------------------------------------------
1 | ///
--------------------------------------------------------------------------------
/data/static-lib/bye-plugin.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/bye-plugin.tgz
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/README.md:
--------------------------------------------------------------------------------
1 | # appbuilderProject
2 | Sample project used for testing NativeScript integration in AppBuilder
3 |
--------------------------------------------------------------------------------
/data/apps/verbose-hello-world.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/verbose-hello-world.tgz
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-3932/nativescript-ui-listview/android.d.ts:
--------------------------------------------------------------------------------
1 | ///
--------------------------------------------------------------------------------
/data/plugins/android/jniLibs.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/android/jniLibs.tgz
--------------------------------------------------------------------------------
/data/static-lib/hello-plugin.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/hello-plugin.tgz
--------------------------------------------------------------------------------
/core/device/helpers/macos_get_visible_apps:
--------------------------------------------------------------------------------
1 | tell application "Finder"
2 | get the name of every process whose visible is true
3 | end tell
--------------------------------------------------------------------------------
/data/CocoaPods/xcconfig-plugin.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/xcconfig-plugin.tgz
--------------------------------------------------------------------------------
/data/apps/livesync-hello-world.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-hello-world.tgz
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/item/item.ts:
--------------------------------------------------------------------------------
1 | export interface Item {
2 | id: number;
3 | name: string;
4 | role: string;
5 | }
6 |
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/item/item.ts:
--------------------------------------------------------------------------------
1 | export interface Item {
2 | id: number;
3 | name: string;
4 | role: string;
5 | }
6 |
--------------------------------------------------------------------------------
/data/nsconfig/RenameApp/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "renamed_app/App_Resources",
3 | "appPath": "renamed_app"
4 | }
5 |
--------------------------------------------------------------------------------
/data/nsconfig/RenameAppLS/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "renamed_app/App_Resources",
3 | "appPath": "renamed_app"
4 | }
5 |
--------------------------------------------------------------------------------
/data/nsconfig/RenameAppLSNG/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "renamed_app/App_Resources",
3 | "appPath": "renamed_app"
4 | }
5 |
--------------------------------------------------------------------------------
/data/nsconfig/RenameAppNG/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "renamed_app/App_Resources",
3 | "appPath": "renamed_app"
4 | }
5 |
--------------------------------------------------------------------------------
/data/plugins/TNSListView-release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/TNSListView-release.aar
--------------------------------------------------------------------------------
/data/plugins/android/some-aar-in.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/android/some-aar-in.tgz
--------------------------------------------------------------------------------
/data/plugins/inquirer-test-0.0.1.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/inquirer-test-0.0.1.tgz
--------------------------------------------------------------------------------
/data/plugins/android/including-jar.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/android/including-jar.tgz
--------------------------------------------------------------------------------
/data/plugins/android/with-aar-file.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/android/with-aar-file.tgz
--------------------------------------------------------------------------------
/data/plugins/android/with-manifest.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/android/with-manifest.tgz
--------------------------------------------------------------------------------
/data/plugins/sample-plugin/src/index.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | helloWorld: function() {
3 | console.log("Hello World");
4 | }
5 | }
--------------------------------------------------------------------------------
/data/apps/livesync-hello-world-ng/src/app/item/item.ts:
--------------------------------------------------------------------------------
1 | export interface Item {
2 | id: number;
3 | name: string;
4 | role: string;
5 | }
6 |
--------------------------------------------------------------------------------
/data/apps/livesync-hello-world-ng/src/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "main": "main.js",
3 | "android": {
4 | "v8Flags": "--expose_gc"
5 | }
6 | }
--------------------------------------------------------------------------------
/data/images/iPhone7N/hello-world-js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/hello-world-js.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/hello-world-ng.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/hello-world-ng.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/hello-world-vue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/hello-world-vue.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/no-crash-image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/no-crash-image.png
--------------------------------------------------------------------------------
/data/images/resources_generate/star.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/star.png
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppLocation/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "new_folder/app/App_Resources",
3 | "appPath": "new_folder/app"
4 | }
5 |
--------------------------------------------------------------------------------
/data/plugins/CFBundleURLName-Plugin.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/CFBundleURLName-Plugin.tgz
--------------------------------------------------------------------------------
/data/plugins/android/with-res-folder.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/android/with-res-folder.tgz
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-3619/hello.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/nativescript-cli-3619/hello.png
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppLocationLS/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "new_folder/app/App_Resources",
3 | "appPath": "new_folder/app"
4 | }
5 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppLocationLSNG/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "new_folder/app/App_Resources",
3 | "appPath": "new_folder/app"
4 | }
5 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppLocationNG/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "new_folder/app/App_Resources",
3 | "appPath": "new_folder/app"
4 | }
5 |
--------------------------------------------------------------------------------
/data/plugins/android/with-assets-folder.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/android/with-assets-folder.tgz
--------------------------------------------------------------------------------
/data/images/iPhone7N/hello-world-vue-sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/hello-world-vue-sync.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/Default.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/icon-29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/icon-29.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/icon-40.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/icon-76.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-899/mylibrary.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/android-runtime-899/mylibrary.aar
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-2981/img/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/nativescript-cli-2981/img/icon.png
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-2981/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/nativescript-cli-2981/img/logo.png
--------------------------------------------------------------------------------
/data/plugins/android/no-platform-android.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/android/no-platform-android.tgz
--------------------------------------------------------------------------------
/data/plugins/android/only-include-gradle.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/android/only-include-gradle.tgz
--------------------------------------------------------------------------------
/data/plugins/plugin-test-variables-1.0.0.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/plugin-test-variables-1.0.0.tgz
--------------------------------------------------------------------------------
/core/device/helpers/send_enter_to_simulator.scpt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/core/device/helpers/send_enter_to_simulator.scpt
--------------------------------------------------------------------------------
/data/images/ARM-32-Phone/abi-split-32-phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/ARM-32-Phone/abi-split-32-phone.png
--------------------------------------------------------------------------------
/data/images/ARM-64-Phone/abi-split-64-phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/ARM-64-Phone/abi-split-64-phone.png
--------------------------------------------------------------------------------
/data/images/iPad34/ng-hello-world-home-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPad34/ng-hello-world-home-dark.png
--------------------------------------------------------------------------------
/data/images/iPad34/ng-hello-world-home-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPad34/ng-hello-world-home-white.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/blankPageScreen-ios-js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/blankPageScreen-ios-js.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/blankPageScreen-ios-ng.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/blankPageScreen-ios-ng.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/blankPageScreen-ios-ts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/blankPageScreen-ios-ts.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/hello-world-ng-preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/hello-world-ng-preview.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/loginPageScreen-ios-js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/loginPageScreen-ios-js.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/loginPageScreen-ios-ng.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/loginPageScreen-ios-ng.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/loginPageScreen-ios-ts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/loginPageScreen-ios-ts.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/signupPageScreen-ios-js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/signupPageScreen-ios-js.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/signupPageScreen-ios-ng.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/signupPageScreen-ios-ng.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/signupPageScreen-ios-ts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/signupPageScreen-ios-ts.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/icon-1024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/icon-1024.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-pr-905/customLib.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/android-runtime-pr-905/customLib.jar
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-3619/icon-1025.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/nativescript-cli-3619/icon-1025.png
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppLocationAndName/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "my folder/my app/App_Resources",
3 | "appPath": "my folder/my app"
4 | }
5 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppLocationAndNameLS/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "my folder/my app/App_Resources",
3 | "appPath": "my folder/my app"
4 | }
5 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppLocationAndNameLSNG/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "my folder/my app/App_Resources",
3 | "appPath": "my folder/my app"
4 | }
5 |
--------------------------------------------------------------------------------
/data/nsconfig/ChangeAppLocationAndNameNG/nsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "appResourcesPath": "my folder/my app/App_Resources",
3 | "appPath": "my folder/my app"
4 | }
5 |
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/app.module.ngfactory.d.ts:
--------------------------------------------------------------------------------
1 | /**
2 | * A dynamically generated module when compiled with AoT.
3 | */
4 | export const AppModuleNgFactory: any;
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/app.module.ngfactory.d.ts:
--------------------------------------------------------------------------------
1 | /**
2 | * A dynamically generated module when compiled with AoT.
3 | */
4 | export const AppModuleNgFactory: any;
--------------------------------------------------------------------------------
/data/images/iPhone104/ng-hello-world-home-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone104/ng-hello-world-home-dark.png
--------------------------------------------------------------------------------
/data/images/iPhone104/ng-hello-world-home-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone104/ng-hello-world-home-white.png
--------------------------------------------------------------------------------
/data/images/iPhone52/ng-hello-world-home-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone52/ng-hello-world-home-dark.png
--------------------------------------------------------------------------------
/data/images/iPhone52/ng-hello-world-home-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone52/ng-hello-world-home-white.png
--------------------------------------------------------------------------------
/data/images/iPhone61/ng-hello-world-home-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone61/ng-hello-world-home-dark.png
--------------------------------------------------------------------------------
/data/images/iPhone61/ng-hello-world-home-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone61/ng-hello-world-home-white.png
--------------------------------------------------------------------------------
/data/images/iPhone72/ng-hello-world-home-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone72/ng-hello-world-home-dark.png
--------------------------------------------------------------------------------
/data/images/iPhone72/ng-hello-world-home-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone72/ng-hello-world-home-white.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/hello-world-js-js-css-xml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/hello-world-js-js-css-xml.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/hello-world-ng-js-css-xml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/hello-world-ng-js-css-xml.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/livesync-hello-world_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/livesync-hello-world_home.png
--------------------------------------------------------------------------------
/data/images/iPhone81/ng-hello-world-home-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone81/ng-hello-world-home-dark.png
--------------------------------------------------------------------------------
/data/images/iPhone81/ng-hello-world-home-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone81/ng-hello-world-home-white.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/Default@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/Default@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/icon-29@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/icon-29@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/icon-29@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/icon-29@3x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/icon-40@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/icon-40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/icon-40@3x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/icon-60@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/icon-60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/icon-60@3x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/icon-76@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/icon-83.5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/icon-83.5@2x.png
--------------------------------------------------------------------------------
/data/issues/ios-runtime-1051/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "hello-world-js",
3 | "main": "app.js",
4 | "version": "1.7.0",
5 | "discardUncaughtJsExceptions": true
6 | }
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "tns-core-modules":"2.0.0"
4 | },
5 | "devDependencies": {}
6 | }
7 |
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/No-crash-image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/No-crash-image.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/hello-world-js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/hello-world-js.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/hello-world-ng.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/hello-world-ng.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/hello-world-ts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/hello-world-ts.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/template-master-detail_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/template-master-detail_home.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/template-master-detail_sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/template-master-detail_sync.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/Default-1125h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/Default-1125h.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-1279/in-plugin/sample-plugin-2/src/index.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | helloWorld: function() {
3 | console.log("Hello World");
4 | }
5 | }
--------------------------------------------------------------------------------
/data/plugins/nativescript-test-entitlements-1.0.0.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/plugins/nativescript-test-entitlements-1.0.0.tgz
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/icon.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/hello-world-vue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/hello-world-vue.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/livesync-hello-world_debug_brk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/livesync-hello-world_debug_brk.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/livesync-hello-world_js_css_xml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/livesync-hello-world_js_css_xml.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/template-master-detail-ng_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/template-master-detail-ng_home.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/template-master-detail-ng_sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/template-master-detail-ng_sync.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/template-master-detail-ts_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/template-master-detail-ts_home.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/template-master-detail-ts_sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/template-master-detail-ts_sync.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/Default-568h@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/Default-667h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/Default-667h@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/Default-736h@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/Default-736h@3x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/Default-Landscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/Default-Landscape.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/Default-Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/Default-Portrait.png
--------------------------------------------------------------------------------
/core/osutils/os_type.py:
--------------------------------------------------------------------------------
1 | """
2 | Device type enum.
3 | """
4 | from enum import Enum
5 |
6 |
7 | class OSType(Enum):
8 | WINDOWS = 0
9 | LINUX = 1
10 | OSX = 2
11 |
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/icon.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App.js:
--------------------------------------------------------------------------------
1 | var application = require("application");
2 | application.mainModule = "main-page";
3 | application.cssFile = "./app.css";
4 | application.start();
5 |
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Default.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/icon-40.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/icon-60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/icon-60.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/icon-72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/icon-72.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/icon-76.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/icon@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/values-v21/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #3d5afe
4 |
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/values-v21/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #3d5afe
4 |
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/abi-split-emulator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/abi-split-emulator.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/ng-hello-world-home-dark_preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/ng-hello-world-home-dark_preview.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/Default-Landscape-X.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/Default-Landscape-X.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/Default-Portrait@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/Default-Portrait@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/LaunchScreen-Center.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/LaunchScreen-Center.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-1235/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "main": "app.js",
3 | "android": {
4 | "v8Flags": "--nolazy --expose_gc",
5 | "codeCache": "true"
6 | }
7 | }
--------------------------------------------------------------------------------
/data/issues/android-runtime-1279/buildscript.gradle:
--------------------------------------------------------------------------------
1 | repositories {
2 | google()
3 | jcenter()
4 | }
5 | dependencies {
6 | classpath 'embrace-io:embrace-swazzler:3.1.6'
7 | }
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-3932/nativescript-ui-listview/hooks/before-livesync/nativescript-angular-sync.js:
--------------------------------------------------------------------------------
1 | module.exports = require("nativescript-angular/hooks/before-livesync");
2 |
--------------------------------------------------------------------------------
/data/plugins/sample-plugin/src/platforms/ios/src/module.modulemap:
--------------------------------------------------------------------------------
1 | module NativeScriptTests {
2 | umbrella header "TestClass.h"
3 | export *
4 | module * { export * }
5 | }
6 |
--------------------------------------------------------------------------------
/data/CocoaPods/nativescript-ios-fail-with-sandbox-plugin.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/nativescript-ios-fail-with-sandbox-plugin.tgz
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-40.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-60.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-72.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-76.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/Default.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-40.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-60.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-72.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-76.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/icon@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/app.js:
--------------------------------------------------------------------------------
1 | var application = require("application");
2 | application.mainModule = "main-page";
3 | application.cssFile = "./app.css";
4 | application.start();
5 |
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Default@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Default@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Icon-Small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Icon-Small.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/icon-40@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/icon-60@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/icon-72@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/icon-72@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/icon-76@2x.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/hello-world-vue-sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/hello-world-vue-sync.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/issue_2981_icon_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/issue_2981_icon_image.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/issue_2981_logo_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/issue_2981_logo_image.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-hdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-hdpi/logo.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-ldpi/icon.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-ldpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-ldpi/logo.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-mdpi/icon.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-mdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-mdpi/logo.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/Default-Landscape@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/Default-Landscape@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/Default-Landscape@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/Default-Landscape@3x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/LaunchScreen-Center@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/LaunchScreen-Center@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/nativescript-ios-working-with-sandbox-plugin.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/nativescript-ios-working-with-sandbox-plugin.tgz
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/icon.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/app.js:
--------------------------------------------------------------------------------
1 | var application = require("application");
2 | application.mainModule = "main-page";
3 | application.cssFile = "./app.css";
4 | application.start();
5 |
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/tsconfig.esm.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "./tsconfig",
3 | "compilerOptions": {
4 | "module": "es2015",
5 | "moduleResolution": "node"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/ng-hello-world-home-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/ng-hello-world-home-dark.png
--------------------------------------------------------------------------------
/data/images/iPhone7N/template-master-detail-ng_bundle_sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/iPhone7N/template-master-detail-ng_bundle_sync.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-xhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-xhdpi/icon.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-xhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-xhdpi/logo.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-xxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-xxhdpi/icon.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-xxhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-xxhdpi/logo.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/LaunchScreen-AspectFill.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/LaunchScreen-AspectFill.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/icon.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/app.js:
--------------------------------------------------------------------------------
1 | var application = require("application");
2 | application.mainModule = "main-page";
3 | application.cssFile = "./app.css";
4 | application.start();
5 |
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Icon-Small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Icon-Small.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-40@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-60@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-72@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-72@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/icon-76@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/Default@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/Default@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/Icon-Small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/Icon-Small.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-40@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-60@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-72@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-72@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/icon-76@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Default.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/icon-40.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/icon-60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/icon-60.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/icon-72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/icon-72.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/icon-76.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/icon@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Default-568h@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Default-667h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Default-667h@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Default-736h@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Default-736h@3x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Icon-Small-50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Icon-Small-50.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Icon-Small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Icon-Small@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "android": {
3 | "v8Flags": "--expose_gc"
4 | },
5 | "main": "app.js",
6 | "name": "tns-template-hello-world",
7 | "version": "3.4.0"
8 | }
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/values-v21/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #3d5afe
4 |
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "android": {
3 | "v8Flags": "--expose_gc"
4 | },
5 | "main": "app.js",
6 | "name": "tns-template-hello-world",
7 | "version": "4.1.0"
8 | }
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/app.component.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/values-v21/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #3d5afe
4 |
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/app.component.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/blankPageScreen-android-js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/blankPageScreen-android-js.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/blankPageScreen-android-ng.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/blankPageScreen-android-ng.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/blankPageScreen-android-ts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/blankPageScreen-android-ts.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/hello-world-js-js-css-xml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/hello-world-js-js-css-xml.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/hello-world-ng-js-css-xml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/hello-world-ng-js-css-xml.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/livesync-hello-world_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/livesync-hello-world_home.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/loginPageScreen-android-js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/loginPageScreen-android-js.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/loginPageScreen-android-ng.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/loginPageScreen-android-ng.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/loginPageScreen-android-ts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/loginPageScreen-android-ts.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/ng-hello-world-home-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/ng-hello-world-home-white.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/signupPageScreen-android-js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/signupPageScreen-android-js.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/signupPageScreen-android-ng.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/signupPageScreen-android-ng.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/signupPageScreen-android-ts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/signupPageScreen-android-ts.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/template-master-detail_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/template-master-detail_home.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/template-master-detail_sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/template-master-detail_sync.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-xxxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-xxxhdpi/icon.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-xxxhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-xxxhdpi/logo.png
--------------------------------------------------------------------------------
/data/images/resources_generate/iOS/LaunchScreen-AspectFill@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/iOS/LaunchScreen-AspectFill@2x.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-1157/src/platforms/android/release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/android-runtime-1157/src/platforms/android/release.aar
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/Default.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-40.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-60.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-72.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-76.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/icon@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Icon-Small-50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Icon-Small-50.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Icon-Small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Icon-Small@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/Icon-Small-50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/Icon-Small-50.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/Icon-Small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/Icon-Small@2x.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/fonts/kendoui.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/fonts/kendoui.ttf
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Default-Landscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Default-Landscape.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Default-Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Default-Portrait.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Icon-Small-50@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Icon-Small-50@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "android": {
3 | "v8Flags": "--expose_gc"
4 | },
5 | "main": "main.js",
6 | "name": "tns-template-hello-world-ng",
7 | "version": "3.4.3"
8 | }
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "android": {
3 | "v8Flags": "--expose_gc"
4 | },
5 | "main": "main.js",
6 | "name": "tns-template-hello-world-ng",
7 | "version": "4.1.0"
8 | }
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-hdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-hdpi/background.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-ldpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-ldpi/background.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-mdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-mdpi/background.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-xhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-xhdpi/background.png
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-3932/nativescript-ui-listview/vue/index.d.ts:
--------------------------------------------------------------------------------
1 | declare const RadListViewPlugin: {
2 | install(Vue: any, options: any): void;
3 | };
4 | export default RadListViewPlugin;
5 |
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default-568h@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default-Landscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default-Landscape.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default-Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default-Portrait.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Icon-Small-50@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Icon-Small-50@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/Default-568h@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/Default-Landscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/Default-Landscape.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/Default-Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/Default-Portrait.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/Icon-Small-50@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/Icon-Small-50@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Default@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Default@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Icon-Small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Icon-Small.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/icon-40@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/icon-60@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/icon-72@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/icon-72@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/icon-76@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Default-Landscape@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Default-Landscape@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Default-Landscape@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Default-Landscape@3x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Default-Portrait@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Default-Portrait@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/references.d.ts:
--------------------------------------------------------------------------------
1 | /// Enable smart suggestions and completions in Visual Studio Code JavaScript projects.
2 |
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/references.d.ts:
--------------------------------------------------------------------------------
1 | /// Enable smart suggestions and completions in Visual Studio Code JavaScript projects.
2 |
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/references.d.ts:
--------------------------------------------------------------------------------
1 | /// Enable smart suggestions and completions in Visual Studio Code JavaScript projects.
2 |
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/livesync-hello-world_debug_brk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/livesync-hello-world_debug_brk.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/livesync-hello-world_js_css_xml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/livesync-hello-world_js_css_xml.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/template-master-detail-ng_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/template-master-detail-ng_home.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/template-master-detail-ng_sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/template-master-detail-ng_sync.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/template-master-detail-ts_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/template-master-detail-ts_home.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/template-master-detail-ts_sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/template-master-detail-ts_sync.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-xxhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-xxhdpi/background.png
--------------------------------------------------------------------------------
/data/images/resources_generate/Android/drawable-xxxhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/Android/drawable-xxxhdpi/background.png
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-2981/main-page.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-3932/nativescript-ui-listview/angular/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name" : "listview-directives",
3 | "main" : "listview-directives",
4 | "typings" : "listview-directives.d.ts"
5 | }
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/Default@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/Default@2x.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/Icon-Small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/Icon-Small.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-40@2x.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-60@2x.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-72@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-72@2x.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/icon-76@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default-Portrait@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default-Portrait@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/Default-Portrait@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/Default-Portrait@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-hello-world-ng/src/app/app.component.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Icon-Small-50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Icon-Small-50.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Icon-Small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Icon-Small@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/app.ios.js:
--------------------------------------------------------------------------------
1 | // app.ios.js
2 | var application = require("application");
3 | application.mainModule = "main-page";
4 | application.cssFile = "./app.css";
5 | application.start();
6 |
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/Android/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/Android/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/Android/drawable-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/Android/drawable-ldpi/icon.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/Android/drawable-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/Android/drawable-mdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-hdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-hdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-ldpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-ldpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-ldpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-mdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-mdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-mdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-hdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-hdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-ldpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-ldpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-ldpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-mdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-mdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-mdpi/logo.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/livesync-hello-world_home_preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/livesync-hello-world_home_preview.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api24-Default/livesync-hello-world_home_preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api24-Default/livesync-hello-world_home_preview.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/Icon-Small-50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/Icon-Small-50.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/Icon-Small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/Icon-Small@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/Android/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/Android/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/Android/drawable-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/Android/drawable-ldpi/icon.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/Android/drawable-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/Android/drawable-mdpi/icon.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default-Landscape@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/iOS/Default-Landscape@2x.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/Android/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/Android/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/Android/drawable-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/Android/drawable-ldpi/icon.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/Android/drawable-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/Android/drawable-mdpi/icon.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/iOS/Default-Landscape@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/iOS/Default-Landscape@2x.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Default-568h@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Default-667h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Default-667h@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Default-736h@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Default-736h@3x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Landscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Landscape.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Portrait.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Icon-Small-50@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Icon-Small-50@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/references.d.ts:
--------------------------------------------------------------------------------
1 | /// Enable smart suggestions and completions in Visual Studio Code JavaScript projects.
2 |
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Default-Landscape-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Default-Landscape-568h@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/iOS/Default-Landscape-667h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/iOS/Default-Landscape-667h@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xhdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xxhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xxhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xxhdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xxxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xxxhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xxxhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xxxhdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xhdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xxhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xxhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xxhdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xxxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xxxhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xxxhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xxxhdpi/logo.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/livesync-hello-world_home_after_tap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/livesync-hello-world_home_after_tap.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-20x20@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-20x20@1x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-20x20@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-20x20@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-20x20@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-20x20@3x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-29x29@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-29x29@1x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-29x29@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-29x29@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-29x29@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-29x29@3x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-40x40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-40x40@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-40x40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-40x40@3x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-60x60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-60x60@2x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-60x60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-60x60@3x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-76x76@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-76x76@1x.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-76x76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-76x76@2x.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-1157/API23/src/platforms/android/23-release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/android-runtime-1157/API23/src/platforms/android/23-release.aar
--------------------------------------------------------------------------------
/data/issues/android-runtime-1157/API25/src/platforms/android/25-release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/android-runtime-1157/API25/src/platforms/android/25-release.aar
--------------------------------------------------------------------------------
/data/issues/android-runtime-1279/in-plugin/sample-plugin-2/src/platforms/ios/src/module.modulemap:
--------------------------------------------------------------------------------
1 | module NativeScriptTests {
2 | umbrella header "TestClass.h"
3 | export *
4 | module * { export * }
5 | }
6 |
--------------------------------------------------------------------------------
/data/issues/android-runtime-904/MyActivity.js:
--------------------------------------------------------------------------------
1 | // ./app/MyActivity.js
2 | android.app.Activity.extend("com.tns.MyActivity", {
3 | onCreate: function (bundle) {
4 | this.super.onCreate(bundle);
5 | }
6 | });
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/Default-568h@2x.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/Default-Landscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/Default-Landscape.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/Default-Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/Default-Portrait.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/Icon-Small-50@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/Icon-Small-50@2x.png
--------------------------------------------------------------------------------
/core/device/device_type.py:
--------------------------------------------------------------------------------
1 | """
2 | Device types enumeration.
3 | """
4 | from enum import Enum
5 |
6 |
7 | class DeviceType(Enum):
8 | ANDROID = 0
9 | IOS = 1
10 | EMULATOR = 2
11 | SIMULATOR = 3
12 |
--------------------------------------------------------------------------------
/core/osutils/command_log_level.py:
--------------------------------------------------------------------------------
1 | """
2 | Commands log level enumeration.
3 | """
4 | from enum import Enum
5 |
6 |
7 | class CommandLogLevel(Enum):
8 | SILENT = 0
9 | COMMAND_ONLY = 1
10 | FULL = 2
11 |
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/images/nativescript_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/images/nativescript_logo.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Portrait@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Portrait@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/app.android.js:
--------------------------------------------------------------------------------
1 | // app.android.js
2 | var application = require("application");
3 | application.mainModule = "main-page";
4 | application.cssFile = "./app.css";
5 | application.start();
6 |
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/livesync-hello-world_js_css_xml_preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/livesync-hello-world_js_css_xml_preview.png
--------------------------------------------------------------------------------
/data/images/Emulator-Api23-Default/livesync-hello-world_preview_after_tap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/Emulator-Api23-Default/livesync-hello-world_preview_after_tap.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/Default-Portrait@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/Default-Portrait@2x.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-40.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-60.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-72.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-76.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/Android/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/Android/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/Android/drawable-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/Android/drawable-ldpi/icon.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/Android/drawable-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/Android/drawable-mdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Landscape@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Landscape@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Landscape@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Landscape@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-hdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-hdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-ldpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-ldpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-mdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-mdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xhdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xxhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xxhdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-hdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-hdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-ldpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-ldpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-mdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-mdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xhdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xxhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xxhdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/app.component.ts:
--------------------------------------------------------------------------------
1 | import { Component } from "@angular/core";
2 |
3 | @Component({
4 | selector: "ns-app",
5 | templateUrl: "app.component.html",
6 | })
7 |
8 | export class AppComponent { }
9 |
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/app.component.ts:
--------------------------------------------------------------------------------
1 | import { Component } from "@angular/core";
2 |
3 | @Component({
4 | selector: "ns-app",
5 | templateUrl: "app.component.html",
6 | })
7 |
8 | export class AppComponent { }
9 |
--------------------------------------------------------------------------------
/data/console-log-date/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "android": {
3 | "v8Flags": "--expose_gc",
4 | "handleTimeZoneChanges": true
5 | },
6 | "main": "app.js",
7 | "name": "tns-template-hello-world",
8 | "version": "1.5.0"
9 | }
--------------------------------------------------------------------------------
/data/issues/android-runtime-1104/plugin/src/platforms/android/com.tns-release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/android-runtime-1104/plugin/src/platforms/android/com.tns-release.aar
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/Android/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/Android/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/Android/drawable-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/Android/drawable-ldpi/icon.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/Android/drawable-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/Android/drawable-mdpi/icon.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/iOS/Default-Landscape@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/iOS/Default-Landscape@2x.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default@2x.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Icon-Small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Icon-Small.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-40@2x.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-40@3x.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-60@2x.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-60@3x.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-72@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-72@2x.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-76@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xxxhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/Android/drawable-xxxhdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xxxhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/Android/drawable-xxxhdpi/background.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-667h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-667h.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-736h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-736h.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Icon-Small-50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Icon-Small-50.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Icon-Small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Icon-Small@2x.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-83.5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/icon-83.5@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Landscape-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Landscape-568h@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Landscape-667h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/iOS/Default-Landscape-667h@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-uppercase/App_Resources/Android/drawable-nodpi/splashscreen.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-uppercase/App_Resources/Android/drawable-nodpi/splashscreen.9.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-hdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-hdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-ldpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-ldpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-ldpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-mdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-mdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-mdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-hdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-hdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-ldpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-ldpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-ldpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-mdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-mdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-mdpi/logo.png
--------------------------------------------------------------------------------
/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-marketing-1024x1024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/images/resources_generate/apetool/AppIcon.appiconset/Icon-marketing-1024x1024.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-761/items.component.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/data/issues/android-runtime-961/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "android": {
3 | "v8Flags": "--expose_gc",
4 | "handleTimeZoneChanges": true
5 | },
6 | "main": "app.js",
7 | "name": "tns-template-hello-world",
8 | "version": "1.5.0"
9 | }
--------------------------------------------------------------------------------
/data/CocoaPods/sample-googlesdk/App_Resources/Android/drawable-nodpi/splashscreen.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-googlesdk/App_Resources/Android/drawable-nodpi/splashscreen.9.png
--------------------------------------------------------------------------------
/data/CocoaPods/sample-indicator/App_Resources/Android/drawable-nodpi/splashscreen.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/CocoaPods/sample-indicator/App_Resources/Android/drawable-nodpi/splashscreen.9.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-568h@2x.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Portrait.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Icon-Small-50@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Icon-Small-50@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xhdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xxhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xxhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xxhdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xhdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xxhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xxhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xxhdpi/logo.png
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-3932/nativescript-ui-listview/platforms/ios/TNSListView.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module TNSListView {
2 | umbrella header "TNSListView.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Landscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Landscape.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Portrait@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Portrait@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/logo.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Landscape@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Landscape@2x.png
--------------------------------------------------------------------------------
/data/apps/livesync-platform-specific/App_Resources/Android/drawable-nodpi/splashscreen.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/livesync-platform-specific/App_Resources/Android/drawable-nodpi/splashscreen.9.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/vendor-platform.ios.js:
--------------------------------------------------------------------------------
1 | // There is a bug in angular: https://github.com/angular/angular-cli/pull/8589/files
2 | // Legendary stuff, its webpack plugin pretty much doesn't work with empty TypeScript files in v1.8.3
3 | void 0;
4 |
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-hdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-hdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-ldpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-ldpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-mdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-mdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xhdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/vendor-platform.ios.ts:
--------------------------------------------------------------------------------
1 | // There is a bug in angular: https://github.com/angular/angular-cli/pull/8589/files
2 | // Legendary stuff, its webpack plugin pretty much doesn't work with empty TypeScript files in v1.8.3
3 | void 0;
4 |
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-hdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-hdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-ldpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-ldpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-mdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-mdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xhdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/App_Resources/Android/drawable-nodpi/splashscreen.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/static-lib/sample-universal-lib/App_Resources/Android/drawable-nodpi/splashscreen.9.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-ldpi/icon.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-mdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-xhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-xhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-xxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-xxhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Landscape-667h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Landscape-667h.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Landscape-736h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Landscape-736h.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Portrait-1366@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Portrait-1366@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xxhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xxhdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xxhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xxhdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-1157/src/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "mylib",
3 | "version": "1.0.0",
4 | "description": "Test",
5 | "nativescript": {
6 | "platforms": {
7 | "android": "4.1.0"
8 | }
9 | }
10 | }
--------------------------------------------------------------------------------
/data/static-lib/sample-universal-lib/main-page.js:
--------------------------------------------------------------------------------
1 | var vmModule = require("./main-view-model");
2 | function pageLoaded(args) {
3 | var page = args.object;
4 | page.bindingContext = vmModule.mainViewModel;
5 | }
6 | exports.pageLoaded = pageLoaded;
7 |
--------------------------------------------------------------------------------
/data/CocoaPods/invalidpodfile/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "invalidpodfile",
3 | "version": "1.0.0",
4 | "description": "",
5 | "main": "index.js",
6 | "nativescript": {
7 | "platforms": {
8 | "ios": "1.0.0"
9 | }
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-xxxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-xxxhdpi/icon.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Landscape-1366@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/iOS/Default-Landscape-1366@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-1157/API23/src/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "mylib",
3 | "version": "1.0.0",
4 | "description": "Test",
5 | "nativescript": {
6 | "platforms": {
7 | "android": "4.1.0"
8 | }
9 | }
10 | }
--------------------------------------------------------------------------------
/data/issues/android-runtime-1157/API25/src/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "mylib",
3 | "version": "1.0.0",
4 | "description": "Test",
5 | "nativescript": {
6 | "platforms": {
7 | "android": "4.1.0"
8 | }
9 | }
10 | }
--------------------------------------------------------------------------------
/data/issues/android-runtime-993/plugins/with_dependency/src/platforms/android/com.tns-release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/android-runtime-993/plugins/with_dependency/src/platforms/android/com.tns-release.aar
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/utils/widgets/button.ios.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/data/apps/livesync-hello-world-ng/src/app/app.component.ts:
--------------------------------------------------------------------------------
1 | import { Component } from "@angular/core";
2 |
3 | @Component({
4 | selector: "ns-app",
5 | moduleId: module.id,
6 | templateUrl: "./app.component.html",
7 | })
8 | export class AppComponent { }
9 |
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default@2x.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-1104/plugin/src/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "mylib",
3 | "version": "1.0.0",
4 | "description": "Test",
5 | "nativescript": {
6 | "platforms": {
7 | "android": "4.1.0"
8 | }
9 | }
10 | }
--------------------------------------------------------------------------------
/data/issues/android-runtime-993/plugins/without_dependency/src/platforms/android/com.tns-release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/android-runtime-993/plugins/without_dependency/src/platforms/android/com.tns-release.aar
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-3932/nativescript-ui-listview/platforms/android/TNSListView-release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/nativescript-cli-3932/nativescript-ui-listview/platforms/android/TNSListView-release.aar
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-hdpi/splashscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-hdpi/splashscreen.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-ldpi/splashscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-ldpi/splashscreen.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-mdpi/splashscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-mdpi/splashscreen.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-xhdpi/splashscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-xhdpi/splashscreen.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-993/plugins/app.gradle:
--------------------------------------------------------------------------------
1 | android {
2 | defaultConfig {
3 | generatedDensities = []
4 | applicationId = "org.nativescript.TestApp"
5 | }
6 | aaptOptions {
7 | additionalParameters "--no-version-vectors"
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/find.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-nodpi/splashscreen.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-nodpi/splashscreen.9.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-xxhdpi/splashscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-xxhdpi/splashscreen.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-xxxhdpi/splashscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-xxxhdpi/splashscreen.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-1125h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-1125h.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-736h@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-736h@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-1125h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-1125h.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-736h@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-736h@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-1125h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-1125h.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-736h@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-736h@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-1125h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-1125h.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-736h@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-736h@3x.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-1104/default_gradle/app.gradle:
--------------------------------------------------------------------------------
1 | android {
2 | defaultConfig {
3 | generatedDensities = []
4 | applicationId = "org.nativescript.TestApp"
5 | }
6 | aaptOptions {
7 | additionalParameters "--no-version-vectors"
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-3932/nativescript-ui-listview/platforms/ios/TNSListView.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/nativescript-cli-3932/nativescript-ui-listview/platforms/ios/TNSListView.framework/Info.plist
--------------------------------------------------------------------------------
/data/issues/nativescript-cli-3932/nativescript-ui-listview/platforms/ios/TNSListView.framework/TNSListView:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/issues/nativescript-cli-3932/nativescript-ui-listview/platforms/ios/TNSListView.framework/TNSListView
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-land-hdpi/splashscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-land-hdpi/splashscreen.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-land-ldpi/splashscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-land-ldpi/splashscreen.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-land-mdpi/splashscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-land-mdpi/splashscreen.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-land-xhdpi/splashscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-land-xhdpi/splashscreen.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png
--------------------------------------------------------------------------------
/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-ng-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png
--------------------------------------------------------------------------------
/data/issues/android-runtime-1119/main-page.js:
--------------------------------------------------------------------------------
1 | var createViewModel = require("./main-view-model").createViewModel;
2 |
3 | function onNavigatingTo(args) {
4 | var page = args.object;
5 | page.bindingContext = createViewModel();
6 | }
7 | exports.onNavigatingTo = onNavigatingTo;
--------------------------------------------------------------------------------
/data/issues/android-runtime-993/plugins/with_dependency/src/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "mylib",
3 | "version": "1.0.0",
4 | "description": "Test",
5 | "nativescript": {
6 | "platforms": {
7 | "android": "4.1.0"
8 | }
9 | }
10 | }
--------------------------------------------------------------------------------
/data/issues/android-runtime-993/plugins/without_dependency/src/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "mylib",
3 | "version": "1.0.0",
4 | "description": "Test",
5 | "nativescript": {
6 | "platforms": {
7 | "android": "4.1.0"
8 | }
9 | }
10 | }
--------------------------------------------------------------------------------
/data/issues/ios-runtime-565/example.js:
--------------------------------------------------------------------------------
1 | // A sample Mocha test
2 | describe('Test', function () {
3 | it('Test', function (done) {
4 | setTimeout(function() {
5 | assert.equal(-1, 1);
6 | done();
7 | }, 1000);
8 | });
9 | });
10 |
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-land-xxhdpi/splashscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-land-xxhdpi/splashscreen.png
--------------------------------------------------------------------------------
/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-land-xxxhdpi/splashscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/appbuilderProject/appbuilderProject/app/App_Resources/Android/drawable-land-xxxhdpi/splashscreen.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape-X.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape-X.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@3x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-34/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png
--------------------------------------------------------------------------------
/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape-X.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NativeScript/nativescript-cli-tests/HEAD/data/apps/test-app-js-41/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape-X.png
--------------------------------------------------------------------------------