Skip to content

Commit

Permalink
Merge pull request #251 from tangem/IOS-2929-sorting-strings
Browse files Browse the repository at this point in the history
IOS-2929 Added strings sorting
  • Loading branch information
megakoko authored Mar 9, 2023
2 parents d068820 + a005d20 commit f22db73
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions TangemSdk/TangemSdk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,7 @@
isa = PBXNativeTarget;
buildConfigurationList = 5DA80CAE231D247A00A50A10 /* Build configuration list for PBXNativeTarget "TangemSdk" */;
buildPhases = (
DA35AFF72996CAA000C33CA6 /* Sort localization strings */,
5DA80C95231D247A00A50A10 /* Headers */,
5DA80C96231D247A00A50A10 /* Sources */,
5DA80C97231D247A00A50A10 /* Frameworks */,
Expand Down Expand Up @@ -1561,6 +1562,27 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
DA35AFF72996CAA000C33CA6 /* Sort localization strings */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Sort localization strings";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "find . -name 'Localizable.strings' -not -path './Pods/*' -exec sort {} -o {} \\;\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
5DA80C96231D247A00A50A10 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down

0 comments on commit f22db73

Please sign in to comment.