Skip to content

Commit eff2940

Browse files
committed
chore(native): iOS 앱 버전을 1.1.3으로 올린다
1 parent d3138a9 commit eff2940

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

apps/native/app.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const config: ExpoConfig = {
6666
// slug·scheme·bundleIdentifier는 EAS 프로젝트와 스토어 등록에 묶인 식별자다.
6767
// 표시 이름(name)만 바꾸고 이쪽은 건드리지 않는다.
6868
slug: "web-team-3",
69-
version: "1.1.0",
69+
version: "1.1.3",
7070
orientation: "portrait",
7171
scheme: "akkimo",
7272
userInterfaceStyle: "automatic",
@@ -111,6 +111,9 @@ const config: ExpoConfig = {
111111
reactCompiler: true,
112112
},
113113
extra: {
114+
eas: {
115+
projectId: "849056a3-f28a-4c3e-9b66-a1da6f661c7f",
116+
},
114117
// dev는 Next.js 앱을 서빙하는 Metro 호스트, prod는 배포된 웹 origin.
115118
// 폴백은 일부러 안 둔다 — 기본값은 config.ts가 플랫폼별로 챙긴다.
116119
webUrl: process.env.EXPO_PUBLIC_WEB_URL,

0 commit comments

Comments
 (0)