Sha256: f5c07e4188e5e0eebeeb760b92cb4b54a4ee1c4b4332723936a554fa8fd350c5

Contents?: true

Size: 575 Bytes

Versions: 1

Compression:

Stored size: 575 Bytes

Contents

`bundle exec arkana --config-filepath .arkana.yml`

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
    pod "ArkanaKeys", path: "dependencies/ArkanaKeys"
    pod "ArkanaKeysInterfaces", path: "dependencies/ArkanaKeysInterfaces"
end

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fwtoolkit-2.6.4 templates/swift_project/xcode/Podfile.tt