Skip to content

Commit

Permalink
target ios 16 (#26)
Browse files Browse the repository at this point in the history
Restore #23 but for iOS 16 only.
  • Loading branch information
brindy authored Sep 25, 2023
1 parent 8cfc026 commit 72c5cca
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 8 deletions.
40 changes: 36 additions & 4 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
{
"version": 4,
"messages": [],
"rules": []
}
"version": 5,
"messages": [
{
"id": "macos_promo_oct2023",
"content": {
"messageType": "promo_single_action",
"titleText": "Did you know our free browser is available on Windows & Mac?",
"descriptionText": "Visit <b>duckduckgo.com/browser</b> on your computer to download.",
"placeholder": "NewForMacAndWindows",
"actionText": "Send Link",
"action": {
"type": "share",
"value": "Visit https://duckduckgo.com/app",
"additionalParameters": {
"title": "Get DuckDuckGo Browser for Mac or Windows"
}
}
},
"matchingRules": [
1
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"locale": {
"value": [
"en-US"
]
}
}
}
]
}
42 changes: 38 additions & 4 deletions live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
{
"version": 6,
"messages": [],
"rules": []
}
"version": 9,
"messages": [
{
"id": "macos_promo_may2023",
"content": {
"messageType": "promo_single_action",
"titleText": "Did you know our free browser is available on Windows & Mac?",
"descriptionText": "Visit <b>duckduckgo.com/browser</b> on your computer to download.",
"placeholder": "NewForMacAndWindows",
"actionText": "Send Link",
"action": {
"type": "share",
"value": "Visit https://duckduckgo.com/browser",
"additionalParameters": { "title": "Get DuckDuckGo Browser for Mac or Windows" }
}
},
"matchingRules": [
1
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"locale": {
"value": [
"en-US"
]
},
"osApi": {
"min": "16.0.0",
"max": "18.0.0"
}
}
}
]
}

0 comments on commit 72c5cca

Please sign in to comment.