Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
Intranet
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Matteo
Intranet
Commits
241b5fe7
Commit
241b5fe7
authored
Jul 17, 2023
by
Matteo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pre upgrade
parent
e2c6da19
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
3 deletions
+45
-3
config.xml
android/app/src/main/res/xml/config.xml
+8
-0
config.xml
ios/App/App/config.xml
+8
-0
package-lock.json
package-lock.json
+26
-0
environment.ts
src/environments/environment.ts
+3
-3
No files found.
android/app/src/main/res/xml/config.xml
View file @
241b5fe7
...
...
@@ -6,6 +6,14 @@
<param
name=
"android-package"
value=
"com.android.plugins.Permissions"
/>
</feature>
<feature
name=
"AppVersion"
>
<param
name=
"android-package"
value=
"uk.co.whiteoctober.cordova.AppVersion"
/>
</feature>
<feature
name=
"RareloopAppVersion"
>
<param
name=
"android-package"
value=
"com.rareloop.cordova.appversion.RareloopAppVersion"
/>
</feature>
<feature
name=
"DatePickerPlugin"
>
<param
name=
"android-package"
value=
"com.plugin.datepicker.DatePickerPlugin"
/>
</feature>
...
...
ios/App/App/config.xml
View file @
241b5fe7
...
...
@@ -2,6 +2,14 @@
<widget
version=
"1.0.0"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<access
origin=
"*"
/>
<feature
name=
"AppVersion"
>
<param
name=
"ios-package"
value=
"AppVersion"
/>
</feature>
<feature
name=
"RareloopAppVersion"
>
<param
name=
"ios-package"
value=
"RareloopAppVersion"
/>
</feature>
<feature
name=
"DatePicker"
>
<param
name=
"ios-package"
value=
"DatePicker"
/>
</feature>
...
...
package-lock.json
View file @
241b5fe7
...
...
@@ -404,6 +404,22 @@
"tslib"
:
"^2.2.0"
}
},
"@awesome-cordova-plugins/app-version"
:
{
"version"
:
"5.39.1"
,
"resolved"
:
"https://registry.npmjs.org/@awesome-cordova-plugins/app-version/-/app-version-5.39.1.tgz"
,
"integrity"
:
"sha512-UQELx2IeQCMu+ngSnA0bSUKJfDHANT+RZ9EbuOtk+kmhzkbvjbnRhu7AWLA8q4fdXG8PlPljRcCZNxGT6+mraQ=="
,
"requires"
:
{
"@types/cordova"
:
"^0.0.34"
}
},
"@awesome-cordova-plugins/core"
:
{
"version"
:
"5.39.1"
,
"resolved"
:
"https://registry.npmjs.org/@awesome-cordova-plugins/core/-/core-5.39.1.tgz"
,
"integrity"
:
"sha512-IHBemJf7/kNXCyOghNHckdSY+pu+59W5cTE8w2UMFKQCtJugXVkdDqBPQjmmefzKLmDNCJ+lYhbv0V3VIr6N2g=="
,
"requires"
:
{
"@types/cordova"
:
"^0.0.34"
}
},
"@babel/code-frame"
:
{
"version"
:
"7.15.8"
,
"resolved"
:
"https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz"
,
...
...
@@ -4349,6 +4365,16 @@
"resolved"
:
"https://registry.npmjs.org/cordova-plugin-android-permissions/-/cordova-plugin-android-permissions-1.1.2.tgz"
,
"integrity"
:
"sha512-vJd56gLaSgQnB/4+uUjyVwVAii5TszBPAgjVkGvM8658cP5rjiNFAWmoOYkjeSe1I6dJk+MGrh/GbPkn0a+2OA=="
},
"cordova-plugin-app-version"
:
{
"version"
:
"0.1.12"
,
"resolved"
:
"https://registry.npmjs.org/cordova-plugin-app-version/-/cordova-plugin-app-version-0.1.12.tgz"
,
"integrity"
:
"sha512-P+0d9+h9HasanKuMd8tcEpuJJlsVmClie3Mbq16v3TV/VroDrgYB6Ea8Imkc/WjjMVSBCjWB+pji1LoupWlddA=="
},
"cordova-plugin-appversion"
:
{
"version"
:
"1.0.0"
,
"resolved"
:
"https://registry.npmjs.org/cordova-plugin-appversion/-/cordova-plugin-appversion-1.0.0.tgz"
,
"integrity"
:
"sha1-tgo5E+R1k1+QCJMLRpclwmOUKJE="
},
"cordova-plugin-datepicker"
:
{
"version"
:
"0.9.3"
,
"resolved"
:
"https://registry.npmjs.org/cordova-plugin-datepicker/-/cordova-plugin-datepicker-0.9.3.tgz"
,
...
...
src/environments/environment.ts
View file @
241b5fe7
...
...
@@ -4,9 +4,9 @@
export
const
environment
=
{
production
:
true
,
BASE_ADDRESS
:
'https://gestionale2.2p2.it/stman'
,
//
BASE_ADDRESS: "http://localhost:8080/stman",
//BASE_ADDRESS: "http://192.168.1.12
7
:8080/stman",
//
BASE_ADDRESS: 'https://gestionale2.2p2.it/stman',
BASE_ADDRESS
:
"http://localhost:8080/stman"
,
//BASE_ADDRESS: "http://192.168.1.12
6
:8080/stman",
//BASE_ADDRESS: "http://192.168.3.101:8080/stman",
eventsTime
:
3000
,
P2PTokenUrl
:
"https://www.2p2.it/auth-request"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment