Skip to content

Commit af6ab21

Browse files
committed
New icon
1 parent a520e63 commit af6ab21

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+66
-76
lines changed
7.48 KB
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@color/ic_launcher_background"/>
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
44
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@color/ic_launcher_background"/>
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
44
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>

android/app/src/main/res/values/ic_launcher_background.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources>
2-
<string name="app_name">Universal Verifier</string>
2+
<string name="app_name">QR Checker</string>
33
</resources>

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "UniversalVerifier",
3-
"displayName": "Universal Verifier"
3+
"displayName": "QR Checker"
44
}

ios/UniversalVerifier.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildSystemType</key>
6-
<string>Original</string>
6+
<string>Latest</string>
77
<key>PreviewsEnabled</key>
88
<false/>
99
</dict>

ios/UniversalVerifier/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,109 +3,109 @@
33
{
44
"size" : "20x20",
55
"idiom": "iphone",
6-
"filename" : "health-check[email protected]",
6+
"filename" : "iOS3[email protected]",
77
"scale": "2x"
88
},
99
{
1010
"size" : "20x20",
1111
"idiom": "iphone",
12-
"filename" : "health-check[email protected]",
12+
"filename" : "iOS3[email protected]",
1313
"scale": "3x"
1414
},
1515
{
1616
"size" : "20x20",
1717
"idiom": "ipad",
18-
"filename" : "health-check-20.png",
18+
"filename" : "iOS3-20.png",
1919
"scale": "1x"
2020
},
2121
{
2222
"size" : "20x20",
2323
"idiom": "ipad",
24-
"filename" : "health-check[email protected]",
24+
"filename" : "iOS3[email protected]",
2525
"scale": "2x"
2626
},
2727
{
2828
"size" : "29x29",
2929
"idiom" : "iphone",
30-
"filename" : "health-check[email protected]",
30+
"filename" : "iOS3[email protected]",
3131
"scale" : "2x"
3232
},
3333
{
3434
"size" : "29x29",
3535
"idiom" : "iphone",
36-
"filename" : "health-check[email protected]",
36+
"filename" : "iOS3[email protected]",
3737
"scale" : "3x"
3838
},
3939
{
4040
"size" : "40x40",
4141
"idiom" : "iphone",
42-
"filename" : "health-check[email protected]",
42+
"filename" : "iOS3[email protected]",
4343
"scale" : "2x"
4444
},
4545
{
4646
"size" : "40x40",
4747
"idiom" : "iphone",
48-
"filename" : "health-check[email protected]",
48+
"filename" : "iOS3[email protected]",
4949
"scale" : "3x"
5050
},
5151
{
5252
"size" : "60x60",
5353
"idiom" : "iphone",
54-
"filename" : "health-check[email protected]",
54+
"filename" : "iOS3[email protected]",
5555
"scale" : "2x"
5656
},
5757
{
5858
"size" : "60x60",
5959
"idiom" : "iphone",
60-
"filename" : "health-check[email protected]",
60+
"filename" : "iOS3[email protected]",
6161
"scale" : "3x"
6262
},
6363
{
6464
"size" : "29x29",
6565
"idiom" : "ipad",
66-
"filename" : "health-check-29.png",
66+
"filename" : "iOS3-29.png",
6767
"scale" : "1x"
6868
},
6969
{
7070
"size" : "29x29",
7171
"idiom" : "ipad",
72-
"filename" : "health-check[email protected]",
72+
"filename" : "iOS3[email protected]",
7373
"scale" : "2x"
7474
},
7575
{
7676
"size" : "40x40",
7777
"idiom" : "ipad",
78-
"filename" : "health-check-40.png",
78+
"filename" : "iOS3-40.png",
7979
"scale" : "1x"
8080
},
8181
{
8282
"size" : "40x40",
8383
"idiom" : "ipad",
84-
"filename" : "health-check[email protected]",
84+
"filename" : "iOS3[email protected]",
8585
"scale" : "2x"
8686
},
8787
{
8888
"size" : "76x76",
8989
"idiom" : "ipad",
90-
"filename" : "health-check-76.png",
90+
"filename" : "iOS3-76.png",
9191
"scale" : "1x"
9292
},
9393
{
9494
"size" : "76x76",
9595
"idiom" : "ipad",
96-
"filename" : "health-check[email protected]",
96+
"filename" : "iOS3[email protected]",
9797
"scale" : "2x"
9898
},
9999
{
100100
"size" : "83.5x83.5",
101101
"idiom" : "ipad",
102-
"filename" : "health-check[email protected]",
102+
"filename" : "iOS3[email protected]",
103103
"scale" : "2x"
104104
},
105105
{
106106
"size" : "1024x1024",
107107
"idiom" : "ios-marketing",
108-
"filename" : "health-check-1024.png",
108+
"filename" : "iOS3-1024.png",
109109
"scale" : "1x"
110110
}
111111
],
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

