feedhenry / fh-ios-swift-sdk

FeedHenry iOS (Swift) SDK
http://feedhenry.org
4 stars 17 forks source link

added the ability to call init with custom fhconfig #55

Closed deewhyweb closed 5 years ago

deewhyweb commented 5 years ago

For the current project we're working on we need the ability to include multiple versions of fhconfig.plist to the app and allow the user to select which one to initialize the sdk with. This function performs the same job as FH.init() but accepts a FeedHenry.Config object to indicate the fhconfig to use.

codecov[bot] commented 5 years ago

Codecov Report

Merging #55 into master will decrease coverage by 0.09%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #55     +/-   ##
=========================================
- Coverage   74.87%   74.78%   -0.1%     
=========================================
  Files          30       30             
  Lines        2424     2427      +3     
=========================================
  Hits         1815     1815             
- Misses        609      612      +3
Impacted Files Coverage Δ
FeedHenry/FH.swift 31.91% <0%> (-1.06%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bc9f2d6...4cc7d33. Read the comment docs.