IosAwnFcmCore 0.10.1

IosAwnFcmCore 0.10.1

Maintained by Rafael Setragni.



 
Depends on:
IosAwnCore~> 0.10.0
FirebaseCore~> 11.0
Firebase/Messaging~> 11.0
GoogleUtilities~> 8.0
 

  • By
  • Rafael Setragni

IosAwnFcmCore

[![CI Status](https://img.shields.io/travis/Rafael Setragni/IosAwnFcmCore.svg?style=flat)](https://travis-ci.org/Rafael Setragni/IosAwnFcmCore) Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

IosAwnFcmCore is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'IosAwnFcmCore'

Author

Rafael Setragni, [email protected]

License

IosAwnFcmCore is available under Source Available license. See the LICENSE file for more info.

xcodebuild archive -scheme IosAwnFcmCore -destination "generic/platform=iOS" -archivePath build/IosAwnFcmCore-iOS SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES

xcodebuild archive -scheme IosAwnFcmCore -destination "generic/platform=iOS Simulator" -archivePath build/IosAwnFcmCore-sim SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES

xcodebuild -create-xcframework -framework build/IosAwnFcmCore-iOS.xcarchive/Products/Library/Frameworks/IosAwnFcmCore.framework -framework build/IosAwnFcmCore-sim.xcarchive/Products/Library/Frameworks/IosAwnFcmCore.framework -output build/IosAwnFcmCore.xcframework