From 091411233c281146d41908ddf078ddca9972c422 Mon Sep 17 00:00:00 2001 From: Grishka Date: Sun, 26 May 2024 17:01:41 +0300 Subject: [PATCH] Add Arabic to xcode project --- NearDrop.xcodeproj/project.pbxproj | 11 +++++++++++ ...ViewController.xib => ShareViewController.strings} | 0 2 files changed, 11 insertions(+) rename ShareExtension/ar.lproj/{ShareViewController.xib => ShareViewController.strings} (100%) diff --git a/NearDrop.xcodeproj/project.pbxproj b/NearDrop.xcodeproj/project.pbxproj index 46b2e29..ac70347 100644 --- a/NearDrop.xcodeproj/project.pbxproj +++ b/NearDrop.xcodeproj/project.pbxproj @@ -177,6 +177,11 @@ 69DA9A2C29E18CB500A442DA /* securegcm.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = securegcm.pb.swift; sourceTree = ""; }; 69DA9A2D29E18CB500A442DA /* securemessage.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = securemessage.pb.swift; sourceTree = ""; }; 69DCF4812AB70D0600CBE2CC /* libNearbyShare.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libNearbyShare.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; + 69FE60212C03775D0082D326 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = ""; }; + 69FE60222C0377630082D326 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ar; path = ar.lproj/Localizable.stringsdict; sourceTree = ""; }; + 69FE60232C03778C0082D326 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = ""; }; + 69FE60242C03778C0082D326 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ar; path = ar.lproj/Localizable.stringsdict; sourceTree = ""; }; + 69FE602B2C0378020082D326 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/ShareViewController.strings; sourceTree = ""; }; A3930F0529EAB2D1008F891D /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = it; path = it.lproj/Localizable.stringsdict; sourceTree = ""; }; A3930F0629EAB2D1008F891D /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = ""; }; AE37AC272ABB62E400F0FF91 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = hu; path = hu.lproj/Localizable.stringsdict; sourceTree = ""; }; @@ -439,6 +444,7 @@ uk, "pt-PT", fr, + ar, ); mainGroup = 69DA9A0529E0BF5100A442DA; packageReferences = ( @@ -570,6 +576,7 @@ B5AC98B72AC831F500351A5D /* ja */, 500BD5012AD09973002BAB1A /* uk */, E94E45DC2BBD6464009804EF /* pt-PT */, + 69FE60232C03778C0082D326 /* ar */, ); name = Localizable.strings; sourceTree = ""; @@ -585,6 +592,7 @@ B5AC98B62AC831F500351A5D /* ja */, 500BD5002AD09973002BAB1A /* uk */, E94E45DB2BBD6464009804EF /* pt-PT */, + 69FE60242C03778C0082D326 /* ar */, ); name = Localizable.stringsdict; sourceTree = ""; @@ -600,6 +608,7 @@ B5AC98B32AC831F500351A5D /* ja */, 500BD4FD2AD09973002BAB1A /* uk */, E94E45D82BBD6464009804EF /* pt-PT */, + 69FE602B2C0378020082D326 /* ar */, ); name = ShareViewController.xib; sourceTree = ""; @@ -622,6 +631,7 @@ 500BD4FF2AD09973002BAB1A /* uk */, E94E45DA2BBD6464009804EF /* pt-PT */, 6978D53A2BFE97E900A6100C /* fr */, + 69FE60212C03775D0082D326 /* ar */, ); name = Localizable.strings; sourceTree = ""; @@ -644,6 +654,7 @@ 500BD4FE2AD09973002BAB1A /* uk */, E94E45D92BBD6464009804EF /* pt-PT */, 6978D5392BFE97E100A6100C /* fr */, + 69FE60222C0377630082D326 /* ar */, ); name = Localizable.stringsdict; sourceTree = ""; diff --git a/ShareExtension/ar.lproj/ShareViewController.xib b/ShareExtension/ar.lproj/ShareViewController.strings similarity index 100% rename from ShareExtension/ar.lproj/ShareViewController.xib rename to ShareExtension/ar.lproj/ShareViewController.strings