lib/xcake/xcodeproj_ext/PBXNativeTarget.rb in xcake-0.8.13 vs lib/xcake/xcodeproj_ext/PBXNativeTarget.rb in xcake-0.9.0

- old
+ new

@@ -8,15 +8,15 @@ find_or_create_build_phase_by_class(phase_class) end def library_target_type? case symbol_type - when :framework, :dynamic_library, :static_library + when :framework, :dynamic_library, :static_library true else false end end end - end + end end end