Skip to content

Conversation

@MaximeLM
Copy link

Fixes the 110 warnings that are generated when integrating Keen 3.7.0 in an iOS app using Xcode 10:

  • Bump deployment target to iOS 8:
    • iOS 7 is no longer supported by the iOS simulator
    • fixes NSURLSession warnings
  • Fix strict_prototypes warnings
  • Disable Block implicitly retains 'self' warnings in podspec; the changes required by this warning are quite important, so I chose to disable the warning in the podspec instead
  • Update deprecated CLLocationManagerDelegate method

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 66.165% when pulling a246a23 on MaximeLM:fix_cocoapods_warnings into da11140 on keenlabs:master.

@MaximeLM
Copy link
Author

Not sure why the travis build failed, looks like a ruby/cocoapods issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants