Skip to content

Commit

Permalink
Merge pull request #251 from teamterning/Setting/#221
Browse files Browse the repository at this point in the history
[Setting] #221 - ๋ถˆํ•„์š”ํ•œ ์ฝ”๋“œ๋ฅผ ์ œ๊ฑฐํ•˜๊ณ , v1.1.0 ๋ฒ„์ „ ๋ฐฐํฌ ์™„๋ฃŒ ํ–ˆ์Šต๋‹ˆ๋‹ค.
  • Loading branch information
thingineeer authored Jan 20, 2025
2 parents 158ea66 + 95085b7 commit 3ae9155
Show file tree
Hide file tree
Showing 25 changed files with 49 additions and 1,901 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<img src="https://github.com/user-attachments/assets/0a16569c-2480-4af8-bf3b-37b3f8ef58a0" width=120 />
[<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)


# ๐Ÿ‘” terning ํ„ฐ๋‹ - ๋Œ€ํ•™์ƒ ์ธํ„ด, ๊ณต๊ณ  ๊ด€๋ฆฌ ์บ˜๋ฆฐ๋”

## ์•ฑ์Šคํ† ์–ด ๋งํฌ : [์•ฑ์Šคํ† ์–ด](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
## ์•ฑ์Šคํ† ์–ด ๋งํฌ : [์•ฑ์Šคํ† ์–ด](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
<p align="left"><img width="900" src="https://github.com/user-attachments/assets/984e7795-3746-4e7a-ad6c-cb1cb376c481"></p>

**๋‚ด ๊ณ„ํš์— ๋”ฑ ๋งž๋Š” ๋Œ€ํ•™์ƒ ์ธํ„ด์˜ ์‹œ์ž‘, ํ„ฐ๋‹**
Expand Down
1 change: 1 addition & 0 deletions Terning-iOS/.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ excluded:
- Terning-iOS/Resource/UIComponents/CustomAlertViewController.swift
- Terning-iOS/Resource/UIComponents/NewCustomAlertVC.swift
- Terning-iOS/Source/Presentation/Calendar/ViewController/TNCalendarViewController.swift
- Terning-iOS/Source/Presentation/RefactorHome/NewHomeViewController.swift

file_length:
warning: 400 # 400์ค„ ๋„˜์–ด๊ฐ€๋ฉด ๊ฒฝ๊ณ  ์ž…๋‹ˆ๋‹ค ^_^
Expand Down
87 changes: 14 additions & 73 deletions Terning-iOS/Terning-iOS.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Terning-iOS/Terning-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<key>CFBundleVersion</key>
<string>2025.0105.1602</string>
<string>2025.0119.1759</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleURLTypes</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public enum AmplitudeEventType: String {
// ํšŒ์›๊ฐ€์ž… ์ด๋ฒคํŠธ
case signupKakao = "signup_kakao" // ํšŒ์›๊ฐ€์ž…_์นด์นด์˜ค ๋กœ๊ทธ์ธ
case signupApple = "signup_apple" // ํšŒ์›๊ฐ€์ž…_Apple ๋กœ๊ทธ์ธ
case skipPlan = "skip_plan" // ๊ฒŒํš ๋‚˜์ค‘์— ์ž…๋ ฅํ•˜๊ธฐ

// ์Šคํ”Œ๋ž˜์‰ฌ ์ด๋ฒคํŠธ
case clickStartService = "click_start_service" // ์Šคํ”Œ๋ž˜์‰ฌ_์„œ๋น„์Šค ์‹œ์ž‘ํ•˜๊ธฐ
Expand Down

This file was deleted.

Loading

0 comments on commit 3ae9155

Please sign in to comment.