project.pbxproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D946E01C1BD210C6006B77F7 /* YYTextContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = D946DFF21BD210C6006B77F7 /* YYTextContainerView.h */; settings = {ATTRIBUTES = (Private, ); }; };
  10. D946E01D1BD210C6006B77F7 /* YYTextContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = D946DFF31BD210C6006B77F7 /* YYTextContainerView.m */; };
  11. D946E01E1BD210C6006B77F7 /* YYTextDebugOption.h in Headers */ = {isa = PBXBuildFile; fileRef = D946DFF41BD210C6006B77F7 /* YYTextDebugOption.h */; settings = {ATTRIBUTES = (Public, ); }; };
  12. D946E01F1BD210C6006B77F7 /* YYTextDebugOption.m in Sources */ = {isa = PBXBuildFile; fileRef = D946DFF51BD210C6006B77F7 /* YYTextDebugOption.m */; };
  13. D946E0201BD210C6006B77F7 /* YYTextEffectWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = D946DFF61BD210C6006B77F7 /* YYTextEffectWindow.h */; settings = {ATTRIBUTES = (Private, ); }; };
  14. D946E0211BD210C6006B77F7 /* YYTextEffectWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = D946DFF71BD210C6006B77F7 /* YYTextEffectWindow.m */; };
  15. D946E0221BD210C6006B77F7 /* YYTextInput.h in Headers */ = {isa = PBXBuildFile; fileRef = D946DFF81BD210C6006B77F7 /* YYTextInput.h */; settings = {ATTRIBUTES = (Public, ); }; };
  16. D946E0231BD210C6006B77F7 /* YYTextInput.m in Sources */ = {isa = PBXBuildFile; fileRef = D946DFF91BD210C6006B77F7 /* YYTextInput.m */; };
  17. D946E0241BD210C6006B77F7 /* YYTextKeyboardManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D946DFFA1BD210C6006B77F7 /* YYTextKeyboardManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
  18. D946E0251BD210C6006B77F7 /* YYTextKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D946DFFB1BD210C6006B77F7 /* YYTextKeyboardManager.m */; };
  19. D946E0261BD210C6006B77F7 /* YYTextLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = D946DFFC1BD210C6006B77F7 /* YYTextLayout.h */; settings = {ATTRIBUTES = (Public, ); }; };
  20. D946E0271BD210C6006B77F7 /* YYTextLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = D946DFFD1BD210C6006B77F7 /* YYTextLayout.m */; };
  21. D946E0281BD210C6006B77F7 /* YYTextLine.h in Headers */ = {isa = PBXBuildFile; fileRef = D946DFFE1BD210C6006B77F7 /* YYTextLine.h */; settings = {ATTRIBUTES = (Public, ); }; };
  22. D946E0291BD210C6006B77F7 /* YYTextLine.m in Sources */ = {isa = PBXBuildFile; fileRef = D946DFFF1BD210C6006B77F7 /* YYTextLine.m */; };
  23. D946E02A1BD210C6006B77F7 /* YYTextMagnifier.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0001BD210C6006B77F7 /* YYTextMagnifier.h */; settings = {ATTRIBUTES = (Private, ); }; };
  24. D946E02B1BD210C6006B77F7 /* YYTextMagnifier.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0011BD210C6006B77F7 /* YYTextMagnifier.m */; };
  25. D946E02C1BD210C6006B77F7 /* YYTextSelectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0021BD210C6006B77F7 /* YYTextSelectionView.h */; settings = {ATTRIBUTES = (Private, ); }; };
  26. D946E02D1BD210C6006B77F7 /* YYTextSelectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0031BD210C6006B77F7 /* YYTextSelectionView.m */; };
  27. D946E0341BD210C6006B77F7 /* YYTextArchiver.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E00B1BD210C6006B77F7 /* YYTextArchiver.h */; settings = {ATTRIBUTES = (Public, ); }; };
  28. D946E0351BD210C6006B77F7 /* YYTextArchiver.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E00C1BD210C6006B77F7 /* YYTextArchiver.m */; };
  29. D946E0361BD210C6006B77F7 /* YYTextAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E00D1BD210C6006B77F7 /* YYTextAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; };
  30. D946E0371BD210C6006B77F7 /* YYTextAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E00E1BD210C6006B77F7 /* YYTextAttribute.m */; };
  31. D946E0381BD210C6006B77F7 /* YYTextParser.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E00F1BD210C6006B77F7 /* YYTextParser.h */; settings = {ATTRIBUTES = (Public, ); }; };
  32. D946E0391BD210C6006B77F7 /* YYTextParser.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0101BD210C6006B77F7 /* YYTextParser.m */; };
  33. D946E03A1BD210C6006B77F7 /* YYTextRubyAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0111BD210C6006B77F7 /* YYTextRubyAnnotation.h */; settings = {ATTRIBUTES = (Public, ); }; };
  34. D946E03B1BD210C6006B77F7 /* YYTextRubyAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0121BD210C6006B77F7 /* YYTextRubyAnnotation.m */; };
  35. D946E03C1BD210C6006B77F7 /* YYTextRunDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0131BD210C6006B77F7 /* YYTextRunDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
  36. D946E03D1BD210C6006B77F7 /* YYTextRunDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0141BD210C6006B77F7 /* YYTextRunDelegate.m */; };
  37. D946E0401BD210C6006B77F7 /* YYLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0171BD210C6006B77F7 /* YYLabel.h */; settings = {ATTRIBUTES = (Public, ); }; };
  38. D946E0411BD210C6006B77F7 /* YYLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0181BD210C6006B77F7 /* YYLabel.m */; };
  39. D946E0421BD210C6006B77F7 /* YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0191BD210C6006B77F7 /* YYText.h */; settings = {ATTRIBUTES = (Public, ); }; };
  40. D946E0431BD210C6006B77F7 /* YYTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E01A1BD210C6006B77F7 /* YYTextView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  41. D946E0441BD210C6006B77F7 /* YYTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E01B1BD210C6006B77F7 /* YYTextView.m */; };
  42. D946E0541BD2154E006B77F7 /* YYTextUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0501BD2154E006B77F7 /* YYTextUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
  43. D946E0551BD2154E006B77F7 /* YYTextUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0511BD2154E006B77F7 /* YYTextUtilities.m */; };
  44. D946E05A1BD216DD006B77F7 /* UIView+YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0581BD216DD006B77F7 /* UIView+YYText.h */; settings = {ATTRIBUTES = (Private, ); }; };
  45. D946E05B1BD216DD006B77F7 /* UIView+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0591BD216DD006B77F7 /* UIView+YYText.m */; };
  46. D946E05E1BD21DDA006B77F7 /* YYTextWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E05C1BD21DDA006B77F7 /* YYTextWeakProxy.h */; settings = {ATTRIBUTES = (Private, ); }; };
  47. D946E05F1BD21DDA006B77F7 /* YYTextWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E05D1BD21DDA006B77F7 /* YYTextWeakProxy.m */; };
  48. D946E0661BD238BE006B77F7 /* YYTextTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0641BD238BE006B77F7 /* YYTextTransaction.h */; settings = {ATTRIBUTES = (Private, ); }; };
  49. D946E0671BD238BE006B77F7 /* YYTextTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0651BD238BE006B77F7 /* YYTextTransaction.m */; };
  50. D946E06A1BD238EC006B77F7 /* YYTextAsyncLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0681BD238EC006B77F7 /* YYTextAsyncLayer.h */; settings = {ATTRIBUTES = (Private, ); }; };
  51. D946E06B1BD238EC006B77F7 /* YYTextAsyncLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0691BD238EC006B77F7 /* YYTextAsyncLayer.m */; };
  52. D946E0761BD24A9E006B77F7 /* NSAttributedString+YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0701BD24A9E006B77F7 /* NSAttributedString+YYText.h */; settings = {ATTRIBUTES = (Public, ); }; };
  53. D946E0771BD24A9E006B77F7 /* NSAttributedString+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0711BD24A9E006B77F7 /* NSAttributedString+YYText.m */; };
  54. D946E0781BD24A9E006B77F7 /* NSParagraphStyle+YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0721BD24A9E006B77F7 /* NSParagraphStyle+YYText.h */; settings = {ATTRIBUTES = (Public, ); }; };
  55. D946E0791BD24A9E006B77F7 /* NSParagraphStyle+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0731BD24A9E006B77F7 /* NSParagraphStyle+YYText.m */; };
  56. D946E07A1BD24A9E006B77F7 /* UIPasteboard+YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = D946E0741BD24A9E006B77F7 /* UIPasteboard+YYText.h */; settings = {ATTRIBUTES = (Public, ); }; };
  57. D946E07B1BD24A9E006B77F7 /* UIPasteboard+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = D946E0751BD24A9E006B77F7 /* UIPasteboard+YYText.m */; };
  58. D975388D1BD285AE00C6F4B8 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D975388C1BD285AE00C6F4B8 /* MobileCoreServices.framework */; };
  59. D975388F1BD285B400C6F4B8 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D975388E1BD285B400C6F4B8 /* Accelerate.framework */; };
  60. D97538911BD285B800C6F4B8 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97538901BD285B800C6F4B8 /* CoreText.framework */; };
  61. D97538931BD285C200C6F4B8 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97538921BD285C200C6F4B8 /* QuartzCore.framework */; };
  62. D97538951BD285C600C6F4B8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97538941BD285C600C6F4B8 /* UIKit.framework */; };
  63. D97538971BD285CB00C6F4B8 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97538961BD285CB00C6F4B8 /* CoreFoundation.framework */; };
  64. /* End PBXBuildFile section */
  65. /* Begin PBXFileReference section */
  66. D946DFE21BD2104E006B77F7 /* YYText.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = YYText.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  67. D946DFED1BD21068006B77F7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  68. D946DFF21BD210C6006B77F7 /* YYTextContainerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextContainerView.h; sourceTree = "<group>"; };
  69. D946DFF31BD210C6006B77F7 /* YYTextContainerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextContainerView.m; sourceTree = "<group>"; };
  70. D946DFF41BD210C6006B77F7 /* YYTextDebugOption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextDebugOption.h; sourceTree = "<group>"; };
  71. D946DFF51BD210C6006B77F7 /* YYTextDebugOption.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextDebugOption.m; sourceTree = "<group>"; };
  72. D946DFF61BD210C6006B77F7 /* YYTextEffectWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextEffectWindow.h; sourceTree = "<group>"; };
  73. D946DFF71BD210C6006B77F7 /* YYTextEffectWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextEffectWindow.m; sourceTree = "<group>"; };
  74. D946DFF81BD210C6006B77F7 /* YYTextInput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextInput.h; sourceTree = "<group>"; };
  75. D946DFF91BD210C6006B77F7 /* YYTextInput.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextInput.m; sourceTree = "<group>"; };
  76. D946DFFA1BD210C6006B77F7 /* YYTextKeyboardManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextKeyboardManager.h; sourceTree = "<group>"; };
  77. D946DFFB1BD210C6006B77F7 /* YYTextKeyboardManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextKeyboardManager.m; sourceTree = "<group>"; };
  78. D946DFFC1BD210C6006B77F7 /* YYTextLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextLayout.h; sourceTree = "<group>"; };
  79. D946DFFD1BD210C6006B77F7 /* YYTextLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextLayout.m; sourceTree = "<group>"; };
  80. D946DFFE1BD210C6006B77F7 /* YYTextLine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextLine.h; sourceTree = "<group>"; };
  81. D946DFFF1BD210C6006B77F7 /* YYTextLine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextLine.m; sourceTree = "<group>"; };
  82. D946E0001BD210C6006B77F7 /* YYTextMagnifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextMagnifier.h; sourceTree = "<group>"; };
  83. D946E0011BD210C6006B77F7 /* YYTextMagnifier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextMagnifier.m; sourceTree = "<group>"; };
  84. D946E0021BD210C6006B77F7 /* YYTextSelectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextSelectionView.h; sourceTree = "<group>"; };
  85. D946E0031BD210C6006B77F7 /* YYTextSelectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextSelectionView.m; sourceTree = "<group>"; };
  86. D946E00B1BD210C6006B77F7 /* YYTextArchiver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextArchiver.h; sourceTree = "<group>"; };
  87. D946E00C1BD210C6006B77F7 /* YYTextArchiver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextArchiver.m; sourceTree = "<group>"; };
  88. D946E00D1BD210C6006B77F7 /* YYTextAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextAttribute.h; sourceTree = "<group>"; };
  89. D946E00E1BD210C6006B77F7 /* YYTextAttribute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextAttribute.m; sourceTree = "<group>"; };
  90. D946E00F1BD210C6006B77F7 /* YYTextParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextParser.h; sourceTree = "<group>"; };
  91. D946E0101BD210C6006B77F7 /* YYTextParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextParser.m; sourceTree = "<group>"; };
  92. D946E0111BD210C6006B77F7 /* YYTextRubyAnnotation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextRubyAnnotation.h; sourceTree = "<group>"; };
  93. D946E0121BD210C6006B77F7 /* YYTextRubyAnnotation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextRubyAnnotation.m; sourceTree = "<group>"; };
  94. D946E0131BD210C6006B77F7 /* YYTextRunDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextRunDelegate.h; sourceTree = "<group>"; };
  95. D946E0141BD210C6006B77F7 /* YYTextRunDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextRunDelegate.m; sourceTree = "<group>"; };
  96. D946E0171BD210C6006B77F7 /* YYLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYLabel.h; sourceTree = "<group>"; };
  97. D946E0181BD210C6006B77F7 /* YYLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYLabel.m; sourceTree = "<group>"; };
  98. D946E0191BD210C6006B77F7 /* YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYText.h; sourceTree = "<group>"; };
  99. D946E01A1BD210C6006B77F7 /* YYTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextView.h; sourceTree = "<group>"; };
  100. D946E01B1BD210C6006B77F7 /* YYTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextView.m; sourceTree = "<group>"; };
  101. D946E0501BD2154E006B77F7 /* YYTextUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextUtilities.h; sourceTree = "<group>"; };
  102. D946E0511BD2154E006B77F7 /* YYTextUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextUtilities.m; sourceTree = "<group>"; };
  103. D946E0581BD216DD006B77F7 /* UIView+YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+YYText.h"; sourceTree = "<group>"; };
  104. D946E0591BD216DD006B77F7 /* UIView+YYText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+YYText.m"; sourceTree = "<group>"; };
  105. D946E05C1BD21DDA006B77F7 /* YYTextWeakProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextWeakProxy.h; sourceTree = "<group>"; };
  106. D946E05D1BD21DDA006B77F7 /* YYTextWeakProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextWeakProxy.m; sourceTree = "<group>"; };
  107. D946E0641BD238BE006B77F7 /* YYTextTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextTransaction.h; sourceTree = "<group>"; };
  108. D946E0651BD238BE006B77F7 /* YYTextTransaction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextTransaction.m; sourceTree = "<group>"; };
  109. D946E0681BD238EC006B77F7 /* YYTextAsyncLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextAsyncLayer.h; sourceTree = "<group>"; };
  110. D946E0691BD238EC006B77F7 /* YYTextAsyncLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextAsyncLayer.m; sourceTree = "<group>"; };
  111. D946E0701BD24A9E006B77F7 /* NSAttributedString+YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSAttributedString+YYText.h"; sourceTree = "<group>"; };
  112. D946E0711BD24A9E006B77F7 /* NSAttributedString+YYText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSAttributedString+YYText.m"; sourceTree = "<group>"; };
  113. D946E0721BD24A9E006B77F7 /* NSParagraphStyle+YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSParagraphStyle+YYText.h"; sourceTree = "<group>"; };
  114. D946E0731BD24A9E006B77F7 /* NSParagraphStyle+YYText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSParagraphStyle+YYText.m"; sourceTree = "<group>"; };
  115. D946E0741BD24A9E006B77F7 /* UIPasteboard+YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIPasteboard+YYText.h"; sourceTree = "<group>"; };
  116. D946E0751BD24A9E006B77F7 /* UIPasteboard+YYText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIPasteboard+YYText.m"; sourceTree = "<group>"; };
  117. D975388C1BD285AE00C6F4B8 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
  118. D975388E1BD285B400C6F4B8 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
  119. D97538901BD285B800C6F4B8 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
  120. D97538921BD285C200C6F4B8 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  121. D97538941BD285C600C6F4B8 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  122. D97538961BD285CB00C6F4B8 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
  123. /* End PBXFileReference section */
  124. /* Begin PBXFrameworksBuildPhase section */
  125. D946DFDE1BD2104E006B77F7 /* Frameworks */ = {
  126. isa = PBXFrameworksBuildPhase;
  127. buildActionMask = 2147483647;
  128. files = (
  129. D97538971BD285CB00C6F4B8 /* CoreFoundation.framework in Frameworks */,
  130. D97538951BD285C600C6F4B8 /* UIKit.framework in Frameworks */,
  131. D97538931BD285C200C6F4B8 /* QuartzCore.framework in Frameworks */,
  132. D97538911BD285B800C6F4B8 /* CoreText.framework in Frameworks */,
  133. D975388F1BD285B400C6F4B8 /* Accelerate.framework in Frameworks */,
  134. D975388D1BD285AE00C6F4B8 /* MobileCoreServices.framework in Frameworks */,
  135. );
  136. runOnlyForDeploymentPostprocessing = 0;
  137. };
  138. /* End PBXFrameworksBuildPhase section */
  139. /* Begin PBXGroup section */
  140. D946DFD81BD2104E006B77F7 = {
  141. isa = PBXGroup;
  142. children = (
  143. D946DFF01BD210C6006B77F7 /* YYText */,
  144. D946DFEF1BD210A3006B77F7 /* Supporting Files */,
  145. D946DFE31BD2104E006B77F7 /* Products */,
  146. );
  147. sourceTree = "<group>";
  148. };
  149. D946DFE31BD2104E006B77F7 /* Products */ = {
  150. isa = PBXGroup;
  151. children = (
  152. D946DFE21BD2104E006B77F7 /* YYText.framework */,
  153. );
  154. name = Products;
  155. sourceTree = "<group>";
  156. };
  157. D946DFEF1BD210A3006B77F7 /* Supporting Files */ = {
  158. isa = PBXGroup;
  159. children = (
  160. D97538961BD285CB00C6F4B8 /* CoreFoundation.framework */,
  161. D97538941BD285C600C6F4B8 /* UIKit.framework */,
  162. D97538921BD285C200C6F4B8 /* QuartzCore.framework */,
  163. D97538901BD285B800C6F4B8 /* CoreText.framework */,
  164. D975388E1BD285B400C6F4B8 /* Accelerate.framework */,
  165. D975388C1BD285AE00C6F4B8 /* MobileCoreServices.framework */,
  166. D946DFED1BD21068006B77F7 /* Info.plist */,
  167. );
  168. name = "Supporting Files";
  169. sourceTree = "<group>";
  170. };
  171. D946DFF01BD210C6006B77F7 /* YYText */ = {
  172. isa = PBXGroup;
  173. children = (
  174. D946E0191BD210C6006B77F7 /* YYText.h */,
  175. D946E0171BD210C6006B77F7 /* YYLabel.h */,
  176. D946E0181BD210C6006B77F7 /* YYLabel.m */,
  177. D946E01A1BD210C6006B77F7 /* YYTextView.h */,
  178. D946E01B1BD210C6006B77F7 /* YYTextView.m */,
  179. D946E0041BD210C6006B77F7 /* String */,
  180. D946DFF11BD210C6006B77F7 /* Component */,
  181. D946E0451BD21485006B77F7 /* Utility */,
  182. );
  183. name = YYText;
  184. path = ../YYText;
  185. sourceTree = "<group>";
  186. };
  187. D946DFF11BD210C6006B77F7 /* Component */ = {
  188. isa = PBXGroup;
  189. children = (
  190. D946DFFC1BD210C6006B77F7 /* YYTextLayout.h */,
  191. D946DFFD1BD210C6006B77F7 /* YYTextLayout.m */,
  192. D946DFFE1BD210C6006B77F7 /* YYTextLine.h */,
  193. D946DFFF1BD210C6006B77F7 /* YYTextLine.m */,
  194. D946DFF81BD210C6006B77F7 /* YYTextInput.h */,
  195. D946DFF91BD210C6006B77F7 /* YYTextInput.m */,
  196. D946DFF41BD210C6006B77F7 /* YYTextDebugOption.h */,
  197. D946DFF51BD210C6006B77F7 /* YYTextDebugOption.m */,
  198. D946DFF21BD210C6006B77F7 /* YYTextContainerView.h */,
  199. D946DFF31BD210C6006B77F7 /* YYTextContainerView.m */,
  200. D946E0021BD210C6006B77F7 /* YYTextSelectionView.h */,
  201. D946E0031BD210C6006B77F7 /* YYTextSelectionView.m */,
  202. D946E0001BD210C6006B77F7 /* YYTextMagnifier.h */,
  203. D946E0011BD210C6006B77F7 /* YYTextMagnifier.m */,
  204. D946DFF61BD210C6006B77F7 /* YYTextEffectWindow.h */,
  205. D946DFF71BD210C6006B77F7 /* YYTextEffectWindow.m */,
  206. D946DFFA1BD210C6006B77F7 /* YYTextKeyboardManager.h */,
  207. D946DFFB1BD210C6006B77F7 /* YYTextKeyboardManager.m */,
  208. );
  209. path = Component;
  210. sourceTree = "<group>";
  211. };
  212. D946E0041BD210C6006B77F7 /* String */ = {
  213. isa = PBXGroup;
  214. children = (
  215. D946E00D1BD210C6006B77F7 /* YYTextAttribute.h */,
  216. D946E00E1BD210C6006B77F7 /* YYTextAttribute.m */,
  217. D946E00B1BD210C6006B77F7 /* YYTextArchiver.h */,
  218. D946E00C1BD210C6006B77F7 /* YYTextArchiver.m */,
  219. D946E00F1BD210C6006B77F7 /* YYTextParser.h */,
  220. D946E0101BD210C6006B77F7 /* YYTextParser.m */,
  221. D946E0131BD210C6006B77F7 /* YYTextRunDelegate.h */,
  222. D946E0141BD210C6006B77F7 /* YYTextRunDelegate.m */,
  223. D946E0111BD210C6006B77F7 /* YYTextRubyAnnotation.h */,
  224. D946E0121BD210C6006B77F7 /* YYTextRubyAnnotation.m */,
  225. );
  226. path = String;
  227. sourceTree = "<group>";
  228. };
  229. D946E0451BD21485006B77F7 /* Utility */ = {
  230. isa = PBXGroup;
  231. children = (
  232. D946E0501BD2154E006B77F7 /* YYTextUtilities.h */,
  233. D946E0511BD2154E006B77F7 /* YYTextUtilities.m */,
  234. D946E05C1BD21DDA006B77F7 /* YYTextWeakProxy.h */,
  235. D946E05D1BD21DDA006B77F7 /* YYTextWeakProxy.m */,
  236. D946E0641BD238BE006B77F7 /* YYTextTransaction.h */,
  237. D946E0651BD238BE006B77F7 /* YYTextTransaction.m */,
  238. D946E0681BD238EC006B77F7 /* YYTextAsyncLayer.h */,
  239. D946E0691BD238EC006B77F7 /* YYTextAsyncLayer.m */,
  240. D946E0581BD216DD006B77F7 /* UIView+YYText.h */,
  241. D946E0591BD216DD006B77F7 /* UIView+YYText.m */,
  242. D946E0701BD24A9E006B77F7 /* NSAttributedString+YYText.h */,
  243. D946E0711BD24A9E006B77F7 /* NSAttributedString+YYText.m */,
  244. D946E0721BD24A9E006B77F7 /* NSParagraphStyle+YYText.h */,
  245. D946E0731BD24A9E006B77F7 /* NSParagraphStyle+YYText.m */,
  246. D946E0741BD24A9E006B77F7 /* UIPasteboard+YYText.h */,
  247. D946E0751BD24A9E006B77F7 /* UIPasteboard+YYText.m */,
  248. );
  249. path = Utility;
  250. sourceTree = "<group>";
  251. };
  252. /* End PBXGroup section */
  253. /* Begin PBXHeadersBuildPhase section */
  254. D946DFDF1BD2104E006B77F7 /* Headers */ = {
  255. isa = PBXHeadersBuildPhase;
  256. buildActionMask = 2147483647;
  257. files = (
  258. D946E03A1BD210C6006B77F7 /* YYTextRubyAnnotation.h in Headers */,
  259. D946E0381BD210C6006B77F7 /* YYTextParser.h in Headers */,
  260. D946E01E1BD210C6006B77F7 /* YYTextDebugOption.h in Headers */,
  261. D946E0361BD210C6006B77F7 /* YYTextAttribute.h in Headers */,
  262. D946E03C1BD210C6006B77F7 /* YYTextRunDelegate.h in Headers */,
  263. D946E0421BD210C6006B77F7 /* YYText.h in Headers */,
  264. D946E0541BD2154E006B77F7 /* YYTextUtilities.h in Headers */,
  265. D946E0761BD24A9E006B77F7 /* NSAttributedString+YYText.h in Headers */,
  266. D946E0781BD24A9E006B77F7 /* NSParagraphStyle+YYText.h in Headers */,
  267. D946E07A1BD24A9E006B77F7 /* UIPasteboard+YYText.h in Headers */,
  268. D946E0221BD210C6006B77F7 /* YYTextInput.h in Headers */,
  269. D946E0341BD210C6006B77F7 /* YYTextArchiver.h in Headers */,
  270. D946E0241BD210C6006B77F7 /* YYTextKeyboardManager.h in Headers */,
  271. D946E0431BD210C6006B77F7 /* YYTextView.h in Headers */,
  272. D946E0281BD210C6006B77F7 /* YYTextLine.h in Headers */,
  273. D946E0401BD210C6006B77F7 /* YYLabel.h in Headers */,
  274. D946E0261BD210C6006B77F7 /* YYTextLayout.h in Headers */,
  275. D946E02A1BD210C6006B77F7 /* YYTextMagnifier.h in Headers */,
  276. D946E02C1BD210C6006B77F7 /* YYTextSelectionView.h in Headers */,
  277. D946E0201BD210C6006B77F7 /* YYTextEffectWindow.h in Headers */,
  278. D946E05A1BD216DD006B77F7 /* UIView+YYText.h in Headers */,
  279. D946E01C1BD210C6006B77F7 /* YYTextContainerView.h in Headers */,
  280. D946E0661BD238BE006B77F7 /* YYTextTransaction.h in Headers */,
  281. D946E05E1BD21DDA006B77F7 /* YYTextWeakProxy.h in Headers */,
  282. D946E06A1BD238EC006B77F7 /* YYTextAsyncLayer.h in Headers */,
  283. );
  284. runOnlyForDeploymentPostprocessing = 0;
  285. };
  286. /* End PBXHeadersBuildPhase section */
  287. /* Begin PBXNativeTarget section */
  288. D946DFE11BD2104E006B77F7 /* YYText */ = {
  289. isa = PBXNativeTarget;
  290. buildConfigurationList = D946DFEA1BD2104E006B77F7 /* Build configuration list for PBXNativeTarget "YYText" */;
  291. buildPhases = (
  292. D946DFDD1BD2104E006B77F7 /* Sources */,
  293. D946DFDE1BD2104E006B77F7 /* Frameworks */,
  294. D946DFDF1BD2104E006B77F7 /* Headers */,
  295. D946DFE01BD2104E006B77F7 /* Resources */,
  296. );
  297. buildRules = (
  298. );
  299. dependencies = (
  300. );
  301. name = YYText;
  302. productName = YYText;
  303. productReference = D946DFE21BD2104E006B77F7 /* YYText.framework */;
  304. productType = "com.apple.product-type.framework";
  305. };
  306. /* End PBXNativeTarget section */
  307. /* Begin PBXProject section */
  308. D946DFD91BD2104E006B77F7 /* Project object */ = {
  309. isa = PBXProject;
  310. attributes = {
  311. LastUpgradeCheck = 0700;
  312. ORGANIZATIONNAME = ibireme;
  313. TargetAttributes = {
  314. D946DFE11BD2104E006B77F7 = {
  315. CreatedOnToolsVersion = 7.0.1;
  316. };
  317. };
  318. };
  319. buildConfigurationList = D946DFDC1BD2104E006B77F7 /* Build configuration list for PBXProject "YYText" */;
  320. compatibilityVersion = "Xcode 3.2";
  321. developmentRegion = English;
  322. hasScannedForEncodings = 0;
  323. knownRegions = (
  324. en,
  325. );
  326. mainGroup = D946DFD81BD2104E006B77F7;
  327. productRefGroup = D946DFE31BD2104E006B77F7 /* Products */;
  328. projectDirPath = "";
  329. projectRoot = "";
  330. targets = (
  331. D946DFE11BD2104E006B77F7 /* YYText */,
  332. );
  333. };
  334. /* End PBXProject section */
  335. /* Begin PBXResourcesBuildPhase section */
  336. D946DFE01BD2104E006B77F7 /* Resources */ = {
  337. isa = PBXResourcesBuildPhase;
  338. buildActionMask = 2147483647;
  339. files = (
  340. );
  341. runOnlyForDeploymentPostprocessing = 0;
  342. };
  343. /* End PBXResourcesBuildPhase section */
  344. /* Begin PBXSourcesBuildPhase section */
  345. D946DFDD1BD2104E006B77F7 /* Sources */ = {
  346. isa = PBXSourcesBuildPhase;
  347. buildActionMask = 2147483647;
  348. files = (
  349. D946E0291BD210C6006B77F7 /* YYTextLine.m in Sources */,
  350. D946E03D1BD210C6006B77F7 /* YYTextRunDelegate.m in Sources */,
  351. D946E0771BD24A9E006B77F7 /* NSAttributedString+YYText.m in Sources */,
  352. D946E0371BD210C6006B77F7 /* YYTextAttribute.m in Sources */,
  353. D946E06B1BD238EC006B77F7 /* YYTextAsyncLayer.m in Sources */,
  354. D946E05F1BD21DDA006B77F7 /* YYTextWeakProxy.m in Sources */,
  355. D946E0351BD210C6006B77F7 /* YYTextArchiver.m in Sources */,
  356. D946E0551BD2154E006B77F7 /* YYTextUtilities.m in Sources */,
  357. D946E02D1BD210C6006B77F7 /* YYTextSelectionView.m in Sources */,
  358. D946E03B1BD210C6006B77F7 /* YYTextRubyAnnotation.m in Sources */,
  359. D946E0271BD210C6006B77F7 /* YYTextLayout.m in Sources */,
  360. D946E01D1BD210C6006B77F7 /* YYTextContainerView.m in Sources */,
  361. D946E0791BD24A9E006B77F7 /* NSParagraphStyle+YYText.m in Sources */,
  362. D946E07B1BD24A9E006B77F7 /* UIPasteboard+YYText.m in Sources */,
  363. D946E01F1BD210C6006B77F7 /* YYTextDebugOption.m in Sources */,
  364. D946E0211BD210C6006B77F7 /* YYTextEffectWindow.m in Sources */,
  365. D946E0391BD210C6006B77F7 /* YYTextParser.m in Sources */,
  366. D946E02B1BD210C6006B77F7 /* YYTextMagnifier.m in Sources */,
  367. D946E0671BD238BE006B77F7 /* YYTextTransaction.m in Sources */,
  368. D946E0411BD210C6006B77F7 /* YYLabel.m in Sources */,
  369. D946E05B1BD216DD006B77F7 /* UIView+YYText.m in Sources */,
  370. D946E0441BD210C6006B77F7 /* YYTextView.m in Sources */,
  371. D946E0251BD210C6006B77F7 /* YYTextKeyboardManager.m in Sources */,
  372. D946E0231BD210C6006B77F7 /* YYTextInput.m in Sources */,
  373. );
  374. runOnlyForDeploymentPostprocessing = 0;
  375. };
  376. /* End PBXSourcesBuildPhase section */
  377. /* Begin XCBuildConfiguration section */
  378. D946DFE81BD2104E006B77F7 /* Debug */ = {
  379. isa = XCBuildConfiguration;
  380. buildSettings = {
  381. ALWAYS_SEARCH_USER_PATHS = NO;
  382. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  383. CLANG_CXX_LIBRARY = "libc++";
  384. CLANG_ENABLE_MODULES = YES;
  385. CLANG_ENABLE_OBJC_ARC = YES;
  386. CLANG_WARN_BOOL_CONVERSION = YES;
  387. CLANG_WARN_CONSTANT_CONVERSION = YES;
  388. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  389. CLANG_WARN_EMPTY_BODY = YES;
  390. CLANG_WARN_ENUM_CONVERSION = YES;
  391. CLANG_WARN_INT_CONVERSION = YES;
  392. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  393. CLANG_WARN_UNREACHABLE_CODE = YES;
  394. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  395. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  396. COPY_PHASE_STRIP = NO;
  397. CURRENT_PROJECT_VERSION = 1;
  398. DEBUG_INFORMATION_FORMAT = dwarf;
  399. ENABLE_STRICT_OBJC_MSGSEND = YES;
  400. ENABLE_TESTABILITY = YES;
  401. GCC_C_LANGUAGE_STANDARD = gnu99;
  402. GCC_DYNAMIC_NO_PIC = NO;
  403. GCC_NO_COMMON_BLOCKS = YES;
  404. GCC_OPTIMIZATION_LEVEL = 0;
  405. GCC_PREPROCESSOR_DEFINITIONS = (
  406. "DEBUG=1",
  407. "$(inherited)",
  408. );
  409. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  410. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  411. GCC_WARN_UNDECLARED_SELECTOR = YES;
  412. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  413. GCC_WARN_UNUSED_FUNCTION = YES;
  414. GCC_WARN_UNUSED_VARIABLE = YES;
  415. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  416. MTL_ENABLE_DEBUG_INFO = YES;
  417. ONLY_ACTIVE_ARCH = YES;
  418. SDKROOT = iphoneos;
  419. TARGETED_DEVICE_FAMILY = "1,2";
  420. VERSIONING_SYSTEM = "apple-generic";
  421. VERSION_INFO_PREFIX = "";
  422. };
  423. name = Debug;
  424. };
  425. D946DFE91BD2104E006B77F7 /* Release */ = {
  426. isa = XCBuildConfiguration;
  427. buildSettings = {
  428. ALWAYS_SEARCH_USER_PATHS = NO;
  429. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  430. CLANG_CXX_LIBRARY = "libc++";
  431. CLANG_ENABLE_MODULES = YES;
  432. CLANG_ENABLE_OBJC_ARC = YES;
  433. CLANG_WARN_BOOL_CONVERSION = YES;
  434. CLANG_WARN_CONSTANT_CONVERSION = YES;
  435. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  436. CLANG_WARN_EMPTY_BODY = YES;
  437. CLANG_WARN_ENUM_CONVERSION = YES;
  438. CLANG_WARN_INT_CONVERSION = YES;
  439. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  440. CLANG_WARN_UNREACHABLE_CODE = YES;
  441. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  442. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  443. COPY_PHASE_STRIP = NO;
  444. CURRENT_PROJECT_VERSION = 1;
  445. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  446. ENABLE_NS_ASSERTIONS = NO;
  447. ENABLE_STRICT_OBJC_MSGSEND = YES;
  448. GCC_C_LANGUAGE_STANDARD = gnu99;
  449. GCC_NO_COMMON_BLOCKS = YES;
  450. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  451. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  452. GCC_WARN_UNDECLARED_SELECTOR = YES;
  453. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  454. GCC_WARN_UNUSED_FUNCTION = YES;
  455. GCC_WARN_UNUSED_VARIABLE = YES;
  456. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  457. MTL_ENABLE_DEBUG_INFO = NO;
  458. SDKROOT = iphoneos;
  459. TARGETED_DEVICE_FAMILY = "1,2";
  460. VALIDATE_PRODUCT = YES;
  461. VERSIONING_SYSTEM = "apple-generic";
  462. VERSION_INFO_PREFIX = "";
  463. };
  464. name = Release;
  465. };
  466. D946DFEB1BD2104E006B77F7 /* Debug */ = {
  467. isa = XCBuildConfiguration;
  468. buildSettings = {
  469. DEFINES_MODULE = YES;
  470. DYLIB_COMPATIBILITY_VERSION = 1;
  471. DYLIB_CURRENT_VERSION = 1;
  472. DYLIB_INSTALL_NAME_BASE = "@rpath";
  473. INFOPLIST_FILE = Info.plist;
  474. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  475. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  476. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  477. PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYText;
  478. PRODUCT_NAME = "$(TARGET_NAME)";
  479. SKIP_INSTALL = YES;
  480. };
  481. name = Debug;
  482. };
  483. D946DFEC1BD2104E006B77F7 /* Release */ = {
  484. isa = XCBuildConfiguration;
  485. buildSettings = {
  486. DEFINES_MODULE = YES;
  487. DYLIB_COMPATIBILITY_VERSION = 1;
  488. DYLIB_CURRENT_VERSION = 1;
  489. DYLIB_INSTALL_NAME_BASE = "@rpath";
  490. INFOPLIST_FILE = Info.plist;
  491. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  492. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  493. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  494. PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYText;
  495. PRODUCT_NAME = "$(TARGET_NAME)";
  496. SKIP_INSTALL = YES;
  497. };
  498. name = Release;
  499. };
  500. /* End XCBuildConfiguration section */
  501. /* Begin XCConfigurationList section */
  502. D946DFDC1BD2104E006B77F7 /* Build configuration list for PBXProject "YYText" */ = {
  503. isa = XCConfigurationList;
  504. buildConfigurations = (
  505. D946DFE81BD2104E006B77F7 /* Debug */,
  506. D946DFE91BD2104E006B77F7 /* Release */,
  507. );
  508. defaultConfigurationIsVisible = 0;
  509. defaultConfigurationName = Release;
  510. };
  511. D946DFEA1BD2104E006B77F7 /* Build configuration list for PBXNativeTarget "YYText" */ = {
  512. isa = XCConfigurationList;
  513. buildConfigurations = (
  514. D946DFEB1BD2104E006B77F7 /* Debug */,
  515. D946DFEC1BD2104E006B77F7 /* Release */,
  516. );
  517. defaultConfigurationIsVisible = 0;
  518. defaultConfigurationName = Release;
  519. };
  520. /* End XCConfigurationList section */
  521. };
  522. rootObject = D946DFD91BD2104E006B77F7 /* Project object */;
  523. }