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

21
FastNotes/eas.json Normal file
View File

@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 18.4.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -23,6 +23,7 @@
"@supabase/supabase-js": "^2.98.0",
"async-storage": "^0.1.0",
"deno": "^2.7.6",
"eas-cli": "^18.4.0",
"expo": "~54.0.33",
"expo-blur": "~15.0.8",
"expo-constants": "~18.0.13",