Remove web platform support

The web platform is no longer needed, so remove related code.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-23 11:01:04 +00:00
parent 1ce73d9354
commit 9968780732
3 changed files with 8 additions and 15 deletions

View File

@@ -19,13 +19,6 @@ export const isIOSPlatform = (): boolean => {
return Capacitor.getPlatform() === 'ios';
};
/**
* 웹 플랫폼인지 확인
*/
export const isWebPlatform = (): boolean => {
return Capacitor.getPlatform() === 'web';
};
/**
* 네이티브 플랫폼(Android 또는 iOS)인지 확인
*/
@@ -93,7 +86,7 @@ export const getAppVersionInfo = async () => {
};
}
// 플러그인이 없거나 웹 환경이면 기본값 반환
// 플러그인이 없는 경우 기본값 반환
return {
versionName: '1.0.1',
buildNumber: 3, // 업데이트된 빌드 번호