From 613dcd6586af2019658a01140a85c062e152ea98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 31 Mar 2015 16:32:33 -0400 Subject: [PATCH] lib/ios: add metadata annotations to "Hello iOS" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/ios/examples/hello_ios.nit | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/ios/examples/hello_ios.nit b/lib/ios/examples/hello_ios.nit index d11ffcb..3269906 100644 --- a/lib/ios/examples/hello_ios.nit +++ b/lib/ios/examples/hello_ios.nit @@ -13,7 +13,11 @@ # limitations under the License. # Simple iOS app with a single label -module hello_ios +module hello_ios is + app_name "Hello iOS" + app_namespace "nit.app.hello_ios" + app_version(0, 5, git_revision) +end import ios -- 1.7.9.5