chore: datas are ok and sync also

This commit is contained in:
Julien Froidefond
2025-08-27 12:18:40 +02:00
parent aee5d74445
commit 88dc00a44b
11 changed files with 385 additions and 211 deletions

View File

@@ -11,7 +11,8 @@
"https://reactnative.dev/docs/getting-started",
"https://github.com/facebook/react-native"
],
"icon": "fab-react"
"icon": "fab-react",
"importance": "standard"
},
{
"id": "flutter",
@@ -22,7 +23,8 @@
"https://docs.flutter.dev/",
"https://github.com/flutter/flutter"
],
"icon": "fas-mobile"
"icon": "fas-mobile",
"importance": "standard"
},
{
"id": "swift",
@@ -33,7 +35,8 @@
"https://docs.swift.org/swift-book/",
"https://github.com/apple/swift"
],
"icon": "fab-swift"
"icon": "fab-swift",
"importance": "standard"
},
{
"id": "kotlin",
@@ -44,7 +47,8 @@
"https://kotlinlang.org/docs/",
"https://github.com/JetBrains/kotlin"
],
"icon": "fab-android"
"icon": "fab-android",
"importance": "standard"
},
{
"id": "expo",
@@ -55,7 +59,8 @@
"https://docs.expo.dev/",
"https://github.com/expo/expo"
],
"icon": "fab-react"
"icon": "fab-react",
"importance": "standard"
},
{
"id": "ionic",
@@ -65,7 +70,8 @@
"https://ionicframework.com/",
"https://ionicframework.com/docs"
],
"icon": "fas-mobile"
"icon": "fas-mobile",
"importance": "standard"
},
{
"id": "xamarin",
@@ -75,14 +81,19 @@
"https://dotnet.microsoft.com/apps/xamarin",
"https://docs.microsoft.com/xamarin/"
],
"icon": "fab-microsoft"
"icon": "fab-microsoft",
"importance": "standard"
},
{
"id": "unity",
"name": "Unity",
"description": "Moteur de jeu pour applications mobiles",
"links": ["https://unity.com/", "https://docs.unity3d.com/"],
"icon": "fas-cube"
"links": [
"https://unity.com/",
"https://docs.unity3d.com/"
],
"icon": "fas-cube",
"importance": "standard"
},
{
"id": "cordova",
@@ -92,21 +103,30 @@
"https://cordova.apache.org/",
"https://cordova.apache.org/docs/"
],
"icon": "fas-mobile"
"icon": "fas-mobile",
"importance": "standard"
},
{
"id": "capacitor",
"name": "Capacitor",
"description": "Runtime natif pour applications web",
"links": ["https://capacitorjs.com/", "https://capacitorjs.com/docs"],
"icon": "fas-cog"
"links": [
"https://capacitorjs.com/",
"https://capacitorjs.com/docs"
],
"icon": "fas-cog",
"importance": "standard"
},
{
"id": "fastlane",
"name": "Fastlane",
"description": "Automatisation pour développement mobile",
"links": ["https://fastlane.tools/", "https://docs.fastlane.tools/"],
"icon": "fas-cog"
"links": [
"https://fastlane.tools/",
"https://docs.fastlane.tools/"
],
"icon": "fas-cog",
"importance": "standard"
},
{
"id": "firebase",
@@ -116,7 +136,8 @@
"https://firebase.google.com/",
"https://firebase.google.com/docs"
],
"icon": "fab-google"
"icon": "fab-google",
"importance": "standard"
},
{
"id": "app-store-optimization",
@@ -126,14 +147,19 @@
"https://developer.apple.com/app-store/",
"https://play.google.com/console/"
],
"icon": "fas-cog"
"icon": "fas-cog",
"importance": "standard"
},
{
"id": "mobile-testing",
"name": "Tests Mobile",
"description": "Frameworks de tests pour applications mobiles",
"links": ["https://appium.io/", "https://detox.js.org/"],
"icon": "fas-bug"
"links": [
"https://appium.io/",
"https://detox.js.org/"
],
"icon": "fas-bug",
"importance": "standard"
},
{
"id": "mobile-performance",
@@ -143,7 +169,8 @@
"https://developers.google.com/web/tools/lighthouse",
"https://developer.android.com/topic/performance"
],
"icon": "fas-cog"
"icon": "fas-cog",
"importance": "standard"
},
{
"id": "push-notifications",
@@ -153,7 +180,8 @@
"https://firebase.google.com/docs/cloud-messaging",
"https://developer.apple.com/notifications/"
],
"icon": "fas-bell"
"icon": "fas-bell",
"importance": "standard"
}
]
}
}