Sha256: 3749a5761b3f241c1246a359d0e897bdb67c9c17f63495f295127a1e4ef058ba

Contents?: true

Size: 397 Bytes

Versions: 4

Compression:

Stored size: 397 Bytes

Contents

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

inhibit_all_warnings!
use_frameworks!

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/swift_project/xcode/Podfile.tt
fwtoolkit-2.1.4 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.1.3 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.1.1 templates/swift_project/xcode/Podfile.tt