Skip to content

Commit

Permalink
More autoload #see 919
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Apr 10, 2013
1 parent 4c3544d commit 0049a33
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/cocoapods.rb
Expand Up @@ -5,11 +5,12 @@ module Pod

require 'cocoapods/gem_version'
require 'cocoapods-core'
require 'xcodeproj'
require 'cocoapods/downloader'
require 'cocoapods/file_list'
require 'cocoapods/config'

autoload :Xcodeproj, 'xcodeproj'
autoload :Downloader, 'cocoapods/downloader'

# Indicates an user error. This is defined in cocoapods-core.
#
class Informative < PlainInformative
Expand Down Expand Up @@ -71,6 +72,6 @@ module Hooks
end

if ENV['COCOA_PODS_ENV'] == 'development'
require 'awesome_print'
require 'pry'
# require 'awesome_print'
# require 'pry'
end

0 comments on commit 0049a33

Please sign in to comment.