Pre EA-Update

This commit is contained in:
sguenter 2024-11-02 14:47:14 +01:00
parent b3792c1189
commit 5bbd5e61db
4 changed files with 30380 additions and 3 deletions

4
.gitignore vendored
View File

@ -7,6 +7,8 @@ bin/*
plugins/*
platforms/*
tools/signing/*
/www/*
node_modules/*
/node_modules/*
@ -16,4 +18,4 @@ js/**/*.js.map
.env
#idea-ide
/.idea/*
/.idea/*

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="21" id="test.link.silas.wordrotator" version="1.3.2" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="21" id="link.silas.wordrotator" version="1.3.2" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>WordRotator - Test</name>
<description>
A word-game

30375
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
"prepare-android": "cordova prepare android",
"prepare-browser": "cordova prepare browser",
"run-android": "cordova run android --device",
"release-android": "cordova build android --release --packageType=bundle",
"release-android": "cordova build android --release --buildConfig=tools/signing/build.json",
"appium": "appium",
"appium-doctor": "appium-doctor",
"test browser": "wdio tests/wdio.config.browser.js",