Skip to content

Commit 3ae9155

Browse files
authored
Merge pull request #251 from teamterning/Setting/#221
[Setting] #221 - λΆˆν•„μš”ν•œ μ½”λ“œλ₯Ό μ œκ±°ν•˜κ³ , v1.1.0 버전 배포 μ™„λ£Œ ν–ˆμŠ΅λ‹ˆλ‹€.
2 parents 158ea66 + 95085b7 commit 3ae9155

25 files changed

Lines changed: 49 additions & 1901 deletions

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<img src="https://github.com/user-attachments/assets/0a16569c-2480-4af8-bf3b-37b3f8ef58a0" width=120 />
1+
[<img src="https://github.com/user-attachments/assets/0a16569c-2480-4af8-bf3b-37b3f8ef58a0" width=120 />](https://apps.apple.com/kr/app/%ED%84%B0%EB%8B%9D-terning-%EB%8C%80%ED%95%99%EC%83%9D-%EC%9D%B8%ED%84%B4-%EA%B3%B5%EA%B3%A0-%EA%B4%80%EB%A6%AC-%EC%BA%98%EB%A6%B0%EB%8D%94/id6547866420)
2+
23

34
# πŸ‘” terning 터닝 - λŒ€ν•™μƒ 인턴, 곡고 관리 μΊ˜λ¦°λ”
45

5-
## μ•±μŠ€ν† μ–΄ 링크 : [μ•±μŠ€ν† μ–΄](https://apps.apple.com/kr/app/terning-%ED%84%B0%EB%8B%9D-%EB%8C%80%ED%95%99%EC%83%9D-%EC%9D%B8%ED%84%B4-%EA%B3%B5%EA%B3%A0-%EA%B4%80%EB%A6%AC-%EC%BA%98%EB%A6%B0%EB%8D%94/id6547866420) v1.0.5
6+
## μ•±μŠ€ν† μ–΄ 링크 : [μ•±μŠ€ν† μ–΄](https://apps.apple.com/kr/app/terning-%ED%84%B0%EB%8B%9D-%EB%8C%80%ED%95%99%EC%83%9D-%EC%9D%B8%ED%84%B4-%EA%B3%B5%EA%B3%A0-%EA%B4%80%EB%A6%AC-%EC%BA%98%EB%A6%B0%EB%8D%94/id6547866420) v1.1.0
67
<p align="left"><img width="900" src="https://github.com/user-attachments/assets/984e7795-3746-4e7a-ad6c-cb1cb376c481"></p>
78

89
**λ‚΄ κ³„νšμ— λ”± λ§žλŠ” λŒ€ν•™μƒ μΈν„΄μ˜ μ‹œμž‘, 터닝**

β€ŽTerning-iOS/.swiftlint.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ excluded:
2828
- Terning-iOS/Resource/UIComponents/CustomAlertViewController.swift
2929
- Terning-iOS/Resource/UIComponents/NewCustomAlertVC.swift
3030
- Terning-iOS/Source/Presentation/Calendar/ViewController/TNCalendarViewController.swift
31+
- Terning-iOS/Source/Presentation/RefactorHome/NewHomeViewController.swift
3132

3233
file_length:
3334
warning: 400 # 400쀄 λ„˜μ–΄κ°€λ©΄ κ²½κ³  μž…λ‹ˆλ‹€ ^_^

β€ŽTerning-iOS/Terning-iOS.xcodeproj/project.pbxprojβ€Ž

Lines changed: 14 additions & 73 deletions
Large diffs are not rendered by default.

β€ŽTerning-iOS/Terning-iOS/Info.plistβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleShortVersionString</key>
1010
<string>1.1.0</string>
1111
<key>CFBundleVersion</key>
12-
<string>2025.0105.1602</string>
12+
<string>2025.0119.1759</string>
1313
<key>CFBundleName</key>
1414
<string>$(PRODUCT_NAME)</string>
1515
<key>CFBundleURLTypes</key>

β€ŽTerning-iOS/Terning-iOS/Resource/Amplitude/AmplitudeEventType.swiftβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public enum AmplitudeEventType: String {
1111
// νšŒμ›κ°€μž… 이벀트
1212
case signupKakao = "signup_kakao" // νšŒμ›κ°€μž…_카카였 둜그인
1313
case signupApple = "signup_apple" // νšŒμ›κ°€μž…_Apple 둜그인
14+
case skipPlan = "skip_plan" // 게획 λ‚˜μ€‘μ— μž…λ ₯ν•˜κΈ°
1415

1516
// μŠ€ν”Œλž˜μ‰¬ 이벀트
1617
case clickStartService = "click_start_service" // μŠ€ν”Œλž˜μ‰¬_μ„œλΉ„μŠ€ μ‹œμž‘ν•˜κΈ°

β€ŽTerning-iOS/Terning-iOS/Resource/UIComponents/CustomBottmSheetViewController.swiftβ€Ž

Lines changed: 0 additions & 246 deletions
This file was deleted.

0 commit comments

Comments
Β (0)