Skip to content

Commit

Permalink
Removed no longer valid spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Jan 12, 2015
1 parent 12d8ff6 commit 1fd9cbb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/xcodeproj/project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,18 +155,6 @@ def to_s

alias_method :inspect, :to_s

<<<<<<< HEAD
# @return [Boolean] Whether the `xcproj` conversion should be disabled. The
# conversion can also be disabled via the `XCODEPROJ_DISABLE_XCPROJ`
# environment variable.
#
attr_accessor :disable_xcproj
def disable_xcproj?
@disable_xcproj || ENV['XCODEPROJ_DISABLE_XCPROJ']
end

=======
>>>>>>> 74e6190... Directly write ASCII plists using DevToolsCore.
public

# @!group Initialization
Expand Down

0 comments on commit 1fd9cbb

Please sign in to comment.