lib/ios: add metadata annotations to "Hello iOS"
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 31 Mar 2015 20:32:33 +0000 (16:32 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 2 Apr 2015 15:51:02 +0000 (11:51 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/ios/examples/hello_ios.nit

index d11ffcb..3269906 100644 (file)
 # 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