feedhenry / fh-ios-swift-sdk

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

RHMAP-16650 Check if connection tag is disabled #43

Closed jcesarmobile closed 7 years ago

jcesarmobile commented 7 years ago

Test on helloworld swift app using this on the Podfile

pod 'FeedHenry', :git => 'https://github.com/jcesarmobile/fh-ios-swift-sdk', :branch => 'RHMAP-16650'

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 62.896% when pulling 0b6b8f55e51a2a8144fecea2daef97123c735182 on jcesarmobile:RHMAP-16650 into 80659cc15535e88e1fd6484e393c501626b49d75 on feedhenry:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 62.896% when pulling 0b6b8f55e51a2a8144fecea2daef97123c735182 on jcesarmobile:RHMAP-16650 into 80659cc15535e88e1fd6484e393c501626b49d75 on feedhenry:master.

danielpassos commented 7 years ago
[passos]: ~/Development/Projects/Feedhenry-Templates/helloworld-ios-swift [git:master]
→ pod install
Analyzing dependencies
Pre-downloading: `FeedHenry` from `https://github.com/jcesarmobile/fh-ios-swift-sdk`, branch `RHMAP-16650`
[!] Unable to satisfy the following requirements:

- `AeroGearHttp (= 1.0.0)` required by `FeedHenry (5.0.4)`

None of your spec sources contain a spec satisfying the dependency: `AeroGearHttp (= 1.0.0)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default.
danielpassos commented 7 years ago

I was able to install it after run pod repo update

danielpassos commented 7 years ago

fhconfig-plist

danielpassos commented 7 years ago

I will allow it