Moved legacy iOS test harness from ios/App/ to test-apps/ios-app-legacy/ Rationale: - Test harness should not be in published package tree - Active test app remains at test-apps/ios-test-app/ - Legacy test harness preserved for reference Verification: - Confirmed ios/App no longer appears in npm pack --dry-run - Build passes successfully - Package structure cleaner Progress Docs: - Updated 00-STATUS.md: marked P1.5b complete - Updated 01-CHANGELOG-WORK.md: added P1.5b completion entry
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"appId": "com.timesafari.dailynotification",
|
|
"appName": "DailyNotification Test App",
|
|
"webDir": "www",
|
|
"server": {
|
|
"androidScheme": "https"
|
|
},
|
|
"plugins": {
|
|
"DailyNotification": {
|
|
"fetchUrl": "https://api.example.com/daily-content",
|
|
"scheduleTime": "09:00",
|
|
"enableNotifications": true,
|
|
"debugMode": true
|
|
}
|
|
},
|
|
"packageClassList": []
|
|
}
|