nitc iOS: use ???? as bundle signature (now we can)
authorAlexis Laferrière <alexis.laf@xymus.net>
Mon, 14 Mar 2016 20:52:58 +0000 (16:52 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 15 Apr 2016 15:31:46 +0000 (11:31 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

src/platform/xcode_templates.nit

index 776d314..776b656 100644 (file)
@@ -494,7 +494,7 @@ class PlistTemplate
        <key>CFBundleShortVersionString</key>
        <string>{{{short_version}}}</string>
        <key>CFBundleSignature</key>
-       <string>\\?\\?\\?\\?</string>
+       <string>????</string>
        <key>CFBundleVersion</key>
        <string>{{{bundle_version}}}</string>
        <key>LSRequiresIPhoneOS</key>