Skip to content

Commit 9d09b5e

Browse files
authored
Merge pull request #128 from twofas/release/5.3.8
[TF-0] merge 5.3.8
2 parents ddefdfa + fb8675d commit 9d09b5e

File tree

16 files changed

+72
-14
lines changed

16 files changed

+72
-14
lines changed

TwoFAS/Protection/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>5.3.8</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

TwoFAS/ProtectionTests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>5.3.8</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

TwoFAS/PushNotifications/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>5.3.8</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

TwoFAS/Storage/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>5.3.8</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

TwoFAS/Sync/Other/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>5.3.8</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

TwoFAS/TimeVerification/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>5.3.8</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

TwoFAS/TwoFAS.xcodeproj/project.pbxproj

+13-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
8F7952532C01D1940053F776 /* KeyboardButtonStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F7952522C01D1940053F776 /* KeyboardButtonStyle.swift */; };
1110
8F5C0C6C2BFFAC8A00D73ADE /* TwoFAS.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 8F5C0C6A2BFFAC8900D73ADE /* TwoFAS.xcdatamodeld */; };
1211
8F5C0C6F2BFFACA900D73ADE /* Sync.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 8F5C0C6D2BFFACA900D73ADE /* Sync.xcdatamodeld */; };
12+
8F7952532C01D1940053F776 /* KeyboardButtonStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F7952522C01D1940053F776 /* KeyboardButtonStyle.swift */; };
1313
C200E49E1FB3911B00D7C748 /* Storage.h in Headers */ = {isa = PBXBuildFile; fileRef = C200E49C1FB3911B00D7C748 /* Storage.h */; settings = {ATTRIBUTES = (Public, ); }; };
1414
C200E4A11FB3911B00D7C748 /* Storage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C200E49A1FB3911B00D7C748 /* Storage.framework */; };
1515
C200E4A21FB3911B00D7C748 /* Storage.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C200E49A1FB3911B00D7C748 /* Storage.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -1876,9 +1876,14 @@
18761876
/* End PBXCopyFilesBuildPhase section */
18771877

18781878
/* Begin PBXFileReference section */
1879-
8F7952522C01D1940053F776 /* KeyboardButtonStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardButtonStyle.swift; sourceTree = "<group>"; };
18801879
8F5C0C6B2BFFAC8900D73ADE /* TwoFAS.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = TwoFAS.xcdatamodel; sourceTree = "<group>"; };
18811880
8F5C0C6E2BFFACA900D73ADE /* Sync.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Sync.xcdatamodel; sourceTree = "<group>"; };
1881+
8F7952522C01D1940053F776 /* KeyboardButtonStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardButtonStyle.swift; sourceTree = "<group>"; };
1882+
8FD3F0852C37324B0042092E /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
1883+
8FD3F0862C37324B0042092E /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/TwoFASWidget.strings; sourceTree = "<group>"; };
1884+
8FD3F0872C37324B0042092E /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Localizable.strings; sourceTree = "<group>"; };
1885+
8FD3F0882C37324B0042092E /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/InfoPlist.strings; sourceTree = "<group>"; };
1886+
8FD3F0892C3732A80042092E /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = ../TwoFAS/Other/el.lproj/Localizable.strings; sourceTree = "<group>"; };
18821887
C200E49A1FB3911B00D7C748 /* Storage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Storage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
18831888
C200E49C1FB3911B00D7C748 /* Storage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Storage.h; sourceTree = "<group>"; };
18841889
C200E49D1FB3911B00D7C748 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -9080,6 +9085,7 @@
90809085
nl,
90819086
tr,
90829087
"zh-Hans",
9088+
el,
90839089
);
90849090
mainGroup = C236666A1FB2644900989ACA;
90859091
packageReferences = (
@@ -11079,6 +11085,7 @@
1107911085
C22294E12A9F5B4400DB7965 /* nl */,
1108011086
C281909E2B0B84910042BB7D /* tr */,
1108111087
C21BF26C2B5B340100915507 /* zh-Hans */,
11088+
8FD3F0882C37324B0042092E /* el */,
1108211089
);
1108311090
name = InfoPlist.strings;
1108411091
sourceTree = "<group>";
@@ -11099,6 +11106,7 @@
1109911106
C22294E02A9F5B4300DB7965 /* nl */,
1110011107
C281909D2B0B84910042BB7D /* tr */,
1110111108
C21BF26B2B5B340100915507 /* zh-Hans */,
11109+
8FD3F0872C37324B0042092E /* el */,
1110211110
);
1110311111
name = Localizable.strings;
1110411112
sourceTree = "<group>";
@@ -11128,6 +11136,7 @@
1112811136
C22294DF2A9F5B4300DB7965 /* nl */,
1112911137
C281909C2B0B84910042BB7D /* tr */,
1113011138
C21BF26A2B5B340100915507 /* zh-Hans */,
11139+
8FD3F0862C37324B0042092E /* el */,
1113111140
);
1113211141
name = TwoFASWidget.intentdefinition;
1113311142
sourceTree = "<group>";
@@ -11148,6 +11157,7 @@
1114811157
C2BBD2402B813103009A91FB /* es */,
1114911158
C2BBD2412B81310A009A91FB /* fr */,
1115011159
C2BBD2422B81311F009A91FB /* zh-Hans */,
11160+
8FD3F0892C3732A80042092E /* el */,
1115111161
);
1115211162
name = Localizable.strings;
1115311163
sourceTree = "<group>";
@@ -11168,6 +11178,7 @@
1116811178
C2BBD24C2B813162009A91FB /* uk */,
1116911179
C2BBD24D2B813162009A91FB /* de */,
1117011180
C2BBD24E2B813162009A91FB /* pl */,
11181+
8FD3F08A2C3732E20042092E /* el */,
1117111182
);
1117211183
name = Localizable.strings;
1117311184
sourceTree = "<group>";

