diff --git a/config.xml b/config.xml
index 8bbb94d789c9640c6cf4f6de9014de8d2604cfe4..8f1cacd27732fbadc794fdd0be7fd5af1235ba64 100644
--- a/config.xml
+++ b/config.xml
@@ -132,15 +132,6 @@
             <false />
         </config-file>
     </platform>
-    <platform name="osx">
-        <icon height="16" src="resources/osx/icon-16.png" width="16" />
-        <icon height="32" src="resources/osx/icon-32.png" width="32" />
-        <icon height="64" src="resources/osx/icon-64.png" width="64" />
-        <icon height="128" src="resources/osx/icon-128.png" width="128" />
-        <icon height="256" src="resources/osx/icon-256.png" width="256" />
-        <icon height="512" src="resources/osx/icon-512.png" width="512" />
-        <icon height="1024" src="resources/osx/icon-1024.png" width="1024" />
-    </platform>
     <plugin name="cordova-plugin-camera" spec="^4.1.0">
         <variable name="CAMERA_USAGE_DESCRIPTION" value="Add picture to the user profile" />
         <variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="Take a picture for the user profile" />
@@ -169,6 +160,4 @@
     </plugin>
     <plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
     <plugin name="cordova-plugin-androidx" spec="^1.0.2" />
-    <engine name="ios" spec="^6.1.0" />
-    <engine name="osx" spec="^6.0.0" />
 </widget>
diff --git a/package.json b/package.json
index 5e0499386d56c132753d85fec2378663c05c5d9c..7cb527ff0f8d3c6e13a864b19a750c50175cf740 100644
--- a/package.json
+++ b/package.json
@@ -95,8 +95,7 @@
     "cordova": "^10.0.0",
     "cordova-android": "^9.0.0",
     "cordova-clipboard": "^1.3.0",
-    "cordova-ios": "^6.1.1",
-    "cordova-osx": "^6.0.0",
+    "cordova-ios": "^6.2.0",
     "cordova-plugin-androidx": "^3.0.0",
     "cordova-plugin-androidx-adapter": "^1.1.3",
     "cordova-plugin-camera": "^5.0.1",
@@ -214,9 +213,8 @@
       "cordova-plugin-minisodium": {}
     },
     "platforms": [
-      "ios",
-      "osx",
-      "android"
+      "android",
+      "ios"
     ]
   },
   "engines": {
diff --git a/www/js/config.js b/www/js/config.js
index 94d0138706f02b19349e6fe82219f5adef913552..0027636ef2017dcd29ec16061c4429d103dbd6b8 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -120,7 +120,7 @@ angular.module("cesium.config", [])
 		}
 	},
 	"version": "1.6.12",
-	"build": "2021-03-01T17:45:19.094Z",
+	"build": "2021-03-03T20:44:36.248Z",
 	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
 })