installed build prep

This commit is contained in:
Christopher Sanden
2026-03-19 22:26:18 +01:00
parent 294a932485
commit b683c6b7e5
4 changed files with 3226 additions and 22 deletions

View File

@@ -10,7 +10,10 @@
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.fastnotes.app"
"bundleIdentifier": "com.fastnotes.app",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"android": {
"package": "com.fastnotes.app",
@@ -58,6 +61,14 @@
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"supabaseUrl": "https://mogieparkvgcobaukpsr.supabase.co",
"supabaseKey": "sb_publishable_V_59BIi7RykQTnH7HNMWbg_dWN9hlbS",
"router": {},
"eas": {
"projectId": "7eb7c779-f343-49c8-8412-286e56ee15f9"
}
}
}
}