Files
daily-notification-plugin/test-apps
Matthew Raymer 308e249620 fix(ios): add missing CFBundleExecutable to Info.plist
Added CFBundleExecutable key required for iOS app installation:

CFBundleExecutable:
- Set to 'App' (matches PRODUCT_NAME from build settings)
- Required by iOS to identify the executable binary
- Without this, app installation fails with 'missing or invalid CFBundleExecutable'

Fixes:
- Installation error: 'Bundle has missing or invalid CFBundleExecutable in its Info.plist'
- App can now be installed on simulator successfully

Result: App installation should now complete successfully
2025-11-11 19:54:09 -08:00
..
2025-10-15 10:46:50 +00:00