mirror of
https://github.com/CocoaLumberjack/CocoaLumberjack.git
synced 2026-06-06 20:18:32 +00:00
* integration: app targets have been separated from framework. * integration: cleanup. * integration: watchos extension app has been fixed. * integration: cleanup iOS and watchOS apps. * integration: local travis has been added. * ci: travis has been updated. * ci: travis has been updated. missing target has been wiped out. * integration: app schemes have been added. * ci: travis redundant pod install has been removed. * configurations: product bundle identifier prefix has been added. * integration: project defaultification. * integration: targets cleanup. * integration: local travis has been removed. * integration: tvOS app has been fixed. * integration: launch screen storyboards have been eliminated. * integration: configurations have been added. * integration: formatter has been added. * integration: project cleanup. * ci: travis cleanup. * integration: configurations have been removed form copy resources build phase. * integration: macOS app has been fixed. * ci: integration watchos target has been added. * integration: assets have been removed. * integration: configurations have been updated. * framework: redundant podfile has been removed. * framework: pods clues have been wiped out. * ci: travis integration app for watchOS has been enabled. * integration: plists have been cleaned up. * integration: configurations have moved to root Configuration folder.
21 lines
867 B
Plaintext
21 lines
867 B
Plaintext
{
|
|
"aps": {
|
|
"alert": {
|
|
"body": "Test message",
|
|
"title": "Optional title",
|
|
"subtitle": "Optional subtitle"
|
|
},
|
|
"category": "myCategory",
|
|
"thread-id":"5280"
|
|
},
|
|
|
|
"WatchKit Simulator Actions": [
|
|
{
|
|
"title": "First Button",
|
|
"identifier": "firstButtonAction"
|
|
}
|
|
],
|
|
|
|
"customKey": "Use this file to define a testing payload for your notifications. The aps dictionary specifies the category, alert text and title. The WatchKit Simulator Actions array can provide info for one or more action buttons in addition to the standard Dismiss button. Any other top level keys are custom payload. If you have multiple such JSON files in your project, you'll be able to select them when choosing to debug the notification interface of your Watch App."
|
|
}
|