diff --git a/lib/motion/project/template/android/config.rb b/lib/motion/project/template/android/config.rb index 928aaae5..d6e16166 100644 --- a/lib/motion/project/template/android/config.rb +++ b/lib/motion/project/template/android/config.rb @@ -1,7 +1,5 @@ # encoding: utf-8 -# -*- coding: utf-8 -*- -# # Copyright (c) 2012, HipByte SPRL and contributors # All rights reserved. # diff --git a/lib/motion/project/template/gem/files/app/app_delegate.rb b/lib/motion/project/template/gem/files/app/app_delegate.rb index 2222caea..43b2aa9e 100644 --- a/lib/motion/project/template/gem/files/app/app_delegate.rb +++ b/lib/motion/project/template/gem/files/app/app_delegate.rb @@ -1,5 +1,3 @@ -# encoding: utf-8 - class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) true diff --git a/lib/motion/project/template/ios/files/app/app_delegate.rb b/lib/motion/project/template/ios/files/app/app_delegate.rb index 2222caea..43b2aa9e 100644 --- a/lib/motion/project/template/ios/files/app/app_delegate.rb +++ b/lib/motion/project/template/ios/files/app/app_delegate.rb @@ -1,5 +1,3 @@ -# encoding: utf-8 - class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) true diff --git a/lib/motion/project/template/osx/config.rb b/lib/motion/project/template/osx/config.rb index a8573d29..7c7c7235 100644 --- a/lib/motion/project/template/osx/config.rb +++ b/lib/motion/project/template/osx/config.rb @@ -1,7 +1,5 @@ # encoding: utf-8 -# -*- coding: utf-8 -*- -# # Copyright (c) 2012, HipByte SPRL and contributors # All rights reserved. # diff --git a/lib/motion/project/template/osx/files/app/app_delegate.rb b/lib/motion/project/template/osx/files/app/app_delegate.rb index 8b4315ed..705a0f87 100644 --- a/lib/motion/project/template/osx/files/app/app_delegate.rb +++ b/lib/motion/project/template/osx/files/app/app_delegate.rb @@ -1,5 +1,3 @@ -# encoding: utf-8 - class AppDelegate def applicationDidFinishLaunching(notification) buildMenu diff --git a/lib/motion/project/template/osx/files/app/menu.rb b/lib/motion/project/template/osx/files/app/menu.rb index 1c3de279..3c02b248 100644 --- a/lib/motion/project/template/osx/files/app/menu.rb +++ b/lib/motion/project/template/osx/files/app/menu.rb @@ -1,5 +1,3 @@ -# encoding: utf-8 - class AppDelegate def buildMenu @mainMenu = NSMenu.new