Skip to content

Commit cb6292a

Browse files
authored
Merge pull request #264 from thingineeer/#262---네이버맵-수정
[Fix] #262 - 사용자 경험 개선을 위한 네이버맵 수정
2 parents 80707e5 + 5ed0b8a commit cb6292a

File tree

18 files changed

+152
-58
lines changed

18 files changed

+152
-58
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
## 📸 스크린샷
1414

1515
<!-- 작업한 화면이 있다면 스크린 샷으로 첨부해주세요. -->
16+
<!-- 큰 이미지, png 짜를때 재사용하세요.
17+
<img src = "이미지주소" width = "50%" height = "50%">
18+
-->
1619

1720
| 구현 내용 | 스크린샷 |
1821
| :-------------: | :----------: |

Runnect-iOS/.swiftlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ excluded:
1414
# AppDelegate, SceneDelegate file 무시
1515
- Runnect-iOS/Global/Supports/AppDelegate.swift
1616
- Runnect-iOS/Global/Supports/SceneDelegate.swift
17+
- Runnect-iOS/Global/UIComponents/MapView/RNMapView.swift
1718

1819
force_cast: warning

Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@
17031703
CODE_SIGN_IDENTITY = "Apple Development";
17041704
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
17051705
CODE_SIGN_STYLE = Manual;
1706-
CURRENT_PROJECT_VERSION = 2024.0312.0041;
1706+
CURRENT_PROJECT_VERSION = 2024.0319.2120;
17071707
DEVELOPMENT_TEAM = "";
17081708
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8Q4H7X3Q58;
17091709
GENERATE_INFOPLIST_FILE = NO;
@@ -1747,7 +1747,7 @@
17471747
CODE_SIGN_IDENTITY = "Apple Development";
17481748
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
17491749
CODE_SIGN_STYLE = Manual;
1750-
CURRENT_PROJECT_VERSION = 2024.0312.0041;
1750+
CURRENT_PROJECT_VERSION = 2024.0319.2120;
17511751
DEVELOPMENT_TEAM = "";
17521752
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8Q4H7X3Q58;
17531753
GENERATE_INFOPLIST_FILE = NO;

Runnect-iOS/Runnect-iOS/Global/Literal/ImageLiterals.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ enum ImageLiterals {
4040
static var icTime: UIImage { .load(named: "ic_time") }
4141
static var icLocationPoint: UIImage { .load(named: "ic_location_point") }
4242
static var icAlert: UIImage { .load(named: "ic_alert") }
43-
static var icLocationOverlay: UIImage { .load(named: "ic_location_overlay") }
43+
static var icLocationOverlayDirection: UIImage { .load(named: "ic_location_overlay_direction") }
44+
static var icLocationOverlayNormal: UIImage { .load(named: "ic_location_overlay_normal") }
4445
static var icLogoCircle: UIImage { .load(named: "ic_logo_circle") }
4546
static var icMore: UIImage { .load(named: "ic_more") }
4647
static var icPlus: UIImage { .load(named: "ic_plus") }

Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/ic_location_overlay.imageset/Contents.json renamed to Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/ic_location_overlay_direction.imageset/Contents.json

File renamed without changes.

Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/ic_location_overlay.imageset/point 1.png renamed to Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/ic_location_overlay_direction.imageset/point 1.png

File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "Group 9581.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "Group [email protected]",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "Group [email protected]",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
2.7 KB
Loading

0 commit comments

Comments
 (0)