Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Aug 24, 2023
1 parent 3c3d89c commit d42ec3c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,6 @@ bundle exec fastlane match nuke development
bundle exec fastlane match nuke distribution
bundle exec fastlane generate_new_certificates
bundle exec fastlane iapdevcert
```
```

`bundle exec fastlane certificates` on any other mac devices to get the latest certs that were just generated.
6 changes: 6 additions & 0 deletions integration_test/manual_screenshots_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import 'package:flutter_settings_screens/flutter_settings_screens.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:keevault/config/platform.dart';
import 'package:keevault/widgets/kee_vault_app.dart';
import 'package:matomo_tracker/matomo_tracker.dart';
import 'package:path_provider/path_provider.dart';
import 'package:patrol/patrol.dart';
import 'package:public_suffix/public_suffix.dart';
Expand Down Expand Up @@ -33,6 +34,11 @@ void main() {
await Settings.setValue('introShownVaultSummary', true);
// await Settings.setValue('currentSortOrder', enumToString(mode));

await MatomoTracker.instance.initialize(
siteId: 7,
url: 'https://fakematomoaddressfortesting.kee.pm/',
);

// install local user kdbx file for demo
await createDemo();

Expand Down
6 changes: 6 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ PODS:
- SDWebImage (5.14.2):
- SDWebImage/Core (= 5.14.2)
- SDWebImage/Core (5.14.2)
- sensitive_clipboard (0.0.1):
- Flutter
- share_plus (0.0.1):
- Flutter
- shared_preferences_foundation (0.0.1):
Expand Down Expand Up @@ -241,6 +243,7 @@ DEPENDENCIES:
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- patrol (from `.symlinks/plugins/patrol/ios`)
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
- sensitive_clipboard (from `.symlinks/plugins/sensitive_clipboard/ios`)
- share_plus (from `.symlinks/plugins/share_plus/ios`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
Expand Down Expand Up @@ -307,6 +310,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/patrol/ios"
permission_handler_apple:
:path: ".symlinks/plugins/permission_handler_apple/ios"
sensitive_clipboard:
:path: ".symlinks/plugins/sensitive_clipboard/ios"
share_plus:
:path: ".symlinks/plugins/share_plus/ios"
shared_preferences_foundation:
Expand Down Expand Up @@ -344,6 +349,7 @@ SPEC CHECKSUMS:
patrol: a7622350c42b3a944962fbfe052d07e3691789e5
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
SDWebImage: b9a731e1d6307f44ca703b3976d18c24ca561e84
sensitive_clipboard: d4866e5d176581536c27bb1618642ee83adca986
share_plus: 599aa54e4ea31d4b4c0e9c911bcc26c55e791028
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
SwiftNIO: 829958aab300642625091f82fc2f49cb7cf4ef24
Expand Down

0 comments on commit d42ec3c

Please sign in to comment.