Sha256: af28bd9b7654aab0f433fb9cf17f1232eed9f3baab6e0d2383799f9c22eedb53
Contents?: true
Size: 441 Bytes
Versions: 2
Compression:
Stored size: 441 Bytes
Contents
workspace '<%= File.join(config[:project_name], "#{config[:project_name]}.xcworkspace")%>' project '<%= File.join(config[:project_name], "#{config[:project_name]}.xcodeproj")%>' platform :ios, '<%= config[:target_platform]%>' inhibit_all_warnings! use_frameworks! post_install do | installer | installer.pods_project.build_configurations.each do |config| config.build_settings['PROVISIONING_PROFILE_SPECIFIER'] = "" end end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fwtoolkit-2.1.6 | templates/objc_project/xcode/Podfile.tt |
fwtoolkit-2.1.6 | templates/swift_project/xcode/Podfile.tt |