mirror of
https://github.com/we-promise/sure.git
synced 2026-09-05 06:41:08 +00:00
* Add Swift-native Sure app * Fix push subscriptions schema for CI * Address native app review feedback * Address remaining native app review feedback * Use Flutter app logo for native icon * Honor insight notification preferences and locale --------- Co-authored-by: Juan Jose Mata <2v8shcb6pz@privaterelay.appleid.com> Co-authored-by: sure-admin <sure-admin@splashblot.com>
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "Sure",
|
|
"options": {
|
|
"deploymentTarget": {
|
|
"iOS": "18.0"
|
|
}
|
|
},
|
|
"settings": {
|
|
"base": {
|
|
"SWIFT_VERSION": "6.0"
|
|
}
|
|
},
|
|
"targets": {
|
|
"Sure": {
|
|
"type": "application",
|
|
"platform": "iOS",
|
|
"sources": [
|
|
"bitrig/App"
|
|
],
|
|
"settings": {
|
|
"base": {
|
|
"PRODUCT_BUNDLE_IDENTIFIER": "app.bitrig.new.81790e0e362141ce8bc1315a7a361749",
|
|
"TARGETED_DEVICE_FAMILY": "1,2",
|
|
"ASSETCATALOG_COMPILER_APPICON_NAME": "AppIcon",
|
|
"ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME": "AccentColor"
|
|
}
|
|
},
|
|
"info": {
|
|
"path": "bitrig/App/Info.plist",
|
|
"properties": {
|
|
"CFBundleDisplayName": "Sure",
|
|
"UILaunchScreen": {},
|
|
"UIBackgroundModes": [
|
|
"remote-notification"
|
|
]
|
|
}
|
|
},
|
|
"entitlements": {
|
|
"path": "bitrig/App/Sure.entitlements",
|
|
"properties": {
|
|
"aps-environment": "development"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|