Skip to content

Commit

Permalink
πŸ”€ Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
chaneeii committed Jan 24, 2023
2 parents ae83544 + 95667d9 commit 236a40f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions HRHN.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.HRHN.HRHN.LockscreenWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -840,7 +840,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.HRHN.HRHN.LockscreenWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -990,7 +990,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.HRHN.HRHN;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1027,7 +1027,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.HRHN.HRHN;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions HRHN/Localization/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

/* LockScreen */
"lock-title" = "Challenge of The day";
"lock-desc" = "Add challenge of the day";
"lock-placeholder" = "Check challenge of the day";
"lock-desc" = "Check challenge of the day";
"lock-placeholder" = "Add challenge of the day";

/* νƒ­ */
"tab-today" = "Today";
Expand Down
4 changes: 2 additions & 2 deletions HRHN/Localization/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

/* LockScreen */
"lock-title" = "였늘의 μ±Œλ¦°μ§€";
"lock-desc" = "였늘의 μ±Œλ¦°μ§€λ₯Ό λ“±λ‘ν•˜μ„Έμš”!";
"lock-placeholder" = "였늘의 μ±Œλ¦°μ§€λ₯Ό ν™•μΈν•©λ‹ˆλ‹€.";
"lock-desc" = "였늘의 μ±Œλ¦°μ§€λ₯Ό ν™•μΈν•©λ‹ˆλ‹€.";
"lock-placeholder" = "였늘의 μ±Œλ¦°μ§€λ₯Ό λ“±λ‘ν•˜μ„Έμš”!";

/* νƒ­ */
"tab-today" = "였늘의 μ±Œλ¦°μ§€";
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@

### ✧ More
- [πŸ“š WIKI - ν”„λ‘œμ νŠΈ μ†Œκ°œ 및 κ°œλ°œμ»¨λ²€μ…˜](https://github.com/chaneeii/HRHN/wiki)
- [πŸ”– Version 이λ ₯ ](https://github.com/HRHN-HaruHana/HRHN-iOS/wiki/%ED%95%98%EB%A3%A8%ED%95%98%EB%82%98)

0 comments on commit 236a40f

Please sign in to comment.