Skip to content

micomiloloza/FirebaseLex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FirebaseLex

Wrapper framework that encapsulates several most commonly used Firebase frameworks (Crashlytics, Analytics, Messaging, Core, InstanceID and InAppMessaging) available for Carthage.

Instructions

  1. Specify in your Cartfile:
github "ivoleko/FirebaseLex" "master"
  1. Add FirebaseLex framework in your project (together with input & output paths).

  2. Locate "InAppMessagingDisplayResources.bundle" inside FirebaseLex.framework and add it to your project (without copying).

  3. In Project Build Phases, add New Run Script Phase. In the script field, add new run script:

$PROJECT_DIR/Carthage/Checkouts/FirebaseLex/FirebaseLex/run
  1. In the Input Files add two paths: ${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME} $(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)

About

Firebase for Carthage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 90.6%
  • C 9.3%
  • Other 0.1%