feat(test-app): add iOS project structure and configuration
- Add iOS .gitignore for Capacitor iOS project - Add Podfile with DailyNotificationPlugin dependency - Add Xcode project and workspace files - Add AppDelegate.swift for iOS app entry point - Add Assets.xcassets with app icons and splash screens - Add Base.lproj storyboards for launch and main screens These files are generated by Capacitor when iOS platform is added. The Podfile correctly references DailyNotificationPlugin from node_modules.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user