Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ibireme committed Nov 7, 2015
1 parent e608486 commit 8483fe7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ Installation
2. Add the source files to your Xcode project.
3. Add `-fno-objc-arc` compiler flag to `NSObject+YYAddForARC.m` and `NSThread+YYAdd.m`.
4. Link with required frameworks:
* UIKit.framework
* CoreGraphics.framework
* QuartzCore.framework
* Accelerate.framework
* ImageIO.framework
* CoreText.framework
* CoreFoundation.framework
* UIKit
* CoreGraphics
* QuartzCore
* Accelerate
* ImageIO
* CoreText
* CoreFoundation
* libz
5. Import `YYCategories.h`.

Expand Down Expand Up @@ -113,13 +113,13 @@ YYCategories is provided under the MIT license. See LICENSE file for details.
2. 将 YYCategories 内的源文件添加(拖放)到你的工程。
3.`NSObject+YYAddForARC.m``NSThread+YYAdd.m` 添加编译参数 `-fno-objc-arc`
4. 链接以下 frameworks:
* UIKit.framework
* CoreGraphics.framework
* QuartzCore.framework
* Accelerate.framework
* ImageIO.framework
* CoreText.framework
* CoreFoundation.framework
* UIKit
* CoreGraphics
* QuartzCore
* Accelerate
* ImageIO
* CoreText
* CoreFoundation
* libz
5. 导入 `YYCategories.h`

Expand Down

0 comments on commit 8483fe7

Please sign in to comment.