feat(mobile): iOS app testflight (#8501)

This commit is contained in:
Brooooooklyn
2024-10-18 09:30:38 +00:00
parent ce341a9a30
commit 714a87c2c0
103 changed files with 2837 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'app.affine.pro',
appName: 'AFFiNE',
webDir: 'dist',
android: {
path: 'App',
},
};
export default config;