mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Rename tests to UnitTestApp (#4520)
This commit is contained in:
5
tests/app/App_Resources/Android/values/strings.xml
Normal file
5
tests/app/App_Resources/Android/values/strings.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">UnitTestApp</string>
|
||||
<string name="title_activity_kimera">UnitTestApp</string>
|
||||
</resources>
|
||||
@@ -4,12 +4,12 @@
|
||||
"readme": "NativeScript Application",
|
||||
"repository": "<fill-your-repository-here>",
|
||||
"nativescript": {
|
||||
"id": "org.nativescript.tests",
|
||||
"id": "org.nativescript.UnitTestApp",
|
||||
"tns-ios": {
|
||||
"version": "3.0.0"
|
||||
"version": "3.1.1"
|
||||
},
|
||||
"tns-android": {
|
||||
"version": "3.0.1"
|
||||
"version": "3.1.1"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user