Skip to content

Commit e65f18c

Browse files
committed
[hotfix] 서버 도메인 변경
1 parent ce56a7d commit e65f18c

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

Projects/App/Resources/Pokit-info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.0.8</string>
24+
<string>1.0.9</string>
2525
<key>CFBundleURLTypes</key>
2626
<array>
2727
<dict>

Projects/App/ShareExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleName</key>
1414
<string>Pokit</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.0.4</string>
16+
<string>1.0.9</string>
1717
<key>CFBundleURLTypes</key>
1818
<array>
1919
<dict>

Projects/Util/Sources/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99

1010
public enum Constants {
11-
public static let serverURL: URL = URL(string: "https://pokit.site")!
11+
public static let serverURL: URL = URL(string: "https://pokit.cloud")!
1212
public static let userPath: String = "/api/v1/user"
1313
public static let authPath: String = "/api/v1/auth"
1414
public static let categoryPath: String = "/api/v1/category"

Tuist/ProjectDescriptionHelpers/Feature.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ public enum Feature: String, CaseIterable {
6969
case .login: return []
7070
case .pokit:
7171
return [
72-
.project(target: "FeatureContentCard", path: .relativeToRoot("Projects/Feature"))
72+
.project(target: "FeatureContentCard", path: .relativeToRoot("Projects/Feature")),
73+
.project(target: "FeatureCategorySetting", path: .relativeToRoot("Projects/Feature"))
7374
]
7475
case .categoryDetail:
7576
return [

graph.png

4.06 KB
Loading

0 commit comments

Comments
 (0)