Skip to content

Commit 752a6fc

Browse files
authored
[Merge] #218 - 1차 QA 반영
2 parents 61f7084 + 2b2eac1 commit 752a6fc

29 files changed

Lines changed: 92 additions & 72 deletions

CERTI-iOS.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,12 @@
290290
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
291291
CODE_SIGN_ENTITLEMENTS = "CERTI-iOS/CERTI-iOS.entitlements";
292292
CODE_SIGN_STYLE = Automatic;
293-
CURRENT_PROJECT_VERSION = 1;
293+
CURRENT_PROJECT_VERSION = 7;
294294
DEVELOPMENT_TEAM = 42CZFA579G;
295295
ENABLE_PREVIEWS = YES;
296296
GENERATE_INFOPLIST_FILE = YES;
297297
INFOPLIST_FILE = "CERTI-iOS/Global/Resources/Info.plist";
298+
INFOPLIST_KEY_CFBundleDisplayName = "따요";
298299
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
299300
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
300301
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
@@ -323,11 +324,12 @@
323324
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
324325
CODE_SIGN_ENTITLEMENTS = "CERTI-iOS/CERTI-iOS.entitlements";
325326
CODE_SIGN_STYLE = Automatic;
326-
CURRENT_PROJECT_VERSION = 1;
327+
CURRENT_PROJECT_VERSION = 7;
327328
DEVELOPMENT_TEAM = 42CZFA579G;
328329
ENABLE_PREVIEWS = YES;
329330
GENERATE_INFOPLIST_FILE = YES;
330331
INFOPLIST_FILE = "CERTI-iOS/Global/Resources/Info.plist";
332+
INFOPLIST_KEY_CFBundleDisplayName = "따요";
331333
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
332334
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
333335
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
65 KB
Loading

CERTI-iOS/Global/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "Frame 2087329325.png",
4+
"filename" : "Certi_logo_iOS.png",
55
"idiom" : "universal",
66
"platform" : "ios",
77
"size" : "1024x1024"
Binary file not shown.
Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
{
22
"images" : [
33
{
4-
"filename" : "icon_16_level.svg",
5-
"idiom" : "universal"
4+
"filename" : "icon_16_level.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "icon_16_level@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "icon_16_level@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
617
}
718
],
819
"info" : {
920
"author" : "xcode",
1021
"version" : 1
11-
},
12-
"properties" : {
13-
"preserves-vector-representation" : true
1422
}
1523
}
429 Bytes
Loading

CERTI-iOS/Global/Resources/Assets.xcassets/Image/icon_level_16.imageset/icon_16_level.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.
715 Bytes
Loading
992 Bytes
Loading
Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
{
22
"images" : [
33
{
4-
"filename" : "icon_setting_24.svg",
5-
"idiom" : "universal"
4+
"filename" : "icon_edit_24.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "icon_edit_24@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "icon_edit_24@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
617
}
718
],
819
"info" : {
920
"author" : "xcode",
1021
"version" : 1
11-
},
12-
"properties" : {
13-
"preserves-vector-representation" : true
1422
}
1523
}

0 commit comments

Comments
 (0)