Skip to content

Commit a458e2e

Browse files
authored
Update README.md (#4)
1 parent 4b51363 commit a458e2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ Lastly, replace all usages of `NSLocalizedString(key, comment)` with `SSTStringF
2929

3030
#### Manual
3131

32-
Add `Source/SSTSmallStrings.{h,m}` to your project. Create a `compress` binary via `clang -O3 compress.m -framework Foundation -lcompression -o compress` and put the executable in the same directory as `localize.{rb,sh}`. Add a build step with `cd /path/to/SmallStrings && ./localize.sh ${CODESIGNING_FOLDER_PATH} ${DERIVED_FILES_DIR}/SmallStrings.cache`. Lastly, replace all usages of `NSLocalizedString(key, comment)` with `SSTStringForKey(key)`.
32+
- Add `Source/SSTSmallStrings.{h,m}` to your project.
33+
- Create a `compress` binary via `clang -O3 compress.m -framework Foundation -lcompression -o compress` and put the executable in the same directory as `localize.{rb,sh}`.
34+
- Add a build step with `cd /path/to/SmallStrings && ./localize.sh ${CODESIGNING_FOLDER_PATH} ${DERIVED_FILES_DIR}/SmallStrings.cache`.
35+
- Lastly, replace all usages of `NSLocalizedString(key, comment)` with `SSTStringForKey(key)`.

0 commit comments

Comments
 (0)