Skip to content

Commit

Permalink
Merge pull request #1226 from hadialharbi2020/master
Browse files Browse the repository at this point in the history
Added Arabic localization
  • Loading branch information
rxhanson authored Aug 7, 2023
2 parents f8a964b + 2f97df8 commit db18c03
Show file tree
Hide file tree
Showing 4 changed files with 1,144 additions and 4 deletions.
11 changes: 9 additions & 2 deletions Rectangle.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@
866661F1257D248A00A9CD2D /* RepeatedExecutionsInThirdsCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RepeatedExecutionsInThirdsCalculation.swift; sourceTree = "<group>"; };
8A8FDF1129F84EA1005320B9 /* lt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lt; path = lt.lproj/Main.strings; sourceTree = "<group>"; };
8A8FDF1429F85873005320B9 /* lt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lt; path = lt.lproj/Main.strings; sourceTree = "<group>"; };
9806A7642A80716B0026C723 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Main.strings; sourceTree = "<group>"; };
9806A7652A80716B0026C723 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Main.strings; sourceTree = "<group>"; };
9808018523D05C0B0077774A /* RectangleRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RectangleRelease.entitlements; sourceTree = "<group>"; };
9808018623D05C1F0077774A /* RectangleLauncherRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RectangleLauncherRelease.entitlements; sourceTree = "<group>"; };
9818E00C28B59205004AA524 /* CompoundSnapArea.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompoundSnapArea.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -809,6 +811,7 @@
uk,
vi,
lt,
ar,
);
mainGroup = 9824700022AF9B7D0037B409;
packageReferences = (
Expand Down Expand Up @@ -1043,6 +1046,7 @@
986B6BEC29B97BF900F41F32 /* uk */,
58A4658B29F0718700E6E8A5 /* vi */,
8A8FDF1429F85873005320B9 /* lt */,
9806A7652A80716B0026C723 /* ar */,
);
name = Main.storyboard;
sourceTree = "<group>";
Expand Down Expand Up @@ -1077,6 +1081,7 @@
986B6BEB29B97BF900F41F32 /* uk */,
58A4658A29F0718700E6E8A5 /* vi */,
8A8FDF1129F84EA1005320B9 /* lt */,
9806A7642A80716B0026C723 /* ar */,
);
name = Main.storyboard;
sourceTree = "<group>";
Expand All @@ -1090,10 +1095,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = RectangleLauncher/RectangleLauncher.entitlements;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = XSYZ3E4B7D;
ENABLE_HARDENED_RUNTIME = NO;
INFOPLIST_FILE = RectangleLauncher/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -1262,11 +1268,12 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Rectangle/Rectangle.entitlements;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 75;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = XSYZ3E4B7D;
ENABLE_HARDENED_RUNTIME = NO;
INFOPLIST_FILE = Rectangle/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
Loading

0 comments on commit db18c03

Please sign in to comment.