Skip to content

Commit

Permalink
Release fix/#315 v1.2.4 배포에 필요한 사항 수정 (#316)
Browse files Browse the repository at this point in the history
* [Chore] #315 버전 변경

* [Setting] #315 Fastlane Time Out 120초 적용

* [Chore] #315 버스정류장 데이터 제거

---------

Co-authored-by: Geonseob Kim <[email protected]>
  • Loading branch information
MUKER-WON and gnksbm authored May 29, 2024
1 parent cc4221a commit f01f38f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload_testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ jobs:
APP_STORE_PRIVATE_KEY: ${{ secrets.APP_STORE_PRIVATE_KEY }}
MATCH_URL: ${{ secrets.MATCH_URL }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: "120"
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public extension String {
static let organizationName = "Pepsi-Club"
static let teamId = "T4W7695R5C"
/// 앱스토어에 게시할 때마다 증가해줘야 하는 버전
static let marketingVersion: Self = "1.2.3"
static let marketingVersion: Self = "1.2.4"
/// 개발자가 내부적으로 확인하기 위한 용도 (날짜를 사용하기도 함 - 2023.12.8.1 )
static var buildVersion: Self {
let date = Date()
Expand Down
18 changes: 0 additions & 18 deletions Projects/App/Resources/total_stationList.json
Original file line number Diff line number Diff line change
Expand Up @@ -61399,24 +61399,6 @@
"node_id": "115900174",
"nxtStn": "등촌동주공9단지"
},
{
"stop_nm": "화훼단지",
"ycode": "37.5562932237",
"stop_no": "16980",
"xcode": "126.769200409",
"stop_type": "일반차로",
"node_id": "115000583",
"nxtStn": "정류장정보 없음"
},
{
"stop_nm": "화훼단지",
"ycode": "37.5563989076",
"stop_no": "16981",
"xcode": "126.7688707105",
"stop_type": "일반차로",
"node_id": "115000582",
"nxtStn": "정류장정보 없음"
},
{
"stop_nm": "국립항공박물관",
"ycode": "37.5563306325",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public final class DefaultStationListRepository: StationListRepository {
let seoul = try Data(contentsOf: seoulUrl)
.decode(type: BusStopListDTO.self)
.toDomain

regions.append(seoul)
busStopRegions.onNext(regions)
} catch {
Expand Down

0 comments on commit f01f38f

Please sign in to comment.