Sha256: 5e082a8014b6e2fafed9efc66104b94a5dcac003ab18784d1565dfa90c11ea8e

Contents?: true

Size: 395 Bytes

Versions: 45

Compression:

Stored size: 395 Bytes

Contents

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

inhibit_all_warnings!
use_frameworks!

target '<%= config[:project_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

45 entries across 23 versions & 1 rubygems

Version Path
fwtoolkit-2.6.4 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.6.3 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.6.3 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.6.2 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.6.2 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.6.1 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.6.1 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.6.0 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.6.0 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.5.0 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.5.0 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.4.0 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.4.0 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.3.6 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.3.6 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.3.5 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.3.5 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.3.4 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.3.4 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.3.3 templates/objc_project/xcode/Podfile.tt