Add initial iOS project files including LaunchScreen and Main storyboards, Info.plist, and Podfile
- Created LaunchScreen.storyboard with a splash image. - Created Main.storyboard with a bridge view controller. - Added Info.plist with essential app configuration. - Initialized Podfile for CocoaPods dependency management.
This commit is contained in:
9
capacitor.config.ts
Normal file
9
capacitor.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'de.the1s.weather',
|
||||
appName: 'My OPM Weather',
|
||||
webDir: 'dist'
|
||||
};
|
||||
|
||||
export default config;
|
Reference in New Issue
Block a user