project.pbxproj 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. ABDC31581BE9FB990012A159 /* YYTextContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31261BE9FB990012A159 /* YYTextContainerView.m */; };
  10. ABDC31591BE9FB990012A159 /* YYTextDebugOption.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31281BE9FB990012A159 /* YYTextDebugOption.m */; };
  11. ABDC315A1BE9FB990012A159 /* YYTextEffectWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC312A1BE9FB990012A159 /* YYTextEffectWindow.m */; };
  12. ABDC315B1BE9FB990012A159 /* YYTextInput.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC312C1BE9FB990012A159 /* YYTextInput.m */; };
  13. ABDC315C1BE9FB990012A159 /* YYTextKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC312E1BE9FB990012A159 /* YYTextKeyboardManager.m */; };
  14. ABDC315D1BE9FB990012A159 /* YYTextLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31301BE9FB990012A159 /* YYTextLayout.m */; };
  15. ABDC315E1BE9FB990012A159 /* YYTextLine.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31321BE9FB990012A159 /* YYTextLine.m */; };
  16. ABDC315F1BE9FB990012A159 /* YYTextMagnifier.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31341BE9FB990012A159 /* YYTextMagnifier.m */; };
  17. ABDC31601BE9FB990012A159 /* YYTextSelectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31361BE9FB990012A159 /* YYTextSelectionView.m */; };
  18. ABDC31611BE9FB990012A159 /* YYTextArchiver.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31391BE9FB990012A159 /* YYTextArchiver.m */; };
  19. ABDC31621BE9FB990012A159 /* YYTextAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC313B1BE9FB990012A159 /* YYTextAttribute.m */; };
  20. ABDC31631BE9FB990012A159 /* YYTextParser.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC313D1BE9FB990012A159 /* YYTextParser.m */; };
  21. ABDC31641BE9FB990012A159 /* YYTextRubyAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC313F1BE9FB990012A159 /* YYTextRubyAnnotation.m */; };
  22. ABDC31651BE9FB990012A159 /* YYTextRunDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31411BE9FB990012A159 /* YYTextRunDelegate.m */; };
  23. ABDC31661BE9FB990012A159 /* NSAttributedString+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31441BE9FB990012A159 /* NSAttributedString+YYText.m */; };
  24. ABDC31671BE9FB990012A159 /* NSParagraphStyle+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31461BE9FB990012A159 /* NSParagraphStyle+YYText.m */; };
  25. ABDC31681BE9FB990012A159 /* UIPasteboard+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31481BE9FB990012A159 /* UIPasteboard+YYText.m */; };
  26. ABDC31691BE9FB990012A159 /* UIView+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC314A1BE9FB990012A159 /* UIView+YYText.m */; };
  27. ABDC316A1BE9FB990012A159 /* YYTextAsyncLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC314C1BE9FB990012A159 /* YYTextAsyncLayer.m */; };
  28. ABDC316B1BE9FB990012A159 /* YYTextTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC314E1BE9FB990012A159 /* YYTextTransaction.m */; };
  29. ABDC316C1BE9FB990012A159 /* YYTextUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31501BE9FB990012A159 /* YYTextUtilities.m */; };
  30. ABDC316D1BE9FB990012A159 /* YYTextWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31521BE9FB990012A159 /* YYTextWeakProxy.m */; };
  31. ABDC316E1BE9FB990012A159 /* YYLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31541BE9FB990012A159 /* YYLabel.m */; };
  32. ABDC316F1BE9FB990012A159 /* YYTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31571BE9FB990012A159 /* YYTextView.m */; };
  33. ABDC319A1BEA00AC0012A159 /* YYTextExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31831BEA00AC0012A159 /* YYTextExample.m */; };
  34. ABDC319B1BEA00AC0012A159 /* YYTextAttributeExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31851BEA00AC0012A159 /* YYTextAttributeExample.m */; };
  35. ABDC319C1BEA00AC0012A159 /* YYTextAttachmentExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31871BEA00AC0012A159 /* YYTextAttachmentExample.m */; };
  36. ABDC319D1BEA00AC0012A159 /* YYTextEditExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31891BEA00AC0012A159 /* YYTextEditExample.m */; };
  37. ABDC319E1BEA00AC0012A159 /* YYTextMarkdownExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC318B1BEA00AC0012A159 /* YYTextMarkdownExample.m */; };
  38. ABDC319F1BEA00AC0012A159 /* YYTextEmoticonExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC318D1BEA00AC0012A159 /* YYTextEmoticonExample.m */; };
  39. ABDC31A01BEA00AC0012A159 /* YYTextBindingExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC318F1BEA00AC0012A159 /* YYTextBindingExample.m */; };
  40. ABDC31A11BEA00AC0012A159 /* YYTextCopyPasteExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31911BEA00AC0012A159 /* YYTextCopyPasteExample.m */; };
  41. ABDC31A21BEA00AC0012A159 /* YYTextUndoRedoExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31931BEA00AC0012A159 /* YYTextUndoRedoExample.m */; };
  42. ABDC31A31BEA00AC0012A159 /* YYTextRubyExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31951BEA00AC0012A159 /* YYTextRubyExample.m */; };
  43. ABDC31A41BEA00AC0012A159 /* YYTextAsyncExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31971BEA00AC0012A159 /* YYTextAsyncExample.m */; };
  44. ABDC31A51BEA00AC0012A159 /* YYTextExampleHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31991BEA00AC0012A159 /* YYTextExampleHelper.m */; };
  45. ABDC31AC1BEA01080012A159 /* UIView+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31A71BEA01080012A159 /* UIView+YYAdd.m */; };
  46. ABDC31AD1BEA01080012A159 /* UIControl+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31A91BEA01080012A159 /* UIControl+YYAdd.m */; };
  47. ABDC31AE1BEA01080012A159 /* UIGestureRecognizer+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31AB1BEA01080012A159 /* UIGestureRecognizer+YYAdd.m */; };
  48. ABDC31B11BEA01700012A159 /* UIImage+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31B01BEA01700012A159 /* UIImage+YYWebImage.m */; };
  49. ABDC31B41BEA02D50012A159 /* NSBundle+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31B31BEA02D50012A159 /* NSBundle+YYAdd.m */; };
  50. ABDC31B71BEA02F90012A159 /* NSString+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31B61BEA02F90012A159 /* NSString+YYAdd.m */; };
  51. ABDC31BA1BEA03B20012A159 /* YYGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31B91BEA03B20012A159 /* YYGestureRecognizer.m */; };
  52. ABDC31BD1BEA03EF0012A159 /* YYFPSLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31BC1BEA03EF0012A159 /* YYFPSLabel.m */; };
  53. ABDC31C01BEA05640012A159 /* CALayer+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31BF1BEA05640012A159 /* CALayer+YYAdd.m */; };
  54. ABDC31C31BEA05990012A159 /* NSData+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31C21BEA05990012A159 /* NSData+YYAdd.m */; };
  55. ABDC31C51BEA06070012A159 /* EmoticonQQ.bundle in Resources */ = {isa = PBXBuildFile; fileRef = ABDC31C41BEA06070012A159 /* EmoticonQQ.bundle */; };
  56. ABDC31C81BEA06DB0012A159 /* YYWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31C71BEA06DB0012A159 /* YYWeakProxy.m */; };
  57. ABDC31CA1BEA07160012A159 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = ABDC31C91BEA07160012A159 /* libz.tbd */; };
  58. ABDC31CC1BEA071B0012A159 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABDC31CB1BEA071B0012A159 /* ImageIO.framework */; };
  59. ABDC31CE1BEA07290012A159 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABDC31CD1BEA07290012A159 /* SystemConfiguration.framework */; };
  60. ABDC31D21BEA083F0012A159 /* pia@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ABDC31D11BEA083F0012A159 /* pia@2x.png */; };
  61. ABDC31D41BEA08840012A159 /* dribbble64_imageio.png in Resources */ = {isa = PBXBuildFile; fileRef = ABDC31D31BEA08840012A159 /* dribbble64_imageio.png */; };
  62. ABDC31D61BEA09310012A159 /* dribbble256_imageio.png in Resources */ = {isa = PBXBuildFile; fileRef = ABDC31D51BEA09310012A159 /* dribbble256_imageio.png */; };
  63. ABDC31E31BEA0C5A0012A159 /* Animated image support.txt in Resources */ = {isa = PBXBuildFile; fileRef = ABDC31D81BEA0C5A0012A159 /* Animated image support.txt */; };
  64. ABDC31E41BEA0C5A0012A159 /* YYAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31DA1BEA0C5A0012A159 /* YYAnimatedImageView.m */; };
  65. ABDC31E51BEA0C5A0012A159 /* YYFrameImage.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31DC1BEA0C5A0012A159 /* YYFrameImage.m */; };
  66. ABDC31E61BEA0C5A0012A159 /* YYImage.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31DE1BEA0C5A0012A159 /* YYImage.m */; };
  67. ABDC31E71BEA0C5A0012A159 /* YYImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31E01BEA0C5A0012A159 /* YYImageCoder.m */; };
  68. ABDC31E81BEA0C5A0012A159 /* YYSpriteSheetImage.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC31E21BEA0C5A0012A159 /* YYSpriteSheetImage.m */; };
  69. ABDC32101BEB35DB0012A159 /* YYTextTagExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC320F1BEB35DB0012A159 /* YYTextTagExample.m */; };
  70. D975392B1BD2896100C6F4B8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D975392A1BD2896100C6F4B8 /* main.m */; };
  71. D975392E1BD2896100C6F4B8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D975392D1BD2896100C6F4B8 /* AppDelegate.m */; };
  72. D97539311BD2896100C6F4B8 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D97539301BD2896100C6F4B8 /* ViewController.m */; };
  73. D97539341BD2896100C6F4B8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D97539321BD2896100C6F4B8 /* Main.storyboard */; };
  74. D97539361BD2896100C6F4B8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D97539351BD2896100C6F4B8 /* Assets.xcassets */; };
  75. D97539391BD2896100C6F4B8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D97539371BD2896100C6F4B8 /* LaunchScreen.storyboard */; };
  76. D975394B1BD289B400C6F4B8 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D975394A1BD289B400C6F4B8 /* MobileCoreServices.framework */; };
  77. D975394D1BD289B800C6F4B8 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D975394C1BD289B800C6F4B8 /* Accelerate.framework */; };
  78. D975394F1BD289BC00C6F4B8 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D975394E1BD289BC00C6F4B8 /* CoreText.framework */; };
  79. D97539511BD289C000C6F4B8 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97539501BD289C000C6F4B8 /* QuartzCore.framework */; };
  80. D97539531BD289C400C6F4B8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97539521BD289C400C6F4B8 /* UIKit.framework */; };
  81. D97539551BD289C800C6F4B8 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97539541BD289C800C6F4B8 /* CoreFoundation.framework */; };
  82. /* End PBXBuildFile section */
  83. /* Begin PBXCopyFilesBuildPhase section */
  84. D97539481BD2899B00C6F4B8 /* CopyFiles */ = {
  85. isa = PBXCopyFilesBuildPhase;
  86. buildActionMask = 2147483647;
  87. dstPath = "";
  88. dstSubfolderSpec = 10;
  89. files = (
  90. );
  91. runOnlyForDeploymentPostprocessing = 0;
  92. };
  93. /* End PBXCopyFilesBuildPhase section */
  94. /* Begin PBXFileReference section */
  95. ABDC31251BE9FB990012A159 /* YYTextContainerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextContainerView.h; sourceTree = "<group>"; };
  96. ABDC31261BE9FB990012A159 /* YYTextContainerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextContainerView.m; sourceTree = "<group>"; };
  97. ABDC31271BE9FB990012A159 /* YYTextDebugOption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextDebugOption.h; sourceTree = "<group>"; };
  98. ABDC31281BE9FB990012A159 /* YYTextDebugOption.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextDebugOption.m; sourceTree = "<group>"; };
  99. ABDC31291BE9FB990012A159 /* YYTextEffectWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextEffectWindow.h; sourceTree = "<group>"; };
  100. ABDC312A1BE9FB990012A159 /* YYTextEffectWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextEffectWindow.m; sourceTree = "<group>"; };
  101. ABDC312B1BE9FB990012A159 /* YYTextInput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextInput.h; sourceTree = "<group>"; };
  102. ABDC312C1BE9FB990012A159 /* YYTextInput.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextInput.m; sourceTree = "<group>"; };
  103. ABDC312D1BE9FB990012A159 /* YYTextKeyboardManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextKeyboardManager.h; sourceTree = "<group>"; };
  104. ABDC312E1BE9FB990012A159 /* YYTextKeyboardManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextKeyboardManager.m; sourceTree = "<group>"; };
  105. ABDC312F1BE9FB990012A159 /* YYTextLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextLayout.h; sourceTree = "<group>"; };
  106. ABDC31301BE9FB990012A159 /* YYTextLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextLayout.m; sourceTree = "<group>"; };
  107. ABDC31311BE9FB990012A159 /* YYTextLine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextLine.h; sourceTree = "<group>"; };
  108. ABDC31321BE9FB990012A159 /* YYTextLine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextLine.m; sourceTree = "<group>"; };
  109. ABDC31331BE9FB990012A159 /* YYTextMagnifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextMagnifier.h; sourceTree = "<group>"; };
  110. ABDC31341BE9FB990012A159 /* YYTextMagnifier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextMagnifier.m; sourceTree = "<group>"; };
  111. ABDC31351BE9FB990012A159 /* YYTextSelectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextSelectionView.h; sourceTree = "<group>"; };
  112. ABDC31361BE9FB990012A159 /* YYTextSelectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextSelectionView.m; sourceTree = "<group>"; };
  113. ABDC31381BE9FB990012A159 /* YYTextArchiver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextArchiver.h; sourceTree = "<group>"; };
  114. ABDC31391BE9FB990012A159 /* YYTextArchiver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextArchiver.m; sourceTree = "<group>"; };
  115. ABDC313A1BE9FB990012A159 /* YYTextAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextAttribute.h; sourceTree = "<group>"; };
  116. ABDC313B1BE9FB990012A159 /* YYTextAttribute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextAttribute.m; sourceTree = "<group>"; };
  117. ABDC313C1BE9FB990012A159 /* YYTextParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextParser.h; sourceTree = "<group>"; };
  118. ABDC313D1BE9FB990012A159 /* YYTextParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextParser.m; sourceTree = "<group>"; };
  119. ABDC313E1BE9FB990012A159 /* YYTextRubyAnnotation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextRubyAnnotation.h; sourceTree = "<group>"; };
  120. ABDC313F1BE9FB990012A159 /* YYTextRubyAnnotation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextRubyAnnotation.m; sourceTree = "<group>"; };
  121. ABDC31401BE9FB990012A159 /* YYTextRunDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextRunDelegate.h; sourceTree = "<group>"; };
  122. ABDC31411BE9FB990012A159 /* YYTextRunDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextRunDelegate.m; sourceTree = "<group>"; };
  123. ABDC31431BE9FB990012A159 /* NSAttributedString+YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSAttributedString+YYText.h"; sourceTree = "<group>"; };
  124. ABDC31441BE9FB990012A159 /* NSAttributedString+YYText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSAttributedString+YYText.m"; sourceTree = "<group>"; };
  125. ABDC31451BE9FB990012A159 /* NSParagraphStyle+YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSParagraphStyle+YYText.h"; sourceTree = "<group>"; };
  126. ABDC31461BE9FB990012A159 /* NSParagraphStyle+YYText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSParagraphStyle+YYText.m"; sourceTree = "<group>"; };
  127. ABDC31471BE9FB990012A159 /* UIPasteboard+YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIPasteboard+YYText.h"; sourceTree = "<group>"; };
  128. ABDC31481BE9FB990012A159 /* UIPasteboard+YYText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIPasteboard+YYText.m"; sourceTree = "<group>"; };
  129. ABDC31491BE9FB990012A159 /* UIView+YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+YYText.h"; sourceTree = "<group>"; };
  130. ABDC314A1BE9FB990012A159 /* UIView+YYText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+YYText.m"; sourceTree = "<group>"; };
  131. ABDC314B1BE9FB990012A159 /* YYTextAsyncLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextAsyncLayer.h; sourceTree = "<group>"; };
  132. ABDC314C1BE9FB990012A159 /* YYTextAsyncLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextAsyncLayer.m; sourceTree = "<group>"; };
  133. ABDC314D1BE9FB990012A159 /* YYTextTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextTransaction.h; sourceTree = "<group>"; };
  134. ABDC314E1BE9FB990012A159 /* YYTextTransaction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextTransaction.m; sourceTree = "<group>"; };
  135. ABDC314F1BE9FB990012A159 /* YYTextUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextUtilities.h; sourceTree = "<group>"; };
  136. ABDC31501BE9FB990012A159 /* YYTextUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextUtilities.m; sourceTree = "<group>"; };
  137. ABDC31511BE9FB990012A159 /* YYTextWeakProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextWeakProxy.h; sourceTree = "<group>"; };
  138. ABDC31521BE9FB990012A159 /* YYTextWeakProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextWeakProxy.m; sourceTree = "<group>"; };
  139. ABDC31531BE9FB990012A159 /* YYLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYLabel.h; sourceTree = "<group>"; };
  140. ABDC31541BE9FB990012A159 /* YYLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYLabel.m; sourceTree = "<group>"; };
  141. ABDC31551BE9FB990012A159 /* YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYText.h; sourceTree = "<group>"; };
  142. ABDC31561BE9FB990012A159 /* YYTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextView.h; sourceTree = "<group>"; };
  143. ABDC31571BE9FB990012A159 /* YYTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextView.m; sourceTree = "<group>"; };
  144. ABDC31821BEA00AC0012A159 /* YYTextExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextExample.h; sourceTree = "<group>"; };
  145. ABDC31831BEA00AC0012A159 /* YYTextExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextExample.m; sourceTree = "<group>"; };
  146. ABDC31841BEA00AC0012A159 /* YYTextAttributeExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextAttributeExample.h; sourceTree = "<group>"; };
  147. ABDC31851BEA00AC0012A159 /* YYTextAttributeExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextAttributeExample.m; sourceTree = "<group>"; };
  148. ABDC31861BEA00AC0012A159 /* YYTextAttachmentExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextAttachmentExample.h; sourceTree = "<group>"; };
  149. ABDC31871BEA00AC0012A159 /* YYTextAttachmentExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextAttachmentExample.m; sourceTree = "<group>"; };
  150. ABDC31881BEA00AC0012A159 /* YYTextEditExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextEditExample.h; sourceTree = "<group>"; };
  151. ABDC31891BEA00AC0012A159 /* YYTextEditExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextEditExample.m; sourceTree = "<group>"; };
  152. ABDC318A1BEA00AC0012A159 /* YYTextMarkdownExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextMarkdownExample.h; sourceTree = "<group>"; };
  153. ABDC318B1BEA00AC0012A159 /* YYTextMarkdownExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextMarkdownExample.m; sourceTree = "<group>"; };
  154. ABDC318C1BEA00AC0012A159 /* YYTextEmoticonExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextEmoticonExample.h; sourceTree = "<group>"; };
  155. ABDC318D1BEA00AC0012A159 /* YYTextEmoticonExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextEmoticonExample.m; sourceTree = "<group>"; };
  156. ABDC318E1BEA00AC0012A159 /* YYTextBindingExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextBindingExample.h; sourceTree = "<group>"; };
  157. ABDC318F1BEA00AC0012A159 /* YYTextBindingExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextBindingExample.m; sourceTree = "<group>"; };
  158. ABDC31901BEA00AC0012A159 /* YYTextCopyPasteExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextCopyPasteExample.h; sourceTree = "<group>"; };
  159. ABDC31911BEA00AC0012A159 /* YYTextCopyPasteExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextCopyPasteExample.m; sourceTree = "<group>"; };
  160. ABDC31921BEA00AC0012A159 /* YYTextUndoRedoExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextUndoRedoExample.h; sourceTree = "<group>"; };
  161. ABDC31931BEA00AC0012A159 /* YYTextUndoRedoExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextUndoRedoExample.m; sourceTree = "<group>"; };
  162. ABDC31941BEA00AC0012A159 /* YYTextRubyExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextRubyExample.h; sourceTree = "<group>"; };
  163. ABDC31951BEA00AC0012A159 /* YYTextRubyExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextRubyExample.m; sourceTree = "<group>"; };
  164. ABDC31961BEA00AC0012A159 /* YYTextAsyncExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextAsyncExample.h; sourceTree = "<group>"; };
  165. ABDC31971BEA00AC0012A159 /* YYTextAsyncExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextAsyncExample.m; sourceTree = "<group>"; };
  166. ABDC31981BEA00AC0012A159 /* YYTextExampleHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextExampleHelper.h; sourceTree = "<group>"; };
  167. ABDC31991BEA00AC0012A159 /* YYTextExampleHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextExampleHelper.m; sourceTree = "<group>"; };
  168. ABDC31A61BEA01080012A159 /* UIView+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+YYAdd.h"; sourceTree = "<group>"; };
  169. ABDC31A71BEA01080012A159 /* UIView+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+YYAdd.m"; sourceTree = "<group>"; };
  170. ABDC31A81BEA01080012A159 /* UIControl+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIControl+YYAdd.h"; sourceTree = "<group>"; };
  171. ABDC31A91BEA01080012A159 /* UIControl+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIControl+YYAdd.m"; sourceTree = "<group>"; };
  172. ABDC31AA1BEA01080012A159 /* UIGestureRecognizer+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIGestureRecognizer+YYAdd.h"; sourceTree = "<group>"; };
  173. ABDC31AB1BEA01080012A159 /* UIGestureRecognizer+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIGestureRecognizer+YYAdd.m"; sourceTree = "<group>"; };
  174. ABDC31AF1BEA01700012A159 /* UIImage+YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+YYWebImage.h"; sourceTree = "<group>"; };
  175. ABDC31B01BEA01700012A159 /* UIImage+YYWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+YYWebImage.m"; sourceTree = "<group>"; };
  176. ABDC31B21BEA02D50012A159 /* NSBundle+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSBundle+YYAdd.h"; sourceTree = "<group>"; };
  177. ABDC31B31BEA02D50012A159 /* NSBundle+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSBundle+YYAdd.m"; sourceTree = "<group>"; };
  178. ABDC31B51BEA02F90012A159 /* NSString+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+YYAdd.h"; sourceTree = "<group>"; };
  179. ABDC31B61BEA02F90012A159 /* NSString+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+YYAdd.m"; sourceTree = "<group>"; };
  180. ABDC31B81BEA03B20012A159 /* YYGestureRecognizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYGestureRecognizer.h; sourceTree = "<group>"; };
  181. ABDC31B91BEA03B20012A159 /* YYGestureRecognizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYGestureRecognizer.m; sourceTree = "<group>"; };
  182. ABDC31BB1BEA03EF0012A159 /* YYFPSLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYFPSLabel.h; sourceTree = "<group>"; };
  183. ABDC31BC1BEA03EF0012A159 /* YYFPSLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYFPSLabel.m; sourceTree = "<group>"; };
  184. ABDC31BE1BEA05640012A159 /* CALayer+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CALayer+YYAdd.h"; sourceTree = "<group>"; };
  185. ABDC31BF1BEA05640012A159 /* CALayer+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CALayer+YYAdd.m"; sourceTree = "<group>"; };
  186. ABDC31C11BEA05990012A159 /* NSData+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+YYAdd.h"; sourceTree = "<group>"; };
  187. ABDC31C21BEA05990012A159 /* NSData+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+YYAdd.m"; sourceTree = "<group>"; };
  188. ABDC31C41BEA06070012A159 /* EmoticonQQ.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = EmoticonQQ.bundle; sourceTree = "<group>"; };
  189. ABDC31C61BEA06DB0012A159 /* YYWeakProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYWeakProxy.h; sourceTree = "<group>"; };
  190. ABDC31C71BEA06DB0012A159 /* YYWeakProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYWeakProxy.m; sourceTree = "<group>"; };
  191. ABDC31C91BEA07160012A159 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  192. ABDC31CB1BEA071B0012A159 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
  193. ABDC31CD1BEA07290012A159 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  194. ABDC31D11BEA083F0012A159 /* pia@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pia@2x.png"; sourceTree = "<group>"; };
  195. ABDC31D31BEA08840012A159 /* dribbble64_imageio.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dribbble64_imageio.png; sourceTree = "<group>"; };
  196. ABDC31D51BEA09310012A159 /* dribbble256_imageio.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dribbble256_imageio.png; sourceTree = "<group>"; };
  197. ABDC31D81BEA0C5A0012A159 /* Animated image support.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Animated image support.txt"; sourceTree = "<group>"; };
  198. ABDC31D91BEA0C5A0012A159 /* YYAnimatedImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYAnimatedImageView.h; sourceTree = "<group>"; };
  199. ABDC31DA1BEA0C5A0012A159 /* YYAnimatedImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYAnimatedImageView.m; sourceTree = "<group>"; };
  200. ABDC31DB1BEA0C5A0012A159 /* YYFrameImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYFrameImage.h; sourceTree = "<group>"; };
  201. ABDC31DC1BEA0C5A0012A159 /* YYFrameImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYFrameImage.m; sourceTree = "<group>"; };
  202. ABDC31DD1BEA0C5A0012A159 /* YYImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYImage.h; sourceTree = "<group>"; };
  203. ABDC31DE1BEA0C5A0012A159 /* YYImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYImage.m; sourceTree = "<group>"; };
  204. ABDC31DF1BEA0C5A0012A159 /* YYImageCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYImageCoder.h; sourceTree = "<group>"; };
  205. ABDC31E01BEA0C5A0012A159 /* YYImageCoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYImageCoder.m; sourceTree = "<group>"; };
  206. ABDC31E11BEA0C5A0012A159 /* YYSpriteSheetImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYSpriteSheetImage.h; sourceTree = "<group>"; };
  207. ABDC31E21BEA0C5A0012A159 /* YYSpriteSheetImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYSpriteSheetImage.m; sourceTree = "<group>"; };
  208. ABDC320E1BEB35DB0012A159 /* YYTextTagExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextTagExample.h; sourceTree = "<group>"; };
  209. ABDC320F1BEB35DB0012A159 /* YYTextTagExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextTagExample.m; sourceTree = "<group>"; };
  210. D97539261BD2896100C6F4B8 /* YYTextDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YYTextDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  211. D975392A1BD2896100C6F4B8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  212. D975392C1BD2896100C6F4B8 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  213. D975392D1BD2896100C6F4B8 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  214. D975392F1BD2896100C6F4B8 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  215. D97539301BD2896100C6F4B8 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  216. D97539331BD2896100C6F4B8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  217. D97539351BD2896100C6F4B8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  218. D97539381BD2896100C6F4B8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  219. D975393A1BD2896100C6F4B8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  220. D975394A1BD289B400C6F4B8 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
  221. D975394C1BD289B800C6F4B8 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
  222. D975394E1BD289BC00C6F4B8 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
  223. D97539501BD289C000C6F4B8 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  224. D97539521BD289C400C6F4B8 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  225. D97539541BD289C800C6F4B8 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
  226. /* End PBXFileReference section */
  227. /* Begin PBXFrameworksBuildPhase section */
  228. D97539231BD2896100C6F4B8 /* Frameworks */ = {
  229. isa = PBXFrameworksBuildPhase;
  230. buildActionMask = 2147483647;
  231. files = (
  232. ABDC31CE1BEA07290012A159 /* SystemConfiguration.framework in Frameworks */,
  233. D975394B1BD289B400C6F4B8 /* MobileCoreServices.framework in Frameworks */,
  234. ABDC31CC1BEA071B0012A159 /* ImageIO.framework in Frameworks */,
  235. ABDC31CA1BEA07160012A159 /* libz.tbd in Frameworks */,
  236. D97539551BD289C800C6F4B8 /* CoreFoundation.framework in Frameworks */,
  237. D97539531BD289C400C6F4B8 /* UIKit.framework in Frameworks */,
  238. D97539511BD289C000C6F4B8 /* QuartzCore.framework in Frameworks */,
  239. D975394F1BD289BC00C6F4B8 /* CoreText.framework in Frameworks */,
  240. D975394D1BD289B800C6F4B8 /* Accelerate.framework in Frameworks */,
  241. );
  242. runOnlyForDeploymentPostprocessing = 0;
  243. };
  244. /* End PBXFrameworksBuildPhase section */
  245. /* Begin PBXGroup section */
  246. ABDC31231BE9FB990012A159 /* YYText */ = {
  247. isa = PBXGroup;
  248. children = (
  249. ABDC31551BE9FB990012A159 /* YYText.h */,
  250. ABDC31531BE9FB990012A159 /* YYLabel.h */,
  251. ABDC31541BE9FB990012A159 /* YYLabel.m */,
  252. ABDC31561BE9FB990012A159 /* YYTextView.h */,
  253. ABDC31571BE9FB990012A159 /* YYTextView.m */,
  254. ABDC31371BE9FB990012A159 /* String */,
  255. ABDC31241BE9FB990012A159 /* Component */,
  256. ABDC31421BE9FB990012A159 /* Utility */,
  257. );
  258. name = YYText;
  259. path = ../YYText;
  260. sourceTree = "<group>";
  261. };
  262. ABDC31241BE9FB990012A159 /* Component */ = {
  263. isa = PBXGroup;
  264. children = (
  265. ABDC312F1BE9FB990012A159 /* YYTextLayout.h */,
  266. ABDC31301BE9FB990012A159 /* YYTextLayout.m */,
  267. ABDC31311BE9FB990012A159 /* YYTextLine.h */,
  268. ABDC31321BE9FB990012A159 /* YYTextLine.m */,
  269. ABDC312B1BE9FB990012A159 /* YYTextInput.h */,
  270. ABDC312C1BE9FB990012A159 /* YYTextInput.m */,
  271. ABDC31271BE9FB990012A159 /* YYTextDebugOption.h */,
  272. ABDC31281BE9FB990012A159 /* YYTextDebugOption.m */,
  273. ABDC31251BE9FB990012A159 /* YYTextContainerView.h */,
  274. ABDC31261BE9FB990012A159 /* YYTextContainerView.m */,
  275. ABDC31351BE9FB990012A159 /* YYTextSelectionView.h */,
  276. ABDC31361BE9FB990012A159 /* YYTextSelectionView.m */,
  277. ABDC31331BE9FB990012A159 /* YYTextMagnifier.h */,
  278. ABDC31341BE9FB990012A159 /* YYTextMagnifier.m */,
  279. ABDC31291BE9FB990012A159 /* YYTextEffectWindow.h */,
  280. ABDC312A1BE9FB990012A159 /* YYTextEffectWindow.m */,
  281. ABDC312D1BE9FB990012A159 /* YYTextKeyboardManager.h */,
  282. ABDC312E1BE9FB990012A159 /* YYTextKeyboardManager.m */,
  283. );
  284. path = Component;
  285. sourceTree = "<group>";
  286. };
  287. ABDC31371BE9FB990012A159 /* String */ = {
  288. isa = PBXGroup;
  289. children = (
  290. ABDC313A1BE9FB990012A159 /* YYTextAttribute.h */,
  291. ABDC313B1BE9FB990012A159 /* YYTextAttribute.m */,
  292. ABDC31381BE9FB990012A159 /* YYTextArchiver.h */,
  293. ABDC31391BE9FB990012A159 /* YYTextArchiver.m */,
  294. ABDC313C1BE9FB990012A159 /* YYTextParser.h */,
  295. ABDC313D1BE9FB990012A159 /* YYTextParser.m */,
  296. ABDC31401BE9FB990012A159 /* YYTextRunDelegate.h */,
  297. ABDC31411BE9FB990012A159 /* YYTextRunDelegate.m */,
  298. ABDC313E1BE9FB990012A159 /* YYTextRubyAnnotation.h */,
  299. ABDC313F1BE9FB990012A159 /* YYTextRubyAnnotation.m */,
  300. );
  301. path = String;
  302. sourceTree = "<group>";
  303. };
  304. ABDC31421BE9FB990012A159 /* Utility */ = {
  305. isa = PBXGroup;
  306. children = (
  307. ABDC314F1BE9FB990012A159 /* YYTextUtilities.h */,
  308. ABDC31501BE9FB990012A159 /* YYTextUtilities.m */,
  309. ABDC31511BE9FB990012A159 /* YYTextWeakProxy.h */,
  310. ABDC31521BE9FB990012A159 /* YYTextWeakProxy.m */,
  311. ABDC314D1BE9FB990012A159 /* YYTextTransaction.h */,
  312. ABDC314E1BE9FB990012A159 /* YYTextTransaction.m */,
  313. ABDC314B1BE9FB990012A159 /* YYTextAsyncLayer.h */,
  314. ABDC314C1BE9FB990012A159 /* YYTextAsyncLayer.m */,
  315. ABDC31491BE9FB990012A159 /* UIView+YYText.h */,
  316. ABDC314A1BE9FB990012A159 /* UIView+YYText.m */,
  317. ABDC31431BE9FB990012A159 /* NSAttributedString+YYText.h */,
  318. ABDC31441BE9FB990012A159 /* NSAttributedString+YYText.m */,
  319. ABDC31451BE9FB990012A159 /* NSParagraphStyle+YYText.h */,
  320. ABDC31461BE9FB990012A159 /* NSParagraphStyle+YYText.m */,
  321. ABDC31471BE9FB990012A159 /* UIPasteboard+YYText.h */,
  322. ABDC31481BE9FB990012A159 /* UIPasteboard+YYText.m */,
  323. );
  324. path = Utility;
  325. sourceTree = "<group>";
  326. };
  327. ABDC31D71BEA0C5A0012A159 /* YYImage */ = {
  328. isa = PBXGroup;
  329. children = (
  330. ABDC31D81BEA0C5A0012A159 /* Animated image support.txt */,
  331. ABDC31D91BEA0C5A0012A159 /* YYAnimatedImageView.h */,
  332. ABDC31DA1BEA0C5A0012A159 /* YYAnimatedImageView.m */,
  333. ABDC31DB1BEA0C5A0012A159 /* YYFrameImage.h */,
  334. ABDC31DC1BEA0C5A0012A159 /* YYFrameImage.m */,
  335. ABDC31DD1BEA0C5A0012A159 /* YYImage.h */,
  336. ABDC31DE1BEA0C5A0012A159 /* YYImage.m */,
  337. ABDC31DF1BEA0C5A0012A159 /* YYImageCoder.h */,
  338. ABDC31E01BEA0C5A0012A159 /* YYImageCoder.m */,
  339. ABDC31E11BEA0C5A0012A159 /* YYSpriteSheetImage.h */,
  340. ABDC31E21BEA0C5A0012A159 /* YYSpriteSheetImage.m */,
  341. );
  342. name = YYImage;
  343. path = YYTextDemo/YYImage;
  344. sourceTree = "<group>";
  345. };
  346. D975391D1BD2896100C6F4B8 = {
  347. isa = PBXGroup;
  348. children = (
  349. ABDC31D71BEA0C5A0012A159 /* YYImage */,
  350. ABDC31231BE9FB990012A159 /* YYText */,
  351. D97539281BD2896100C6F4B8 /* YYTextDemo */,
  352. D97539271BD2896100C6F4B8 /* Products */,
  353. );
  354. sourceTree = "<group>";
  355. };
  356. D97539271BD2896100C6F4B8 /* Products */ = {
  357. isa = PBXGroup;
  358. children = (
  359. D97539261BD2896100C6F4B8 /* YYTextDemo.app */,
  360. );
  361. name = Products;
  362. sourceTree = "<group>";
  363. };
  364. D97539281BD2896100C6F4B8 /* YYTextDemo */ = {
  365. isa = PBXGroup;
  366. children = (
  367. ABDC31821BEA00AC0012A159 /* YYTextExample.h */,
  368. ABDC31831BEA00AC0012A159 /* YYTextExample.m */,
  369. ABDC31841BEA00AC0012A159 /* YYTextAttributeExample.h */,
  370. ABDC31851BEA00AC0012A159 /* YYTextAttributeExample.m */,
  371. ABDC320E1BEB35DB0012A159 /* YYTextTagExample.h */,
  372. ABDC320F1BEB35DB0012A159 /* YYTextTagExample.m */,
  373. ABDC31861BEA00AC0012A159 /* YYTextAttachmentExample.h */,
  374. ABDC31871BEA00AC0012A159 /* YYTextAttachmentExample.m */,
  375. ABDC31881BEA00AC0012A159 /* YYTextEditExample.h */,
  376. ABDC31891BEA00AC0012A159 /* YYTextEditExample.m */,
  377. ABDC318A1BEA00AC0012A159 /* YYTextMarkdownExample.h */,
  378. ABDC318B1BEA00AC0012A159 /* YYTextMarkdownExample.m */,
  379. ABDC318C1BEA00AC0012A159 /* YYTextEmoticonExample.h */,
  380. ABDC318D1BEA00AC0012A159 /* YYTextEmoticonExample.m */,
  381. ABDC318E1BEA00AC0012A159 /* YYTextBindingExample.h */,
  382. ABDC318F1BEA00AC0012A159 /* YYTextBindingExample.m */,
  383. ABDC31901BEA00AC0012A159 /* YYTextCopyPasteExample.h */,
  384. ABDC31911BEA00AC0012A159 /* YYTextCopyPasteExample.m */,
  385. ABDC31921BEA00AC0012A159 /* YYTextUndoRedoExample.h */,
  386. ABDC31931BEA00AC0012A159 /* YYTextUndoRedoExample.m */,
  387. ABDC31941BEA00AC0012A159 /* YYTextRubyExample.h */,
  388. ABDC31951BEA00AC0012A159 /* YYTextRubyExample.m */,
  389. ABDC31961BEA00AC0012A159 /* YYTextAsyncExample.h */,
  390. ABDC31971BEA00AC0012A159 /* YYTextAsyncExample.m */,
  391. ABDC31981BEA00AC0012A159 /* YYTextExampleHelper.h */,
  392. ABDC31991BEA00AC0012A159 /* YYTextExampleHelper.m */,
  393. ABDC31D51BEA09310012A159 /* dribbble256_imageio.png */,
  394. ABDC31D31BEA08840012A159 /* dribbble64_imageio.png */,
  395. ABDC31D11BEA083F0012A159 /* pia@2x.png */,
  396. ABDC31C41BEA06070012A159 /* EmoticonQQ.bundle */,
  397. D97539291BD2896100C6F4B8 /* Supporting Files */,
  398. ABDC31C91BEA07160012A159 /* libz.tbd */,
  399. );
  400. path = YYTextDemo;
  401. sourceTree = "<group>";
  402. };
  403. D97539291BD2896100C6F4B8 /* Supporting Files */ = {
  404. isa = PBXGroup;
  405. children = (
  406. D975392C1BD2896100C6F4B8 /* AppDelegate.h */,
  407. D975392D1BD2896100C6F4B8 /* AppDelegate.m */,
  408. D975392F1BD2896100C6F4B8 /* ViewController.h */,
  409. D97539301BD2896100C6F4B8 /* ViewController.m */,
  410. ABDC31A61BEA01080012A159 /* UIView+YYAdd.h */,
  411. ABDC31A71BEA01080012A159 /* UIView+YYAdd.m */,
  412. ABDC31A81BEA01080012A159 /* UIControl+YYAdd.h */,
  413. ABDC31A91BEA01080012A159 /* UIControl+YYAdd.m */,
  414. ABDC31AA1BEA01080012A159 /* UIGestureRecognizer+YYAdd.h */,
  415. ABDC31AB1BEA01080012A159 /* UIGestureRecognizer+YYAdd.m */,
  416. ABDC31C11BEA05990012A159 /* NSData+YYAdd.h */,
  417. ABDC31C21BEA05990012A159 /* NSData+YYAdd.m */,
  418. ABDC31BE1BEA05640012A159 /* CALayer+YYAdd.h */,
  419. ABDC31BF1BEA05640012A159 /* CALayer+YYAdd.m */,
  420. ABDC31AF1BEA01700012A159 /* UIImage+YYWebImage.h */,
  421. ABDC31B01BEA01700012A159 /* UIImage+YYWebImage.m */,
  422. ABDC31B51BEA02F90012A159 /* NSString+YYAdd.h */,
  423. ABDC31B61BEA02F90012A159 /* NSString+YYAdd.m */,
  424. ABDC31B21BEA02D50012A159 /* NSBundle+YYAdd.h */,
  425. ABDC31B31BEA02D50012A159 /* NSBundle+YYAdd.m */,
  426. ABDC31B81BEA03B20012A159 /* YYGestureRecognizer.h */,
  427. ABDC31B91BEA03B20012A159 /* YYGestureRecognizer.m */,
  428. ABDC31BB1BEA03EF0012A159 /* YYFPSLabel.h */,
  429. ABDC31BC1BEA03EF0012A159 /* YYFPSLabel.m */,
  430. ABDC31C61BEA06DB0012A159 /* YYWeakProxy.h */,
  431. ABDC31C71BEA06DB0012A159 /* YYWeakProxy.m */,
  432. D97539321BD2896100C6F4B8 /* Main.storyboard */,
  433. D97539351BD2896100C6F4B8 /* Assets.xcassets */,
  434. D97539371BD2896100C6F4B8 /* LaunchScreen.storyboard */,
  435. D975393A1BD2896100C6F4B8 /* Info.plist */,
  436. D975392A1BD2896100C6F4B8 /* main.m */,
  437. ABDC31CD1BEA07290012A159 /* SystemConfiguration.framework */,
  438. ABDC31CB1BEA071B0012A159 /* ImageIO.framework */,
  439. D97539541BD289C800C6F4B8 /* CoreFoundation.framework */,
  440. D97539521BD289C400C6F4B8 /* UIKit.framework */,
  441. D97539501BD289C000C6F4B8 /* QuartzCore.framework */,
  442. D975394E1BD289BC00C6F4B8 /* CoreText.framework */,
  443. D975394C1BD289B800C6F4B8 /* Accelerate.framework */,
  444. D975394A1BD289B400C6F4B8 /* MobileCoreServices.framework */,
  445. );
  446. name = "Supporting Files";
  447. sourceTree = "<group>";
  448. };
  449. /* End PBXGroup section */
  450. /* Begin PBXNativeTarget section */
  451. D97539251BD2896100C6F4B8 /* YYTextDemo */ = {
  452. isa = PBXNativeTarget;
  453. buildConfigurationList = D975393D1BD2896100C6F4B8 /* Build configuration list for PBXNativeTarget "YYTextDemo" */;
  454. buildPhases = (
  455. D97539221BD2896100C6F4B8 /* Sources */,
  456. D97539231BD2896100C6F4B8 /* Frameworks */,
  457. D97539241BD2896100C6F4B8 /* Resources */,
  458. D97539481BD2899B00C6F4B8 /* CopyFiles */,
  459. );
  460. buildRules = (
  461. );
  462. dependencies = (
  463. );
  464. name = YYTextDemo;
  465. productName = YYTextDemo;
  466. productReference = D97539261BD2896100C6F4B8 /* YYTextDemo.app */;
  467. productType = "com.apple.product-type.application";
  468. };
  469. /* End PBXNativeTarget section */
  470. /* Begin PBXProject section */
  471. D975391E1BD2896100C6F4B8 /* Project object */ = {
  472. isa = PBXProject;
  473. attributes = {
  474. LastUpgradeCheck = 0700;
  475. ORGANIZATIONNAME = ibireme;
  476. TargetAttributes = {
  477. D97539251BD2896100C6F4B8 = {
  478. CreatedOnToolsVersion = 7.0.1;
  479. };
  480. };
  481. };
  482. buildConfigurationList = D97539211BD2896100C6F4B8 /* Build configuration list for PBXProject "YYTextDemo" */;
  483. compatibilityVersion = "Xcode 3.2";
  484. developmentRegion = English;
  485. hasScannedForEncodings = 0;
  486. knownRegions = (
  487. en,
  488. Base,
  489. );
  490. mainGroup = D975391D1BD2896100C6F4B8;
  491. productRefGroup = D97539271BD2896100C6F4B8 /* Products */;
  492. projectDirPath = "";
  493. projectRoot = "";
  494. targets = (
  495. D97539251BD2896100C6F4B8 /* YYTextDemo */,
  496. );
  497. };
  498. /* End PBXProject section */
  499. /* Begin PBXResourcesBuildPhase section */
  500. D97539241BD2896100C6F4B8 /* Resources */ = {
  501. isa = PBXResourcesBuildPhase;
  502. buildActionMask = 2147483647;
  503. files = (
  504. D97539391BD2896100C6F4B8 /* LaunchScreen.storyboard in Resources */,
  505. D97539361BD2896100C6F4B8 /* Assets.xcassets in Resources */,
  506. ABDC31D21BEA083F0012A159 /* pia@2x.png in Resources */,
  507. ABDC31E31BEA0C5A0012A159 /* Animated image support.txt in Resources */,
  508. ABDC31D41BEA08840012A159 /* dribbble64_imageio.png in Resources */,
  509. ABDC31C51BEA06070012A159 /* EmoticonQQ.bundle in Resources */,
  510. D97539341BD2896100C6F4B8 /* Main.storyboard in Resources */,
  511. ABDC31D61BEA09310012A159 /* dribbble256_imageio.png in Resources */,
  512. );
  513. runOnlyForDeploymentPostprocessing = 0;
  514. };
  515. /* End PBXResourcesBuildPhase section */
  516. /* Begin PBXSourcesBuildPhase section */
  517. D97539221BD2896100C6F4B8 /* Sources */ = {
  518. isa = PBXSourcesBuildPhase;
  519. buildActionMask = 2147483647;
  520. files = (
  521. ABDC31671BE9FB990012A159 /* NSParagraphStyle+YYText.m in Sources */,
  522. ABDC316F1BE9FB990012A159 /* YYTextView.m in Sources */,
  523. ABDC31691BE9FB990012A159 /* UIView+YYText.m in Sources */,
  524. ABDC319F1BEA00AC0012A159 /* YYTextEmoticonExample.m in Sources */,
  525. ABDC316E1BE9FB990012A159 /* YYLabel.m in Sources */,
  526. ABDC315D1BE9FB990012A159 /* YYTextLayout.m in Sources */,
  527. ABDC31651BE9FB990012A159 /* YYTextRunDelegate.m in Sources */,
  528. ABDC316B1BE9FB990012A159 /* YYTextTransaction.m in Sources */,
  529. ABDC319C1BEA00AC0012A159 /* YYTextAttachmentExample.m in Sources */,
  530. ABDC31621BE9FB990012A159 /* YYTextAttribute.m in Sources */,
  531. ABDC31A41BEA00AC0012A159 /* YYTextAsyncExample.m in Sources */,
  532. ABDC319E1BEA00AC0012A159 /* YYTextMarkdownExample.m in Sources */,
  533. ABDC31611BE9FB990012A159 /* YYTextArchiver.m in Sources */,
  534. ABDC31681BE9FB990012A159 /* UIPasteboard+YYText.m in Sources */,
  535. ABDC31E61BEA0C5A0012A159 /* YYImage.m in Sources */,
  536. ABDC315F1BE9FB990012A159 /* YYTextMagnifier.m in Sources */,
  537. ABDC31591BE9FB990012A159 /* YYTextDebugOption.m in Sources */,
  538. ABDC31A21BEA00AC0012A159 /* YYTextUndoRedoExample.m in Sources */,
  539. ABDC31641BE9FB990012A159 /* YYTextRubyAnnotation.m in Sources */,
  540. ABDC31E81BEA0C5A0012A159 /* YYSpriteSheetImage.m in Sources */,
  541. ABDC32101BEB35DB0012A159 /* YYTextTagExample.m in Sources */,
  542. ABDC315E1BE9FB990012A159 /* YYTextLine.m in Sources */,
  543. ABDC31601BE9FB990012A159 /* YYTextSelectionView.m in Sources */,
  544. ABDC31B41BEA02D50012A159 /* NSBundle+YYAdd.m in Sources */,
  545. ABDC31E41BEA0C5A0012A159 /* YYAnimatedImageView.m in Sources */,
  546. ABDC31BD1BEA03EF0012A159 /* YYFPSLabel.m in Sources */,
  547. D97539311BD2896100C6F4B8 /* ViewController.m in Sources */,
  548. ABDC31C81BEA06DB0012A159 /* YYWeakProxy.m in Sources */,
  549. ABDC31C01BEA05640012A159 /* CALayer+YYAdd.m in Sources */,
  550. ABDC31661BE9FB990012A159 /* NSAttributedString+YYText.m in Sources */,
  551. ABDC31AC1BEA01080012A159 /* UIView+YYAdd.m in Sources */,
  552. ABDC31A51BEA00AC0012A159 /* YYTextExampleHelper.m in Sources */,
  553. ABDC31E51BEA0C5A0012A159 /* YYFrameImage.m in Sources */,
  554. ABDC316C1BE9FB990012A159 /* YYTextUtilities.m in Sources */,
  555. ABDC31581BE9FB990012A159 /* YYTextContainerView.m in Sources */,
  556. ABDC31E71BEA0C5A0012A159 /* YYImageCoder.m in Sources */,
  557. ABDC316A1BE9FB990012A159 /* YYTextAsyncLayer.m in Sources */,
  558. ABDC319D1BEA00AC0012A159 /* YYTextEditExample.m in Sources */,
  559. D975392E1BD2896100C6F4B8 /* AppDelegate.m in Sources */,
  560. ABDC31AD1BEA01080012A159 /* UIControl+YYAdd.m in Sources */,
  561. ABDC316D1BE9FB990012A159 /* YYTextWeakProxy.m in Sources */,
  562. ABDC31AE1BEA01080012A159 /* UIGestureRecognizer+YYAdd.m in Sources */,
  563. ABDC31631BE9FB990012A159 /* YYTextParser.m in Sources */,
  564. ABDC31C31BEA05990012A159 /* NSData+YYAdd.m in Sources */,
  565. ABDC31A01BEA00AC0012A159 /* YYTextBindingExample.m in Sources */,
  566. ABDC319B1BEA00AC0012A159 /* YYTextAttributeExample.m in Sources */,
  567. D975392B1BD2896100C6F4B8 /* main.m in Sources */,
  568. ABDC315C1BE9FB990012A159 /* YYTextKeyboardManager.m in Sources */,
  569. ABDC315A1BE9FB990012A159 /* YYTextEffectWindow.m in Sources */,
  570. ABDC315B1BE9FB990012A159 /* YYTextInput.m in Sources */,
  571. ABDC31A31BEA00AC0012A159 /* YYTextRubyExample.m in Sources */,
  572. ABDC319A1BEA00AC0012A159 /* YYTextExample.m in Sources */,
  573. ABDC31BA1BEA03B20012A159 /* YYGestureRecognizer.m in Sources */,
  574. ABDC31A11BEA00AC0012A159 /* YYTextCopyPasteExample.m in Sources */,
  575. ABDC31B11BEA01700012A159 /* UIImage+YYWebImage.m in Sources */,
  576. ABDC31B71BEA02F90012A159 /* NSString+YYAdd.m in Sources */,
  577. );
  578. runOnlyForDeploymentPostprocessing = 0;
  579. };
  580. /* End PBXSourcesBuildPhase section */
  581. /* Begin PBXVariantGroup section */
  582. D97539321BD2896100C6F4B8 /* Main.storyboard */ = {
  583. isa = PBXVariantGroup;
  584. children = (
  585. D97539331BD2896100C6F4B8 /* Base */,
  586. );
  587. name = Main.storyboard;
  588. sourceTree = "<group>";
  589. };
  590. D97539371BD2896100C6F4B8 /* LaunchScreen.storyboard */ = {
  591. isa = PBXVariantGroup;
  592. children = (
  593. D97539381BD2896100C6F4B8 /* Base */,
  594. );
  595. name = LaunchScreen.storyboard;
  596. sourceTree = "<group>";
  597. };
  598. /* End PBXVariantGroup section */
  599. /* Begin XCBuildConfiguration section */
  600. D975393B1BD2896100C6F4B8 /* Debug */ = {
  601. isa = XCBuildConfiguration;
  602. buildSettings = {
  603. ALWAYS_SEARCH_USER_PATHS = NO;
  604. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  605. CLANG_CXX_LIBRARY = "libc++";
  606. CLANG_ENABLE_MODULES = YES;
  607. CLANG_ENABLE_OBJC_ARC = YES;
  608. CLANG_WARN_BOOL_CONVERSION = YES;
  609. CLANG_WARN_CONSTANT_CONVERSION = YES;
  610. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  611. CLANG_WARN_EMPTY_BODY = YES;
  612. CLANG_WARN_ENUM_CONVERSION = YES;
  613. CLANG_WARN_INT_CONVERSION = YES;
  614. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  615. CLANG_WARN_UNREACHABLE_CODE = YES;
  616. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  617. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  618. COPY_PHASE_STRIP = NO;
  619. DEBUG_INFORMATION_FORMAT = dwarf;
  620. ENABLE_STRICT_OBJC_MSGSEND = YES;
  621. ENABLE_TESTABILITY = YES;
  622. GCC_C_LANGUAGE_STANDARD = gnu99;
  623. GCC_DYNAMIC_NO_PIC = NO;
  624. GCC_NO_COMMON_BLOCKS = YES;
  625. GCC_OPTIMIZATION_LEVEL = 0;
  626. GCC_PREPROCESSOR_DEFINITIONS = (
  627. "DEBUG=1",
  628. "$(inherited)",
  629. );
  630. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  631. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  632. GCC_WARN_UNDECLARED_SELECTOR = YES;
  633. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  634. GCC_WARN_UNUSED_FUNCTION = YES;
  635. GCC_WARN_UNUSED_VARIABLE = YES;
  636. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  637. MTL_ENABLE_DEBUG_INFO = YES;
  638. ONLY_ACTIVE_ARCH = YES;
  639. SDKROOT = iphoneos;
  640. };
  641. name = Debug;
  642. };
  643. D975393C1BD2896100C6F4B8 /* Release */ = {
  644. isa = XCBuildConfiguration;
  645. buildSettings = {
  646. ALWAYS_SEARCH_USER_PATHS = NO;
  647. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  648. CLANG_CXX_LIBRARY = "libc++";
  649. CLANG_ENABLE_MODULES = YES;
  650. CLANG_ENABLE_OBJC_ARC = YES;
  651. CLANG_WARN_BOOL_CONVERSION = YES;
  652. CLANG_WARN_CONSTANT_CONVERSION = YES;
  653. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  654. CLANG_WARN_EMPTY_BODY = YES;
  655. CLANG_WARN_ENUM_CONVERSION = YES;
  656. CLANG_WARN_INT_CONVERSION = YES;
  657. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  658. CLANG_WARN_UNREACHABLE_CODE = YES;
  659. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  660. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  661. COPY_PHASE_STRIP = NO;
  662. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  663. ENABLE_NS_ASSERTIONS = NO;
  664. ENABLE_STRICT_OBJC_MSGSEND = YES;
  665. GCC_C_LANGUAGE_STANDARD = gnu99;
  666. GCC_NO_COMMON_BLOCKS = YES;
  667. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  668. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  669. GCC_WARN_UNDECLARED_SELECTOR = YES;
  670. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  671. GCC_WARN_UNUSED_FUNCTION = YES;
  672. GCC_WARN_UNUSED_VARIABLE = YES;
  673. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  674. MTL_ENABLE_DEBUG_INFO = NO;
  675. SDKROOT = iphoneos;
  676. VALIDATE_PRODUCT = YES;
  677. };
  678. name = Release;
  679. };
  680. D975393E1BD2896100C6F4B8 /* Debug */ = {
  681. isa = XCBuildConfiguration;
  682. buildSettings = {
  683. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  684. COMPRESS_PNG_FILES = NO;
  685. INFOPLIST_FILE = YYTextDemo/Info.plist;
  686. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  687. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  688. PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYTextDemo;
  689. PRODUCT_NAME = "$(TARGET_NAME)";
  690. STRIP_PNG_TEXT = NO;
  691. };
  692. name = Debug;
  693. };
  694. D975393F1BD2896100C6F4B8 /* Release */ = {
  695. isa = XCBuildConfiguration;
  696. buildSettings = {
  697. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  698. COMPRESS_PNG_FILES = NO;
  699. INFOPLIST_FILE = YYTextDemo/Info.plist;
  700. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  701. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  702. PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYTextDemo;
  703. PRODUCT_NAME = "$(TARGET_NAME)";
  704. STRIP_PNG_TEXT = NO;
  705. };
  706. name = Release;
  707. };
  708. /* End XCBuildConfiguration section */
  709. /* Begin XCConfigurationList section */
  710. D97539211BD2896100C6F4B8 /* Build configuration list for PBXProject "YYTextDemo" */ = {
  711. isa = XCConfigurationList;
  712. buildConfigurations = (
  713. D975393B1BD2896100C6F4B8 /* Debug */,
  714. D975393C1BD2896100C6F4B8 /* Release */,
  715. );
  716. defaultConfigurationIsVisible = 0;
  717. defaultConfigurationName = Release;
  718. };
  719. D975393D1BD2896100C6F4B8 /* Build configuration list for PBXNativeTarget "YYTextDemo" */ = {
  720. isa = XCConfigurationList;
  721. buildConfigurations = (
  722. D975393E1BD2896100C6F4B8 /* Debug */,
  723. D975393F1BD2896100C6F4B8 /* Release */,
  724. );
  725. defaultConfigurationIsVisible = 0;
  726. defaultConfigurationName = Release;
  727. };
  728. /* End XCConfigurationList section */
  729. };
  730. rootObject = D975391E1BD2896100C6F4B8 /* Project object */;
  731. }