[](https://travis-ci.org/Rafael Setragni/IosAwnFcmCore)
To run the example project, clone the repo, and run pod install
from the Example directory first.
IosAwnFcmCore is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'IosAwnFcmCore'
Rafael Setragni, [email protected]
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