From 5f9fa0393466f4543065eddfe0fcb6de77df6d96 Mon Sep 17 00:00:00 2001
From: Bertrand Presles <bpresles@gmail.com>
Date: Sat, 29 Jun 2019 22:10:51 +0200
Subject: [PATCH] Updated cordova config to include specific App ID for iOS

---
 config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.xml b/config.xml
index f5dec2e6..3292a937 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="104006" id="fr.duniter.cesium" version="1.4.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="104006" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.4.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
     <name>Cesium</name>
     <description>
     An simple App for Duniter wallet
-- 
GitLab