From 0f4374526afa07e050c6ebfbde157cbf082b5d81 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 5 Mar 2014 12:27:58 +0100 Subject: [PATCH] remove magic encoding comments from template files (which are not needed) --- lib/motion/project/template/android/config.rb | 2 -- lib/motion/project/template/gem/files/app/app_delegate.rb | 2 -- lib/motion/project/template/ios/files/app/app_delegate.rb | 2 -- lib/motion/project/template/osx/config.rb | 2 -- lib/motion/project/template/osx/files/app/app_delegate.rb | 2 -- lib/motion/project/template/osx/files/app/menu.rb | 2 -- 6 files changed, 12 deletions(-) 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