Commit cb3fad63 authored by Luke Redpath's avatar Luke Redpath

Renamed this file as it seemed to be causing some confusion with the native extension in the

xcodeproj gem.
parent 579c1a73
...@@ -30,7 +30,7 @@ end ...@@ -30,7 +30,7 @@ end
module Xcodeproj module Xcodeproj
autoload :Config, 'xcodeproj/config' autoload :Config, 'xcodeproj/config'
autoload :Project, 'cocoapods/xcodeproj_ext' autoload :Project, 'cocoapods/xcodeproj_pods'
autoload :Workspace, 'xcodeproj/workspace' autoload :Workspace, 'xcodeproj/workspace'
end end
......
require 'xcodeproj' require 'xcodeproj/project'
module Xcodeproj module Xcodeproj
class Project class Project
......
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