mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-01-12 22:51:55 +08:00
remove magic encoding comments from template files (which are not needed)
This commit is contained in:
committed by
Watson
parent
a7c839173c
commit
c12dc01358
@@ -1,5 +1,3 @@
|
||||
# encoding: utf-8
|
||||
|
||||
class AppDelegate
|
||||
def application(application, didFinishLaunchingWithOptions:launchOptions)
|
||||
true
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# encoding: utf-8
|
||||
|
||||
class AppDelegate
|
||||
def application(application, didFinishLaunchingWithOptions:launchOptions)
|
||||
true
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# encoding: utf-8
|
||||
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright (c) 2012, HipByte SPRL and contributors
|
||||
# All rights reserved.
|
||||
#
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# encoding: utf-8
|
||||
|
||||
class AppDelegate
|
||||
def applicationDidFinishLaunching(notification)
|
||||
buildMenu
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# encoding: utf-8
|
||||
|
||||
class AppDelegate
|
||||
def buildMenu
|
||||
@mainMenu = NSMenu.new
|
||||
|
||||
Reference in New Issue
Block a user