ios/UniversalVerifier/Images.xcassets/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

ios/UniversalVerifier/LaunchScreen.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
1717
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1818
<subviews>
19-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Universal Verifier" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
19+
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="QR Checker" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
2020
<rect key="frame" x="0.0" y="202" width="375" height="43"/>
2121
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
2222
<nil key="highlightedColor"/>

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,9 +1142,9 @@
11421142
nanoid "^3.1.15"
11431143

11441144
"@react-navigation/stack@^5.14.4":
1145-
version "5.14.4"
1146-
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-5.14.4.tgz#32f6717c03494f0ca6cf0dd43d8302af824de9e9"
1147-
integrity sha512-gQjWK8JHtVkD1p7wzjtSPuScJI0mSAk/N/gzgjQZo+rDUwgM8rOTDcVNRbtEOqCEgLQcZrZQHwhOjkrJirehjQ==
1145+
version "5.14.5"
1146+
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-5.14.5.tgz#dc615cd7d270ba79e3330dcb50c2819d0e1f3850"
1147+
integrity sha512-hpdn1SS0tc3/3atkV2Q2y++n5B4e0rUcCj4W43PODMu72yX2m0LkKAAcpkPDCWAvwnLLIoLAEl5BEifZigl/6A==
11481148
dependencies:
11491149
color "^3.1.3"
11501150
react-native-iphone-x-helper "^1.3.0"
@@ -1283,9 +1283,9 @@
12831283
"@types/react-native" "*"
12841284

12851285
"@types/react-native@*":
1286-
version "0.64.4"
1287-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.64.4.tgz#9f11bef7dd5520801884829c73b19d75aa42e73c"
1288-
integrity sha512-VqnlmadGkD5usREvnuyVpWDS1W8f6cCz6MP5fZdgONsaZ9/Ijfb9Iq9MZ5O3bnW1OyJixDX9HtSp3COsFSLD8Q==
1286+
version "0.64.5"
1287+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.64.5.tgz#219738b52b2e372ec057d3c8f20fbd6c37b245cd"
1288+
integrity sha512-k0r8MnQX7UFboZDvMKLov26gFLXKrNgLhCfSVhjaZ6wMUofKijxvee7/wgfAqtT2zS5FR4an4+qn0r72SCbw3g==
12891289
dependencies:
12901290
"@types/react" "*"
12911291

@@ -1989,9 +1989,9 @@ camelcase@^6.0.0:
19891989
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
19901990

19911991
caniuse-lite@^1.0.30001219:
1992-
version "1.0.30001223"
1993-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001223.tgz#39b49ff0bfb3ee3587000d2f66c47addc6e14443"
1994-
integrity sha512-k/RYs6zc/fjbxTjaWZemeSmOjO0JJV+KguOBA3NwPup8uzxM1cMhR2BD9XmO86GuqaqTCO8CgkgH9Rz//vdDiA==
1992+
version "1.0.30001228"
1993+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001228.tgz#bfdc5942cd3326fa51ee0b42fbef4da9d492a7fa"
1994+
integrity sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A==
19951995

19961996
capture-exit@^2.0.0:
19971997
version "2.0.0"
@@ -2265,9 +2265,9 @@ copy-descriptor@^0.1.0:
22652265
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
22662266

22672267
core-js-compat@^3.9.1:
2268-
version "3.12.0"
2269-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.12.0.tgz#a031e51fe411085e33cb629bfee2acaa53bc309a"
2270-
integrity sha512-vvaN8EOvYBEjrr+MN3vCKrMNc/xdYZI+Rt/uPMROi4T5Hj8Fz6TiPQm2mrB9aZoQVW1lCFHYmMrv99aUct9mkg==
2268+
version "3.12.1"
2269+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.12.1.tgz#2c302c4708505fa7072b0adb5156d26f7801a18b"
2270+
integrity sha512-i6h5qODpw6EsHAoIdQhKoZdWn+dGBF3dSS8m5tif36RlWvW3A6+yu2S16QHUo3CrkzrnEskMAt9f8FxmY9fhWQ==
22712271
dependencies:
22722272
browserslist "^4.16.6"
22732273
semver "7.0.0"
@@ -3621,11 +3621,11 @@ is-bigint@^1.0.1:
36213621
integrity sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==
36223622

36233623
is-boolean-object@^1.1.0:
3624-
version "1.1.0"
3625-
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.0.tgz#e2aaad3a3a8fca34c28f6eee135b156ed2587ff0"
3626-
integrity sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==
3624+
version "1.1.1"
3625+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.1.tgz#3c0878f035cb821228d350d2e1e36719716a3de8"
3626+
integrity sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==
36273627
dependencies:
3628-
call-bind "^1.0.0"
3628+
call-bind "^1.0.2"
36293629

