-
Notifications
You must be signed in to change notification settings - Fork 0
release: v1.1.3 #238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: v1.1.3 #238
Changes from 2 commits
a0503e2
8b2b723
c2fb35f
a836aca
aa7ad08
75c4e82
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -577,7 +577,7 @@ | |
| BUNDLE_IDENTIFIER = ""; | ||
| CLANG_ENABLE_MODULES = YES; | ||
| CODE_SIGN_ENTITLEMENTS = ClientApp/ClientApp.entitlements; | ||
| CURRENT_PROJECT_VERSION = 5; | ||
| CURRENT_PROJECT_VERSION = 1; | ||
|
||
| DEVELOPMENT_TEAM = 3P5SZ6DAC9; | ||
| ENABLE_BITCODE = NO; | ||
| INFOPLIST_FILE = ClientApp/Info.plist; | ||
|
|
@@ -586,7 +586,7 @@ | |
| "$(inherited)", | ||
| "@executable_path/Frameworks", | ||
| ); | ||
| MARKETING_VERSION = 1.1.2; | ||
| MARKETING_VERSION = 1.1.3; | ||
| OTHER_LDFLAGS = ( | ||
| "$(inherited)", | ||
| "-ObjC", | ||
|
|
@@ -609,15 +609,15 @@ | |
| BUNDLE_IDENTIFIER = ""; | ||
| CLANG_ENABLE_MODULES = YES; | ||
| CODE_SIGN_ENTITLEMENTS = ClientApp/ClientApp.entitlements; | ||
| CURRENT_PROJECT_VERSION = 5; | ||
| CURRENT_PROJECT_VERSION = 1; | ||
| DEVELOPMENT_TEAM = 3P5SZ6DAC9; | ||
| INFOPLIST_FILE = ClientApp/Info.plist; | ||
| INFOPLIST_KEY_CFBundleDisplayName = "맘찬픽"; | ||
| LD_RUNPATH_SEARCH_PATHS = ( | ||
| "$(inherited)", | ||
| "@executable_path/Frameworks", | ||
| ); | ||
| MARKETING_VERSION = 1.1.2; | ||
| MARKETING_VERSION = 1.1.3; | ||
| OTHER_LDFLAGS = ( | ||
| "$(inherited)", | ||
| "-ObjC", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,7 +42,7 @@ | |
| </dict> | ||
| </array> | ||
| <key>CFBundleVersion</key> | ||
| <string>12</string> | ||
| <string>1</string> | ||
|
||
| <key>KAKAO_APP_KEY</key> | ||
| <string>$(KAKAO_KEY)</string> | ||
| <key>LSApplicationQueriesSchemes</key> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,6 +19,6 @@ | |
| <key>CFBundleSignature</key> | ||
| <string>????</string> | ||
| <key>CFBundleVersion</key> | ||
| <string>12</string> | ||
| <string>1</string> | ||
|
||
| </dict> | ||
| </plist> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
버전 코드와 이름이 올바르게 업데이트되었습니다. 다만, 관련
// TODO주석이 아직 남아있습니다. 작업이 완료되었으므로 이 주석들을 제거하여 코드를 깔끔하게 유지하고, 다른 개발자들이 혼동하지 않도록 하는 것이 좋습니다.