From: Alexis Laferrière Date: Tue, 31 Mar 2015 20:32:33 +0000 (-0400) Subject: lib/ios: add metadata annotations to "Hello iOS" X-Git-Tag: v0.7.4~42^2 X-Git-Url: http://nitlanguage.org lib/ios: add metadata annotations to "Hello iOS" Signed-off-by: Alexis Laferrière --- 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