mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-09 09:40:15 +08:00
remove spaces
This commit is contained in:
@@ -78,13 +78,13 @@ module Motion; module Project;
|
||||
File.open(pch, 'w') do |io|
|
||||
case platform
|
||||
when "MacOSX"
|
||||
header = <<EOS
|
||||
header =<<EOS
|
||||
#ifdef __OBJC__
|
||||
# import <Cocoa/Cocoa.h>
|
||||
#endif
|
||||
EOS
|
||||
when /^iPhone/
|
||||
header = <<EOS
|
||||
header =<<EOS
|
||||
#ifdef __OBJC__
|
||||
# import <UIKit/UIKit.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user