lib/xcodeproject/pbx_file_reference.rb in xcodeproject-0.3.12 vs lib/xcodeproject/pbx_file_reference.rb in xcodeproject-0.3.13

- old
+ new

@@ -1,8 +1,10 @@ #-- -# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# The MIT License # +# Copyright (c) 2012-2014 Andrei Nesterov <ae.nesterov@gmail.com> +# # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is @@ -70,11 +72,11 @@ '.hpp' => 'sourcecode.cpp.h', '.cpp' => 'sourcecode.cpp.cpp', '.cc' => 'sourcecode.cpp.cpp', '.mp3' => 'audio.mp3', '.png' => 'image.png', - 'jpeg' => 'image.jpeg', - 'jpg' => 'image.jpeg', + '.jpeg' => 'image.jpeg', + '.jpg' => 'image.jpeg', '.fnt' => 'text', '.txt' => 'text' } end end