lib/ios: add metadata annotations to "Hello iOS"
[nit.git] / 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