Skip to content

Commit

Permalink
Merge pull request #61 from DeveloperAcademy-POSTECH/fix/#58-alertBug
Browse files Browse the repository at this point in the history
[#58] [fix] Asset 수정
  • Loading branch information
strlla4536 authored Nov 7, 2024
2 parents 371909f + 017c296 commit 4ac203a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"images" : [
{
"filename" : "Icon.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions hearo/hearo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"HearoadWatch Watch App/Preview Content\"";
DEVELOPMENT_TEAM = J5N8Y9F8Z8;
DEVELOPMENT_TEAM = 2H928F4Z7L;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "HearoadWatch-Watch-App-Info.plist";
Expand Down Expand Up @@ -1069,7 +1069,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"HearoadWatch Watch App/Preview Content\"";
DEVELOPMENT_TEAM = J5N8Y9F8Z8;
DEVELOPMENT_TEAM = 2H928F4Z7L;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "HearoadWatch-Watch-App-Info.plist";
Expand Down Expand Up @@ -1099,7 +1099,7 @@
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = J5N8Y9F8Z8;
DEVELOPMENT_TEAM = 2H928F4Z7L;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = LiveActivity/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = LiveActivity;
Expand Down Expand Up @@ -1127,7 +1127,7 @@
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = J5N8Y9F8Z8;
DEVELOPMENT_TEAM = 2H928F4Z7L;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = LiveActivity/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = LiveActivity;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
<<<<<<<< HEAD:hearo/hearo/Resources/Assets.xcassets/MainFontColor.colorset/Contents.json
"blue" : "44",
"green" : "44",
"red" : "44"
========
"blue" : "79",
"green" : "79",
"red" : "79"
>>>>>>>> develop:hearo/hearo/Assets.xcassets/Color/SubFontColor.colorset/Contents.json
"blue" : "0x4F",
"green" : "0x4F",
"red" : "0x4F"
}
},
"idiom" : "universal"
Expand All @@ -29,15 +23,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
<<<<<<<< HEAD:hearo/hearo/Resources/Assets.xcassets/MainFontColor.colorset/Contents.json
"blue" : "44",
"green" : "44",
"red" : "44"
========
"blue" : "79",
"green" : "79",
"red" : "79"
>>>>>>>> develop:hearo/hearo/Assets.xcassets/Color/SubFontColor.colorset/Contents.json
"blue" : "0x4F",
"green" : "0x4F",
"red" : "0x4F"
}
},
"idiom" : "universal"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "시작하기.svg",
"filename" : "시작하기.svg",
"idiom" : "universal",
"scale" : "1x"
},
Expand Down

0 comments on commit 4ac203a

Please sign in to comment.