Commit dcdc3af2 authored by Florian Hanke's avatar Florian Hanke

+ autoload for :Config, :Workspace now points to the xcodeproj lib code so as to…

+ autoload for :Config, :Workspace now points to the xcodeproj lib code so as to not trigger loading of MacRuby related code
parent aba658e6
module Pod
VERSION = '0.3.0'
VERSION = '0.3.1'
class Informative < StandardError
end
......@@ -22,9 +22,9 @@ module Pod
end
module Xcodeproj
autoload :Config, 'cocoapods/xcodeproj_ext'
autoload :Config, 'xcodeproj/config'
autoload :Project, 'cocoapods/xcodeproj_ext'
autoload :Workspace, 'cocoapods/xcodeproj_ext'
autoload :Workspace, 'xcodeproj/workspace'
end
class Pathname
......
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