feat(brand): new geometric logo — day ring + footsteps, applied to all app icons and splash
- DesignAssets/AppLogo.svg 벡터 원본 (하루=열린 링, 지금=골드 점, 다님=발자국 캡슐 2개) - iOS·워치 앱·워치 위젯 AppIcon + 스플래시 AppLogo 전부 교체 (기존 플레이스홀더 삭제) - CoreGraphics 렌더로 불투명(알파 없음) 1024px PNG 생성 — 앱 아이콘 알파 채널 이슈 해소 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013yKDMhuF39GVYy3FMcGHh7
26
myApp/HaruDanim/DesignAssets/AppLogo.svg
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
하루 다님 앱 로고 (원본 벡터)
|
||||
콘셉트: "하루(열린 원형 링) + 지금(골드 점) + 다님(발자국 캡슐 2개)"
|
||||
팔레트: 딥 모스 그린 배경(#377A5B→#27573F) / 웜 화이트(#FAFAF6) / 머스터드 골드(#D9A621)
|
||||
래스터 산출은 scripts 없이 시뮬 검증용 CoreGraphics 스크립트로 동일 지오메트리를 그린다.
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0" stop-color="#377A5B"/>
|
||||
<stop offset="1" stop-color="#27573F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="1024" height="1024" fill="url(#bg)"/>
|
||||
<!-- 하루 링: -10°에서 시계 방향으로 290° (틈은 우상단) -->
|
||||
<path d="M 807.4 459.9 A 300 300 0 1 1 564.1 216.6"
|
||||
fill="none" stroke="#FAFAF6" stroke-width="64" stroke-linecap="round"/>
|
||||
<!-- 지금 점: 링 틈(-45°)에 놓인 골드 원 -->
|
||||
<circle cx="724.1" cy="299.9" r="57" fill="#D9A621"/>
|
||||
<!-- 다님 발자국: 위-오른쪽으로 걷는 캡슐 두 개 -->
|
||||
<rect x="300.5" y="557" width="195" height="110" rx="55" fill="#FAFAF6"
|
||||
transform="rotate(-35 398 612)"/>
|
||||
<rect x="485.5" y="387" width="195" height="110" rx="55" fill="#FAFAF6"
|
||||
transform="rotate(-35 583 442)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 948 KiB After Width: | Height: | Size: 718 KiB |
|
After Width: | Height: | Size: 718 KiB |
@ -1,13 +1,14 @@
|
||||
{
|
||||
"images" : [
|
||||
"images": [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"platform" : "watchos",
|
||||
"size" : "1024x1024"
|
||||
"idiom": "universal",
|
||||
"platform": "watchos",
|
||||
"size": "1024x1024",
|
||||
"filename": "AppIcon.png"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
"info": {
|
||||
"author": "xcode",
|
||||
"version": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 948 KiB After Width: | Height: | Size: 718 KiB |
|
Before Width: | Height: | Size: 411 KiB After Width: | Height: | Size: 718 KiB |