GithubHelp home page GithubHelp logo

thefrontiergroup / fh-ios-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from feedhenry/fh-ios-sdk

0.0 14.0 0.0 132.61 MB

FeedHenry iOS SDK

Home Page: http://www.feedhenry.com

License: Other

Ruby 0.79% Objective-C 98.98% Shell 0.23%

fh-ios-sdk's Introduction

FeedHenry iOS SDK Build Status

The iOS Software Development Kit to connect to the FeedHenry platform.

Release Process

The project relies on Cocoapods and it's respective plugins 'cocoapods-packager' and 'cocoapods-appledoc', so please ensure that are installed in your system. If not, please execute the following:

[sudo] gem install cocoapods cocoapods-packager cocoapods-appledoc

Common Actions

  • Update the VERSION.txt and fh-ios-sdk/FHDefines.h with the new version number.
  • Update ```CHANGELOG.md`` with the new release and content.

a) Release on Cocoapods [Required Step]

  • Update FH.podspec, s.version attribute with the new version number.
  • Tag the repository with the new version number:
git tag -s -a {VERSION} -m 'version {VERSION}'   // e.g. {VERSION} format is  '2.2.5'
  • Push the new release tag on GitHub:
git push origin {TAG}
  • Publish the FH.podspec on the Cocoapods repo with:
 	pod trunk push --allow-warnings

--allow-warnings is required to skip some deprecation warnings from a underlying dependency library. This will be circumvented in a future release.

b) Release on GitHub

  • Once you have published on Cocoapods it's time to do a GitHub release. To do so run the script:
./github-release.sh

This will produce two files in the Releases-{version} directory. You can then attach them on the GitHub release page.

c) Generate API Documentation

To generate API documentation and sync with the GitHub pages placeholder, switch to 'gh-pages' branch and follow the instructions there.

Usage

See iOS SDK Guide.

Links

fh-ios-sdk's People

Contributors

cvasilak avatar jasonmadigan avatar corinnekrych avatar david-martin avatar lordmortis avatar antiguab avatar danbev avatar mmurphy avatar cianclarke avatar

Watchers

Matt Lambie avatar Vinny Osiro avatar Jordan Maguire avatar Greg Tangey avatar James Cloos avatar TFG Observer (for deployments only) avatar Paula avatar  avatar TFG Jenkins (for CI only) avatar Kevin Jackson avatar Sheldon Gill avatar Colyn Prater avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.