first version of the cruise lovers app, build 1.0.1, ready to be published on the app store

This commit is contained in:
2026-07-22 09:09:26 +01:00
parent 104566ded3
commit 4f5c5cc6d2
23 changed files with 1225 additions and 858 deletions

View File

@@ -1,51 +1,69 @@
{
"expo": {
"name": "cruise lovers",
"name": "Cruise Lovers",
"slug": "cruiseLovers",
"version": "1.0.0",
"version": "1.0.1",
"orientation": "portrait",
"icon": "./assets/icons/logo.png",
"icon": "./assets/icons/app-icon.png",
"scheme": "cruiselovers",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"supportsTablet": false,
"infoPlist": {
"LSApplicationQueriesSchemes": ["comgooglemaps", "waze"]
}
"LSApplicationQueriesSchemes": [
"comgooglemaps",
"waze"
],
"ITSAppUsesNonExemptEncryption": false,
"NSLocationWhenInUseUsageDescription": "A Cruise Lovers utiliza a localização apenas para mostrar o mapa da agência e ajudar a obter direções."
},
"bundleIdentifier": "pt.cruiselovers.app"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/icons/logo.png",
"backgroundImage": "./assets/icons/logo.png",
"monochromeImage": "./assets/icons/logo.png"
"backgroundColor": "#ffffff",
"foregroundImage": "./assets/icons/app-icon.png",
"backgroundImage": "./assets/icons/app-icon.png",
"monochromeImage": "./assets/icons/app-icon.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
"predictiveBackGestureEnabled": false,
"package": "pt.cruiselovers.app"
},
"web": {
"output": "static",
"favicon": "./assets/icons/logo.png"
"favicon": "./assets/icons/app-icon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/icons/logo.png",
"image": "./assets/icons/app-icon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#000000"
},
}
],
"expo-font",
[
"expo-maps",
{
"requestLocationPermission": true,
"locationPermission": "A Cruise Lovers utiliza a localização apenas para mostrar o mapa da agência e ajudar a obter direções."
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "28650db4-e205-490d-8d1f-5112bcd9b644"
}
}
}
}