Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
AStA
Digitaler 3G-Nachweis
Commits
d02a76b2
Commit
d02a76b2
authored
Dec 07, 2021
by
Leon Tappe
🔥
Browse files
bump for updated build
parent
2a9013ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
management/ios/Podfile.lock
View file @
d02a76b2
...
...
@@ -4,17 +4,17 @@ PODS:
- Flutter
- path_provider_ios (0.0.1):
- Flutter
- shared_preferences (0.0.1):
- shared_preferences
_ios
(0.0.1):
- Flutter
- url_launcher (0.0.1):
- url_launcher
_ios
(0.0.1):
- Flutter
DEPENDENCIES:
- Flutter (from `Flutter`)
- package_info (from `.symlinks/plugins/package_info/ios`)
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)
- url_launcher (from `.symlinks/plugins/url_launcher/ios`)
- shared_preferences
_ios
(from `.symlinks/plugins/shared_preferences
_ios
/ios`)
- url_launcher
_ios
(from `.symlinks/plugins/url_launcher
_ios
/ios`)
EXTERNAL SOURCES:
Flutter:
...
...
@@ -23,17 +23,17 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/package_info/ios"
path_provider_ios:
:path: ".symlinks/plugins/path_provider_ios/ios"
shared_preferences:
:path: ".symlinks/plugins/shared_preferences/ios"
url_launcher:
:path: ".symlinks/plugins/url_launcher/ios"
shared_preferences
_ios
:
:path: ".symlinks/plugins/shared_preferences
_ios
/ios"
url_launcher
_ios
:
:path: ".symlinks/plugins/url_launcher
_ios
/ios"
SPEC CHECKSUMS:
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
path_provider_ios: 7d7ce634493af4477d156294792024ec3485acd5
shared_preferences
: 5033afbb22d372e15aff8ff766df9021b845f273
url_launcher
: b6e016d912f04be9f5bf6e8e82dc599b7ba59649
shared_preferences
_ios: aef470a42dc4675a1cdd50e3158b42e3d1232b32
url_launcher
_ios: 02f1989d4e14e998335b02b67a7590fa34f971af
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
...
...
management/ios/Runner.xcodeproj/project.pbxproj
View file @
d02a76b2
...
...
@@ -359,7 +359,7 @@
CODE_SIGN_ENTITLEMENTS
=
Runner/Runner.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
4
;
CURRENT_PROJECT_VERSION
=
1
5
;
DEVELOPMENT_TEAM
=
VK3N2H79U2
;
ENABLE_BITCODE
=
NO
;
INFOPLIST_FILE
=
Runner/Info.plist
;
...
...
@@ -493,7 +493,7 @@
CODE_SIGN_ENTITLEMENTS
=
Runner/Runner.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
4
;
CURRENT_PROJECT_VERSION
=
1
5
;
DEVELOPMENT_TEAM
=
VK3N2H79U2
;
ENABLE_BITCODE
=
NO
;
INFOPLIST_FILE
=
Runner/Info.plist
;
...
...
@@ -521,7 +521,7 @@
CODE_SIGN_ENTITLEMENTS
=
Runner/Runner.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
4
;
CURRENT_PROJECT_VERSION
=
1
5
;
DEVELOPMENT_TEAM
=
VK3N2H79U2
;
ENABLE_BITCODE
=
NO
;
INFOPLIST_FILE
=
Runner/Info.plist
;
...
...
management/pubspec.lock
View file @
d02a76b2
...
...
@@ -84,7 +84,7 @@ packages:
name: csv
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.
0
"
version: "5.0.
1
"
digital_3g_common:
dependency: "direct main"
description:
...
...
@@ -246,7 +246,7 @@ packages:
name: path_provider_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.
7
"
version: "2.0.
9
"
path_provider_ios:
dependency: transitive
description:
...
...
@@ -267,7 +267,7 @@ packages:
name: path_provider_macos
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.
3
"
version: "2.0.
4
"
path_provider_platform_interface:
dependency: transitive
description:
...
...
@@ -288,7 +288,7 @@ packages:
name: platform
url: "https://pub.dartlang.org"
source: hosted
version: "3.
0.2
"
version: "3.
1.0
"
plugin_platform_interface:
dependency: transitive
description:
...
...
@@ -337,6 +337,20 @@ packages:
name: shared_preferences
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.9"
shared_preferences_android:
dependency: transitive
description:
name: shared_preferences_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.9"
shared_preferences_ios:
dependency: transitive
description:
name: shared_preferences_ios
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
shared_preferences_linux:
dependency: transitive
...
...
@@ -426,6 +440,20 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.17"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.13"
url_launcher_ios:
dependency: transitive
description:
name: url_launcher_ios
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.13"
url_launcher_linux:
dependency: transitive
...
...
@@ -454,7 +482,7 @@ packages:
name: url_launcher_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.
4
"
version: "2.0.
5
"
url_launcher_windows:
dependency: transitive
description:
...
...
@@ -482,7 +510,7 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.
0
"
version: "2.3.
1
"
xdg_directories:
dependency: transitive
description:
...
...
management/pubspec.yaml
View file @
d02a76b2
name
:
digital_3g_management
description
:
Management application for digital test/vaccination certificate validation
version
:
0.6.1+1
4
version
:
0.6.1+1
5
publish_to
:
none
environment
:
...
...
Write
Preview
Supports
Markdown
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