Remove web platform support
The web platform is no longer needed, so remove related code.
This commit is contained in:
@@ -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, // 업데이트된 빌드 번호
|
||||
|
||||
Reference in New Issue
Block a user