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 module Pod
VERSION = '0.3.0' VERSION = '0.3.1'
class Informative < StandardError class Informative < StandardError
end end
...@@ -22,9 +22,9 @@ module Pod ...@@ -22,9 +22,9 @@ module Pod
end end
module Xcodeproj module Xcodeproj
autoload :Config, 'cocoapods/xcodeproj_ext' autoload :Config, 'xcodeproj/config'
autoload :Project, 'cocoapods/xcodeproj_ext' autoload :Project, 'cocoapods/xcodeproj_ext'
autoload :Workspace, 'cocoapods/xcodeproj_ext' autoload :Workspace, 'xcodeproj/workspace'
end end
class Pathname 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