Explorar o código

Merge pull request #160 from defagos/carthage-instructions-image

Add image for Carthage FLEX exclusion setup
Ryan Olson %!s(int64=9) %!d(string=hai) anos
pai
achega
7642a0632d
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. BIN=BIN
      README-images/flex-exclusion-carthage.jpg
  2. 2 0
      README.md

BIN=BIN
README-images/flex-exclusion-carthage.jpg


+ 2 - 0
README.md

@@ -158,6 +158,8 @@ If you are using Carthage, only including the `FLEX.framework` in debug builds i
 	```
 	
 	Finally, add `$(SRCROOT)/Carthage/Build/iOS/FLEX.framework` as input file of this script phase.
+	
+<p align="center"><img src="README-images/flex-exclusion-carthage.jpg"/></p>
 
 ## Additional Notes
 - When setting fields of type `id` or values in `NSUserDefaults`, FLEX attempts to parse the input string as `JSON`. This allows you to use a combination of strings, numbers, arrays, and dictionaries. If you want to set a string value, it must be wrapped in quotes. For ivars or properties that are explicitly typed as `NSStrings`, quotes are not required.