installed build prep
This commit is contained in:
@@ -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
21
FastNotes/eas.json
Normal 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": {}
|
||||
}
|
||||
}
|
||||
3213
FastNotes/package-lock.json
generated
3213
FastNotes/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user