PvParisi / Flash-Chat-iOS11

Starter project for the Flash Chat app https://www.appbrewery.co/p/how-to-make-app-ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flash-Chat

Podfile Configuration

post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            config.build_settings['CLANG_WARN_DOCUMENTATION_COMMENTS'] = 'NO'
        end
    end
end

Finished App

Finished App

Copyright © The App Brewery

About

Starter project for the Flash Chat app https://www.appbrewery.co/p/how-to-make-app-ios


Languages

Language:Swift 95.1%Language:Ruby 4.9%