From 76f96b633dae4f1db6950f914643fc0fa2d5c0f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Mon, 14 Mar 2016 16:52:58 -0400 Subject: [PATCH] nitc iOS: use ???? as bundle signature (now we can) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- src/platform/xcode_templates.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/xcode_templates.nit b/src/platform/xcode_templates.nit index 776d314..776b656 100644 --- a/src/platform/xcode_templates.nit +++ b/src/platform/xcode_templates.nit @@ -494,7 +494,7 @@ class PlistTemplate CFBundleShortVersionString {{{short_version}}} CFBundleSignature - \\?\\?\\?\\? + ???? CFBundleVersion {{{bundle_version}}} LSRequiresIPhoneOS -- 1.7.9.5