TwoFAS/TwoFAS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"originHash" : "3a5d1c1c86b0fe1fe7714b4d6f9f919d15a59ac141c544a77363f813f806c0d8",
23
"pins" : [
34
{
45
"identity" : "abseil-cpp-binary",
@@ -163,5 +164,5 @@
163164
}
164165
}
165166
],
166-
"version" : 2
167+
"version" : 3
167168
}

TwoFAS/TwoFAS/Other/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<key>CFBundlePackageType</key>
6464
<string>APPL</string>
6565
<key>CFBundleShortVersionString</key>
66-
<string>$(MARKETING_VERSION)</string>
66+
<string>5.3.8</string>
6767
<key>CFBundleSpokenName</key>
6868
<string>2 F A S</string>
6969
<key>CFBundleURLTypes</key>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/*
2+
InfoPlist.strings
3+
TwoFAS
4+
5+
This file is part of the 2FAS iOS app (https://github.com/twofas/2fas-ios)
6+
Copyright © 2023 Two Factor Authentication Service, Inc.
7+
Contributed by Zbigniew Cisiński. All rights reserved.
8+
9+
This program is free software: you can redistribute it and/or modify
10+
it under the terms of the GNU General Public License as published by
11+
the Free Software Foundation, either version 3 of the License, or
12+
any later version.
13+
14+
This program is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
19+
You should have received a copy of the GNU General Public License
20+
along with this program. If not, see <https://www.gnu.org/licenses/>
21+
22+
*/
23+
24+
"NSCameraUsageDescription" = "Χρησιμοποιείται για τη σάρωση κωδικών QR";
25+
"NSFaceIDUsageDescription" = "Μπορείτε να ξεκλειδώσετε την εφαρμογή χρησιμοποιώντας το Face ID";
26+
"CFBundleSpokenName" = "2 F A S";
Binary file not shown.

TwoFAS/TwoFASAuth/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>$(MARKETING_VERSION)</string>
20+
<string>5.3.8</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSExtension</key>

TwoFAS/TwoFASServiceIntent/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>$(MARKETING_VERSION)</string>
20+
<string>5.3.8</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSExtension</key>

TwoFAS/TwoFASTests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>5.3.8</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

TwoFAS/TwoFASWidget/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>$(MARKETING_VERSION)</string>
20+
<string>5.3.8</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSExtension</key>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
"8o4A0t" = "Secret";
2+
3+
"RJKeab" = "Not ready!";
4+
5+
"TCKl7W" = "Not ready!";
6+
7+
"gpCwrM" = "SelectService";
8+
9+
"j9DeQY" = "Service";
10+
11+
"tVvJ9c" = "Select Service Intent";
12+
13+
"tWXYU5" = "Can't access any services. Go to app";
14+
15+
"v59oNn" = "Service";
16+
17+
"yuCzEy" = "Can't access any services. Go to app";
18+
19+
"zWXHbd" = "Enter service name";
20+

0 commit comments

Comments
 (0)