liming 2 주 전
부모
커밋
43a2719dce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      capacitor.config.ts

+ 1 - 1
capacitor.config.ts

@@ -34,7 +34,7 @@ let config: CapacitorConfig = {
   },
   // iOS专属配置
   ios: {
-    scheme: 'app',
+    scheme: 'App',
     scrollEnabled: true,
   },