What's New

1.2.5

2018-12-19T14:23:37Z

migrate to swift 4.2

DGFrameworkTemplate

Swift Version Build Status CocoaPods Compatible Carthage Compatible Swift Package Manager Compatible Platform Twitter

Installation

Using digipolitan-framework-swift-template-cli

gem install digipolitan-framework-swift-template-cli

And then execute the follow command

dg-fst --init

Check all available options here

Manually

First download the zip file and install bundler

[sudo] gem install bundler
bundle install

Then execute the install.rb and follow the instructions

bundle exec ruby install.rb

Features

How to deploy ?

First install deployment dependencies

bundle install && brew bundle

Run the following lane to start a new release version on git :

fastlane start_framework_release

This lane is a part of Digipolitan lanes

Check if everything is OK, after that publish the new release version on git

fastlane publish_framework_release

This lane is a part of Digipolitan lanes

After that 2 options are available :

  • If you keep Travis CI : Travis will run tests and will deploy CocoaPods and GitHub release
  • Otherwise you must run lanes yourself framework_deploy_cocoapods and framework_deploy_github part of Digipolitan lanes

Contributing

See CONTRIBUTING.md for more details!

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to contact@digipolitan.com.

License

DGFrameworkTemplate is licensed under the BSD 3-Clause license.

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Tue Mar 12 2024 03:24:38 GMT-0900 (Hawaii-Aleutian Daylight Time)