|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + C96AF30F244E1872004EB905 /* NSTextView+Workarounds.swift in Sources */ = {isa = PBXBuildFile; fileRef = C96AF30E244E1872004EB905 /* NSTextView+Workarounds.swift */; }; |
10 | 11 | C9C7D7CD23BF6CCD00282686 /* TextViewPlus.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9C7D7C323BF6CCC00282686 /* TextViewPlus.framework */; };
|
11 | 12 | C9C7D7D223BF6CCD00282686 /* TextViewPlusTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9C7D7D123BF6CCD00282686 /* TextViewPlusTests.swift */; };
|
12 | 13 | C9C7D7D423BF6CCD00282686 /* TextViewPlus.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C7D7C623BF6CCC00282686 /* TextViewPlus.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
30 | 31 | /* End PBXContainerItemProxy section */
|
31 | 32 |
|
32 | 33 | /* Begin PBXFileReference section */
|
| 34 | + C96AF30E244E1872004EB905 /* NSTextView+Workarounds.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSTextView+Workarounds.swift"; sourceTree = "<group>"; }; |
33 | 35 | C9C7D7C323BF6CCC00282686 /* TextViewPlus.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TextViewPlus.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
34 | 36 | C9C7D7C623BF6CCC00282686 /* TextViewPlus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TextViewPlus.h; sourceTree = "<group>"; };
|
35 | 37 | C9C7D7C723BF6CCC00282686 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
95 | 97 | C9C7D7E523BF6D8C00282686 /* NSTextView+Bounding.swift */,
|
96 | 98 | C9C7D7E823BF6F6900282686 /* NSTextView+AttributedString.swift */,
|
97 | 99 | C9C7D7E723BF6E8400282686 /* TextViewPlus.xcconfig */,
|
| 100 | + C96AF30E244E1872004EB905 /* NSTextView+Workarounds.swift */, |
98 | 101 | );
|
99 | 102 | path = TextViewPlus;
|
100 | 103 | sourceTree = "<group>";
|
|
241 | 244 | isa = PBXSourcesBuildPhase;
|
242 | 245 | buildActionMask = 2147483647;
|
243 | 246 | files = (
|
| 247 | + C96AF30F244E1872004EB905 /* NSTextView+Workarounds.swift in Sources */, |
244 | 248 | C9C7D7E223BF6D3800282686 /* NSTextView+Ranges.swift in Sources */,
|
245 | 249 | C9C7D7E323BF6D3800282686 /* NSTextView+Selection.swift in Sources */,
|
246 | 250 | C9C7D7E623BF6D8C00282686 /* NSTextView+Bounding.swift in Sources */,
|
|
0 commit comments