Skip to content

Commit

Permalink
updating test configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 7, 2020
1 parent 7221638 commit 1299141
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ packages/
binaries/
site/

.DS_Store
.DS_Store

**/Images/**/Thumbs.db
3 changes: 3 additions & 0 deletions E2E/E2EApp/Images/Android/platform.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$schema": "http://mobilebuildtools.com/schemas/v2/resourceDefinition.schema.json",
}
1 change: 1 addition & 0 deletions E2E/E2EApp/Images/Beta/beta-version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"$schema": "http://mobilebuildtools.com/schemas/v2/resourceDefinition.schema.json",
"ignore": true
}
Binary file modified E2E/E2EApp/Images/Beta/beta-version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion E2E/E2EApp/Images/Beta/icon.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"$schema": "http://mobilebuildtools.com/schemas/v2/resourceDefinition.schema.json",
"apple": {
"name": "AppIcon"
},
"android": {
"name": "Icon"
"resourceType": "Mipmap",
"scale": 0.375
},
"watermarkFile": "beta-version"
}
10 changes: 10 additions & 0 deletions E2E/E2EApp/Images/Shared/icon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "http://mobilebuildtools.com/schemas/v2/resourceDefinition.schema.json",
"apple": {
"name": "AppIcon"
},
"android": {
"resourceType": "Mipmap",
"scale": 0.375
}
}
3 changes: 3 additions & 0 deletions E2E/E2EApp/Images/Shared/monkey.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$schema": "http://mobilebuildtools.com/schemas/v2/resourceDefinition.schema.json"
}
3 changes: 3 additions & 0 deletions E2E/E2EApp/Images/iOS/platform.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$schema": "http://mobilebuildtools.com/schemas/v2/resourceDefinition.schema.json",
}

0 comments on commit 1299141

Please sign in to comment.