Commit e14fb9c8 authored by Fabio Pelosin's avatar Fabio Pelosin

Removed forgetten comma

parent 55a07786
...@@ -29,7 +29,7 @@ module Pod ...@@ -29,7 +29,7 @@ module Pod
# TODO This is just to work around a MacRuby bug # TODO This is just to work around a MacRuby bug
def post_initialize def post_initialize
@dependencies, @source_files, @resources, @clean_paths, @subspecs, = [], [], [], [], [] @dependencies, @source_files, @resources, @clean_paths, @subspecs = [], [], [], [], []
@platform = Platform.new(nil) @platform = Platform.new(nil)
@xcconfig = Xcodeproj::Config.new @xcconfig = Xcodeproj::Config.new
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment