Commit 4469a172 authored by Jamie Riley Evans's avatar Jamie Riley Evans

Removed the `inhibit_all_warnings!` and `source` lines from the Podfile initializer.

parent 9fc34261
......@@ -56,13 +56,10 @@ module Pod
podfile = ''
podfile << "xcodeproj '#{@project_path}'\n\n" if @project_path
podfile << <<-PLATFORM.strip_heredoc
source 'https://github.com/CocoaPods/Specs.git'
# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
# use_frameworks!
# Uncomment this line to ignore all warnings from all pods
# inhibit_all_warnings!
PLATFORM
project.targets.each do |target|
......
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