36303630
is-buffer@^1.1.5:
36313631
version "1.1.6"
@@ -3645,9 +3645,9 @@ is-ci@^2.0.0:
36453645
ci-info "^2.0.0"
36463646

36473647
is-core-module@^2.2.0:
3648-
version "2.3.0"
3649-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.3.0.tgz#d341652e3408bca69c4671b79a0954a3d349f887"
3650-
integrity sha512-xSphU2KG9867tsYdLD4RWQ1VqdFl4HTO9Thf3I/3dLEfr0dbPTWKsuCKrgqMljg4nPE+Gq0VCnzT3gr0CyBmsw==
3648+
version "2.4.0"
3649+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
3650+
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
36513651
dependencies:
36523652
has "^1.0.3"
36533653

@@ -3666,9 +3666,9 @@ is-data-descriptor@^1.0.0:
36663666
kind-of "^6.0.0"
36673667

36683668
is-date-object@^1.0.1:
3669-
version "1.0.3"
3670-
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.3.tgz#4c0802ae9c8097939ea8001eaae3c502f3dbe72f"
3671-
integrity sha512-tDpEUInNcy2Yw3lNSepK3Wdw1RnXLcIVienz6Ou631Acl15cJyRWK4dgA1vCmOEgIbtOV0W7MHg+AR2Gdg1NXQ==
3669+
version "1.0.4"
3670+
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.4.tgz#550cfcc03afada05eea3dd30981c7b09551f73e5"
3671+
integrity sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==
36723672

36733673
is-descriptor@^0.1.0:
36743674
version "0.1.6"
@@ -3777,12 +3777,12 @@ is-potential-custom-element-name@^1.0.0:
37773777
integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==
37783778

37793779
is-regex@^1.1.2:
3780-
version "1.1.2"
3781-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.2.tgz#81c8ebde4db142f2cf1c53fc86d6a45788266251"
3782-
integrity sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==
3780+
version "1.1.3"
3781+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
3782+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
37833783
dependencies:
37843784
call-bind "^1.0.2"
3785-
has-symbols "^1.0.1"
3785+
has-symbols "^1.0.2"
37863786

37873787
is-stream@^1.1.0:
37883788
version "1.1.0"
@@ -3795,16 +3795,16 @@ is-stream@^2.0.0:
37953795
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
37963796

37973797
is-string@^1.0.5:
3798-
version "1.0.5"
3799-
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
3800-
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
3798+
version "1.0.6"
3799+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
3800+
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
38013801

38023802
is-symbol@^1.0.2, is-symbol@^1.0.3:
3803-
version "1.0.3"
3804-
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
3805-
integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==
3803+
version "1.0.4"
3804+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
3805+
integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==
38063806
dependencies:
3807-
has-symbols "^1.0.1"
3807+
has-symbols "^1.0.2"
38083808

38093809
is-typedarray@^1.0.0, is-typedarray@~1.0.0:
38103810
version "1.0.0"
@@ -5078,9 +5078,9 @@ [email protected]:
50785078
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
50795079

50805080
nanoid@^3.1.15:
5081-
version "3.1.22"
5082-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.22.tgz#b35f8fb7d151990a8aebd5aa5015c03cf726f844"
5083-
integrity sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ==
5081+
version "3.1.23"
5082+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
5083+
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
50845084

50855085
nanomatch@^1.2.9:
50865086
version "1.2.13"
@@ -5253,9 +5253,9 @@ object-copy@^0.1.0:
52535253
kind-of "^3.0.3"
52545254

52555255
object-inspect@^1.9.0:
5256-
version "1.10.2"
5257-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.2.tgz#b6385a3e2b7cae0b5eafcf90cddf85d128767f30"
5258-
integrity sha512-gz58rdPpadwztRrPjZE9DZLOABUpTGdcANUgOwBFO1C+HZZhePoP83M65WGDmbpwFYJSWqavbl4SgDn4k8RYTA==
5256+
version "1.10.3"
5257+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
5258+
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
52595259

52605260
object-keys@^1.0.12, object-keys@^1.1.1:
52615261
version "1.1.1"
@@ -5599,9 +5599,9 @@ prettier-linter-helpers@^1.0.0:
55995599
fast-diff "^1.1.2"
56005600

56015601
prettier@^2.0.2:
5602-
version "2.2.1"
5603-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
5604-
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
5602+
version "2.3.0"
5603+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18"
5604+
integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==
56055605

56065606
pretty-format@^26.5.2, pretty-format@^26.6.2:
56075607
version "26.6.2"

0 commit comments

Comments
 (0)