|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 9B6E895123823C40009EBEBE /* AttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B6E894F23823C40009EBEBE /* AttributedString.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
11 | 11 | 9B6E899E23823FFD009EBEBE /* AttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E899D23823FFD009EBEBE /* AttributedString.swift */; };
|
| 12 | + 9B6E89A223826D8E009EBEBE /* AttributedStringInterpolation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89A123826D8E009EBEBE /* AttributedStringInterpolation.swift */; }; |
| 13 | + 9B6E89A8238273E4009EBEBE /* UITextViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89A7238273E4009EBEBE /* UITextViewExtension.swift */; }; |
| 14 | + 9B6E89AA2382742F009EBEBE /* UITextFieldExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89A92382742F009EBEBE /* UITextFieldExtension.swift */; }; |
| 15 | + 9B6E89AC238274CB009EBEBE /* UILabelExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89AB238274CB009EBEBE /* UILabelExtension.swift */; }; |
| 16 | + 9B6E89AF238275D2009EBEBE /* CGSizeExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89AE238275D2009EBEBE /* CGSizeExtension.swift */; }; |
| 17 | + 9B6E89B12382766F009EBEBE /* CGRectExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89B02382766F009EBEBE /* CGRectExtension.swift */; }; |
| 18 | + 9B6E89B3238276B0009EBEBE /* CGPointExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89B2238276B0009EBEBE /* CGPointExtension.swift */; }; |
| 19 | + 9B6E89DF23828F7C009EBEBE /* NSShadowExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89DE23828F7C009EBEBE /* NSShadowExtension.swift */; }; |
| 20 | + 9B6E89E12382C301009EBEBE /* AttributedStringStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89E02382C301009EBEBE /* AttributedStringStyle.swift */; }; |
| 21 | + 9B6E89E32382C392009EBEBE /* AttributedStringParagraphStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89E22382C392009EBEBE /* AttributedStringParagraphStyle.swift */; }; |
| 22 | + 9B6E89E52382C488009EBEBE /* AttributedStringAttachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89E42382C488009EBEBE /* AttributedStringAttachment.swift */; }; |
12 | 23 | /* End PBXBuildFile section */
|
13 | 24 |
|
14 | 25 | /* Begin PBXFileReference section */
|
15 | 26 | 9B6E894C23823C40009EBEBE /* AttributedString.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AttributedString.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
16 | 27 | 9B6E894F23823C40009EBEBE /* AttributedString.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AttributedString.h; sourceTree = "<group>"; };
|
17 | 28 | 9B6E895023823C40009EBEBE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
18 | 29 | 9B6E899D23823FFD009EBEBE /* AttributedString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributedString.swift; sourceTree = "<group>"; };
|
| 30 | + 9B6E89A123826D8E009EBEBE /* AttributedStringInterpolation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributedStringInterpolation.swift; sourceTree = "<group>"; }; |
| 31 | + 9B6E89A7238273E4009EBEBE /* UITextViewExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITextViewExtension.swift; sourceTree = "<group>"; }; |
| 32 | + 9B6E89A92382742F009EBEBE /* UITextFieldExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITextFieldExtension.swift; sourceTree = "<group>"; }; |
| 33 | + 9B6E89AB238274CB009EBEBE /* UILabelExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UILabelExtension.swift; sourceTree = "<group>"; }; |
| 34 | + 9B6E89AE238275D2009EBEBE /* CGSizeExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CGSizeExtension.swift; sourceTree = "<group>"; }; |
| 35 | + 9B6E89B02382766F009EBEBE /* CGRectExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CGRectExtension.swift; sourceTree = "<group>"; }; |
| 36 | + 9B6E89B2238276B0009EBEBE /* CGPointExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CGPointExtension.swift; sourceTree = "<group>"; }; |
| 37 | + 9B6E89DE23828F7C009EBEBE /* NSShadowExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSShadowExtension.swift; sourceTree = "<group>"; }; |
| 38 | + 9B6E89E02382C301009EBEBE /* AttributedStringStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributedStringStyle.swift; sourceTree = "<group>"; }; |
| 39 | + 9B6E89E22382C392009EBEBE /* AttributedStringParagraphStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributedStringParagraphStyle.swift; sourceTree = "<group>"; }; |
| 40 | + 9B6E89E42382C488009EBEBE /* AttributedStringAttachment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributedStringAttachment.swift; sourceTree = "<group>"; }; |
19 | 41 | /* End PBXFileReference section */
|
20 | 42 |
|
21 | 43 | /* Begin PBXFrameworksBuildPhase section */
|
|
48 | 70 | 9B6E894E23823C40009EBEBE /* Sources */ = {
|
49 | 71 | isa = PBXGroup;
|
50 | 72 | children = (
|
| 73 | + 9B6E89A32382738E009EBEBE /* Extension */, |
51 | 74 | 9B6E894F23823C40009EBEBE /* AttributedString.h */,
|
52 | 75 | 9B6E895023823C40009EBEBE /* Info.plist */,
|
53 | 76 | 9B6E899D23823FFD009EBEBE /* AttributedString.swift */,
|
| 77 | + 9B6E89A123826D8E009EBEBE /* AttributedStringInterpolation.swift */, |
| 78 | + 9B6E89E02382C301009EBEBE /* AttributedStringStyle.swift */, |
| 79 | + 9B6E89E22382C392009EBEBE /* AttributedStringParagraphStyle.swift */, |
| 80 | + 9B6E89E42382C488009EBEBE /* AttributedStringAttachment.swift */, |
54 | 81 | );
|
55 | 82 | path = Sources;
|
56 | 83 | sourceTree = "<group>";
|
57 | 84 | };
|
| 85 | + 9B6E89A32382738E009EBEBE /* Extension */ = { |
| 86 | + isa = PBXGroup; |
| 87 | + children = ( |
| 88 | + 9B6E89AD238275B1009EBEBE /* CoreGraphics */, |
| 89 | + 9B6E89A6238273CD009EBEBE /* WatchKit */, |
| 90 | + 9B6E89A5238273B2009EBEBE /* AppKit */, |
| 91 | + 9B6E89A42382739C009EBEBE /* UIKit */, |
| 92 | + ); |
| 93 | + path = Extension; |
| 94 | + sourceTree = "<group>"; |
| 95 | + }; |
| 96 | + 9B6E89A42382739C009EBEBE /* UIKit */ = { |
| 97 | + isa = PBXGroup; |
| 98 | + children = ( |
| 99 | + 9B6E89A7238273E4009EBEBE /* UITextViewExtension.swift */, |
| 100 | + 9B6E89A92382742F009EBEBE /* UITextFieldExtension.swift */, |
| 101 | + 9B6E89AB238274CB009EBEBE /* UILabelExtension.swift */, |
| 102 | + 9B6E89DE23828F7C009EBEBE /* NSShadowExtension.swift */, |
| 103 | + ); |
| 104 | + path = UIKit; |
| 105 | + sourceTree = "<group>"; |
| 106 | + }; |
| 107 | + 9B6E89A5238273B2009EBEBE /* AppKit */ = { |
| 108 | + isa = PBXGroup; |
| 109 | + children = ( |
| 110 | + ); |
| 111 | + path = AppKit; |
| 112 | + sourceTree = "<group>"; |
| 113 | + }; |
| 114 | + 9B6E89A6238273CD009EBEBE /* WatchKit */ = { |
| 115 | + isa = PBXGroup; |
| 116 | + children = ( |
| 117 | + ); |
| 118 | + path = WatchKit; |
| 119 | + sourceTree = "<group>"; |
| 120 | + }; |
| 121 | + 9B6E89AD238275B1009EBEBE /* CoreGraphics */ = { |
| 122 | + isa = PBXGroup; |
| 123 | + children = ( |
| 124 | + 9B6E89AE238275D2009EBEBE /* CGSizeExtension.swift */, |
| 125 | + 9B6E89B02382766F009EBEBE /* CGRectExtension.swift */, |
| 126 | + 9B6E89B2238276B0009EBEBE /* CGPointExtension.swift */, |
| 127 | + ); |
| 128 | + path = CoreGraphics; |
| 129 | + sourceTree = "<group>"; |
| 130 | + }; |
58 | 131 | /* End PBXGroup section */
|
59 | 132 |
|
60 | 133 | /* Begin PBXHeadersBuildPhase section */
|
|
135 | 208 | isa = PBXSourcesBuildPhase;
|
136 | 209 | buildActionMask = 2147483647;
|
137 | 210 | files = (
|
| 211 | + 9B6E89E32382C392009EBEBE /* AttributedStringParagraphStyle.swift in Sources */, |
| 212 | + 9B6E89AA2382742F009EBEBE /* UITextFieldExtension.swift in Sources */, |
| 213 | + 9B6E89E52382C488009EBEBE /* AttributedStringAttachment.swift in Sources */, |
| 214 | + 9B6E89A223826D8E009EBEBE /* AttributedStringInterpolation.swift in Sources */, |
| 215 | + 9B6E89B3238276B0009EBEBE /* CGPointExtension.swift in Sources */, |
| 216 | + 9B6E89DF23828F7C009EBEBE /* NSShadowExtension.swift in Sources */, |
| 217 | + 9B6E89AF238275D2009EBEBE /* CGSizeExtension.swift in Sources */, |
| 218 | + 9B6E89B12382766F009EBEBE /* CGRectExtension.swift in Sources */, |
| 219 | + 9B6E89A8238273E4009EBEBE /* UITextViewExtension.swift in Sources */, |
| 220 | + 9B6E89AC238274CB009EBEBE /* UILabelExtension.swift in Sources */, |
| 221 | + 9B6E89E12382C301009EBEBE /* AttributedStringStyle.swift in Sources */, |
138 | 222 | 9B6E899E23823FFD009EBEBE /* AttributedString.swift in Sources */,
|
139 | 223 | );
|
140 | 224 | runOnlyForDeploymentPostprocessing = 0;
|
|
274 | 358 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
275 | 359 | INFOPLIST_FILE = Sources/Info.plist;
|
276 | 360 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
| 361 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
277 | 362 | LD_RUNPATH_SEARCH_PATHS = (
|
278 | 363 | "$(inherited)",
|
279 | 364 | "@executable_path/Frameworks",
|
|
301 | 386 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
302 | 387 | INFOPLIST_FILE = Sources/Info.plist;
|
303 | 388 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
| 389 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
304 | 390 | LD_RUNPATH_SEARCH_PATHS = (
|
305 | 391 | "$(inherited)",
|
306 | 392 | "@executable_path/Frameworks",
|
|
0 commit comments