diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e82adcc7..e4d99af9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,6 +51,7 @@ jobs: channel: 'stable' - name: Setup App run: | + cp lib/.env.dart.example lib/.env.dart echo ${{secrets.firebase_ios}} | base64 --decode > ios/Runner/GoogleService-Info.plist - name: Run iOS Flutter Driver tests run: flutter drive --target=test_driver/login_it.dart \ No newline at end of file diff --git a/lib/ui/app/menu_drawer.dart b/lib/ui/app/menu_drawer.dart index e1e0ff967..3f0177170 100644 --- a/lib/ui/app/menu_drawer.dart +++ b/lib/ui/app/menu_drawer.dart @@ -911,7 +911,7 @@ void _showAbout(BuildContext context) async { child: Text(localization.viewLicenses.toUpperCase()), onPressed: () => showLicensePage( context: context, - applicationName: 'Invoice Ninja', + applicationName: 'Invoice Ninja v5', applicationIcon: apppIcon, applicationLegalese: appLegalese, applicationVersion: state.appVersion,