Change the authority domain

This commit is contained in:
Kenneth Bruen 2022-08-03 01:13:22 +03:00
parent e01893ad86
commit 3a44c5d748
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
v2.7.0
Changed domain name for server providing the data.
v2.6.0 v2.6.0
Added ability to view yesterday data for trains that didn't depart yet today. Added ability to view yesterday data for trains that didn't depart yet today.
Fixed iOS status bar color. Fixed iOS status bar color.

View file

@ -1 +1 @@
const authority = 'scraper.infotren.dcdevelop.xyz'; const authority = 'scraper.infotren.dcdev.ro';

View file

@ -11,7 +11,7 @@ description: O aplicație de vizualizare a datelor puse la dispoziție de Inform
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.6.0 version: 2.7.0
environment: environment:
sdk: ">=2.12.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"