Commit 3a377b6d authored by Fabio Pelosin's avatar Fabio Pelosin

[Config] Removed legacy config.ios? and config.osx?

parent 28c50294
......@@ -53,16 +53,6 @@ module Pod
end
attr_writer :podfile
def ios?
# TODO: deprecate in 0.7
podfile.target_definitions[:default].platform == :ios if podfile
end
def osx?
# TODO: deprecate in 0.7
podfile.target_definitions[:default].platform == :osx if podfile
end
module Mixin
def config
Config.instance
......
Subproject commit bd787fdfb4e53132cafd74e9ff40936377a542c7
Subproject commit ddda7566d193fe0e5fa1c419f5b5239ef964f263
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