Skip to content

Commit 8e8ad76

Browse files
Bump up version number and new localizations
Note: Removing left to right languages until they are properly supported.
1 parent 788aa8c commit 8e8ad76

40 files changed

+3
-9
lines changed

Pods

Submodule Pods updated 26 files

Signal.xcodeproj/project.pbxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,6 @@
938938
B640C4761A477B0F005C7C8A /* TSAttachementsTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TSAttachementsTest.m; sourceTree = "<group>"; };
939939
B646D10E1AA5461A004133BA /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = translations/fr.lproj/Localizable.strings; sourceTree = "<group>"; };
940940
B646D10F1AA54626004133BA /* fil */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fil; path = translations/fil.lproj/Localizable.strings; sourceTree = "<group>"; };
941-
B646D1121AA5465E004133BA /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = translations/he.lproj/Localizable.strings; sourceTree = "<group>"; };
942941
B646D1131AA54667004133BA /* hi_IN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi_IN; path = translations/hi_IN.lproj/Localizable.strings; sourceTree = "<group>"; };
943942
B646D1141AA54674004133BA /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = translations/hu.lproj/Localizable.strings; sourceTree = "<group>"; };
944943
B646D1151AA5467E004133BA /* it_IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it_IT; path = translations/it_IT.lproj/Localizable.strings; sourceTree = "<group>"; };
@@ -979,7 +978,6 @@
979978
B68CB7E61AA548870065AC3F /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_CN; path = translations/zh_CN.lproj/Localizable.strings; sourceTree = "<group>"; };
980979
B692BF051A76EF0F002786DA /* TSDatabaseSecondaryIndexes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TSDatabaseSecondaryIndexes.h; sourceTree = "<group>"; };
981980
B692BF061A76EF0F002786DA /* TSDatabaseSecondaryIndexes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TSDatabaseSecondaryIndexes.m; sourceTree = "<group>"; };
982-
B69C2D161AA5444000A640C2 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = translations/ar.lproj/Localizable.strings; sourceTree = "<group>"; };
983981
B69C2D171AA5445000A640C2 /* az_AZ */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = az_AZ; path = translations/az_AZ.lproj/Localizable.strings; sourceTree = "<group>"; };
984982
B69C2D181AA5445F00A640C2 /* bg_BG */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg_BG; path = translations/bg_BG.lproj/Localizable.strings; sourceTree = "<group>"; };
985983
B69C2D191AA5446C00A640C2 /* bs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bs; path = translations/bs.lproj/Localizable.strings; sourceTree = "<group>"; };
@@ -2746,7 +2744,6 @@
27462744
hasScannedForEncodings = 0;
27472745
knownRegions = (
27482746
en,
2749-
ar,
27502747
az_AZ,
27512748
bg_BG,
27522749
bs,
@@ -2760,7 +2757,6 @@
27602757
fi,
27612758
fr,
27622759
fil,
2763-
he,
27642760
hi_IN,
27652761
hu,
27662762
it_IT,
@@ -3408,7 +3404,6 @@
34083404
isa = PBXVariantGroup;
34093405
children = (
34103406
B6F509961AA53F760068F56A /* en */,
3411-
B69C2D161AA5444000A640C2 /* ar */,
34123407
B69C2D171AA5445000A640C2 /* az_AZ */,
34133408
B69C2D181AA5445F00A640C2 /* bg_BG */,
34143409
B69C2D191AA5446C00A640C2 /* bs */,
@@ -3422,7 +3417,6 @@
34223417
B63FBC9E1AA545CB00548746 /* fi */,
34233418
B646D10E1AA5461A004133BA /* fr */,
34243419
B646D10F1AA54626004133BA /* fil */,
3425-
B646D1121AA5465E004133BA /* he */,
34263420
B646D1131AA54667004133BA /* hi_IN */,
34273421
B646D1141AA54674004133BA /* hu */,
34283422
B646D1151AA5467E004133BA /* it_IT */,

Signal/Signal-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.0.1</string>
24+
<string>2.0.2</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleURLTypes</key>
@@ -38,7 +38,7 @@
3838
</dict>
3939
</array>
4040
<key>CFBundleVersion</key>
41-
<string>2.0.18</string>
41+
<string>2.0.19</string>
4242
<key>LOGS_EMAIL</key>
4343
<string>[email protected]</string>
4444
<key>LOGS_URL</key>
656 Bytes
Binary file not shown.
612 Bytes
Binary file not shown.
612 Bytes
Binary file not shown.
612 Bytes
Binary file not shown.
612 Bytes
Binary file not shown.
746 Bytes
Binary file not shown.
612 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)