Files
sure/Project.json
T
0aa43de10a Add experimental Swift-native Sure Insights app (#3134)
* 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>
2026-08-25 04:16:24 +02:00

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"
}
}
}
}
}