Sha256: 599d0530206de27d37460a25f44f66dbd85f909d36a477708a466f9d84f55979

Contents?: true

Size: 380 Bytes

Versions: 4

Compression:

Stored size: 380 Bytes

Contents

project '<%= File.join(config[:project_name], "#{config[:project_name]}.xcodeproj")%>'
platform :ios, '<%= config[:target_platform]%>'

inhibit_all_warnings!

target '<%= config[:target_name]%>' do

end

post_install do | installer |
    installer.pods_project.build_configurations.each do |config|
        config.build_settings['PROVISIONING_PROFILE_SPECIFIER'] = ""
    end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fwtoolkit-2.1.5 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.1.4 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.1.3 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.1.1 templates/objc_project/xcode/Podfile.tt