├── .swift-version ├── Carthage └── Build │ └── iOS │ ├── 1385C420-D504-3DE8-96E3-129BDF1E3B81.bcsymbolmap │ ├── 28375BB3-FEF7-3E60-946A-2F1F1C733BB4.bcsymbolmap │ ├── 4D8C79D1-D2D2-38F2-AD48-872665D39816.bcsymbolmap │ ├── 7A804F53-29A6-35F5-B7A8-7E4F61B504A6.bcsymbolmap │ ├── 9777913B-B190-3117-9114-AF24FE5C9432.bcsymbolmap │ ├── 99AEEE1A-C15E-3FF1-A37B-5BF85888A167.bcsymbolmap │ ├── 9FDDCC6A-6472-3C41-B16D-4CC7EB54A6B4.bcsymbolmap │ ├── CD7F6C2F-944A-32E9-8D1A-63D89A51AB6E.bcsymbolmap │ ├── SwiftyAttributedString.framework.dSYM │ └── Contents │ │ ├── Info.plist │ │ └── Resources │ │ └── DWARF │ │ └── SwiftyAttributedString │ └── SwiftyAttributedString.framework │ ├── Headers │ ├── SwiftyAttributedString-Swift.h │ └── SwiftyAttributedString.h │ ├── Info.plist │ ├── Modules │ ├── SwiftyAttributedString.swiftmodule │ │ ├── arm.swiftdoc │ │ ├── arm.swiftmodule │ │ ├── arm64.swiftdoc │ │ ├── arm64.swiftmodule │ │ ├── i386.swiftdoc │ │ ├── i386.swiftmodule │ │ ├── x86_64.swiftdoc │ │ └── x86_64.swiftmodule │ └── module.modulemap │ └── SwiftyAttributedString ├── Demo ├── Demo.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── yuto.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── yuto.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist └── Demo │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── Info.plist │ └── ViewController.swift ├── LICENSE ├── README.md ├── SwiftyAttributedString.podspec ├── SwiftyAttributedString.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── yuto.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── xcshareddata │ └── xcschemes │ │ └── SwiftyAttributedString.xcscheme └── xcuserdata │ └── yuto.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist ├── SwiftyAttributedString ├── Deprecated │ ├── Attribute.swift │ ├── NSMutableAttributedString+AttributeExtension.swift │ └── String+AttributeExtension.swift ├── Info.plist ├── String+Extension.swift ├── SwiftyAttributedString.h └── SwiftyAttributedString.swift └── SwiftyAttributedStringTests ├── Info.plist └── SwiftyAttributedStringTests.swift /.swift-version: -------------------------------------------------------------------------------- 1 | 4.2.1 2 | -------------------------------------------------------------------------------- /Carthage/Build/iOS/1385C420-D504-3DE8-96E3-129BDF1E3B81.bcsymbolmap: -------------------------------------------------------------------------------- 1 | BCSymbolMap Version: 2.0 2 | __TFE22SwiftyAttributedStringCSo25NSMutableAttributedStringP33_FE40B2D1B230BD19DE2848F7CB192BFB32convertNSMutableAttributedStringfT5valueOS_14AttributeValue5rangeVSC8_NSRange_T_ 3 | __TTSfq4gs_gs_d___TZFSSoi2eefTSSSS_Sb 4 | __TTSg5O22SwiftyAttributedString10TextEffectS0_s8HashableS____TFVs11AnyHashableCuRxs8HashablerfxS_ 5 | _rt_swift_getExistentialTypeMetadata 6 | _rt_swift_dynamicCast 7 | __TMLGCs23_ContiguousArrayStorageO22SwiftyAttributedString14AttributeValue_ 8 | __swift_FORCE_LOAD_$_swiftUIKit_$_SwiftyAttributedString 9 | __swift_FORCE_LOAD_$_swiftCoreImage_$_SwiftyAttributedString 10 | __swift_FORCE_LOAD_$_swiftDarwin_$_SwiftyAttributedString 11 | __swift_FORCE_LOAD_$_swiftCoreGraphics_$_SwiftyAttributedString 12 | __swift_FORCE_LOAD_$_swiftDispatch_$_SwiftyAttributedString 13 | __swift_FORCE_LOAD_$_swiftObjectiveC_$_SwiftyAttributedString 14 | __swift_FORCE_LOAD_$_swiftFoundation_$_SwiftyAttributedString 15 | __swift_FORCE_LOAD_$_swiftQuartzCore_$_SwiftyAttributedString 16 | ___swift_reflection_version 17 | __TMLPs35_HasCustomAnyHashableRepresentation_ 18 | __TMLGVs20_ConcreteHashableBoxSi_ 19 | Apple LLVM version 8.0.0 (clang-800.0.42.1) 20 | -emit-bc /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/String+AttributeExtension.swift /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/Attribute.swift /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/NSMutableAttributedString+AttributeExtension.swift -target armv7-apple-ios10.2 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk -I /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Products/Release-iphoneos -F /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Products/Release-iphoneos -g -import-underlying-module -module-cache-path /Users/yuto/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-generated-files.hmap -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-own-target-headers.hmap -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-project-headers.hmap -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Products/Release-iphoneos/include -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/DerivedSources/armv7 -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/yuto/development/SwiftyAttributedString -emit-module-doc-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/SwiftyAttributedString.swiftdoc -O -module-name SwiftyAttributedString -emit-module-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/SwiftyAttributedString.swiftmodule -emit-objc-header-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/SwiftyAttributedString-Swift.h -serialize-diagnostics-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/String+AttributeExtension.dia -emit-dependencies-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/String+AttributeExtension.d -num-threads 4 -o /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/String+AttributeExtension.bc -o /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/Attribute.bc -o /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/NSMutableAttributedString+AttributeExtension.bc -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift 21 | 22 | /Users/yuto/development/SwiftyAttributedString 23 | Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1) 24 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/String+AttributeExtension.swift 25 | _TTSg5O22SwiftyAttributedString10TextEffectS0_s8HashableS____TFVs11AnyHashableCuRxs8HashablerfxS_ 26 | String+AttributeExtension.swift 27 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources 28 | _TMaGVs20_ConcreteHashableBoxSi_ 29 | _TMaPs35_HasCustomAnyHashableRepresentation_ 30 | _toAnyHashable 31 | _TTSg5O22SwiftyAttributedString10TextEffectS0_s8HashableS____TFEsPs8Hashable14_toAnyHashablefT_Vs11AnyHashable 32 | rawValue.get 33 | init 34 | hashValue.get 35 | == 36 | _TTSg5O22SwiftyAttributedString10TextEffectS0_s16RawRepresentableS____TFsoi2eeuRxs16RawRepresentablewx8RawValues9EquatablerFTxx_Sb 37 | _TTWSSs9EquatablesZFS_oi2eefTxx_Sb 38 | _TIFV22SwiftyAttributedString9AttributecFT5valueOS_14AttributeValue5rangeOS_14AttributeRange_S0_A0_ 39 | Attribute.swift 40 | add 41 | toNSRange 42 | _TTSg5GSaO22SwiftyAttributedString14AttributeValue_GSaS0__s13IndexableBases___TFVs16IndexingIterator4nextfT_GSqwx8_Element_ 43 | _TTWSis9EquatablesZFS_oi2eefTxx_Sb 44 | _TTSg5O22SwiftyAttributedString14AttributeValue___TTWurGSax_s13IndexableBasesFS_9formIndexfT5afterRwx5Index_T_ 45 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSa9formIndexfT5afterRSi_T_ 46 | _TTSg5O22SwiftyAttributedString14AttributeValue___TTWurGSax_s13IndexableBasesFS_g9subscriptFwx5Indexwx8_Element 47 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSag9subscriptFSix 48 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSa11_getElementfTSi20wasNativeTypeCheckedSb22matchingSubscriptCheckVs16_DependenceToken_x 49 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs12_ArrayBuffer10getElementfTSi20wasNativeTypeCheckedSb_x 50 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferg9subscriptFSix 51 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBuffer10getElementfSix 52 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferg19firstElementAddressGSpx_ 53 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerg15_elementPointerGSpq__ 54 | _TTSg5GSaV22SwiftyAttributedString9Attribute_GSaS0__s13IndexableBases___TFVs16IndexingIterator4nextfT_GSqwx8_Element_ 55 | _TTSg5V22SwiftyAttributedString9Attribute___TTWurGSax_s13IndexableBasesFS_9formIndexfT5afterRwx5Index_T_ 56 | _TTSg5V22SwiftyAttributedString9Attribute___TFSa9formIndexfT5afterRSi_T_ 57 | _TTSg5O22SwiftyAttributedString14AttributeValue___TTWurGSax_s13IndexableBasesFS_g8endIndexwx5Index 58 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSag8endIndexSi 59 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSa9_getCountfT_Si 60 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs12_ArrayBufferg5countSi 61 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferg5countSi 62 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerlo6headerx 63 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerg14_headerPointerGSpx_ 64 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerg8_addressSv 65 | _TTSg5V22SwiftyAttributedString9Attribute___TTWurGSax_s13IndexableBasesFS_g9subscriptFwx5Indexwx8_Element 66 | _TTSg5V22SwiftyAttributedString9Attribute___TFSag9subscriptFSix 67 | _TTSg5V22SwiftyAttributedString9Attribute___TFSa11_getElementfTSi20wasNativeTypeCheckedSb22matchingSubscriptCheckVs16_DependenceToken_x 68 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs12_ArrayBuffer10getElementfTSi20wasNativeTypeCheckedSb_x 69 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBufferg9subscriptFSix 70 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBuffer10getElementfSix 71 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBufferg19firstElementAddressGSpx_ 72 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerg15_elementPointerGSpq__ 73 | _TTSg5V22SwiftyAttributedString9Attribute___TTWurGSax_s13IndexableBasesFS_g8endIndexwx5Index 74 | _TTSg5V22SwiftyAttributedString9Attribute___TFSag8endIndexSi 75 | _TTSg5V22SwiftyAttributedString9Attribute___TFSa9_getCountfT_Si 76 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs12_ArrayBufferg5countSi 77 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBufferg5countSi 78 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerlo6headerx 79 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerg14_headerPointerGSpx_ 80 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerg8_addressSv 81 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFCs23_ContiguousArrayStorageD 82 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFCs23_ContiguousArrayStoraged 83 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSp12deinitializefT5countSi_Sv 84 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFs27_allocateUninitializedArrayurFBwTGSax_Bp_ 85 | _TTSg5O22SwiftyAttributedString14AttributeValue___TZFSa13_adoptStoragefTPs9AnyObject_5countSi_TGSax_GSpx__ 86 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferCfT5countSi7storageGCs23_ContiguousArrayStoragex__GS_x_ 87 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBuffer18_initStorageHeaderfT5countSi8capacitySi_T_ 88 | _TTSgq5Vs10_ArrayBody___TFSp10initializefT2tox5countSi_T_ 89 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerCfT21_uncheckedBufferClassPMPs9AnyObject_15minimumCapacitySi_GS_xq__ 90 | _TMaGCs23_ContiguousArrayStorageO22SwiftyAttributedString14AttributeValue_ 91 | findRange 92 | ___swift_noop_void_return 93 | ___swift_noop_self_return 94 | __TwXXO22SwiftyAttributedString14AttributeValue 95 | __TwCPO22SwiftyAttributedString14AttributeValue 96 | __TwxxO22SwiftyAttributedString14AttributeValue 97 | __TwCpO22SwiftyAttributedString14AttributeValue 98 | __TwcpO22SwiftyAttributedString14AttributeValue 99 | __TwcaO22SwiftyAttributedString14AttributeValue 100 | ___swift_memcpy5_4 101 | __TwtaO22SwiftyAttributedString14AttributeValue 102 | __TwXxO22SwiftyAttributedString14AttributeValue 103 | __TwCcO22SwiftyAttributedString14AttributeValue 104 | ___swift_memmove_array8_4 105 | __TwugO22SwiftyAttributedString14AttributeValue 106 | __TwupO22SwiftyAttributedString14AttributeValue 107 | __TwuiO22SwiftyAttributedString14AttributeValue 108 | __TwXXO22SwiftyAttributedString14AttributeRange 109 | _rt_swift_slowDealloc 110 | __TwCPO22SwiftyAttributedString14AttributeRange 111 | _rt_swift_slowAlloc 112 | __TwprO22SwiftyAttributedString14AttributeRange 113 | __TwdeO22SwiftyAttributedString14AttributeRange 114 | __TwxxO22SwiftyAttributedString14AttributeRange 115 | __TwCpO22SwiftyAttributedString14AttributeRange 116 | __TwcpO22SwiftyAttributedString14AttributeRange 117 | __TwcaO22SwiftyAttributedString14AttributeRange 118 | __TwTkO22SwiftyAttributedString14AttributeRange 119 | ___swift_memcpy14_4 120 | __TwtaO22SwiftyAttributedString14AttributeRange 121 | __TwalO22SwiftyAttributedString14AttributeRange 122 | ___swift_copy_outline_pointer 123 | __TwXxO22SwiftyAttributedString14AttributeRange 124 | __TwCcO22SwiftyAttributedString14AttributeRange 125 | ___swift_memmove_array16_4 126 | __TwugO22SwiftyAttributedString14AttributeRange 127 | _rt_swift_getEnumCaseSinglePayload 128 | __TwupO22SwiftyAttributedString14AttributeRange 129 | __TwuiO22SwiftyAttributedString14AttributeRange 130 | _rt_swift_storeEnumTagSinglePayload 131 | __TwXXOO22SwiftyAttributedString14AttributeRange7Portion 132 | __TwCPOO22SwiftyAttributedString14AttributeRange7Portion 133 | __TwdeOO22SwiftyAttributedString14AttributeRange7Portion 134 | __TwxxOO22SwiftyAttributedString14AttributeRange7Portion 135 | __TwCpOO22SwiftyAttributedString14AttributeRange7Portion 136 | __TwcpOO22SwiftyAttributedString14AttributeRange7Portion 137 | __TwcaOO22SwiftyAttributedString14AttributeRange7Portion 138 | __TwTkOO22SwiftyAttributedString14AttributeRange7Portion 139 | ___swift_memcpy13_4 140 | __TwtaOO22SwiftyAttributedString14AttributeRange7Portion 141 | __TwalOO22SwiftyAttributedString14AttributeRange7Portion 142 | __TwXxOO22SwiftyAttributedString14AttributeRange7Portion 143 | __TwCcOO22SwiftyAttributedString14AttributeRange7Portion 144 | __TwugOO22SwiftyAttributedString14AttributeRange7Portion 145 | __TwupOO22SwiftyAttributedString14AttributeRange7Portion 146 | __TwuiOO22SwiftyAttributedString14AttributeRange7Portion 147 | __TwXXV22SwiftyAttributedString9Attribute 148 | __TwCPV22SwiftyAttributedString9Attribute 149 | __TwdeV22SwiftyAttributedString9Attribute 150 | __TwxxV22SwiftyAttributedString9Attribute 151 | __TwCpV22SwiftyAttributedString9Attribute 152 | __TwcpV22SwiftyAttributedString9Attribute 153 | __TwcaV22SwiftyAttributedString9Attribute 154 | __TwTkV22SwiftyAttributedString9Attribute 155 | ___swift_memcpy18_4 156 | __TwtaV22SwiftyAttributedString9Attribute 157 | __TwalV22SwiftyAttributedString9Attribute 158 | __TwXxV22SwiftyAttributedString9Attribute 159 | __TwCcV22SwiftyAttributedString9Attribute 160 | ___swift_memmove_array20_4 161 | __TwxsV22SwiftyAttributedString9Attribute 162 | __TwxgV22SwiftyAttributedString9Attribute 163 | ___swift_memcpy0_1 164 | ___swift_memcpy_array0_1 165 | ___swift_memmove_array0_1 166 | __TwugO22SwiftyAttributedString10TextEffect 167 | __TwupO22SwiftyAttributedString10TextEffect 168 | __TwuiO22SwiftyAttributedString10TextEffect 169 | ___swift_memcpy8_4 170 | ___swift_memcpy_array8_4 171 | _rt_swift_getInitializedObjCClass 172 | __TwprOO22SwiftyAttributedString14AttributeRange7Portion 173 | __TwprV22SwiftyAttributedString9Attribute 174 | __TMfO22SwiftyAttributedString14AttributeValue 175 | __TMRfO22SwiftyAttributedString14AttributeValue 176 | __TMfO22SwiftyAttributedString14AttributeRange 177 | __TMfOO22SwiftyAttributedString14AttributeRange7Portion 178 | __TMRfOO22SwiftyAttributedString14AttributeRange7Portion 179 | __TMRfO22SwiftyAttributedString14AttributeRange 180 | __TMfV22SwiftyAttributedString9Attribute 181 | __TMRfV22SwiftyAttributedString9Attribute 182 | __TMfO22SwiftyAttributedString10TextEffect 183 | __TMRfO22SwiftyAttributedString10TextEffect 184 | __TMRaO22SwiftyAttributedString10TextEffects16RawRepresentableS_ 185 | __TMRfCSo6UIFont 186 | __TMRsCSo6UIFont 187 | __TMRfCSo7UIColor 188 | __TMRsCSo7UIColor 189 | __TMRfCSo8NSNumber 190 | __TMRsCSo8NSNumber 191 | __TMRfCSo8NSShadow 192 | __TMRsCSo8NSShadow 193 | __TMRbO22SwiftyAttributedString14AttributeValue 194 | __TMRbOO22SwiftyAttributedString14AttributeRange7Portion 195 | __TMRbVSC8_NSRange 196 | __TMLGSaO22SwiftyAttributedString14AttributeValue_ 197 | __TMLVSC8_NSRange 198 | __TWVVSC8_NSRange 199 | __TMnVSC8_NSRange 200 | __TMVSC8_NSRange 201 | __TMLT2ofOO22SwiftyAttributedString14AttributeRange7Portion_ 202 | __TMLCSo6UIFont 203 | __TMLCSo7UIColor 204 | __TMLCSo8NSNumber 205 | __TMLCSo8NSShadow 206 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/Attribute.swift 207 | get_field_types__NSRange 208 | __swift_memcpy_array8_4 209 | __swift_memcpy8_4 210 | _TMaO22SwiftyAttributedString10TextEffect 211 | get_field_types_TextEffect 212 | _TwuiO22SwiftyAttributedString10TextEffect 213 | _TwupO22SwiftyAttributedString10TextEffect 214 | _TwugO22SwiftyAttributedString10TextEffect 215 | __swift_memmove_array0_1 216 | __swift_memcpy_array0_1 217 | __swift_memcpy0_1 218 | _TMaV22SwiftyAttributedString9Attribute 219 | get_field_types_Attribute 220 | _TMaGSaO22SwiftyAttributedString14AttributeValue_ 221 | _TwxgV22SwiftyAttributedString9Attribute 222 | _TwxsV22SwiftyAttributedString9Attribute 223 | __swift_memmove_array20_4 224 | _TwCcV22SwiftyAttributedString9Attribute 225 | _TwXxV22SwiftyAttributedString9Attribute 226 | _TwalV22SwiftyAttributedString9Attribute 227 | _TwtaV22SwiftyAttributedString9Attribute 228 | __swift_memcpy18_4 229 | _TwTkV22SwiftyAttributedString9Attribute 230 | _TwcaV22SwiftyAttributedString9Attribute 231 | _TwcpV22SwiftyAttributedString9Attribute 232 | _TwCpV22SwiftyAttributedString9Attribute 233 | _TwxxV22SwiftyAttributedString9Attribute 234 | _TwdeV22SwiftyAttributedString9Attribute 235 | _TwCPV22SwiftyAttributedString9Attribute 236 | _TwXXV22SwiftyAttributedString9Attribute 237 | _TMaOO22SwiftyAttributedString14AttributeRange7Portion 238 | get_field_types_Portion 239 | _TMaVSC8_NSRange 240 | _TwuiOO22SwiftyAttributedString14AttributeRange7Portion 241 | _TwupOO22SwiftyAttributedString14AttributeRange7Portion 242 | _TwugOO22SwiftyAttributedString14AttributeRange7Portion 243 | _TwCcOO22SwiftyAttributedString14AttributeRange7Portion 244 | _TwXxOO22SwiftyAttributedString14AttributeRange7Portion 245 | _TwalOO22SwiftyAttributedString14AttributeRange7Portion 246 | _TwtaOO22SwiftyAttributedString14AttributeRange7Portion 247 | __swift_memcpy13_4 248 | _TwTkOO22SwiftyAttributedString14AttributeRange7Portion 249 | _TwcaOO22SwiftyAttributedString14AttributeRange7Portion 250 | _TwcpOO22SwiftyAttributedString14AttributeRange7Portion 251 | _TwCpOO22SwiftyAttributedString14AttributeRange7Portion 252 | _TwxxOO22SwiftyAttributedString14AttributeRange7Portion 253 | _TwdeOO22SwiftyAttributedString14AttributeRange7Portion 254 | _TwCPOO22SwiftyAttributedString14AttributeRange7Portion 255 | _TwXXOO22SwiftyAttributedString14AttributeRange7Portion 256 | _TMaO22SwiftyAttributedString14AttributeRange 257 | get_field_types_AttributeRange 258 | _TMaT2ofOO22SwiftyAttributedString14AttributeRange7Portion_ 259 | _TwuiO22SwiftyAttributedString14AttributeRange 260 | _TwupO22SwiftyAttributedString14AttributeRange 261 | _TwugO22SwiftyAttributedString14AttributeRange 262 | __swift_memmove_array16_4 263 | _TwCcO22SwiftyAttributedString14AttributeRange 264 | _TwXxO22SwiftyAttributedString14AttributeRange 265 | __swift_copy_outline_pointer 266 | _TwalO22SwiftyAttributedString14AttributeRange 267 | _TwtaO22SwiftyAttributedString14AttributeRange 268 | __swift_memcpy14_4 269 | _TwTkO22SwiftyAttributedString14AttributeRange 270 | _TwcaO22SwiftyAttributedString14AttributeRange 271 | _TwcpO22SwiftyAttributedString14AttributeRange 272 | _TwCpO22SwiftyAttributedString14AttributeRange 273 | _TwxxO22SwiftyAttributedString14AttributeRange 274 | _TwdeO22SwiftyAttributedString14AttributeRange 275 | _TwprO22SwiftyAttributedString14AttributeRange 276 | _TwCPO22SwiftyAttributedString14AttributeRange 277 | _TwXXO22SwiftyAttributedString14AttributeRange 278 | _TMaO22SwiftyAttributedString14AttributeValue 279 | get_field_types_AttributeValue 280 | _TMaCSo8NSShadow 281 | _TMaCSo8NSNumber 282 | _TMaCSo7UIColor 283 | _TMaCSo6UIFont 284 | _TwuiO22SwiftyAttributedString14AttributeValue 285 | _TwupO22SwiftyAttributedString14AttributeValue 286 | _TwugO22SwiftyAttributedString14AttributeValue 287 | __swift_memmove_array8_4 288 | _TwCcO22SwiftyAttributedString14AttributeValue 289 | _TwXxO22SwiftyAttributedString14AttributeValue 290 | _TwtaO22SwiftyAttributedString14AttributeValue 291 | __swift_memcpy5_4 292 | _TwcaO22SwiftyAttributedString14AttributeValue 293 | _TwcpO22SwiftyAttributedString14AttributeValue 294 | _TwCpO22SwiftyAttributedString14AttributeValue 295 | _TwxxO22SwiftyAttributedString14AttributeValue 296 | _TwCPO22SwiftyAttributedString14AttributeValue 297 | _TwXXO22SwiftyAttributedString14AttributeValue 298 | _TWaO22SwiftyAttributedString10TextEffects9_HashableS_ 299 | _TWaO22SwiftyAttributedString10TextEffects16RawRepresentableS_ 300 | _TWaO22SwiftyAttributedString10TextEffects8HashableS_ 301 | _TWaO22SwiftyAttributedString10TextEffects9EquatableS_ 302 | _TTSfq4gs_gs_d___TZFSSoi2eefTSSSS_Sb 303 | range.materialize 304 | range.set 305 | range.get 306 | values.materialize 307 | values.set 308 | values.get 309 | __swift_noop_self_return 310 | __swift_noop_void_return 311 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/NSMutableAttributedString+AttributeExtension.swift 312 | NSMutableAttributedString+AttributeExtension.swift 313 | convertNSMutableAttributedString 314 | /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/DerivedSources/SwiftyAttributedString_vers.c 315 | -------------------------------------------------------------------------------- /Carthage/Build/iOS/9777913B-B190-3117-9114-AF24FE5C9432.bcsymbolmap: -------------------------------------------------------------------------------- 1 | BCSymbolMap Version: 2.0 2 | __TFE22SwiftyAttributedStringCSo25NSMutableAttributedStringP33_FE40B2D1B230BD19DE2848F7CB192BFB32convertNSMutableAttributedStringfT5valueOS_14AttributeValue5rangeVSC8_NSRange_T_ 3 | __TTSfq4gs_gs_d___TZFSSoi2eefTSSSS_Sb 4 | __TTSg5O22SwiftyAttributedString10TextEffectS0_s8HashableS____TFVs11AnyHashableCuRxs8HashablerfxS_ 5 | _rt_swift_getExistentialTypeMetadata 6 | _rt_swift_dynamicCast 7 | __TMLGCs23_ContiguousArrayStorageO22SwiftyAttributedString14AttributeValue_ 8 | __swift_FORCE_LOAD_$_swiftUIKit_$_SwiftyAttributedString 9 | __swift_FORCE_LOAD_$_swiftCoreImage_$_SwiftyAttributedString 10 | __swift_FORCE_LOAD_$_swiftDarwin_$_SwiftyAttributedString 11 | __swift_FORCE_LOAD_$_swiftCoreGraphics_$_SwiftyAttributedString 12 | __swift_FORCE_LOAD_$_swiftDispatch_$_SwiftyAttributedString 13 | __swift_FORCE_LOAD_$_swiftObjectiveC_$_SwiftyAttributedString 14 | __swift_FORCE_LOAD_$_swiftFoundation_$_SwiftyAttributedString 15 | __swift_FORCE_LOAD_$_swiftQuartzCore_$_SwiftyAttributedString 16 | ___swift_reflection_version 17 | __TMLPs35_HasCustomAnyHashableRepresentation_ 18 | __TMLGVs20_ConcreteHashableBoxSi_ 19 | Apple LLVM version 8.0.0 (clang-800.0.42.1) 20 | -emit-bc /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/String+AttributeExtension.swift /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/Attribute.swift /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/NSMutableAttributedString+AttributeExtension.swift -target arm64-apple-ios10.2 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk -I /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Products/Release-iphoneos -F /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Products/Release-iphoneos -g -import-underlying-module -module-cache-path /Users/yuto/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-generated-files.hmap -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-own-target-headers.hmap -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-project-headers.hmap -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Products/Release-iphoneos/include -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/DerivedSources/arm64 -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/yuto/development/SwiftyAttributedString -emit-module-doc-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/SwiftyAttributedString.swiftdoc -O -module-name SwiftyAttributedString -emit-module-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/SwiftyAttributedString.swiftmodule -emit-objc-header-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/SwiftyAttributedString-Swift.h -serialize-diagnostics-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/String+AttributeExtension.dia -emit-dependencies-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/String+AttributeExtension.d -num-threads 4 -o /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/String+AttributeExtension.bc -o /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/Attribute.bc -o /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/NSMutableAttributedString+AttributeExtension.bc -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift 21 | 22 | /Users/yuto/development/SwiftyAttributedString 23 | Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1) 24 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/String+AttributeExtension.swift 25 | _TTSg5O22SwiftyAttributedString10TextEffectS0_s8HashableS____TFVs11AnyHashableCuRxs8HashablerfxS_ 26 | String+AttributeExtension.swift 27 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources 28 | _TMaGVs20_ConcreteHashableBoxSi_ 29 | _TMaPs35_HasCustomAnyHashableRepresentation_ 30 | _toAnyHashable 31 | _TTSg5O22SwiftyAttributedString10TextEffectS0_s8HashableS____TFEsPs8Hashable14_toAnyHashablefT_Vs11AnyHashable 32 | rawValue.get 33 | init 34 | hashValue.get 35 | == 36 | _TTSg5O22SwiftyAttributedString10TextEffectS0_s16RawRepresentableS____TFsoi2eeuRxs16RawRepresentablewx8RawValues9EquatablerFTxx_Sb 37 | _TTWSSs9EquatablesZFS_oi2eefTxx_Sb 38 | _TIFV22SwiftyAttributedString9AttributecFT5valueOS_14AttributeValue5rangeOS_14AttributeRange_S0_A0_ 39 | Attribute.swift 40 | add 41 | toNSRange 42 | _TTSg5GSaO22SwiftyAttributedString14AttributeValue_GSaS0__s13IndexableBases___TFVs16IndexingIterator4nextfT_GSqwx8_Element_ 43 | _TTWSis9EquatablesZFS_oi2eefTxx_Sb 44 | _TTSg5O22SwiftyAttributedString14AttributeValue___TTWurGSax_s13IndexableBasesFS_9formIndexfT5afterRwx5Index_T_ 45 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSa9formIndexfT5afterRSi_T_ 46 | _TTSg5O22SwiftyAttributedString14AttributeValue___TTWurGSax_s13IndexableBasesFS_g9subscriptFwx5Indexwx8_Element 47 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSag9subscriptFSix 48 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSa11_getElementfTSi20wasNativeTypeCheckedSb22matchingSubscriptCheckVs16_DependenceToken_x 49 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs12_ArrayBuffer10getElementfTSi20wasNativeTypeCheckedSb_x 50 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferg9subscriptFSix 51 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBuffer10getElementfSix 52 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferg19firstElementAddressGSpx_ 53 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerg15_elementPointerGSpq__ 54 | _TTSg5GSaV22SwiftyAttributedString9Attribute_GSaS0__s13IndexableBases___TFVs16IndexingIterator4nextfT_GSqwx8_Element_ 55 | _TTSg5V22SwiftyAttributedString9Attribute___TTWurGSax_s13IndexableBasesFS_9formIndexfT5afterRwx5Index_T_ 56 | _TTSg5V22SwiftyAttributedString9Attribute___TFSa9formIndexfT5afterRSi_T_ 57 | _TTSg5O22SwiftyAttributedString14AttributeValue___TTWurGSax_s13IndexableBasesFS_g8endIndexwx5Index 58 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSag8endIndexSi 59 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSa9_getCountfT_Si 60 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs12_ArrayBufferg5countSi 61 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferg5countSi 62 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerlo6headerx 63 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerg14_headerPointerGSpx_ 64 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerg8_addressSv 65 | _TTSg5V22SwiftyAttributedString9Attribute___TTWurGSax_s13IndexableBasesFS_g9subscriptFwx5Indexwx8_Element 66 | _TTSg5V22SwiftyAttributedString9Attribute___TFSag9subscriptFSix 67 | _TTSg5V22SwiftyAttributedString9Attribute___TFSa11_getElementfTSi20wasNativeTypeCheckedSb22matchingSubscriptCheckVs16_DependenceToken_x 68 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs12_ArrayBuffer10getElementfTSi20wasNativeTypeCheckedSb_x 69 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBufferg9subscriptFSix 70 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBuffer10getElementfSix 71 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBufferg19firstElementAddressGSpx_ 72 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerg15_elementPointerGSpq__ 73 | _TTSg5V22SwiftyAttributedString9Attribute___TTWurGSax_s13IndexableBasesFS_g8endIndexwx5Index 74 | _TTSg5V22SwiftyAttributedString9Attribute___TFSag8endIndexSi 75 | _TTSg5V22SwiftyAttributedString9Attribute___TFSa9_getCountfT_Si 76 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs12_ArrayBufferg5countSi 77 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBufferg5countSi 78 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerlo6headerx 79 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerg14_headerPointerGSpx_ 80 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerg8_addressSv 81 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFCs23_ContiguousArrayStorageD 82 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFCs23_ContiguousArrayStoraged 83 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSp12deinitializefT5countSi_Sv 84 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFs27_allocateUninitializedArrayurFBwTGSax_Bp_ 85 | _TTSg5O22SwiftyAttributedString14AttributeValue___TZFSa13_adoptStoragefTPs9AnyObject_5countSi_TGSax_GSpx__ 86 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferCfT5countSi7storageGCs23_ContiguousArrayStoragex__GS_x_ 87 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBuffer18_initStorageHeaderfT5countSi8capacitySi_T_ 88 | _TTSgq5Vs10_ArrayBody___TFSp10initializefT2tox5countSi_T_ 89 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerCfT21_uncheckedBufferClassPMPs9AnyObject_15minimumCapacitySi_GS_xq__ 90 | _TMaGCs23_ContiguousArrayStorageO22SwiftyAttributedString14AttributeValue_ 91 | findRange 92 | ___swift_noop_void_return 93 | ___swift_memcpy16_8 94 | ___swift_noop_self_return 95 | ___swift_memcpy_array16_8 96 | ___swift_memmove_array16_8 97 | __TwXXO22SwiftyAttributedString14AttributeValue 98 | __TwCPO22SwiftyAttributedString14AttributeValue 99 | __TwxxO22SwiftyAttributedString14AttributeValue 100 | __TwCpO22SwiftyAttributedString14AttributeValue 101 | __TwcpO22SwiftyAttributedString14AttributeValue 102 | __TwcaO22SwiftyAttributedString14AttributeValue 103 | ___swift_memcpy9_8 104 | __TwtaO22SwiftyAttributedString14AttributeValue 105 | __TwXxO22SwiftyAttributedString14AttributeValue 106 | __TwCcO22SwiftyAttributedString14AttributeValue 107 | __TwugO22SwiftyAttributedString14AttributeValue 108 | __TwupO22SwiftyAttributedString14AttributeValue 109 | __TwuiO22SwiftyAttributedString14AttributeValue 110 | __TwXXO22SwiftyAttributedString14AttributeRange 111 | _rt_swift_slowDealloc 112 | __TwCPO22SwiftyAttributedString14AttributeRange 113 | _rt_swift_slowAlloc 114 | __TwprO22SwiftyAttributedString14AttributeRange 115 | __TwdeO22SwiftyAttributedString14AttributeRange 116 | __TwxxO22SwiftyAttributedString14AttributeRange 117 | __TwCpO22SwiftyAttributedString14AttributeRange 118 | __TwcpO22SwiftyAttributedString14AttributeRange 119 | __TwcaO22SwiftyAttributedString14AttributeRange 120 | __TwTkO22SwiftyAttributedString14AttributeRange 121 | ___swift_memcpy26_8 122 | __TwtaO22SwiftyAttributedString14AttributeRange 123 | __TwalO22SwiftyAttributedString14AttributeRange 124 | ___swift_copy_outline_pointer 125 | __TwXxO22SwiftyAttributedString14AttributeRange 126 | __TwCcO22SwiftyAttributedString14AttributeRange 127 | ___swift_memmove_array32_8 128 | __TwugO22SwiftyAttributedString14AttributeRange 129 | _rt_swift_getEnumCaseSinglePayload 130 | __TwupO22SwiftyAttributedString14AttributeRange 131 | __TwuiO22SwiftyAttributedString14AttributeRange 132 | _rt_swift_storeEnumTagSinglePayload 133 | __TwXXOO22SwiftyAttributedString14AttributeRange7Portion 134 | __TwCPOO22SwiftyAttributedString14AttributeRange7Portion 135 | __TwdeOO22SwiftyAttributedString14AttributeRange7Portion 136 | __TwxxOO22SwiftyAttributedString14AttributeRange7Portion 137 | __TwCpOO22SwiftyAttributedString14AttributeRange7Portion 138 | __TwcpOO22SwiftyAttributedString14AttributeRange7Portion 139 | __TwcaOO22SwiftyAttributedString14AttributeRange7Portion 140 | __TwTkOO22SwiftyAttributedString14AttributeRange7Portion 141 | ___swift_memcpy25_8 142 | __TwtaOO22SwiftyAttributedString14AttributeRange7Portion 143 | __TwalOO22SwiftyAttributedString14AttributeRange7Portion 144 | __TwXxOO22SwiftyAttributedString14AttributeRange7Portion 145 | __TwCcOO22SwiftyAttributedString14AttributeRange7Portion 146 | __TwugOO22SwiftyAttributedString14AttributeRange7Portion 147 | __TwupOO22SwiftyAttributedString14AttributeRange7Portion 148 | __TwuiOO22SwiftyAttributedString14AttributeRange7Portion 149 | __TwXXV22SwiftyAttributedString9Attribute 150 | __TwCPV22SwiftyAttributedString9Attribute 151 | __TwdeV22SwiftyAttributedString9Attribute 152 | __TwxxV22SwiftyAttributedString9Attribute 153 | __TwCpV22SwiftyAttributedString9Attribute 154 | __TwcpV22SwiftyAttributedString9Attribute 155 | __TwcaV22SwiftyAttributedString9Attribute 156 | __TwTkV22SwiftyAttributedString9Attribute 157 | ___swift_memcpy34_8 158 | __TwtaV22SwiftyAttributedString9Attribute 159 | __TwalV22SwiftyAttributedString9Attribute 160 | __TwXxV22SwiftyAttributedString9Attribute 161 | __TwCcV22SwiftyAttributedString9Attribute 162 | ___swift_memmove_array40_8 163 | __TwxsV22SwiftyAttributedString9Attribute 164 | __TwxgV22SwiftyAttributedString9Attribute 165 | ___swift_memcpy0_1 166 | ___swift_memcpy_array0_1 167 | ___swift_memmove_array0_1 168 | __TwugO22SwiftyAttributedString10TextEffect 169 | __TwupO22SwiftyAttributedString10TextEffect 170 | __TwuiO22SwiftyAttributedString10TextEffect 171 | _rt_swift_getInitializedObjCClass 172 | __TwprOO22SwiftyAttributedString14AttributeRange7Portion 173 | __TwprV22SwiftyAttributedString9Attribute 174 | __TMfO22SwiftyAttributedString14AttributeValue 175 | __TMRfO22SwiftyAttributedString14AttributeValue 176 | __TMfO22SwiftyAttributedString14AttributeRange 177 | __TMfOO22SwiftyAttributedString14AttributeRange7Portion 178 | __TMRfOO22SwiftyAttributedString14AttributeRange7Portion 179 | __TMRfO22SwiftyAttributedString14AttributeRange 180 | __TMfV22SwiftyAttributedString9Attribute 181 | __TMRfV22SwiftyAttributedString9Attribute 182 | __TMfO22SwiftyAttributedString10TextEffect 183 | __TMRfO22SwiftyAttributedString10TextEffect 184 | __TMRaO22SwiftyAttributedString10TextEffects16RawRepresentableS_ 185 | __TMRfCSo6UIFont 186 | __TMRsCSo6UIFont 187 | __TMRfCSo7UIColor 188 | __TMRsCSo7UIColor 189 | __TMRfCSo8NSNumber 190 | __TMRsCSo8NSNumber 191 | __TMRfCSo8NSShadow 192 | __TMRsCSo8NSShadow 193 | __TMRbO22SwiftyAttributedString14AttributeValue 194 | __TMRbOO22SwiftyAttributedString14AttributeRange7Portion 195 | __TMRbVSC8_NSRange 196 | __TMLGSaO22SwiftyAttributedString14AttributeValue_ 197 | __TMLVSC8_NSRange 198 | __TWVVSC8_NSRange 199 | __TMnVSC8_NSRange 200 | __TMVSC8_NSRange 201 | __TMLT2ofOO22SwiftyAttributedString14AttributeRange7Portion_ 202 | __TMLCSo6UIFont 203 | __TMLCSo7UIColor 204 | __TMLCSo8NSNumber 205 | __TMLCSo8NSShadow 206 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/Attribute.swift 207 | get_field_types__NSRange 208 | _TMaO22SwiftyAttributedString10TextEffect 209 | get_field_types_TextEffect 210 | _TwuiO22SwiftyAttributedString10TextEffect 211 | _TwupO22SwiftyAttributedString10TextEffect 212 | _TwugO22SwiftyAttributedString10TextEffect 213 | __swift_memmove_array0_1 214 | __swift_memcpy_array0_1 215 | __swift_memcpy0_1 216 | _TMaV22SwiftyAttributedString9Attribute 217 | get_field_types_Attribute 218 | _TMaGSaO22SwiftyAttributedString14AttributeValue_ 219 | _TwxgV22SwiftyAttributedString9Attribute 220 | _TwxsV22SwiftyAttributedString9Attribute 221 | __swift_memmove_array40_8 222 | _TwCcV22SwiftyAttributedString9Attribute 223 | _TwXxV22SwiftyAttributedString9Attribute 224 | _TwalV22SwiftyAttributedString9Attribute 225 | _TwtaV22SwiftyAttributedString9Attribute 226 | __swift_memcpy34_8 227 | _TwTkV22SwiftyAttributedString9Attribute 228 | _TwcaV22SwiftyAttributedString9Attribute 229 | _TwcpV22SwiftyAttributedString9Attribute 230 | _TwCpV22SwiftyAttributedString9Attribute 231 | _TwxxV22SwiftyAttributedString9Attribute 232 | _TwdeV22SwiftyAttributedString9Attribute 233 | _TwCPV22SwiftyAttributedString9Attribute 234 | _TwXXV22SwiftyAttributedString9Attribute 235 | _TMaOO22SwiftyAttributedString14AttributeRange7Portion 236 | get_field_types_Portion 237 | _TMaVSC8_NSRange 238 | _TwuiOO22SwiftyAttributedString14AttributeRange7Portion 239 | _TwupOO22SwiftyAttributedString14AttributeRange7Portion 240 | _TwugOO22SwiftyAttributedString14AttributeRange7Portion 241 | _TwCcOO22SwiftyAttributedString14AttributeRange7Portion 242 | _TwXxOO22SwiftyAttributedString14AttributeRange7Portion 243 | _TwalOO22SwiftyAttributedString14AttributeRange7Portion 244 | _TwtaOO22SwiftyAttributedString14AttributeRange7Portion 245 | __swift_memcpy25_8 246 | _TwTkOO22SwiftyAttributedString14AttributeRange7Portion 247 | _TwcaOO22SwiftyAttributedString14AttributeRange7Portion 248 | _TwcpOO22SwiftyAttributedString14AttributeRange7Portion 249 | _TwCpOO22SwiftyAttributedString14AttributeRange7Portion 250 | _TwxxOO22SwiftyAttributedString14AttributeRange7Portion 251 | _TwdeOO22SwiftyAttributedString14AttributeRange7Portion 252 | _TwCPOO22SwiftyAttributedString14AttributeRange7Portion 253 | _TwXXOO22SwiftyAttributedString14AttributeRange7Portion 254 | _TMaO22SwiftyAttributedString14AttributeRange 255 | get_field_types_AttributeRange 256 | _TMaT2ofOO22SwiftyAttributedString14AttributeRange7Portion_ 257 | _TwuiO22SwiftyAttributedString14AttributeRange 258 | _TwupO22SwiftyAttributedString14AttributeRange 259 | _TwugO22SwiftyAttributedString14AttributeRange 260 | __swift_memmove_array32_8 261 | _TwCcO22SwiftyAttributedString14AttributeRange 262 | _TwXxO22SwiftyAttributedString14AttributeRange 263 | __swift_copy_outline_pointer 264 | _TwalO22SwiftyAttributedString14AttributeRange 265 | _TwtaO22SwiftyAttributedString14AttributeRange 266 | __swift_memcpy26_8 267 | _TwTkO22SwiftyAttributedString14AttributeRange 268 | _TwcaO22SwiftyAttributedString14AttributeRange 269 | _TwcpO22SwiftyAttributedString14AttributeRange 270 | _TwCpO22SwiftyAttributedString14AttributeRange 271 | _TwxxO22SwiftyAttributedString14AttributeRange 272 | _TwdeO22SwiftyAttributedString14AttributeRange 273 | _TwprO22SwiftyAttributedString14AttributeRange 274 | _TwCPO22SwiftyAttributedString14AttributeRange 275 | _TwXXO22SwiftyAttributedString14AttributeRange 276 | _TMaO22SwiftyAttributedString14AttributeValue 277 | get_field_types_AttributeValue 278 | _TMaCSo8NSShadow 279 | _TMaCSo8NSNumber 280 | _TMaCSo7UIColor 281 | _TMaCSo6UIFont 282 | _TwuiO22SwiftyAttributedString14AttributeValue 283 | _TwupO22SwiftyAttributedString14AttributeValue 284 | _TwugO22SwiftyAttributedString14AttributeValue 285 | _TwCcO22SwiftyAttributedString14AttributeValue 286 | _TwXxO22SwiftyAttributedString14AttributeValue 287 | _TwtaO22SwiftyAttributedString14AttributeValue 288 | __swift_memcpy9_8 289 | _TwcaO22SwiftyAttributedString14AttributeValue 290 | _TwcpO22SwiftyAttributedString14AttributeValue 291 | _TwCpO22SwiftyAttributedString14AttributeValue 292 | _TwxxO22SwiftyAttributedString14AttributeValue 293 | _TwCPO22SwiftyAttributedString14AttributeValue 294 | _TwXXO22SwiftyAttributedString14AttributeValue 295 | _TWaO22SwiftyAttributedString10TextEffects9_HashableS_ 296 | _TWaO22SwiftyAttributedString10TextEffects16RawRepresentableS_ 297 | _TWaO22SwiftyAttributedString10TextEffects8HashableS_ 298 | _TWaO22SwiftyAttributedString10TextEffects9EquatableS_ 299 | _TTSfq4gs_gs_d___TZFSSoi2eefTSSSS_Sb 300 | range.materialize 301 | range.set 302 | range.get 303 | values.materialize 304 | values.set 305 | values.get 306 | __swift_memmove_array16_8 307 | __swift_memcpy_array16_8 308 | __swift_noop_self_return 309 | __swift_memcpy16_8 310 | __swift_noop_void_return 311 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/NSMutableAttributedString+AttributeExtension.swift 312 | NSMutableAttributedString+AttributeExtension.swift 313 | convertNSMutableAttributedString 314 | /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/DerivedSources/SwiftyAttributedString_vers.c 315 | -------------------------------------------------------------------------------- /Carthage/Build/iOS/99AEEE1A-C15E-3FF1-A37B-5BF85888A167.bcsymbolmap: -------------------------------------------------------------------------------- 1 | BCSymbolMap Version: 2.0 2 | __TFE22SwiftyAttributedStringCSo25NSMutableAttributedStringP33_FE40B2D1B230BD19DE2848F7CB192BFB32convertNSMutableAttributedStringfT5valueOS_14AttributeValue5rangeVSC8_NSRange_T_ 3 | __TTSfq4gs_gs_d___TZFSSoi2eefTSSSS_Sb 4 | __TTSg5O22SwiftyAttributedString10TextEffectS0_s8HashableS____TFVs11AnyHashableCuRxs8HashablerfxS_ 5 | _rt_swift_getExistentialTypeMetadata 6 | _rt_swift_dynamicCast 7 | __TMLGCs23_ContiguousArrayStorageO22SwiftyAttributedString14AttributeValue_ 8 | __swift_FORCE_LOAD_$_swiftUIKit_$_SwiftyAttributedString 9 | __swift_FORCE_LOAD_$_swiftCoreImage_$_SwiftyAttributedString 10 | __swift_FORCE_LOAD_$_swiftDarwin_$_SwiftyAttributedString 11 | __swift_FORCE_LOAD_$_swiftCoreGraphics_$_SwiftyAttributedString 12 | __swift_FORCE_LOAD_$_swiftDispatch_$_SwiftyAttributedString 13 | __swift_FORCE_LOAD_$_swiftObjectiveC_$_SwiftyAttributedString 14 | __swift_FORCE_LOAD_$_swiftFoundation_$_SwiftyAttributedString 15 | __swift_FORCE_LOAD_$_swiftQuartzCore_$_SwiftyAttributedString 16 | ___swift_reflection_version 17 | __TMLPs35_HasCustomAnyHashableRepresentation_ 18 | __TMLGVs20_ConcreteHashableBoxSi_ 19 | Apple LLVM version 8.0.0 (clang-800.0.42.1) 20 | -emit-bc /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/String+AttributeExtension.swift /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/Attribute.swift /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/NSMutableAttributedString+AttributeExtension.swift -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk -I /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Products/Release-iphoneos -F /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Products/Release-iphoneos -g -import-underlying-module -module-cache-path /Users/yuto/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-generated-files.hmap -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-own-target-headers.hmap -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-project-headers.hmap -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Products/Release-iphoneos/include -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/DerivedSources/arm64 -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/yuto/development/SwiftyAttributedString -emit-module-doc-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/SwiftyAttributedString.swiftdoc -O -module-name SwiftyAttributedString -emit-module-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/SwiftyAttributedString.swiftmodule -emit-objc-header-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/SwiftyAttributedString-Swift.h -serialize-diagnostics-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/String+AttributeExtension.dia -emit-dependencies-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/String+AttributeExtension.d -num-threads 4 -o /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/String+AttributeExtension.bc -o /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/Attribute.bc -o /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/arm64/NSMutableAttributedString+AttributeExtension.bc -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift 21 | 22 | /Users/yuto/development/SwiftyAttributedString 23 | Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1) 24 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/String+AttributeExtension.swift 25 | _TTSg5O22SwiftyAttributedString10TextEffectS0_s8HashableS____TFVs11AnyHashableCuRxs8HashablerfxS_ 26 | String+AttributeExtension.swift 27 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources 28 | _TMaGVs20_ConcreteHashableBoxSi_ 29 | _TMaPs35_HasCustomAnyHashableRepresentation_ 30 | _toAnyHashable 31 | _TTSg5O22SwiftyAttributedString10TextEffectS0_s8HashableS____TFEsPs8Hashable14_toAnyHashablefT_Vs11AnyHashable 32 | rawValue.get 33 | init 34 | hashValue.get 35 | == 36 | _TTSg5O22SwiftyAttributedString10TextEffectS0_s16RawRepresentableS____TFsoi2eeuRxs16RawRepresentablewx8RawValues9EquatablerFTxx_Sb 37 | _TTWSSs9EquatablesZFS_oi2eefTxx_Sb 38 | _TIFV22SwiftyAttributedString9AttributecFT5valueOS_14AttributeValue5rangeOS_14AttributeRange_S0_A0_ 39 | Attribute.swift 40 | add 41 | toNSRange 42 | _TTSg5GSaO22SwiftyAttributedString14AttributeValue_GSaS0__s13IndexableBases___TFVs16IndexingIterator4nextfT_GSqwx8_Element_ 43 | _TTWSis9EquatablesZFS_oi2eefTxx_Sb 44 | _TTSg5O22SwiftyAttributedString14AttributeValue___TTWurGSax_s13IndexableBasesFS_9formIndexfT5afterRwx5Index_T_ 45 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSa9formIndexfT5afterRSi_T_ 46 | _TTSg5O22SwiftyAttributedString14AttributeValue___TTWurGSax_s13IndexableBasesFS_g9subscriptFwx5Indexwx8_Element 47 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSag9subscriptFSix 48 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSa11_getElementfTSi20wasNativeTypeCheckedSb22matchingSubscriptCheckVs16_DependenceToken_x 49 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs12_ArrayBuffer10getElementfTSi20wasNativeTypeCheckedSb_x 50 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferg9subscriptFSix 51 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBuffer10getElementfSix 52 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferg19firstElementAddressGSpx_ 53 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerg15_elementPointerGSpq__ 54 | _TTSg5GSaV22SwiftyAttributedString9Attribute_GSaS0__s13IndexableBases___TFVs16IndexingIterator4nextfT_GSqwx8_Element_ 55 | _TTSg5V22SwiftyAttributedString9Attribute___TTWurGSax_s13IndexableBasesFS_9formIndexfT5afterRwx5Index_T_ 56 | _TTSg5V22SwiftyAttributedString9Attribute___TFSa9formIndexfT5afterRSi_T_ 57 | _TTSg5O22SwiftyAttributedString14AttributeValue___TTWurGSax_s13IndexableBasesFS_g8endIndexwx5Index 58 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSag8endIndexSi 59 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSa9_getCountfT_Si 60 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs12_ArrayBufferg5countSi 61 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferg5countSi 62 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerlo6headerx 63 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerg14_headerPointerGSpx_ 64 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerg8_addressSv 65 | _TTSg5V22SwiftyAttributedString9Attribute___TTWurGSax_s13IndexableBasesFS_g9subscriptFwx5Indexwx8_Element 66 | _TTSg5V22SwiftyAttributedString9Attribute___TFSag9subscriptFSix 67 | _TTSg5V22SwiftyAttributedString9Attribute___TFSa11_getElementfTSi20wasNativeTypeCheckedSb22matchingSubscriptCheckVs16_DependenceToken_x 68 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs12_ArrayBuffer10getElementfTSi20wasNativeTypeCheckedSb_x 69 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBufferg9subscriptFSix 70 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBuffer10getElementfSix 71 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBufferg19firstElementAddressGSpx_ 72 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerg15_elementPointerGSpq__ 73 | _TTSg5V22SwiftyAttributedString9Attribute___TTWurGSax_s13IndexableBasesFS_g8endIndexwx5Index 74 | _TTSg5V22SwiftyAttributedString9Attribute___TFSag8endIndexSi 75 | _TTSg5V22SwiftyAttributedString9Attribute___TFSa9_getCountfT_Si 76 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs12_ArrayBufferg5countSi 77 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBufferg5countSi 78 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerlo6headerx 79 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerg14_headerPointerGSpx_ 80 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerg8_addressSv 81 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFCs23_ContiguousArrayStorageD 82 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFCs23_ContiguousArrayStoraged 83 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSp12deinitializefT5countSi_Sv 84 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFs27_allocateUninitializedArrayurFBwTGSax_Bp_ 85 | _TTSg5O22SwiftyAttributedString14AttributeValue___TZFSa13_adoptStoragefTPs9AnyObject_5countSi_TGSax_GSpx__ 86 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferCfT5countSi7storageGCs23_ContiguousArrayStoragex__GS_x_ 87 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBuffer18_initStorageHeaderfT5countSi8capacitySi_T_ 88 | _TTSgq5Vs10_ArrayBody___TFSp10initializefT2tox5countSi_T_ 89 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerCfT21_uncheckedBufferClassPMPs9AnyObject_15minimumCapacitySi_GS_xq__ 90 | _TMaGCs23_ContiguousArrayStorageO22SwiftyAttributedString14AttributeValue_ 91 | findRange 92 | ___swift_noop_void_return 93 | ___swift_memcpy16_8 94 | ___swift_noop_self_return 95 | ___swift_memcpy_array16_8 96 | ___swift_memmove_array16_8 97 | __TwXXO22SwiftyAttributedString14AttributeValue 98 | __TwCPO22SwiftyAttributedString14AttributeValue 99 | __TwxxO22SwiftyAttributedString14AttributeValue 100 | __TwCpO22SwiftyAttributedString14AttributeValue 101 | __TwcpO22SwiftyAttributedString14AttributeValue 102 | __TwcaO22SwiftyAttributedString14AttributeValue 103 | ___swift_memcpy9_8 104 | __TwtaO22SwiftyAttributedString14AttributeValue 105 | __TwXxO22SwiftyAttributedString14AttributeValue 106 | __TwCcO22SwiftyAttributedString14AttributeValue 107 | __TwugO22SwiftyAttributedString14AttributeValue 108 | __TwupO22SwiftyAttributedString14AttributeValue 109 | __TwuiO22SwiftyAttributedString14AttributeValue 110 | __TwXXO22SwiftyAttributedString14AttributeRange 111 | _rt_swift_slowDealloc 112 | __TwCPO22SwiftyAttributedString14AttributeRange 113 | _rt_swift_slowAlloc 114 | __TwprO22SwiftyAttributedString14AttributeRange 115 | __TwdeO22SwiftyAttributedString14AttributeRange 116 | __TwxxO22SwiftyAttributedString14AttributeRange 117 | __TwCpO22SwiftyAttributedString14AttributeRange 118 | __TwcpO22SwiftyAttributedString14AttributeRange 119 | __TwcaO22SwiftyAttributedString14AttributeRange 120 | __TwTkO22SwiftyAttributedString14AttributeRange 121 | ___swift_memcpy26_8 122 | __TwtaO22SwiftyAttributedString14AttributeRange 123 | __TwalO22SwiftyAttributedString14AttributeRange 124 | ___swift_copy_outline_pointer 125 | __TwXxO22SwiftyAttributedString14AttributeRange 126 | __TwCcO22SwiftyAttributedString14AttributeRange 127 | ___swift_memmove_array32_8 128 | __TwugO22SwiftyAttributedString14AttributeRange 129 | _rt_swift_getEnumCaseSinglePayload 130 | __TwupO22SwiftyAttributedString14AttributeRange 131 | __TwuiO22SwiftyAttributedString14AttributeRange 132 | _rt_swift_storeEnumTagSinglePayload 133 | __TwXXOO22SwiftyAttributedString14AttributeRange7Portion 134 | __TwCPOO22SwiftyAttributedString14AttributeRange7Portion 135 | __TwdeOO22SwiftyAttributedString14AttributeRange7Portion 136 | __TwxxOO22SwiftyAttributedString14AttributeRange7Portion 137 | __TwCpOO22SwiftyAttributedString14AttributeRange7Portion 138 | __TwcpOO22SwiftyAttributedString14AttributeRange7Portion 139 | __TwcaOO22SwiftyAttributedString14AttributeRange7Portion 140 | __TwTkOO22SwiftyAttributedString14AttributeRange7Portion 141 | ___swift_memcpy25_8 142 | __TwtaOO22SwiftyAttributedString14AttributeRange7Portion 143 | __TwalOO22SwiftyAttributedString14AttributeRange7Portion 144 | __TwXxOO22SwiftyAttributedString14AttributeRange7Portion 145 | __TwCcOO22SwiftyAttributedString14AttributeRange7Portion 146 | __TwugOO22SwiftyAttributedString14AttributeRange7Portion 147 | __TwupOO22SwiftyAttributedString14AttributeRange7Portion 148 | __TwuiOO22SwiftyAttributedString14AttributeRange7Portion 149 | __TwXXV22SwiftyAttributedString9Attribute 150 | __TwCPV22SwiftyAttributedString9Attribute 151 | __TwdeV22SwiftyAttributedString9Attribute 152 | __TwxxV22SwiftyAttributedString9Attribute 153 | __TwCpV22SwiftyAttributedString9Attribute 154 | __TwcpV22SwiftyAttributedString9Attribute 155 | __TwcaV22SwiftyAttributedString9Attribute 156 | __TwTkV22SwiftyAttributedString9Attribute 157 | ___swift_memcpy34_8 158 | __TwtaV22SwiftyAttributedString9Attribute 159 | __TwalV22SwiftyAttributedString9Attribute 160 | __TwXxV22SwiftyAttributedString9Attribute 161 | __TwCcV22SwiftyAttributedString9Attribute 162 | ___swift_memmove_array40_8 163 | __TwxsV22SwiftyAttributedString9Attribute 164 | __TwxgV22SwiftyAttributedString9Attribute 165 | ___swift_memcpy0_1 166 | ___swift_memcpy_array0_1 167 | ___swift_memmove_array0_1 168 | __TwugO22SwiftyAttributedString10TextEffect 169 | __TwupO22SwiftyAttributedString10TextEffect 170 | __TwuiO22SwiftyAttributedString10TextEffect 171 | _rt_swift_getInitializedObjCClass 172 | __TwprOO22SwiftyAttributedString14AttributeRange7Portion 173 | __TwprV22SwiftyAttributedString9Attribute 174 | __TMfO22SwiftyAttributedString14AttributeValue 175 | __TMRfO22SwiftyAttributedString14AttributeValue 176 | __TMfO22SwiftyAttributedString14AttributeRange 177 | __TMfOO22SwiftyAttributedString14AttributeRange7Portion 178 | __TMRfOO22SwiftyAttributedString14AttributeRange7Portion 179 | __TMRfO22SwiftyAttributedString14AttributeRange 180 | __TMfV22SwiftyAttributedString9Attribute 181 | __TMRfV22SwiftyAttributedString9Attribute 182 | __TMfO22SwiftyAttributedString10TextEffect 183 | __TMRfO22SwiftyAttributedString10TextEffect 184 | __TMRaO22SwiftyAttributedString10TextEffects16RawRepresentableS_ 185 | __TMRfCSo6UIFont 186 | __TMRsCSo6UIFont 187 | __TMRfCSo7UIColor 188 | __TMRsCSo7UIColor 189 | __TMRfCSo8NSNumber 190 | __TMRsCSo8NSNumber 191 | __TMRfCSo8NSShadow 192 | __TMRsCSo8NSShadow 193 | __TMRbO22SwiftyAttributedString14AttributeValue 194 | __TMRbOO22SwiftyAttributedString14AttributeRange7Portion 195 | __TMRbVSC8_NSRange 196 | __TMLGSaO22SwiftyAttributedString14AttributeValue_ 197 | __TMLVSC8_NSRange 198 | __TWVVSC8_NSRange 199 | __TMnVSC8_NSRange 200 | __TMVSC8_NSRange 201 | __TMLT2ofOO22SwiftyAttributedString14AttributeRange7Portion_ 202 | __TMLCSo6UIFont 203 | __TMLCSo7UIColor 204 | __TMLCSo8NSNumber 205 | __TMLCSo8NSShadow 206 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/Attribute.swift 207 | get_field_types__NSRange 208 | _TMaO22SwiftyAttributedString10TextEffect 209 | get_field_types_TextEffect 210 | _TwuiO22SwiftyAttributedString10TextEffect 211 | _TwupO22SwiftyAttributedString10TextEffect 212 | _TwugO22SwiftyAttributedString10TextEffect 213 | __swift_memmove_array0_1 214 | __swift_memcpy_array0_1 215 | __swift_memcpy0_1 216 | _TMaV22SwiftyAttributedString9Attribute 217 | get_field_types_Attribute 218 | _TMaGSaO22SwiftyAttributedString14AttributeValue_ 219 | _TwxgV22SwiftyAttributedString9Attribute 220 | _TwxsV22SwiftyAttributedString9Attribute 221 | __swift_memmove_array40_8 222 | _TwCcV22SwiftyAttributedString9Attribute 223 | _TwXxV22SwiftyAttributedString9Attribute 224 | _TwalV22SwiftyAttributedString9Attribute 225 | _TwtaV22SwiftyAttributedString9Attribute 226 | __swift_memcpy34_8 227 | _TwTkV22SwiftyAttributedString9Attribute 228 | _TwcaV22SwiftyAttributedString9Attribute 229 | _TwcpV22SwiftyAttributedString9Attribute 230 | _TwCpV22SwiftyAttributedString9Attribute 231 | _TwxxV22SwiftyAttributedString9Attribute 232 | _TwdeV22SwiftyAttributedString9Attribute 233 | _TwCPV22SwiftyAttributedString9Attribute 234 | _TwXXV22SwiftyAttributedString9Attribute 235 | _TMaOO22SwiftyAttributedString14AttributeRange7Portion 236 | get_field_types_Portion 237 | _TMaVSC8_NSRange 238 | _TwuiOO22SwiftyAttributedString14AttributeRange7Portion 239 | _TwupOO22SwiftyAttributedString14AttributeRange7Portion 240 | _TwugOO22SwiftyAttributedString14AttributeRange7Portion 241 | _TwCcOO22SwiftyAttributedString14AttributeRange7Portion 242 | _TwXxOO22SwiftyAttributedString14AttributeRange7Portion 243 | _TwalOO22SwiftyAttributedString14AttributeRange7Portion 244 | _TwtaOO22SwiftyAttributedString14AttributeRange7Portion 245 | __swift_memcpy25_8 246 | _TwTkOO22SwiftyAttributedString14AttributeRange7Portion 247 | _TwcaOO22SwiftyAttributedString14AttributeRange7Portion 248 | _TwcpOO22SwiftyAttributedString14AttributeRange7Portion 249 | _TwCpOO22SwiftyAttributedString14AttributeRange7Portion 250 | _TwxxOO22SwiftyAttributedString14AttributeRange7Portion 251 | _TwdeOO22SwiftyAttributedString14AttributeRange7Portion 252 | _TwCPOO22SwiftyAttributedString14AttributeRange7Portion 253 | _TwXXOO22SwiftyAttributedString14AttributeRange7Portion 254 | _TMaO22SwiftyAttributedString14AttributeRange 255 | get_field_types_AttributeRange 256 | _TMaT2ofOO22SwiftyAttributedString14AttributeRange7Portion_ 257 | _TwuiO22SwiftyAttributedString14AttributeRange 258 | _TwupO22SwiftyAttributedString14AttributeRange 259 | _TwugO22SwiftyAttributedString14AttributeRange 260 | __swift_memmove_array32_8 261 | _TwCcO22SwiftyAttributedString14AttributeRange 262 | _TwXxO22SwiftyAttributedString14AttributeRange 263 | __swift_copy_outline_pointer 264 | _TwalO22SwiftyAttributedString14AttributeRange 265 | _TwtaO22SwiftyAttributedString14AttributeRange 266 | __swift_memcpy26_8 267 | _TwTkO22SwiftyAttributedString14AttributeRange 268 | _TwcaO22SwiftyAttributedString14AttributeRange 269 | _TwcpO22SwiftyAttributedString14AttributeRange 270 | _TwCpO22SwiftyAttributedString14AttributeRange 271 | _TwxxO22SwiftyAttributedString14AttributeRange 272 | _TwdeO22SwiftyAttributedString14AttributeRange 273 | _TwprO22SwiftyAttributedString14AttributeRange 274 | _TwCPO22SwiftyAttributedString14AttributeRange 275 | _TwXXO22SwiftyAttributedString14AttributeRange 276 | _TMaO22SwiftyAttributedString14AttributeValue 277 | get_field_types_AttributeValue 278 | _TMaCSo8NSShadow 279 | _TMaCSo8NSNumber 280 | _TMaCSo7UIColor 281 | _TMaCSo6UIFont 282 | _TwuiO22SwiftyAttributedString14AttributeValue 283 | _TwupO22SwiftyAttributedString14AttributeValue 284 | _TwugO22SwiftyAttributedString14AttributeValue 285 | _TwCcO22SwiftyAttributedString14AttributeValue 286 | _TwXxO22SwiftyAttributedString14AttributeValue 287 | _TwtaO22SwiftyAttributedString14AttributeValue 288 | __swift_memcpy9_8 289 | _TwcaO22SwiftyAttributedString14AttributeValue 290 | _TwcpO22SwiftyAttributedString14AttributeValue 291 | _TwCpO22SwiftyAttributedString14AttributeValue 292 | _TwxxO22SwiftyAttributedString14AttributeValue 293 | _TwCPO22SwiftyAttributedString14AttributeValue 294 | _TwXXO22SwiftyAttributedString14AttributeValue 295 | _TWaO22SwiftyAttributedString10TextEffects9_HashableS_ 296 | _TWaO22SwiftyAttributedString10TextEffects16RawRepresentableS_ 297 | _TWaO22SwiftyAttributedString10TextEffects8HashableS_ 298 | _TWaO22SwiftyAttributedString10TextEffects9EquatableS_ 299 | _TTSfq4gs_gs_d___TZFSSoi2eefTSSSS_Sb 300 | range.materialize 301 | range.set 302 | range.get 303 | values.materialize 304 | values.set 305 | values.get 306 | __swift_memmove_array16_8 307 | __swift_memcpy_array16_8 308 | __swift_noop_self_return 309 | __swift_memcpy16_8 310 | __swift_noop_void_return 311 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/NSMutableAttributedString+AttributeExtension.swift 312 | NSMutableAttributedString+AttributeExtension.swift 313 | convertNSMutableAttributedString 314 | /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/DerivedSources/SwiftyAttributedString_vers.c 315 | __ZL15__ARCLite__loadv 316 | __ZL58__arclite_NSMutableDictionary__setObject_forKeyedSubscriptP19NSMutableDictionaryP13objc_selectorP11objc_objectS4_ 317 | __ZL22add_image_hook_swiftV1PK11mach_headerl 318 | __ZL42__arclite_NSUndoManagerProxy_isKindOfClassP11objc_objectP13objc_selectorP10objc_class 319 | __ZL13replaceMethodP10objc_classP13objc_selectorPFP11objc_objectS4_S2_zEPS6_ 320 | __ZL30__arclite_NSManagedObject_initP11objc_objectP13objc_selector 321 | __ZL41__arclite_NSManagedObject_allocWithEntityP11objc_objectP13objc_selectorS0_ 322 | __ZL36__arclite_NSManagedObject_allocBatchP11objc_objectP13objc_selectorPS0_S0_j 323 | __ZL37__arclite_NSKKMS_fastIndexForKnownKeyP11objc_objectP13objc_selectorS0_ 324 | __ZL28__arclite_NSKKMS_indexForKeyP11objc_objectP13objc_selectorS0_ 325 | __ZL29__arclite_NSKKsD_objectForKeyP11objc_objectP13objc_selectorS0_ 326 | __ZL35__arclite_NSKKsD_removeObjectForKeyP11objc_objectP13objc_selectorS0_ 327 | __ZL33__arclite_NSKKsD_setObject_forKeyP11objc_objectP13objc_selectorS0_S0_ 328 | __ZL41__arclite_NSKKsD_addEntriesFromDictionaryP11objc_objectP13objc_selectorP12NSDictionary 329 | __ZL28__arclite_objc_readClassPairP10objc_classPK15objc_image_info 330 | __ZL32__arclite_objc_allocateClassPairP10objc_classPKcm 331 | __ZL32__arclite_object_getIndexedIvarsP11objc_object 332 | __ZL23__arclite_objc_getClassPKc 333 | __ZL27__arclite_objc_getMetaClassPKc 334 | __ZL31__arclite_objc_getRequiredClassPKc 335 | __ZL26__arclite_objc_lookUpClassPKc 336 | __ZL26__arclite_objc_getProtocolPKc 337 | __ZL23__arclite_class_getNameP10objc_class 338 | __ZL26__arclite_protocol_getNameP8Protocol 339 | __ZL37__arclite_objc_copyClassNamesForImagePKcPj 340 | __ZL17transcribeMethodsP10objc_classP15glue_class_ro_t 341 | __ZL19transcribeProtocolsP10objc_classP15glue_class_ro_t 342 | __ZL20transcribePropertiesP10objc_classP15glue_class_ro_t 343 | __ZL14initialize_impP11objc_objectP13objc_selector 344 | __ZL18allocateMaybeSwiftP18glue_swift_class_tm 345 | __ZL22copySwiftV1MangledNamePKcb 346 | __ZL13demangledNamePKcb 347 | __ZL16scanMangledFieldRPKcS0_S1_Ri 348 | __ZL30arclite_uninitialized_functionv 349 | __ZL12cxxConstructP11objc_object 350 | __ZL20fixStringForCoreDataP11objc_object 351 | _OBJC_METACLASS_$___ARCLite__ 352 | __ZL24OBJC_CLASS_$___ARCLite__ 353 | __ZL31OBJC_METACLASS_RO_$___ARCLite__ 354 | __non_lazy_classes 355 | __ZL27OBJC_CLASS_RO_$___ARCLite__ 356 | __ZL11_class_name 357 | __ZL32OBJC_$_CLASS_METHODS___ARCLite__ 358 | __ZL17_load_method_name 359 | __ZL17_load_method_type 360 | l_OBJC_PROTOCOL_$___ARCLiteKeyedSubscripting__ 361 | l_OBJC_LABEL_PROTOCOL_$___ARCLiteKeyedSubscripting__ 362 | l_OBJC_PROTOCOL_REFERENCE_$___ARCLiteKeyedSubscripting__ 363 | __ZL30NSUndoManagerProxy_targetClass 364 | __ZL29original_NSManagedObject_init 365 | __ZL40original_NSManagedObject_allocWithEntity 366 | __ZL35original_NSManagedObject_allocBatch 367 | __ZL25NSMutableDictionary_class 368 | __ZL22NSConstantString_class 369 | __ZL14NSString_class 370 | __ZL36original_NSKKMS_fastIndexForKnownKey 371 | __ZL27original_NSKKMS_indexForKey 372 | __ZL28original_NSKKsD_objectForKey 373 | __ZL34original_NSKKsD_removeObjectForKey 374 | __ZL32original_NSKKsD_setObject_forKey 375 | __ZL40original_NSKKsD_addEntriesFromDictionary 376 | __ZZL22add_image_hook_swiftV1PK11mach_headerlE7patches 377 | __ZGVZL22add_image_hook_swiftV1PK11mach_headerlE7patches 378 | __ZL31original_objc_allocateClassPair 379 | __ZL31original_object_getIndexedIvars 380 | __ZL22original_objc_getClass 381 | __ZL26original_objc_getMetaClass 382 | __ZL30original_objc_getRequiredClass 383 | __ZL25original_objc_lookUpClass 384 | __ZL25original_objc_getProtocol 385 | __ZL22original_class_getName 386 | __ZL25original_protocol_getName 387 | __ZL36original_objc_copyClassNamesForImage 388 | __ZL12demangleLock 389 | __ZL9Demangled 390 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++11 -Wno-trigraphs -fno-exceptions -fno-rtti -mpascal-strings -Os -Wno-missing-field-initializers -Wmissing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -D NDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.Internal.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -miphoneos-version-min=4.3 -g -fno-threadsafe-statics -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -fembed-bitcode -iquote /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/arclite_iphoneos-generated-files.hmap -I /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/arclite_iphoneos-own-target-headers.hmap -I /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/arclite_iphoneos-all-target-headers.hmap -iquote /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/arclite_iphoneos-project-headers.hmap -I /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/Symbols/BuiltProducts/include -I /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/DerivedSources/arm64 -I /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/DerivedSources -F/Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/Symbols/BuiltProducts -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.Internal.sdk/System/Library/PrivateFrameworks -Wall -Wextra -Wno-gcc-compat -fgnu-inline-asm -Wno-error=incomplete-umbrella -Wno-error=incomplete-umbrella -MMD -MT dependencies -MF /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/Objects-normal/arm64/arclite.d --serialize-diagnostics /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/Objects-normal/arm64/arclite.dia -c /Library/Caches/com.apple.xbs/Sources/arclite_iOS/arclite-65/source/arclite.mm -o /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/Objects-normal/arm64/arclite.o -mlinker-version=274.2 391 | /Library/Caches/com.apple.xbs/Sources/arclite_iOS/arclite-65/source/arclite.mm 392 | /Library/Caches/com.apple.xbs/Sources/arclite_iOS/arclite-65 393 | fixStringForCoreData 394 | cxxConstruct 395 | arclite_uninitialized_function 396 | scanMangledField 397 | isdigit 398 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.Internal.sdk/usr/include/ctype.h 399 | __isctype 400 | demangledName 401 | copySwiftV1DemangledName 402 | copySwiftV1MangledName 403 | allocateMaybeSwift 404 | word_align 405 | isSwift 406 | initialize_imp 407 | transcribeProperties 408 | property_list_nth 409 | transcribeProtocols 410 | transcribeMethods 411 | data 412 | method_list_nth 413 | __arclite_objc_copyClassNamesForImage 414 | __arclite_protocol_getName 415 | __arclite_class_getName 416 | __arclite_objc_getProtocol 417 | __arclite_objc_lookUpClass 418 | __arclite_objc_getRequiredClass 419 | __arclite_objc_getMetaClass 420 | __arclite_objc_getClass 421 | __arclite_object_getIndexedIvars 422 | __arclite_objc_allocateClassPair 423 | metaclass 424 | __arclite_objc_readClassPair 425 | transcribeIvars 426 | ivar_list_nth 427 | max 428 | alignment 429 | ro 430 | fastFlags 431 | __arclite_NSKKsD_addEntriesFromDictionary 432 | __arclite_NSKKsD_setObject_forKey 433 | __arclite_NSKKsD_removeObjectForKey 434 | __arclite_NSKKsD_objectForKey 435 | __arclite_NSKKMS_indexForKey 436 | __arclite_NSKKMS_fastIndexForKnownKey 437 | __arclite_NSManagedObject_allocBatch 438 | __arclite_NSManagedObject_allocWithEntity 439 | __arclite_NSManagedObject_init 440 | replaceMethod 441 | __arclite_NSUndoManagerProxy_isKindOfClass 442 | add_image_hook_swiftV1 443 | patch_lazy_pointers 444 | patch_t 445 | patch_t 446 | patch_t 447 | patch_t 448 | patch_t 449 | patch_t 450 | patch_t 451 | patch_t 452 | __arclite_NSMutableDictionary__setObject_forKeyedSubscript 453 | __ARCLite__load 454 | install_swiftV1 455 | install_dict_nil_value 456 | addOrReplaceMethod 457 | keyedGetter 458 | -------------------------------------------------------------------------------- /Carthage/Build/iOS/CD7F6C2F-944A-32E9-8D1A-63D89A51AB6E.bcsymbolmap: -------------------------------------------------------------------------------- 1 | BCSymbolMap Version: 2.0 2 | __TFE22SwiftyAttributedStringCSo25NSMutableAttributedStringP33_FE40B2D1B230BD19DE2848F7CB192BFB32convertNSMutableAttributedStringfT5valueOS_14AttributeValue5rangeVSC8_NSRange_T_ 3 | __TTSfq4gs_gs_d___TZFSSoi2eefTSSSS_Sb 4 | __TTSg5O22SwiftyAttributedString10TextEffectS0_s8HashableS____TFVs11AnyHashableCuRxs8HashablerfxS_ 5 | _rt_swift_getExistentialTypeMetadata 6 | _rt_swift_dynamicCast 7 | __TMLGCs23_ContiguousArrayStorageO22SwiftyAttributedString14AttributeValue_ 8 | __swift_FORCE_LOAD_$_swiftUIKit_$_SwiftyAttributedString 9 | __swift_FORCE_LOAD_$_swiftCoreImage_$_SwiftyAttributedString 10 | __swift_FORCE_LOAD_$_swiftDarwin_$_SwiftyAttributedString 11 | __swift_FORCE_LOAD_$_swiftCoreGraphics_$_SwiftyAttributedString 12 | __swift_FORCE_LOAD_$_swiftDispatch_$_SwiftyAttributedString 13 | __swift_FORCE_LOAD_$_swiftObjectiveC_$_SwiftyAttributedString 14 | __swift_FORCE_LOAD_$_swiftFoundation_$_SwiftyAttributedString 15 | __swift_FORCE_LOAD_$_swiftQuartzCore_$_SwiftyAttributedString 16 | ___swift_reflection_version 17 | __TMLPs35_HasCustomAnyHashableRepresentation_ 18 | __TMLGVs20_ConcreteHashableBoxSi_ 19 | Apple LLVM version 8.0.0 (clang-800.0.42.1) 20 | -emit-bc /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/String+AttributeExtension.swift /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/Attribute.swift /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/NSMutableAttributedString+AttributeExtension.swift -target armv7-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk -I /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Products/Release-iphoneos -F /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Products/Release-iphoneos -g -import-underlying-module -module-cache-path /Users/yuto/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-generated-files.hmap -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-own-target-headers.hmap -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/SwiftyAttributedString-project-headers.hmap -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Products/Release-iphoneos/include -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/DerivedSources/armv7 -Xcc -I/Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/yuto/development/SwiftyAttributedString -emit-module-doc-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/SwiftyAttributedString.swiftdoc -O -module-name SwiftyAttributedString -emit-module-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/SwiftyAttributedString.swiftmodule -emit-objc-header-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/SwiftyAttributedString-Swift.h -serialize-diagnostics-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/String+AttributeExtension.dia -emit-dependencies-path /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/String+AttributeExtension.d -num-threads 4 -o /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/String+AttributeExtension.bc -o /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/Attribute.bc -o /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/Objects-normal/armv7/NSMutableAttributedString+AttributeExtension.bc -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift 21 | 22 | /Users/yuto/development/SwiftyAttributedString 23 | Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1) 24 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/String+AttributeExtension.swift 25 | _TTSg5O22SwiftyAttributedString10TextEffectS0_s8HashableS____TFVs11AnyHashableCuRxs8HashablerfxS_ 26 | String+AttributeExtension.swift 27 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources 28 | _TMaGVs20_ConcreteHashableBoxSi_ 29 | _TMaPs35_HasCustomAnyHashableRepresentation_ 30 | _toAnyHashable 31 | _TTSg5O22SwiftyAttributedString10TextEffectS0_s8HashableS____TFEsPs8Hashable14_toAnyHashablefT_Vs11AnyHashable 32 | rawValue.get 33 | init 34 | hashValue.get 35 | == 36 | _TTSg5O22SwiftyAttributedString10TextEffectS0_s16RawRepresentableS____TFsoi2eeuRxs16RawRepresentablewx8RawValues9EquatablerFTxx_Sb 37 | _TTWSSs9EquatablesZFS_oi2eefTxx_Sb 38 | _TIFV22SwiftyAttributedString9AttributecFT5valueOS_14AttributeValue5rangeOS_14AttributeRange_S0_A0_ 39 | Attribute.swift 40 | add 41 | toNSRange 42 | _TTSg5GSaO22SwiftyAttributedString14AttributeValue_GSaS0__s13IndexableBases___TFVs16IndexingIterator4nextfT_GSqwx8_Element_ 43 | _TTWSis9EquatablesZFS_oi2eefTxx_Sb 44 | _TTSg5O22SwiftyAttributedString14AttributeValue___TTWurGSax_s13IndexableBasesFS_9formIndexfT5afterRwx5Index_T_ 45 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSa9formIndexfT5afterRSi_T_ 46 | _TTSg5O22SwiftyAttributedString14AttributeValue___TTWurGSax_s13IndexableBasesFS_g9subscriptFwx5Indexwx8_Element 47 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSag9subscriptFSix 48 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSa11_getElementfTSi20wasNativeTypeCheckedSb22matchingSubscriptCheckVs16_DependenceToken_x 49 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs12_ArrayBuffer10getElementfTSi20wasNativeTypeCheckedSb_x 50 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferg9subscriptFSix 51 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBuffer10getElementfSix 52 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferg19firstElementAddressGSpx_ 53 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerg15_elementPointerGSpq__ 54 | _TTSg5GSaV22SwiftyAttributedString9Attribute_GSaS0__s13IndexableBases___TFVs16IndexingIterator4nextfT_GSqwx8_Element_ 55 | _TTSg5V22SwiftyAttributedString9Attribute___TTWurGSax_s13IndexableBasesFS_9formIndexfT5afterRwx5Index_T_ 56 | _TTSg5V22SwiftyAttributedString9Attribute___TFSa9formIndexfT5afterRSi_T_ 57 | _TTSg5O22SwiftyAttributedString14AttributeValue___TTWurGSax_s13IndexableBasesFS_g8endIndexwx5Index 58 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSag8endIndexSi 59 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSa9_getCountfT_Si 60 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs12_ArrayBufferg5countSi 61 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferg5countSi 62 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerlo6headerx 63 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerg14_headerPointerGSpx_ 64 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerg8_addressSv 65 | _TTSg5V22SwiftyAttributedString9Attribute___TTWurGSax_s13IndexableBasesFS_g9subscriptFwx5Indexwx8_Element 66 | _TTSg5V22SwiftyAttributedString9Attribute___TFSag9subscriptFSix 67 | _TTSg5V22SwiftyAttributedString9Attribute___TFSa11_getElementfTSi20wasNativeTypeCheckedSb22matchingSubscriptCheckVs16_DependenceToken_x 68 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs12_ArrayBuffer10getElementfTSi20wasNativeTypeCheckedSb_x 69 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBufferg9subscriptFSix 70 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBuffer10getElementfSix 71 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBufferg19firstElementAddressGSpx_ 72 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerg15_elementPointerGSpq__ 73 | _TTSg5V22SwiftyAttributedString9Attribute___TTWurGSax_s13IndexableBasesFS_g8endIndexwx5Index 74 | _TTSg5V22SwiftyAttributedString9Attribute___TFSag8endIndexSi 75 | _TTSg5V22SwiftyAttributedString9Attribute___TFSa9_getCountfT_Si 76 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs12_ArrayBufferg5countSi 77 | _TTSg5V22SwiftyAttributedString9Attribute___TFVs22_ContiguousArrayBufferg5countSi 78 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerlo6headerx 79 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerg14_headerPointerGSpx_ 80 | _TTSg5Vs10_ArrayBody_V22SwiftyAttributedString9Attribute___TFVs20ManagedBufferPointerg8_addressSv 81 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFCs23_ContiguousArrayStorageD 82 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFCs23_ContiguousArrayStoraged 83 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFSp12deinitializefT5countSi_Sv 84 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFs27_allocateUninitializedArrayurFBwTGSax_Bp_ 85 | _TTSg5O22SwiftyAttributedString14AttributeValue___TZFSa13_adoptStoragefTPs9AnyObject_5countSi_TGSax_GSpx__ 86 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBufferCfT5countSi7storageGCs23_ContiguousArrayStoragex__GS_x_ 87 | _TTSg5O22SwiftyAttributedString14AttributeValue___TFVs22_ContiguousArrayBuffer18_initStorageHeaderfT5countSi8capacitySi_T_ 88 | _TTSgq5Vs10_ArrayBody___TFSp10initializefT2tox5countSi_T_ 89 | _TTSg5Vs10_ArrayBody_O22SwiftyAttributedString14AttributeValue___TFVs20ManagedBufferPointerCfT21_uncheckedBufferClassPMPs9AnyObject_15minimumCapacitySi_GS_xq__ 90 | _TMaGCs23_ContiguousArrayStorageO22SwiftyAttributedString14AttributeValue_ 91 | findRange 92 | ___swift_noop_void_return 93 | ___swift_noop_self_return 94 | __TwXXO22SwiftyAttributedString14AttributeValue 95 | __TwCPO22SwiftyAttributedString14AttributeValue 96 | __TwxxO22SwiftyAttributedString14AttributeValue 97 | __TwCpO22SwiftyAttributedString14AttributeValue 98 | __TwcpO22SwiftyAttributedString14AttributeValue 99 | __TwcaO22SwiftyAttributedString14AttributeValue 100 | ___swift_memcpy5_4 101 | __TwtaO22SwiftyAttributedString14AttributeValue 102 | __TwXxO22SwiftyAttributedString14AttributeValue 103 | __TwCcO22SwiftyAttributedString14AttributeValue 104 | ___swift_memmove_array8_4 105 | __TwugO22SwiftyAttributedString14AttributeValue 106 | __TwupO22SwiftyAttributedString14AttributeValue 107 | __TwuiO22SwiftyAttributedString14AttributeValue 108 | __TwXXO22SwiftyAttributedString14AttributeRange 109 | _rt_swift_slowDealloc 110 | __TwCPO22SwiftyAttributedString14AttributeRange 111 | _rt_swift_slowAlloc 112 | __TwprO22SwiftyAttributedString14AttributeRange 113 | __TwdeO22SwiftyAttributedString14AttributeRange 114 | __TwxxO22SwiftyAttributedString14AttributeRange 115 | __TwCpO22SwiftyAttributedString14AttributeRange 116 | __TwcpO22SwiftyAttributedString14AttributeRange 117 | __TwcaO22SwiftyAttributedString14AttributeRange 118 | __TwTkO22SwiftyAttributedString14AttributeRange 119 | ___swift_memcpy14_4 120 | __TwtaO22SwiftyAttributedString14AttributeRange 121 | __TwalO22SwiftyAttributedString14AttributeRange 122 | ___swift_copy_outline_pointer 123 | __TwXxO22SwiftyAttributedString14AttributeRange 124 | __TwCcO22SwiftyAttributedString14AttributeRange 125 | ___swift_memmove_array16_4 126 | __TwugO22SwiftyAttributedString14AttributeRange 127 | _rt_swift_getEnumCaseSinglePayload 128 | __TwupO22SwiftyAttributedString14AttributeRange 129 | __TwuiO22SwiftyAttributedString14AttributeRange 130 | _rt_swift_storeEnumTagSinglePayload 131 | __TwXXOO22SwiftyAttributedString14AttributeRange7Portion 132 | __TwCPOO22SwiftyAttributedString14AttributeRange7Portion 133 | __TwdeOO22SwiftyAttributedString14AttributeRange7Portion 134 | __TwxxOO22SwiftyAttributedString14AttributeRange7Portion 135 | __TwCpOO22SwiftyAttributedString14AttributeRange7Portion 136 | __TwcpOO22SwiftyAttributedString14AttributeRange7Portion 137 | __TwcaOO22SwiftyAttributedString14AttributeRange7Portion 138 | __TwTkOO22SwiftyAttributedString14AttributeRange7Portion 139 | ___swift_memcpy13_4 140 | __TwtaOO22SwiftyAttributedString14AttributeRange7Portion 141 | __TwalOO22SwiftyAttributedString14AttributeRange7Portion 142 | __TwXxOO22SwiftyAttributedString14AttributeRange7Portion 143 | __TwCcOO22SwiftyAttributedString14AttributeRange7Portion 144 | __TwugOO22SwiftyAttributedString14AttributeRange7Portion 145 | __TwupOO22SwiftyAttributedString14AttributeRange7Portion 146 | __TwuiOO22SwiftyAttributedString14AttributeRange7Portion 147 | __TwXXV22SwiftyAttributedString9Attribute 148 | __TwCPV22SwiftyAttributedString9Attribute 149 | __TwdeV22SwiftyAttributedString9Attribute 150 | __TwxxV22SwiftyAttributedString9Attribute 151 | __TwCpV22SwiftyAttributedString9Attribute 152 | __TwcpV22SwiftyAttributedString9Attribute 153 | __TwcaV22SwiftyAttributedString9Attribute 154 | __TwTkV22SwiftyAttributedString9Attribute 155 | ___swift_memcpy18_4 156 | __TwtaV22SwiftyAttributedString9Attribute 157 | __TwalV22SwiftyAttributedString9Attribute 158 | __TwXxV22SwiftyAttributedString9Attribute 159 | __TwCcV22SwiftyAttributedString9Attribute 160 | ___swift_memmove_array20_4 161 | __TwxsV22SwiftyAttributedString9Attribute 162 | __TwxgV22SwiftyAttributedString9Attribute 163 | ___swift_memcpy0_1 164 | ___swift_memcpy_array0_1 165 | ___swift_memmove_array0_1 166 | __TwugO22SwiftyAttributedString10TextEffect 167 | __TwupO22SwiftyAttributedString10TextEffect 168 | __TwuiO22SwiftyAttributedString10TextEffect 169 | ___swift_memcpy8_4 170 | ___swift_memcpy_array8_4 171 | _rt_swift_getInitializedObjCClass 172 | __TwprOO22SwiftyAttributedString14AttributeRange7Portion 173 | __TwprV22SwiftyAttributedString9Attribute 174 | __TMfO22SwiftyAttributedString14AttributeValue 175 | __TMRfO22SwiftyAttributedString14AttributeValue 176 | __TMfO22SwiftyAttributedString14AttributeRange 177 | __TMfOO22SwiftyAttributedString14AttributeRange7Portion 178 | __TMRfOO22SwiftyAttributedString14AttributeRange7Portion 179 | __TMRfO22SwiftyAttributedString14AttributeRange 180 | __TMfV22SwiftyAttributedString9Attribute 181 | __TMRfV22SwiftyAttributedString9Attribute 182 | __TMfO22SwiftyAttributedString10TextEffect 183 | __TMRfO22SwiftyAttributedString10TextEffect 184 | __TMRaO22SwiftyAttributedString10TextEffects16RawRepresentableS_ 185 | __TMRfCSo6UIFont 186 | __TMRsCSo6UIFont 187 | __TMRfCSo7UIColor 188 | __TMRsCSo7UIColor 189 | __TMRfCSo8NSNumber 190 | __TMRsCSo8NSNumber 191 | __TMRfCSo8NSShadow 192 | __TMRsCSo8NSShadow 193 | __TMRbO22SwiftyAttributedString14AttributeValue 194 | __TMRbOO22SwiftyAttributedString14AttributeRange7Portion 195 | __TMRbVSC8_NSRange 196 | __TMLGSaO22SwiftyAttributedString14AttributeValue_ 197 | __TMLVSC8_NSRange 198 | __TWVVSC8_NSRange 199 | __TMnVSC8_NSRange 200 | __TMVSC8_NSRange 201 | __TMLT2ofOO22SwiftyAttributedString14AttributeRange7Portion_ 202 | __TMLCSo6UIFont 203 | __TMLCSo7UIColor 204 | __TMLCSo8NSNumber 205 | __TMLCSo8NSShadow 206 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/Attribute.swift 207 | get_field_types__NSRange 208 | __swift_memcpy_array8_4 209 | __swift_memcpy8_4 210 | _TMaO22SwiftyAttributedString10TextEffect 211 | get_field_types_TextEffect 212 | _TwuiO22SwiftyAttributedString10TextEffect 213 | _TwupO22SwiftyAttributedString10TextEffect 214 | _TwugO22SwiftyAttributedString10TextEffect 215 | __swift_memmove_array0_1 216 | __swift_memcpy_array0_1 217 | __swift_memcpy0_1 218 | _TMaV22SwiftyAttributedString9Attribute 219 | get_field_types_Attribute 220 | _TMaGSaO22SwiftyAttributedString14AttributeValue_ 221 | _TwxgV22SwiftyAttributedString9Attribute 222 | _TwxsV22SwiftyAttributedString9Attribute 223 | __swift_memmove_array20_4 224 | _TwCcV22SwiftyAttributedString9Attribute 225 | _TwXxV22SwiftyAttributedString9Attribute 226 | _TwalV22SwiftyAttributedString9Attribute 227 | _TwtaV22SwiftyAttributedString9Attribute 228 | __swift_memcpy18_4 229 | _TwTkV22SwiftyAttributedString9Attribute 230 | _TwcaV22SwiftyAttributedString9Attribute 231 | _TwcpV22SwiftyAttributedString9Attribute 232 | _TwCpV22SwiftyAttributedString9Attribute 233 | _TwxxV22SwiftyAttributedString9Attribute 234 | _TwdeV22SwiftyAttributedString9Attribute 235 | _TwCPV22SwiftyAttributedString9Attribute 236 | _TwXXV22SwiftyAttributedString9Attribute 237 | _TMaOO22SwiftyAttributedString14AttributeRange7Portion 238 | get_field_types_Portion 239 | _TMaVSC8_NSRange 240 | _TwuiOO22SwiftyAttributedString14AttributeRange7Portion 241 | _TwupOO22SwiftyAttributedString14AttributeRange7Portion 242 | _TwugOO22SwiftyAttributedString14AttributeRange7Portion 243 | _TwCcOO22SwiftyAttributedString14AttributeRange7Portion 244 | _TwXxOO22SwiftyAttributedString14AttributeRange7Portion 245 | _TwalOO22SwiftyAttributedString14AttributeRange7Portion 246 | _TwtaOO22SwiftyAttributedString14AttributeRange7Portion 247 | __swift_memcpy13_4 248 | _TwTkOO22SwiftyAttributedString14AttributeRange7Portion 249 | _TwcaOO22SwiftyAttributedString14AttributeRange7Portion 250 | _TwcpOO22SwiftyAttributedString14AttributeRange7Portion 251 | _TwCpOO22SwiftyAttributedString14AttributeRange7Portion 252 | _TwxxOO22SwiftyAttributedString14AttributeRange7Portion 253 | _TwdeOO22SwiftyAttributedString14AttributeRange7Portion 254 | _TwCPOO22SwiftyAttributedString14AttributeRange7Portion 255 | _TwXXOO22SwiftyAttributedString14AttributeRange7Portion 256 | _TMaO22SwiftyAttributedString14AttributeRange 257 | get_field_types_AttributeRange 258 | _TMaT2ofOO22SwiftyAttributedString14AttributeRange7Portion_ 259 | _TwuiO22SwiftyAttributedString14AttributeRange 260 | _TwupO22SwiftyAttributedString14AttributeRange 261 | _TwugO22SwiftyAttributedString14AttributeRange 262 | __swift_memmove_array16_4 263 | _TwCcO22SwiftyAttributedString14AttributeRange 264 | _TwXxO22SwiftyAttributedString14AttributeRange 265 | __swift_copy_outline_pointer 266 | _TwalO22SwiftyAttributedString14AttributeRange 267 | _TwtaO22SwiftyAttributedString14AttributeRange 268 | __swift_memcpy14_4 269 | _TwTkO22SwiftyAttributedString14AttributeRange 270 | _TwcaO22SwiftyAttributedString14AttributeRange 271 | _TwcpO22SwiftyAttributedString14AttributeRange 272 | _TwCpO22SwiftyAttributedString14AttributeRange 273 | _TwxxO22SwiftyAttributedString14AttributeRange 274 | _TwdeO22SwiftyAttributedString14AttributeRange 275 | _TwprO22SwiftyAttributedString14AttributeRange 276 | _TwCPO22SwiftyAttributedString14AttributeRange 277 | _TwXXO22SwiftyAttributedString14AttributeRange 278 | _TMaO22SwiftyAttributedString14AttributeValue 279 | get_field_types_AttributeValue 280 | _TMaCSo8NSShadow 281 | _TMaCSo8NSNumber 282 | _TMaCSo7UIColor 283 | _TMaCSo6UIFont 284 | _TwuiO22SwiftyAttributedString14AttributeValue 285 | _TwupO22SwiftyAttributedString14AttributeValue 286 | _TwugO22SwiftyAttributedString14AttributeValue 287 | __swift_memmove_array8_4 288 | _TwCcO22SwiftyAttributedString14AttributeValue 289 | _TwXxO22SwiftyAttributedString14AttributeValue 290 | _TwtaO22SwiftyAttributedString14AttributeValue 291 | __swift_memcpy5_4 292 | _TwcaO22SwiftyAttributedString14AttributeValue 293 | _TwcpO22SwiftyAttributedString14AttributeValue 294 | _TwCpO22SwiftyAttributedString14AttributeValue 295 | _TwxxO22SwiftyAttributedString14AttributeValue 296 | _TwCPO22SwiftyAttributedString14AttributeValue 297 | _TwXXO22SwiftyAttributedString14AttributeValue 298 | _TWaO22SwiftyAttributedString10TextEffects9_HashableS_ 299 | _TWaO22SwiftyAttributedString10TextEffects16RawRepresentableS_ 300 | _TWaO22SwiftyAttributedString10TextEffects8HashableS_ 301 | _TWaO22SwiftyAttributedString10TextEffects9EquatableS_ 302 | _TTSfq4gs_gs_d___TZFSSoi2eefTSSSS_Sb 303 | range.materialize 304 | range.set 305 | range.get 306 | values.materialize 307 | values.set 308 | values.get 309 | __swift_noop_self_return 310 | __swift_noop_void_return 311 | /Users/yuto/development/SwiftyAttributedString/SwiftyAttributedString/Sources/NSMutableAttributedString+AttributeExtension.swift 312 | NSMutableAttributedString+AttributeExtension.swift 313 | convertNSMutableAttributedString 314 | /Users/yuto/Library/Developer/Xcode/DerivedData/SwiftyAttributedString-emgmixxrgnxagycdokxkqoobymuc/Build/Intermediates/SwiftyAttributedString.build/Release-iphoneos/SwiftyAttributedString.build/DerivedSources/SwiftyAttributedString_vers.c 315 | __ZL15__ARCLite__loadv 316 | __ZL30add_image_hook_autoreleasepoolPK11mach_headerl 317 | __ZL34__arclite_objc_autoreleasePoolPushv 318 | __ZL33__arclite_objc_autoreleasePoolPopPv 319 | __ZL19patch_lazy_pointersPK11mach_headerP7patch_tm 320 | __ZL42__arclite_NSArray_objectAtIndexedSubscriptP7NSArrayP13objc_selectorj 321 | __ZL53__arclite_NSMutableArray_setObject_atIndexedSubscriptP14NSMutableArrayP13objc_selectorP11objc_objectj 322 | __ZL46__arclite_NSDictionary_objectForKeyedSubscriptP12NSDictionaryP13objc_selectorP11objc_object 323 | __ZL47__arclite_NSOrderedSet_objectAtIndexedSubscriptP12NSOrderedSetP13objc_selectorj 324 | __ZL58__arclite_NSMutableOrderedSet_setObject_atIndexedSubscriptP19NSMutableOrderedSetP13objc_selectorP11objc_objectj 325 | __ZL58__arclite_NSMutableDictionary__setObject_forKeyedSubscriptP19NSMutableDictionaryP13objc_selectorP11objc_objectS4_ 326 | __ZL18add_image_hook_ARCPK11mach_headerl 327 | __ZL36__arclite_object_setInstanceVariableP11objc_objectPKcPv 328 | __ZL24__arclite_object_setIvarP11objc_objectP9objc_ivarS0_ 329 | __ZL21__arclite_object_copyP11objc_objectm 330 | __ZL21__arclite_objc_retainP11objc_object 331 | __ZL26__arclite_objc_retainBlockP11objc_object 332 | __ZL22__arclite_objc_releaseP11objc_object 333 | __ZL26__arclite_objc_autoreleaseP11objc_object 334 | __ZL32__arclite_objc_retainAutoreleaseP11objc_object 335 | __ZL37__arclite_objc_autoreleaseReturnValueP11objc_object 336 | __ZL43__arclite_objc_retainAutoreleaseReturnValueP11objc_object 337 | __ZL44__arclite_objc_retainAutoreleasedReturnValueP11objc_object 338 | __ZL26__arclite_objc_storeStrongPP11objc_objectS0_ 339 | __ZL22add_image_hook_swiftV1PK11mach_headerl 340 | __ZL42__arclite_NSUndoManagerProxy_isKindOfClassP11objc_objectP13objc_selectorP10objc_class 341 | __ZL13replaceMethodP10objc_classP13objc_selectorPFP11objc_objectS4_S2_zEPS6_ 342 | __ZL30__arclite_NSManagedObject_initP11objc_objectP13objc_selector 343 | __ZL41__arclite_NSManagedObject_allocWithEntityP11objc_objectP13objc_selectorS0_ 344 | __ZL36__arclite_NSManagedObject_allocBatchP11objc_objectP13objc_selectorPS0_S0_j 345 | __ZL37__arclite_NSKKMS_fastIndexForKnownKeyP11objc_objectP13objc_selectorS0_ 346 | __ZL28__arclite_NSKKMS_indexForKeyP11objc_objectP13objc_selectorS0_ 347 | __ZL29__arclite_NSKKsD_objectForKeyP11objc_objectP13objc_selectorS0_ 348 | __ZL35__arclite_NSKKsD_removeObjectForKeyP11objc_objectP13objc_selectorS0_ 349 | __ZL33__arclite_NSKKsD_setObject_forKeyP11objc_objectP13objc_selectorS0_S0_ 350 | __ZL41__arclite_NSKKsD_addEntriesFromDictionaryP11objc_objectP13objc_selectorP12NSDictionary 351 | __ZL28__arclite_objc_readClassPairP10objc_classPK15objc_image_info 352 | __ZL32__arclite_objc_allocateClassPairP10objc_classPKcm 353 | __ZL32__arclite_object_getIndexedIvarsP11objc_object 354 | __ZL23__arclite_objc_getClassPKc 355 | __ZL27__arclite_objc_getMetaClassPKc 356 | __ZL31__arclite_objc_getRequiredClassPKc 357 | __ZL26__arclite_objc_lookUpClassPKc 358 | __ZL26__arclite_objc_getProtocolPKc 359 | __ZL23__arclite_class_getNameP10objc_class 360 | __ZL26__arclite_protocol_getNameP8Protocol 361 | __ZL37__arclite_objc_copyClassNamesForImagePKcPj 362 | __ZL17transcribeMethodsP10objc_classP15glue_class_ro_t 363 | __ZL19transcribeProtocolsP10objc_classP15glue_class_ro_t 364 | __ZL20transcribePropertiesP10objc_classP15glue_class_ro_t 365 | __ZL14initialize_impP11objc_objectP13objc_selector 366 | __ZL18allocateMaybeSwiftP18glue_swift_class_tm 367 | __ZL22copySwiftV1MangledNamePKcb 368 | __ZL13demangledNamePKcb 369 | __ZL16scanMangledFieldRPKcS0_S1_Ri 370 | __ZL30arclite_uninitialized_functionv 371 | __ZL12cxxConstructP11objc_object 372 | __ZL20fixStringForCoreDataP11objc_object 373 | _OBJC_METACLASS_$___ARCLite__ 374 | __ZL24OBJC_CLASS_$___ARCLite__ 375 | __ZL31OBJC_METACLASS_RO_$___ARCLite__ 376 | __non_lazy_classes 377 | __ZL27OBJC_CLASS_RO_$___ARCLite__ 378 | __ZL11_class_name 379 | __ZL32OBJC_$_CLASS_METHODS___ARCLite__ 380 | __ZL17_load_method_name 381 | __ZL17_load_method_type 382 | __ZL23NSAutoreleasePool_class 383 | __ZZL30add_image_hook_autoreleasepoolPK11mach_headerlE7patches 384 | __ZGVZL30add_image_hook_autoreleasepoolPK11mach_headerlE7patches 385 | l_OBJC_PROTOCOL_$___ARCLiteIndexedSubscripting__ 386 | l_OBJC_LABEL_PROTOCOL_$___ARCLiteIndexedSubscripting__ 387 | l_OBJC_PROTOCOL_REFERENCE_$___ARCLiteIndexedSubscripting__ 388 | l_OBJC_PROTOCOL_$___ARCLiteKeyedSubscripting__ 389 | l_OBJC_LABEL_PROTOCOL_$___ARCLiteKeyedSubscripting__ 390 | l_OBJC_PROTOCOL_REFERENCE_$___ARCLiteKeyedSubscripting__ 391 | __ZZL18add_image_hook_ARCPK11mach_headerlE7patches 392 | __ZGVZL18add_image_hook_ARCPK11mach_headerlE7patches 393 | __ZL30NSUndoManagerProxy_targetClass 394 | __ZL29original_NSManagedObject_init 395 | __ZL40original_NSManagedObject_allocWithEntity 396 | __ZL35original_NSManagedObject_allocBatch 397 | __ZL25NSMutableDictionary_class 398 | __ZL22NSConstantString_class 399 | __ZL14NSString_class 400 | __ZL36original_NSKKMS_fastIndexForKnownKey 401 | __ZL27original_NSKKMS_indexForKey 402 | __ZL28original_NSKKsD_objectForKey 403 | __ZL34original_NSKKsD_removeObjectForKey 404 | __ZL32original_NSKKsD_setObject_forKey 405 | __ZL40original_NSKKsD_addEntriesFromDictionary 406 | __ZZL22add_image_hook_swiftV1PK11mach_headerlE7patches 407 | __ZGVZL22add_image_hook_swiftV1PK11mach_headerlE7patches 408 | __ZL31original_objc_allocateClassPair 409 | __ZL31original_object_getIndexedIvars 410 | __ZL22original_objc_getClass 411 | __ZL26original_objc_getMetaClass 412 | __ZL30original_objc_getRequiredClass 413 | __ZL25original_objc_lookUpClass 414 | __ZL25original_objc_getProtocol 415 | __ZL22original_class_getName 416 | __ZL25original_protocol_getName 417 | __ZL36original_objc_copyClassNamesForImage 418 | __ZL12demangleLock 419 | __ZL9Demangled 420 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++11 -Wno-trigraphs -fno-exceptions -fno-rtti -mpascal-strings -Os -Wno-missing-field-initializers -Wmissing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -D NDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.Internal.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -miphoneos-version-min=4.3 -g -fno-threadsafe-statics -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -fembed-bitcode -iquote /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/arclite_iphoneos-generated-files.hmap -I /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/arclite_iphoneos-own-target-headers.hmap -I /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/arclite_iphoneos-all-target-headers.hmap -iquote /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/arclite_iphoneos-project-headers.hmap -I /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/Symbols/BuiltProducts/include -I /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/DerivedSources/armv7 -I /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/DerivedSources -F/Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/Symbols/BuiltProducts -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.Internal.sdk/System/Library/PrivateFrameworks -Wall -Wextra -Wno-gcc-compat -fgnu-inline-asm -Wno-error=incomplete-umbrella -Wno-error=incomplete-umbrella -MMD -MT dependencies -MF /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/Objects-normal/armv7/arclite.d --serialize-diagnostics /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/Objects-normal/armv7/arclite.dia -c /Library/Caches/com.apple.xbs/Sources/arclite_iOS/arclite-65/source/arclite.mm -o /Library/Caches/com.apple.xbs/Binaries/arclite_iOS/arclite_iOS-65~1093/TempContent/Objects/arclite.build/arclite_iOS.build/Objects-normal/armv7/arclite.o -mlinker-version=274.2 -march=armv7a 421 | /Library/Caches/com.apple.xbs/Sources/arclite_iOS/arclite-65/source/arclite.mm 422 | /Library/Caches/com.apple.xbs/Sources/arclite_iOS/arclite-65 423 | fixStringForCoreData 424 | cxxConstruct 425 | arclite_uninitialized_function 426 | scanMangledField 427 | isdigit 428 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.Internal.sdk/usr/include/ctype.h 429 | __isctype 430 | demangledName 431 | copySwiftV1DemangledName 432 | copySwiftV1MangledName 433 | allocateMaybeSwift 434 | word_align 435 | isSwift 436 | initialize_imp 437 | transcribeProperties 438 | property_list_nth 439 | transcribeProtocols 440 | transcribeMethods 441 | data 442 | method_list_nth 443 | __arclite_objc_copyClassNamesForImage 444 | __arclite_protocol_getName 445 | __arclite_class_getName 446 | __arclite_objc_getProtocol 447 | __arclite_objc_lookUpClass 448 | __arclite_objc_getRequiredClass 449 | __arclite_objc_getMetaClass 450 | __arclite_objc_getClass 451 | __arclite_object_getIndexedIvars 452 | __arclite_objc_allocateClassPair 453 | metaclass 454 | __arclite_objc_readClassPair 455 | transcribeIvars 456 | ivar_list_nth 457 | max 458 | alignment 459 | ro 460 | fastFlags 461 | __arclite_NSKKsD_addEntriesFromDictionary 462 | __arclite_NSKKsD_setObject_forKey 463 | __arclite_NSKKsD_removeObjectForKey 464 | __arclite_NSKKsD_objectForKey 465 | __arclite_NSKKMS_indexForKey 466 | __arclite_NSKKMS_fastIndexForKnownKey 467 | __arclite_NSManagedObject_allocBatch 468 | __arclite_NSManagedObject_allocWithEntity 469 | __arclite_NSManagedObject_init 470 | replaceMethod 471 | __arclite_NSUndoManagerProxy_isKindOfClass 472 | add_image_hook_swiftV1 473 | patch_t 474 | patch_t 475 | patch_t 476 | patch_t 477 | patch_t 478 | patch_t 479 | patch_t 480 | patch_t 481 | __arclite_objc_storeStrong 482 | __arclite_objc_release 483 | __arclite_objc_retain 484 | __arclite_objc_retainAutoreleasedReturnValue 485 | __arclite_objc_retainAutoreleaseReturnValue 486 | __arclite_objc_autoreleaseReturnValue 487 | __arclite_objc_retainAutorelease 488 | __arclite_objc_autorelease 489 | __arclite_objc_retainBlock 490 | __arclite_object_copy 491 | fixupCopiedReferences 492 | _class_getInstanceStart 493 | alignedInstanceStart 494 | __arclite_class_usesAutomaticRetainRelease 495 | classOrSuperClassesUseARR 496 | __arclite_object_setIvar 497 | isScannedOffset 498 | _ivar_getClass 499 | __arclite_object_setInstanceVariable 500 | add_image_hook_ARC 501 | patch_t 502 | patch_t 503 | patch_t 504 | patch_t 505 | patch_t 506 | patch_t 507 | __arclite_NSMutableDictionary__setObject_forKeyedSubscript 508 | __arclite_NSMutableOrderedSet_setObject_atIndexedSubscript 509 | __arclite_NSOrderedSet_objectAtIndexedSubscript 510 | __arclite_NSDictionary_objectForKeyedSubscript 511 | __arclite_NSMutableArray_setObject_atIndexedSubscript 512 | __arclite_NSArray_objectAtIndexedSubscript 513 | patch_lazy_pointers 514 | __arclite_objc_autoreleasePoolPop 515 | __arclite_objc_autoreleasePoolPush 516 | add_image_hook_autoreleasepool 517 | patch_t 518 | patch_t 519 | __ARCLite__load 520 | install_swiftV1 521 | install_ARC 522 | install_dict_nil_value 523 | addOrReplaceMethod 524 | keyedGetter 525 | install_subscripting 526 | addMethod 527 | indexedGetter 528 | install_autoreleasepool 529 | -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework.dSYM/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.apple.xcode.dsym.com.YutoAkiba.SwiftyAttributedString 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundlePackageType 12 | dSYM 13 | CFBundleSignature 14 | ???? 15 | CFBundleShortVersionString 16 | 1.0.1 17 | CFBundleVersion 18 | 1 19 | 20 | 21 | -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework.dSYM/Contents/Resources/DWARF/SwiftyAttributedString: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/Carthage/Build/iOS/SwiftyAttributedString.framework.dSYM/Contents/Resources/DWARF/SwiftyAttributedString -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/Headers/SwiftyAttributedString-Swift.h: -------------------------------------------------------------------------------- 1 | // Generated by Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1) 2 | #pragma clang diagnostic push 3 | #pragma clang diagnostic ignored "-Wgcc-compat" 4 | 5 | #if !defined(__has_include) 6 | # define __has_include(x) 0 7 | #endif 8 | #if !defined(__has_attribute) 9 | # define __has_attribute(x) 0 10 | #endif 11 | #if !defined(__has_feature) 12 | # define __has_feature(x) 0 13 | #endif 14 | #if !defined(__has_warning) 15 | # define __has_warning(x) 0 16 | #endif 17 | 18 | #if __has_include() 19 | # include 20 | #endif 21 | 22 | #pragma clang diagnostic ignored "-Wauto-import" 23 | #include 24 | #include 25 | #include 26 | #include 27 | 28 | #if !defined(SWIFT_TYPEDEFS) 29 | # define SWIFT_TYPEDEFS 1 30 | # if __has_include() 31 | # include 32 | # elif !defined(__cplusplus) 33 | typedef uint_least16_t char16_t; 34 | typedef uint_least32_t char32_t; 35 | # endif 36 | typedef float swift_float2 __attribute__((__ext_vector_type__(2))); 37 | typedef float swift_float3 __attribute__((__ext_vector_type__(3))); 38 | typedef float swift_float4 __attribute__((__ext_vector_type__(4))); 39 | typedef double swift_double2 __attribute__((__ext_vector_type__(2))); 40 | typedef double swift_double3 __attribute__((__ext_vector_type__(3))); 41 | typedef double swift_double4 __attribute__((__ext_vector_type__(4))); 42 | typedef int swift_int2 __attribute__((__ext_vector_type__(2))); 43 | typedef int swift_int3 __attribute__((__ext_vector_type__(3))); 44 | typedef int swift_int4 __attribute__((__ext_vector_type__(4))); 45 | typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); 46 | typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); 47 | typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); 48 | #endif 49 | 50 | #if !defined(SWIFT_PASTE) 51 | # define SWIFT_PASTE_HELPER(x, y) x##y 52 | # define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) 53 | #endif 54 | #if !defined(SWIFT_METATYPE) 55 | # define SWIFT_METATYPE(X) Class 56 | #endif 57 | #if !defined(SWIFT_CLASS_PROPERTY) 58 | # if __has_feature(objc_class_property) 59 | # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ 60 | # else 61 | # define SWIFT_CLASS_PROPERTY(...) 62 | # endif 63 | #endif 64 | 65 | #if __has_attribute(objc_runtime_name) 66 | # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) 67 | #else 68 | # define SWIFT_RUNTIME_NAME(X) 69 | #endif 70 | #if __has_attribute(swift_name) 71 | # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) 72 | #else 73 | # define SWIFT_COMPILE_NAME(X) 74 | #endif 75 | #if __has_attribute(objc_method_family) 76 | # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) 77 | #else 78 | # define SWIFT_METHOD_FAMILY(X) 79 | #endif 80 | #if __has_attribute(noescape) 81 | # define SWIFT_NOESCAPE __attribute__((noescape)) 82 | #else 83 | # define SWIFT_NOESCAPE 84 | #endif 85 | #if __has_attribute(warn_unused_result) 86 | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) 87 | #else 88 | # define SWIFT_WARN_UNUSED_RESULT 89 | #endif 90 | #if __has_attribute(noreturn) 91 | # define SWIFT_NORETURN __attribute__((noreturn)) 92 | #else 93 | # define SWIFT_NORETURN 94 | #endif 95 | #if !defined(SWIFT_CLASS_EXTRA) 96 | # define SWIFT_CLASS_EXTRA 97 | #endif 98 | #if !defined(SWIFT_PROTOCOL_EXTRA) 99 | # define SWIFT_PROTOCOL_EXTRA 100 | #endif 101 | #if !defined(SWIFT_ENUM_EXTRA) 102 | # define SWIFT_ENUM_EXTRA 103 | #endif 104 | #if !defined(SWIFT_CLASS) 105 | # if __has_attribute(objc_subclassing_restricted) 106 | # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA 107 | # define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA 108 | # else 109 | # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA 110 | # define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA 111 | # endif 112 | #endif 113 | 114 | #if !defined(SWIFT_PROTOCOL) 115 | # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA 116 | # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA 117 | #endif 118 | 119 | #if !defined(SWIFT_EXTENSION) 120 | # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) 121 | #endif 122 | 123 | #if !defined(OBJC_DESIGNATED_INITIALIZER) 124 | # if __has_attribute(objc_designated_initializer) 125 | # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) 126 | # else 127 | # define OBJC_DESIGNATED_INITIALIZER 128 | # endif 129 | #endif 130 | #if !defined(SWIFT_ENUM_ATTR) 131 | # if defined(__has_attribute) && __has_attribute(enum_extensibility) 132 | # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) 133 | # else 134 | # define SWIFT_ENUM_ATTR(_extensibility) 135 | # endif 136 | #endif 137 | #if !defined(SWIFT_ENUM) 138 | # define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type 139 | # if __has_feature(generalized_swift_name) 140 | # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type 141 | # else 142 | # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) 143 | # endif 144 | #endif 145 | #if !defined(SWIFT_UNAVAILABLE) 146 | # define SWIFT_UNAVAILABLE __attribute__((unavailable)) 147 | #endif 148 | #if !defined(SWIFT_UNAVAILABLE_MSG) 149 | # define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) 150 | #endif 151 | #if !defined(SWIFT_AVAILABILITY) 152 | # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) 153 | #endif 154 | #if !defined(SWIFT_DEPRECATED) 155 | # define SWIFT_DEPRECATED __attribute__((deprecated)) 156 | #endif 157 | #if !defined(SWIFT_DEPRECATED_MSG) 158 | # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) 159 | #endif 160 | #if __has_feature(attribute_diagnose_if_objc) 161 | # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) 162 | #else 163 | # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) 164 | #endif 165 | #if __has_feature(modules) 166 | @import Foundation; 167 | #endif 168 | 169 | #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" 170 | #pragma clang diagnostic ignored "-Wduplicate-method-arg" 171 | #if __has_warning("-Wpragma-clang-attribute") 172 | # pragma clang diagnostic ignored "-Wpragma-clang-attribute" 173 | #endif 174 | #pragma clang diagnostic ignored "-Wunknown-pragmas" 175 | #pragma clang diagnostic ignored "-Wnullability" 176 | 177 | #if __has_attribute(external_source_symbol) 178 | # pragma push_macro("any") 179 | # undef any 180 | # pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftyAttributedString",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) 181 | # pragma pop_macro("any") 182 | #endif 183 | 184 | 185 | 186 | #if __has_attribute(external_source_symbol) 187 | # pragma clang attribute pop 188 | #endif 189 | #pragma clang diagnostic pop 190 | -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/Headers/SwiftyAttributedString.h: -------------------------------------------------------------------------------- 1 | // 2 | // SwiftyAttributedString.h 3 | // SwiftyAttributedString 4 | // 5 | // Created by Yuto Akiba on 2017/05/14. 6 | // Copyright © 2017年 Yuto Akiba. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for SwiftyAttributedString. 12 | FOUNDATION_EXPORT double SwiftyAttributedStringVersionNumber; 13 | 14 | //! Project version string for SwiftyAttributedString. 15 | FOUNDATION_EXPORT const unsigned char SwiftyAttributedStringVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | 20 | -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/Carthage/Build/iOS/SwiftyAttributedString.framework/Info.plist -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/arm.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/arm.swiftdoc -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/arm.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/arm.swiftmodule -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/arm64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/arm64.swiftdoc -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/arm64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/arm64.swiftmodule -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/i386.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/i386.swiftdoc -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/i386.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/i386.swiftmodule -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/SwiftyAttributedString.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SwiftyAttributedString { 2 | umbrella header "SwiftyAttributedString.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SwiftyAttributedString.Swift { 9 | header "SwiftyAttributedString-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Carthage/Build/iOS/SwiftyAttributedString.framework/SwiftyAttributedString: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/Carthage/Build/iOS/SwiftyAttributedString.framework/SwiftyAttributedString -------------------------------------------------------------------------------- /Demo/Demo.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- 1 | // !$*UTF8*$! 2 | { 3 | archiveVersion = 1; 4 | classes = { 5 | }; 6 | objectVersion = 50; 7 | objects = { 8 | 9 | /* Begin PBXBuildFile section */ 10 | D168CB3321C7B875007CB90C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D168CB3221C7B875007CB90C /* AppDelegate.swift */; }; 11 | D168CB3521C7B875007CB90C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D168CB3421C7B875007CB90C /* ViewController.swift */; }; 12 | D168CB3821C7B875007CB90C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D168CB3621C7B875007CB90C /* Main.storyboard */; }; 13 | D168CB3A21C7B875007CB90C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D168CB3921C7B875007CB90C /* Assets.xcassets */; }; 14 | D168CB3D21C7B875007CB90C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D168CB3B21C7B875007CB90C /* LaunchScreen.storyboard */; }; 15 | D168CB4E21C7B8D8007CB90C /* SwiftyAttributedString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D168CB4A21C7B890007CB90C /* SwiftyAttributedString.framework */; }; 16 | D168CB4F21C7B8D8007CB90C /* SwiftyAttributedString.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D168CB4A21C7B890007CB90C /* SwiftyAttributedString.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 17 | /* End PBXBuildFile section */ 18 | 19 | /* Begin PBXContainerItemProxy section */ 20 | D168CB4921C7B890007CB90C /* PBXContainerItemProxy */ = { 21 | isa = PBXContainerItemProxy; 22 | containerPortal = D168CB4421C7B890007CB90C /* SwiftyAttributedString.xcodeproj */; 23 | proxyType = 2; 24 | remoteGlobalIDString = D1C438E61EC8A86900B0C021; 25 | remoteInfo = SwiftyAttributedString; 26 | }; 27 | D168CB4B21C7B890007CB90C /* PBXContainerItemProxy */ = { 28 | isa = PBXContainerItemProxy; 29 | containerPortal = D168CB4421C7B890007CB90C /* SwiftyAttributedString.xcodeproj */; 30 | proxyType = 2; 31 | remoteGlobalIDString = D1C438EF1EC8A86900B0C021; 32 | remoteInfo = SwiftyAttributedStringTests; 33 | }; 34 | D168CB5021C7B8D8007CB90C /* PBXContainerItemProxy */ = { 35 | isa = PBXContainerItemProxy; 36 | containerPortal = D168CB4421C7B890007CB90C /* SwiftyAttributedString.xcodeproj */; 37 | proxyType = 1; 38 | remoteGlobalIDString = D1C438E51EC8A86900B0C021; 39 | remoteInfo = SwiftyAttributedString; 40 | }; 41 | /* End PBXContainerItemProxy section */ 42 | 43 | /* Begin PBXCopyFilesBuildPhase section */ 44 | D168CB5221C7B8D8007CB90C /* Embed Frameworks */ = { 45 | isa = PBXCopyFilesBuildPhase; 46 | buildActionMask = 2147483647; 47 | dstPath = ""; 48 | dstSubfolderSpec = 10; 49 | files = ( 50 | D168CB4F21C7B8D8007CB90C /* SwiftyAttributedString.framework in Embed Frameworks */, 51 | ); 52 | name = "Embed Frameworks"; 53 | runOnlyForDeploymentPostprocessing = 0; 54 | }; 55 | /* End PBXCopyFilesBuildPhase section */ 56 | 57 | /* Begin PBXFileReference section */ 58 | D168CB2F21C7B875007CB90C /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; 59 | D168CB3221C7B875007CB90C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 60 | D168CB3421C7B875007CB90C /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 61 | D168CB3721C7B875007CB90C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 62 | D168CB3921C7B875007CB90C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 63 | D168CB3C21C7B875007CB90C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 64 | D168CB3E21C7B875007CB90C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 65 | D168CB4421C7B890007CB90C /* SwiftyAttributedString.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftyAttributedString.xcodeproj; path = ../SwiftyAttributedString.xcodeproj; sourceTree = ""; }; 66 | /* End PBXFileReference section */ 67 | 68 | /* Begin PBXFrameworksBuildPhase section */ 69 | D168CB2C21C7B875007CB90C /* Frameworks */ = { 70 | isa = PBXFrameworksBuildPhase; 71 | buildActionMask = 2147483647; 72 | files = ( 73 | D168CB4E21C7B8D8007CB90C /* SwiftyAttributedString.framework in Frameworks */, 74 | ); 75 | runOnlyForDeploymentPostprocessing = 0; 76 | }; 77 | /* End PBXFrameworksBuildPhase section */ 78 | 79 | /* Begin PBXGroup section */ 80 | D168CB2621C7B875007CB90C = { 81 | isa = PBXGroup; 82 | children = ( 83 | D168CB4421C7B890007CB90C /* SwiftyAttributedString.xcodeproj */, 84 | D168CB3121C7B875007CB90C /* Demo */, 85 | D168CB3021C7B875007CB90C /* Products */, 86 | ); 87 | sourceTree = ""; 88 | }; 89 | D168CB3021C7B875007CB90C /* Products */ = { 90 | isa = PBXGroup; 91 | children = ( 92 | D168CB2F21C7B875007CB90C /* Demo.app */, 93 | ); 94 | name = Products; 95 | sourceTree = ""; 96 | }; 97 | D168CB3121C7B875007CB90C /* Demo */ = { 98 | isa = PBXGroup; 99 | children = ( 100 | D168CB3221C7B875007CB90C /* AppDelegate.swift */, 101 | D168CB3421C7B875007CB90C /* ViewController.swift */, 102 | D168CB3621C7B875007CB90C /* Main.storyboard */, 103 | D168CB3921C7B875007CB90C /* Assets.xcassets */, 104 | D168CB3B21C7B875007CB90C /* LaunchScreen.storyboard */, 105 | D168CB3E21C7B875007CB90C /* Info.plist */, 106 | ); 107 | path = Demo; 108 | sourceTree = ""; 109 | }; 110 | D168CB4521C7B890007CB90C /* Products */ = { 111 | isa = PBXGroup; 112 | children = ( 113 | D168CB4A21C7B890007CB90C /* SwiftyAttributedString.framework */, 114 | D168CB4C21C7B890007CB90C /* SwiftyAttributedStringTests.xctest */, 115 | ); 116 | name = Products; 117 | sourceTree = ""; 118 | }; 119 | /* End PBXGroup section */ 120 | 121 | /* Begin PBXNativeTarget section */ 122 | D168CB2E21C7B875007CB90C /* Demo */ = { 123 | isa = PBXNativeTarget; 124 | buildConfigurationList = D168CB4121C7B875007CB90C /* Build configuration list for PBXNativeTarget "Demo" */; 125 | buildPhases = ( 126 | D168CB2B21C7B875007CB90C /* Sources */, 127 | D168CB2C21C7B875007CB90C /* Frameworks */, 128 | D168CB2D21C7B875007CB90C /* Resources */, 129 | D168CB5221C7B8D8007CB90C /* Embed Frameworks */, 130 | ); 131 | buildRules = ( 132 | ); 133 | dependencies = ( 134 | D168CB5121C7B8D8007CB90C /* PBXTargetDependency */, 135 | ); 136 | name = Demo; 137 | productName = Demo; 138 | productReference = D168CB2F21C7B875007CB90C /* Demo.app */; 139 | productType = "com.apple.product-type.application"; 140 | }; 141 | /* End PBXNativeTarget section */ 142 | 143 | /* Begin PBXProject section */ 144 | D168CB2721C7B875007CB90C /* Project object */ = { 145 | isa = PBXProject; 146 | attributes = { 147 | LastSwiftUpdateCheck = 1010; 148 | LastUpgradeCheck = 1010; 149 | ORGANIZATIONNAME = "Yuto Akiba"; 150 | TargetAttributes = { 151 | D168CB2E21C7B875007CB90C = { 152 | CreatedOnToolsVersion = 10.1; 153 | }; 154 | }; 155 | }; 156 | buildConfigurationList = D168CB2A21C7B875007CB90C /* Build configuration list for PBXProject "Demo" */; 157 | compatibilityVersion = "Xcode 9.3"; 158 | developmentRegion = en; 159 | hasScannedForEncodings = 0; 160 | knownRegions = ( 161 | en, 162 | Base, 163 | ); 164 | mainGroup = D168CB2621C7B875007CB90C; 165 | productRefGroup = D168CB3021C7B875007CB90C /* Products */; 166 | projectDirPath = ""; 167 | projectReferences = ( 168 | { 169 | ProductGroup = D168CB4521C7B890007CB90C /* Products */; 170 | ProjectRef = D168CB4421C7B890007CB90C /* SwiftyAttributedString.xcodeproj */; 171 | }, 172 | ); 173 | projectRoot = ""; 174 | targets = ( 175 | D168CB2E21C7B875007CB90C /* Demo */, 176 | ); 177 | }; 178 | /* End PBXProject section */ 179 | 180 | /* Begin PBXReferenceProxy section */ 181 | D168CB4A21C7B890007CB90C /* SwiftyAttributedString.framework */ = { 182 | isa = PBXReferenceProxy; 183 | fileType = wrapper.framework; 184 | path = SwiftyAttributedString.framework; 185 | remoteRef = D168CB4921C7B890007CB90C /* PBXContainerItemProxy */; 186 | sourceTree = BUILT_PRODUCTS_DIR; 187 | }; 188 | D168CB4C21C7B890007CB90C /* SwiftyAttributedStringTests.xctest */ = { 189 | isa = PBXReferenceProxy; 190 | fileType = wrapper.cfbundle; 191 | path = SwiftyAttributedStringTests.xctest; 192 | remoteRef = D168CB4B21C7B890007CB90C /* PBXContainerItemProxy */; 193 | sourceTree = BUILT_PRODUCTS_DIR; 194 | }; 195 | /* End PBXReferenceProxy section */ 196 | 197 | /* Begin PBXResourcesBuildPhase section */ 198 | D168CB2D21C7B875007CB90C /* Resources */ = { 199 | isa = PBXResourcesBuildPhase; 200 | buildActionMask = 2147483647; 201 | files = ( 202 | D168CB3D21C7B875007CB90C /* LaunchScreen.storyboard in Resources */, 203 | D168CB3A21C7B875007CB90C /* Assets.xcassets in Resources */, 204 | D168CB3821C7B875007CB90C /* Main.storyboard in Resources */, 205 | ); 206 | runOnlyForDeploymentPostprocessing = 0; 207 | }; 208 | /* End PBXResourcesBuildPhase section */ 209 | 210 | /* Begin PBXSourcesBuildPhase section */ 211 | D168CB2B21C7B875007CB90C /* Sources */ = { 212 | isa = PBXSourcesBuildPhase; 213 | buildActionMask = 2147483647; 214 | files = ( 215 | D168CB3521C7B875007CB90C /* ViewController.swift in Sources */, 216 | D168CB3321C7B875007CB90C /* AppDelegate.swift in Sources */, 217 | ); 218 | runOnlyForDeploymentPostprocessing = 0; 219 | }; 220 | /* End PBXSourcesBuildPhase section */ 221 | 222 | /* Begin PBXTargetDependency section */ 223 | D168CB5121C7B8D8007CB90C /* PBXTargetDependency */ = { 224 | isa = PBXTargetDependency; 225 | name = SwiftyAttributedString; 226 | targetProxy = D168CB5021C7B8D8007CB90C /* PBXContainerItemProxy */; 227 | }; 228 | /* End PBXTargetDependency section */ 229 | 230 | /* Begin PBXVariantGroup section */ 231 | D168CB3621C7B875007CB90C /* Main.storyboard */ = { 232 | isa = PBXVariantGroup; 233 | children = ( 234 | D168CB3721C7B875007CB90C /* Base */, 235 | ); 236 | name = Main.storyboard; 237 | sourceTree = ""; 238 | }; 239 | D168CB3B21C7B875007CB90C /* LaunchScreen.storyboard */ = { 240 | isa = PBXVariantGroup; 241 | children = ( 242 | D168CB3C21C7B875007CB90C /* Base */, 243 | ); 244 | name = LaunchScreen.storyboard; 245 | sourceTree = ""; 246 | }; 247 | /* End PBXVariantGroup section */ 248 | 249 | /* Begin XCBuildConfiguration section */ 250 | D168CB3F21C7B875007CB90C /* Debug */ = { 251 | isa = XCBuildConfiguration; 252 | buildSettings = { 253 | ALWAYS_SEARCH_USER_PATHS = NO; 254 | CLANG_ANALYZER_NONNULL = YES; 255 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; 256 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; 257 | CLANG_CXX_LIBRARY = "libc++"; 258 | CLANG_ENABLE_MODULES = YES; 259 | CLANG_ENABLE_OBJC_ARC = YES; 260 | CLANG_ENABLE_OBJC_WEAK = YES; 261 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 262 | CLANG_WARN_BOOL_CONVERSION = YES; 263 | CLANG_WARN_COMMA = YES; 264 | CLANG_WARN_CONSTANT_CONVERSION = YES; 265 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 266 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 267 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 268 | CLANG_WARN_EMPTY_BODY = YES; 269 | CLANG_WARN_ENUM_CONVERSION = YES; 270 | CLANG_WARN_INFINITE_RECURSION = YES; 271 | CLANG_WARN_INT_CONVERSION = YES; 272 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 273 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 274 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 275 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 276 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 277 | CLANG_WARN_STRICT_PROTOTYPES = YES; 278 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 279 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; 280 | CLANG_WARN_UNREACHABLE_CODE = YES; 281 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 282 | CODE_SIGN_IDENTITY = "iPhone Developer"; 283 | COPY_PHASE_STRIP = NO; 284 | DEBUG_INFORMATION_FORMAT = dwarf; 285 | ENABLE_STRICT_OBJC_MSGSEND = YES; 286 | ENABLE_TESTABILITY = YES; 287 | GCC_C_LANGUAGE_STANDARD = gnu11; 288 | GCC_DYNAMIC_NO_PIC = NO; 289 | GCC_NO_COMMON_BLOCKS = YES; 290 | GCC_OPTIMIZATION_LEVEL = 0; 291 | GCC_PREPROCESSOR_DEFINITIONS = ( 292 | "DEBUG=1", 293 | "$(inherited)", 294 | ); 295 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 296 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 297 | GCC_WARN_UNDECLARED_SELECTOR = YES; 298 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 299 | GCC_WARN_UNUSED_FUNCTION = YES; 300 | GCC_WARN_UNUSED_VARIABLE = YES; 301 | IPHONEOS_DEPLOYMENT_TARGET = 12.1; 302 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; 303 | MTL_FAST_MATH = YES; 304 | ONLY_ACTIVE_ARCH = YES; 305 | SDKROOT = iphoneos; 306 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; 307 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 308 | }; 309 | name = Debug; 310 | }; 311 | D168CB4021C7B875007CB90C /* Release */ = { 312 | isa = XCBuildConfiguration; 313 | buildSettings = { 314 | ALWAYS_SEARCH_USER_PATHS = NO; 315 | CLANG_ANALYZER_NONNULL = YES; 316 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; 317 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; 318 | CLANG_CXX_LIBRARY = "libc++"; 319 | CLANG_ENABLE_MODULES = YES; 320 | CLANG_ENABLE_OBJC_ARC = YES; 321 | CLANG_ENABLE_OBJC_WEAK = YES; 322 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 323 | CLANG_WARN_BOOL_CONVERSION = YES; 324 | CLANG_WARN_COMMA = YES; 325 | CLANG_WARN_CONSTANT_CONVERSION = YES; 326 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 327 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 328 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 329 | CLANG_WARN_EMPTY_BODY = YES; 330 | CLANG_WARN_ENUM_CONVERSION = YES; 331 | CLANG_WARN_INFINITE_RECURSION = YES; 332 | CLANG_WARN_INT_CONVERSION = YES; 333 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 334 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 335 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 336 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 337 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 338 | CLANG_WARN_STRICT_PROTOTYPES = YES; 339 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 340 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; 341 | CLANG_WARN_UNREACHABLE_CODE = YES; 342 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 343 | CODE_SIGN_IDENTITY = "iPhone Developer"; 344 | COPY_PHASE_STRIP = NO; 345 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 346 | ENABLE_NS_ASSERTIONS = NO; 347 | ENABLE_STRICT_OBJC_MSGSEND = YES; 348 | GCC_C_LANGUAGE_STANDARD = gnu11; 349 | GCC_NO_COMMON_BLOCKS = YES; 350 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 351 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 352 | GCC_WARN_UNDECLARED_SELECTOR = YES; 353 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 354 | GCC_WARN_UNUSED_FUNCTION = YES; 355 | GCC_WARN_UNUSED_VARIABLE = YES; 356 | IPHONEOS_DEPLOYMENT_TARGET = 12.1; 357 | MTL_ENABLE_DEBUG_INFO = NO; 358 | MTL_FAST_MATH = YES; 359 | SDKROOT = iphoneos; 360 | SWIFT_COMPILATION_MODE = wholemodule; 361 | SWIFT_OPTIMIZATION_LEVEL = "-O"; 362 | VALIDATE_PRODUCT = YES; 363 | }; 364 | name = Release; 365 | }; 366 | D168CB4221C7B875007CB90C /* Debug */ = { 367 | isa = XCBuildConfiguration; 368 | buildSettings = { 369 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; 370 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 371 | CODE_SIGN_STYLE = Automatic; 372 | DEVELOPMENT_TEAM = V8AZ23YEL4; 373 | INFOPLIST_FILE = Demo/Info.plist; 374 | LD_RUNPATH_SEARCH_PATHS = ( 375 | "$(inherited)", 376 | "@executable_path/Frameworks", 377 | ); 378 | PRODUCT_BUNDLE_IDENTIFIER = com.YutoAkiba.Demo; 379 | PRODUCT_NAME = "$(TARGET_NAME)"; 380 | SWIFT_VERSION = 4.2; 381 | TARGETED_DEVICE_FAMILY = "1,2"; 382 | }; 383 | name = Debug; 384 | }; 385 | D168CB4321C7B875007CB90C /* Release */ = { 386 | isa = XCBuildConfiguration; 387 | buildSettings = { 388 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; 389 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 390 | CODE_SIGN_STYLE = Automatic; 391 | DEVELOPMENT_TEAM = V8AZ23YEL4; 392 | INFOPLIST_FILE = Demo/Info.plist; 393 | LD_RUNPATH_SEARCH_PATHS = ( 394 | "$(inherited)", 395 | "@executable_path/Frameworks", 396 | ); 397 | PRODUCT_BUNDLE_IDENTIFIER = com.YutoAkiba.Demo; 398 | PRODUCT_NAME = "$(TARGET_NAME)"; 399 | SWIFT_VERSION = 4.2; 400 | TARGETED_DEVICE_FAMILY = "1,2"; 401 | }; 402 | name = Release; 403 | }; 404 | /* End XCBuildConfiguration section */ 405 | 406 | /* Begin XCConfigurationList section */ 407 | D168CB2A21C7B875007CB90C /* Build configuration list for PBXProject "Demo" */ = { 408 | isa = XCConfigurationList; 409 | buildConfigurations = ( 410 | D168CB3F21C7B875007CB90C /* Debug */, 411 | D168CB4021C7B875007CB90C /* Release */, 412 | ); 413 | defaultConfigurationIsVisible = 0; 414 | defaultConfigurationName = Release; 415 | }; 416 | D168CB4121C7B875007CB90C /* Build configuration list for PBXNativeTarget "Demo" */ = { 417 | isa = XCConfigurationList; 418 | buildConfigurations = ( 419 | D168CB4221C7B875007CB90C /* Debug */, 420 | D168CB4321C7B875007CB90C /* Release */, 421 | ); 422 | defaultConfigurationIsVisible = 0; 423 | defaultConfigurationName = Release; 424 | }; 425 | /* End XCConfigurationList section */ 426 | }; 427 | rootObject = D168CB2721C7B875007CB90C /* Project object */; 428 | } 429 | -------------------------------------------------------------------------------- /Demo/Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Demo/Demo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/yuto.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/yuto.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Demo/Demo.xcodeproj/xcuserdata/yuto.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | Demo.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 1 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Demo/Demo/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.swift 3 | // Demo 4 | // 5 | // Created by Yuto Akiba on 2018/12/17. 6 | // Copyright © 2018 Yuto Akiba. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | @UIApplicationMain 12 | class AppDelegate: UIResponder, UIApplicationDelegate { 13 | 14 | var window: UIWindow? 15 | 16 | 17 | func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { 18 | // Override point for customization after application launch. 19 | return true 20 | } 21 | 22 | func applicationWillResignActive(_ application: UIApplication) { 23 | // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. 24 | // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game. 25 | } 26 | 27 | func applicationDidEnterBackground(_ application: UIApplication) { 28 | // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. 29 | // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. 30 | } 31 | 32 | func applicationWillEnterForeground(_ application: UIApplication) { 33 | // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background. 34 | } 35 | 36 | func applicationDidBecomeActive(_ application: UIApplication) { 37 | // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. 38 | } 39 | 40 | func applicationWillTerminate(_ application: UIApplication) { 41 | // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. 42 | } 43 | 44 | 45 | } 46 | 47 | -------------------------------------------------------------------------------- /Demo/Demo/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "iphone", 5 | "size" : "20x20", 6 | "scale" : "2x" 7 | }, 8 | { 9 | "idiom" : "iphone", 10 | "size" : "20x20", 11 | "scale" : "3x" 12 | }, 13 | { 14 | "idiom" : "iphone", 15 | "size" : "29x29", 16 | "scale" : "2x" 17 | }, 18 | { 19 | "idiom" : "iphone", 20 | "size" : "29x29", 21 | "scale" : "3x" 22 | }, 23 | { 24 | "idiom" : "iphone", 25 | "size" : "40x40", 26 | "scale" : "2x" 27 | }, 28 | { 29 | "idiom" : "iphone", 30 | "size" : "40x40", 31 | "scale" : "3x" 32 | }, 33 | { 34 | "idiom" : "iphone", 35 | "size" : "60x60", 36 | "scale" : "2x" 37 | }, 38 | { 39 | "idiom" : "iphone", 40 | "size" : "60x60", 41 | "scale" : "3x" 42 | }, 43 | { 44 | "idiom" : "ipad", 45 | "size" : "20x20", 46 | "scale" : "1x" 47 | }, 48 | { 49 | "idiom" : "ipad", 50 | "size" : "20x20", 51 | "scale" : "2x" 52 | }, 53 | { 54 | "idiom" : "ipad", 55 | "size" : "29x29", 56 | "scale" : "1x" 57 | }, 58 | { 59 | "idiom" : "ipad", 60 | "size" : "29x29", 61 | "scale" : "2x" 62 | }, 63 | { 64 | "idiom" : "ipad", 65 | "size" : "40x40", 66 | "scale" : "1x" 67 | }, 68 | { 69 | "idiom" : "ipad", 70 | "size" : "40x40", 71 | "scale" : "2x" 72 | }, 73 | { 74 | "idiom" : "ipad", 75 | "size" : "76x76", 76 | "scale" : "1x" 77 | }, 78 | { 79 | "idiom" : "ipad", 80 | "size" : "76x76", 81 | "scale" : "2x" 82 | }, 83 | { 84 | "idiom" : "ipad", 85 | "size" : "83.5x83.5", 86 | "scale" : "2x" 87 | }, 88 | { 89 | "idiom" : "ios-marketing", 90 | "size" : "1024x1024", 91 | "scale" : "1x" 92 | } 93 | ], 94 | "info" : { 95 | "version" : 1, 96 | "author" : "xcode" 97 | } 98 | } -------------------------------------------------------------------------------- /Demo/Demo/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Demo/Demo/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /Demo/Demo/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Demo/Demo/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | $(DEVELOPMENT_LANGUAGE) 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | APPL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleVersion 20 | 1 21 | LSRequiresIPhoneOS 22 | 23 | UILaunchStoryboardName 24 | LaunchScreen 25 | UIMainStoryboardFile 26 | Main 27 | UIRequiredDeviceCapabilities 28 | 29 | armv7 30 | 31 | UISupportedInterfaceOrientations 32 | 33 | UIInterfaceOrientationPortrait 34 | UIInterfaceOrientationLandscapeLeft 35 | UIInterfaceOrientationLandscapeRight 36 | 37 | UISupportedInterfaceOrientations~ipad 38 | 39 | UIInterfaceOrientationPortrait 40 | UIInterfaceOrientationPortraitUpsideDown 41 | UIInterfaceOrientationLandscapeLeft 42 | UIInterfaceOrientationLandscapeRight 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /Demo/Demo/ViewController.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.swift 3 | // Demo 4 | // 5 | // Created by Yuto Akiba on 2018/12/17. 6 | // Copyright © 2018 Yuto Akiba. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | import SwiftyAttributedString 11 | 12 | class ViewController: UIViewController { 13 | 14 | override func viewDidLoad() { 15 | super.viewDidLoad() 16 | 17 | let attr = "SwiftyAttributedString" 18 | .attr 19 | .font(.systemFont(ofSize: 30)) 20 | .range(of: "Swifty") { 21 | $0.foregroundColor(.blue) 22 | } 23 | .range(of: "Attributed") { 24 | $0.foregroundColor(.red) 25 | $0.underlineStyle(.single) 26 | } 27 | .range(of: "String") { 28 | $0.foregroundColor(.orange) 29 | $0.font(.boldSystemFont(ofSize: 30)) 30 | } 31 | .apply() 32 | 33 | let label = UILabel() 34 | label.attributedText = attr 35 | label.sizeToFit() 36 | label.center = view.center 37 | view.addSubview(label) 38 | } 39 | } 40 | 41 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Yuto Akiba 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 | 5 | ![Swift 4.2.1](https://img.shields.io/badge/Swift-4.2.1-orange.svg) 6 | 7 | 8 | 9 | 10 | 11 | ## Features 12 | - [x] Comfortable NSAttributedString 13 | - [x] Better autocompletion 14 | - [x] Easy range specification 15 | - [x] Chainable methods 16 | - [x] Customizable 17 | 18 | ## Installation 19 | 20 | ### Carthage 21 | Add the following line to Cartfile: 22 | ``` 23 | github "touyu/SwiftyAttributedString" 24 | ``` 25 | 26 | Create framework: 27 | 28 | ``` 29 | $ carthage update --platform iOS 30 | ``` 31 | 32 | ### CocoaPods 33 | Add the following line to Podfile: 34 | ```swift 35 | pod 'SwiftyAttributedString' 36 | ``` 37 | 38 | Enter the following command at the terminal: 39 | ``` 40 | $ pod install 41 | ``` 42 | 43 | ## Example 44 | 45 | ```swift 46 | textView.attributedText = "SwiftyAttributedString" 47 | .attr 48 | .font(.systemFont(ofSize: 30)) 49 | .range(of: "Swifty") { 50 | $0.foregroundColor(.blue) 51 | } 52 | .range(of: "Attributed") { 53 | $0.foregroundColor(.red) 54 | $0.underlineStyle(.single) 55 | } 56 | .range(of: "String") { 57 | $0.foregroundColor(.orange) 58 | $0.font(.boldSystemFont(ofSize: 30)) 59 | } 60 | .apply() 61 | ``` 62 | 63 | 64 | 65 | ## Documentation 66 | 67 | ### All Range 68 | 69 | ```swift 70 | "SwiftyAttributedString" 71 | .attr 72 | .font(.systemFont(ofSize: 30)) // All range 73 | .apply() 74 | 75 | ``` 76 | 77 | ### The Specific Range 78 | 79 | ```swift 80 | "SwiftyAttributedString" 81 | .attr 82 | .range(start: 0, end: 3) { 83 | $0.font(.systemFont(ofSize: 30)) // The specific range 84 | } 85 | .apply() 86 | 87 | ``` 88 | 89 | ### Customize 90 | 91 | ```swift 92 | "SwiftyAttributedString" 93 | .attr 94 | .customize() 95 | .apply() 96 | 97 | extension SwiftyAttributedString { 98 | func customize() -> SwiftyAttributedString { 99 | return font(.systemFont(ofSize: 30)) 100 | .range(of: "Swifty") { 101 | $0.foregroundColor(.blue) 102 | } 103 | .range(of: "Attributed") { 104 | $0.foregroundColor(.red) 105 | $0.underlineStyle(.single) 106 | } 107 | .range(of: "String") { 108 | $0.foregroundColor(.orange) 109 | $0.font(.boldSystemFont(ofSize: 30)) 110 | } 111 | } 112 | } 113 | ``` 114 | 115 | -------------------------------------------------------------------------------- /SwiftyAttributedString.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "SwiftyAttributedString" 3 | s.version = "1.0.1" 4 | s.summary = "The library that makes AttributedString easy to use" 5 | s.description = " 6 | - Comfortable NSAttributedString 7 | - Better autocompletion 8 | - Easy range specification 9 | - Chainable methods 10 | " 11 | s.homepage = "https://github.com/touyu/SwiftyAttributedString" 12 | s.license = { :type => "MIT", :file => "LICENSE" } 13 | s.author = { "touyu" => "dev.akkey0222@gmail.com" } 14 | s.source = { :git => "https://github.com/touyu/SwiftyAttributedString.git", :tag => "#{s.version}" } 15 | s.platform = :ios, '8.0' 16 | s.source_files = "SwiftyAttributedString/**/*.swift" 17 | end 18 | -------------------------------------------------------------------------------- /SwiftyAttributedString.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- 1 | // !$*UTF8*$! 2 | { 3 | archiveVersion = 1; 4 | classes = { 5 | }; 6 | objectVersion = 46; 7 | objects = { 8 | 9 | /* Begin PBXBuildFile section */ 10 | D196347121C7B362002F7FBA /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D196347021C7B362002F7FBA /* String+Extension.swift */; }; 11 | D196347321C7B37A002F7FBA /* SwiftyAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = D196347221C7B37A002F7FBA /* SwiftyAttributedString.swift */; }; 12 | D1C438F01EC8A86900B0C021 /* SwiftyAttributedString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1C438E61EC8A86900B0C021 /* SwiftyAttributedString.framework */; }; 13 | D1C438F51EC8A86900B0C021 /* SwiftyAttributedStringTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C438F41EC8A86900B0C021 /* SwiftyAttributedStringTests.swift */; }; 14 | D1C438F71EC8A86900B0C021 /* SwiftyAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C438E91EC8A86900B0C021 /* SwiftyAttributedString.h */; settings = {ATTRIBUTES = (Public, ); }; }; 15 | D1C439361EC8AC8A00B0C021 /* Attribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C439331EC8AC8A00B0C021 /* Attribute.swift */; }; 16 | D1C439371EC8AC8A00B0C021 /* NSMutableAttributedString+AttributeExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C439341EC8AC8A00B0C021 /* NSMutableAttributedString+AttributeExtension.swift */; }; 17 | D1C439381EC8AC8A00B0C021 /* String+AttributeExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C439351EC8AC8A00B0C021 /* String+AttributeExtension.swift */; }; 18 | /* End PBXBuildFile section */ 19 | 20 | /* Begin PBXContainerItemProxy section */ 21 | D1C438F11EC8A86900B0C021 /* PBXContainerItemProxy */ = { 22 | isa = PBXContainerItemProxy; 23 | containerPortal = D1C438DD1EC8A86900B0C021 /* Project object */; 24 | proxyType = 1; 25 | remoteGlobalIDString = D1C438E51EC8A86900B0C021; 26 | remoteInfo = SwiftyAttributedString; 27 | }; 28 | /* End PBXContainerItemProxy section */ 29 | 30 | /* Begin PBXFileReference section */ 31 | D196347021C7B362002F7FBA /* String+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extension.swift"; sourceTree = ""; }; 32 | D196347221C7B37A002F7FBA /* SwiftyAttributedString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftyAttributedString.swift; sourceTree = ""; }; 33 | D196347721C7B774002F7FBA /* SwiftyAttributedString.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftyAttributedString.framework; path = Carthage/Build/iOS/SwiftyAttributedString.framework; sourceTree = ""; }; 34 | D1C438E61EC8A86900B0C021 /* SwiftyAttributedString.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyAttributedString.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 35 | D1C438E91EC8A86900B0C021 /* SwiftyAttributedString.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftyAttributedString.h; sourceTree = ""; }; 36 | D1C438EA1EC8A86900B0C021 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 37 | D1C438EF1EC8A86900B0C021 /* SwiftyAttributedStringTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftyAttributedStringTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 38 | D1C438F41EC8A86900B0C021 /* SwiftyAttributedStringTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftyAttributedStringTests.swift; sourceTree = ""; }; 39 | D1C438F61EC8A86900B0C021 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 40 | D1C439331EC8AC8A00B0C021 /* Attribute.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Attribute.swift; sourceTree = ""; }; 41 | D1C439341EC8AC8A00B0C021 /* NSMutableAttributedString+AttributeExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSMutableAttributedString+AttributeExtension.swift"; sourceTree = ""; }; 42 | D1C439351EC8AC8A00B0C021 /* String+AttributeExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+AttributeExtension.swift"; sourceTree = ""; }; 43 | /* End PBXFileReference section */ 44 | 45 | /* Begin PBXFrameworksBuildPhase section */ 46 | D1C438E21EC8A86900B0C021 /* Frameworks */ = { 47 | isa = PBXFrameworksBuildPhase; 48 | buildActionMask = 2147483647; 49 | files = ( 50 | ); 51 | runOnlyForDeploymentPostprocessing = 0; 52 | }; 53 | D1C438EC1EC8A86900B0C021 /* Frameworks */ = { 54 | isa = PBXFrameworksBuildPhase; 55 | buildActionMask = 2147483647; 56 | files = ( 57 | D1C438F01EC8A86900B0C021 /* SwiftyAttributedString.framework in Frameworks */, 58 | ); 59 | runOnlyForDeploymentPostprocessing = 0; 60 | }; 61 | /* End PBXFrameworksBuildPhase section */ 62 | 63 | /* Begin PBXGroup section */ 64 | D196346F21C7B2E9002F7FBA /* Deprecated */ = { 65 | isa = PBXGroup; 66 | children = ( 67 | D1C439331EC8AC8A00B0C021 /* Attribute.swift */, 68 | D1C439341EC8AC8A00B0C021 /* NSMutableAttributedString+AttributeExtension.swift */, 69 | D1C439351EC8AC8A00B0C021 /* String+AttributeExtension.swift */, 70 | ); 71 | path = Deprecated; 72 | sourceTree = ""; 73 | }; 74 | D196347621C7B774002F7FBA /* Frameworks */ = { 75 | isa = PBXGroup; 76 | children = ( 77 | D196347721C7B774002F7FBA /* SwiftyAttributedString.framework */, 78 | ); 79 | name = Frameworks; 80 | sourceTree = ""; 81 | }; 82 | D1C438DC1EC8A86900B0C021 = { 83 | isa = PBXGroup; 84 | children = ( 85 | D1C438E81EC8A86900B0C021 /* SwiftyAttributedString */, 86 | D1C438F31EC8A86900B0C021 /* SwiftyAttributedStringTests */, 87 | D1C438E71EC8A86900B0C021 /* Products */, 88 | D196347621C7B774002F7FBA /* Frameworks */, 89 | ); 90 | sourceTree = ""; 91 | }; 92 | D1C438E71EC8A86900B0C021 /* Products */ = { 93 | isa = PBXGroup; 94 | children = ( 95 | D1C438E61EC8A86900B0C021 /* SwiftyAttributedString.framework */, 96 | D1C438EF1EC8A86900B0C021 /* SwiftyAttributedStringTests.xctest */, 97 | ); 98 | name = Products; 99 | sourceTree = ""; 100 | }; 101 | D1C438E81EC8A86900B0C021 /* SwiftyAttributedString */ = { 102 | isa = PBXGroup; 103 | children = ( 104 | D1C439321EC8AC5100B0C021 /* Sources */, 105 | D1C438E91EC8A86900B0C021 /* SwiftyAttributedString.h */, 106 | D1C438EA1EC8A86900B0C021 /* Info.plist */, 107 | ); 108 | path = SwiftyAttributedString; 109 | sourceTree = ""; 110 | }; 111 | D1C438F31EC8A86900B0C021 /* SwiftyAttributedStringTests */ = { 112 | isa = PBXGroup; 113 | children = ( 114 | D1C438F41EC8A86900B0C021 /* SwiftyAttributedStringTests.swift */, 115 | D1C438F61EC8A86900B0C021 /* Info.plist */, 116 | ); 117 | path = SwiftyAttributedStringTests; 118 | sourceTree = ""; 119 | }; 120 | D1C439321EC8AC5100B0C021 /* Sources */ = { 121 | isa = PBXGroup; 122 | children = ( 123 | D196346F21C7B2E9002F7FBA /* Deprecated */, 124 | D196347021C7B362002F7FBA /* String+Extension.swift */, 125 | D196347221C7B37A002F7FBA /* SwiftyAttributedString.swift */, 126 | ); 127 | name = Sources; 128 | sourceTree = ""; 129 | }; 130 | /* End PBXGroup section */ 131 | 132 | /* Begin PBXHeadersBuildPhase section */ 133 | D1C438E31EC8A86900B0C021 /* Headers */ = { 134 | isa = PBXHeadersBuildPhase; 135 | buildActionMask = 2147483647; 136 | files = ( 137 | D1C438F71EC8A86900B0C021 /* SwiftyAttributedString.h in Headers */, 138 | ); 139 | runOnlyForDeploymentPostprocessing = 0; 140 | }; 141 | /* End PBXHeadersBuildPhase section */ 142 | 143 | /* Begin PBXNativeTarget section */ 144 | D1C438E51EC8A86900B0C021 /* SwiftyAttributedString */ = { 145 | isa = PBXNativeTarget; 146 | buildConfigurationList = D1C438FA1EC8A86900B0C021 /* Build configuration list for PBXNativeTarget "SwiftyAttributedString" */; 147 | buildPhases = ( 148 | D1C438E11EC8A86900B0C021 /* Sources */, 149 | D1C438E21EC8A86900B0C021 /* Frameworks */, 150 | D1C438E31EC8A86900B0C021 /* Headers */, 151 | D1C438E41EC8A86900B0C021 /* Resources */, 152 | ); 153 | buildRules = ( 154 | ); 155 | dependencies = ( 156 | ); 157 | name = SwiftyAttributedString; 158 | productName = SwiftyAttributedString; 159 | productReference = D1C438E61EC8A86900B0C021 /* SwiftyAttributedString.framework */; 160 | productType = "com.apple.product-type.framework"; 161 | }; 162 | D1C438EE1EC8A86900B0C021 /* SwiftyAttributedStringTests */ = { 163 | isa = PBXNativeTarget; 164 | buildConfigurationList = D1C438FD1EC8A86900B0C021 /* Build configuration list for PBXNativeTarget "SwiftyAttributedStringTests" */; 165 | buildPhases = ( 166 | D1C438EB1EC8A86900B0C021 /* Sources */, 167 | D1C438EC1EC8A86900B0C021 /* Frameworks */, 168 | D1C438ED1EC8A86900B0C021 /* Resources */, 169 | ); 170 | buildRules = ( 171 | ); 172 | dependencies = ( 173 | D1C438F21EC8A86900B0C021 /* PBXTargetDependency */, 174 | ); 175 | name = SwiftyAttributedStringTests; 176 | productName = SwiftyAttributedStringTests; 177 | productReference = D1C438EF1EC8A86900B0C021 /* SwiftyAttributedStringTests.xctest */; 178 | productType = "com.apple.product-type.bundle.unit-test"; 179 | }; 180 | /* End PBXNativeTarget section */ 181 | 182 | /* Begin PBXProject section */ 183 | D1C438DD1EC8A86900B0C021 /* Project object */ = { 184 | isa = PBXProject; 185 | attributes = { 186 | LastSwiftUpdateCheck = 0820; 187 | LastUpgradeCheck = 1010; 188 | ORGANIZATIONNAME = "Yuto Akiba"; 189 | TargetAttributes = { 190 | D1C438E51EC8A86900B0C021 = { 191 | CreatedOnToolsVersion = 8.2.1; 192 | DevelopmentTeam = V8AZ23YEL4; 193 | LastSwiftMigration = 1010; 194 | ProvisioningStyle = Automatic; 195 | }; 196 | D1C438EE1EC8A86900B0C021 = { 197 | CreatedOnToolsVersion = 8.2.1; 198 | DevelopmentTeam = V8AZ23YEL4; 199 | LastSwiftMigration = 1010; 200 | ProvisioningStyle = Automatic; 201 | }; 202 | }; 203 | }; 204 | buildConfigurationList = D1C438E01EC8A86900B0C021 /* Build configuration list for PBXProject "SwiftyAttributedString" */; 205 | compatibilityVersion = "Xcode 3.2"; 206 | developmentRegion = English; 207 | hasScannedForEncodings = 0; 208 | knownRegions = ( 209 | en, 210 | ); 211 | mainGroup = D1C438DC1EC8A86900B0C021; 212 | productRefGroup = D1C438E71EC8A86900B0C021 /* Products */; 213 | projectDirPath = ""; 214 | projectRoot = ""; 215 | targets = ( 216 | D1C438E51EC8A86900B0C021 /* SwiftyAttributedString */, 217 | D1C438EE1EC8A86900B0C021 /* SwiftyAttributedStringTests */, 218 | ); 219 | }; 220 | /* End PBXProject section */ 221 | 222 | /* Begin PBXResourcesBuildPhase section */ 223 | D1C438E41EC8A86900B0C021 /* Resources */ = { 224 | isa = PBXResourcesBuildPhase; 225 | buildActionMask = 2147483647; 226 | files = ( 227 | ); 228 | runOnlyForDeploymentPostprocessing = 0; 229 | }; 230 | D1C438ED1EC8A86900B0C021 /* Resources */ = { 231 | isa = PBXResourcesBuildPhase; 232 | buildActionMask = 2147483647; 233 | files = ( 234 | ); 235 | runOnlyForDeploymentPostprocessing = 0; 236 | }; 237 | /* End PBXResourcesBuildPhase section */ 238 | 239 | /* Begin PBXSourcesBuildPhase section */ 240 | D1C438E11EC8A86900B0C021 /* Sources */ = { 241 | isa = PBXSourcesBuildPhase; 242 | buildActionMask = 2147483647; 243 | files = ( 244 | D196347121C7B362002F7FBA /* String+Extension.swift in Sources */, 245 | D1C439381EC8AC8A00B0C021 /* String+AttributeExtension.swift in Sources */, 246 | D1C439361EC8AC8A00B0C021 /* Attribute.swift in Sources */, 247 | D196347321C7B37A002F7FBA /* SwiftyAttributedString.swift in Sources */, 248 | D1C439371EC8AC8A00B0C021 /* NSMutableAttributedString+AttributeExtension.swift in Sources */, 249 | ); 250 | runOnlyForDeploymentPostprocessing = 0; 251 | }; 252 | D1C438EB1EC8A86900B0C021 /* Sources */ = { 253 | isa = PBXSourcesBuildPhase; 254 | buildActionMask = 2147483647; 255 | files = ( 256 | D1C438F51EC8A86900B0C021 /* SwiftyAttributedStringTests.swift in Sources */, 257 | ); 258 | runOnlyForDeploymentPostprocessing = 0; 259 | }; 260 | /* End PBXSourcesBuildPhase section */ 261 | 262 | /* Begin PBXTargetDependency section */ 263 | D1C438F21EC8A86900B0C021 /* PBXTargetDependency */ = { 264 | isa = PBXTargetDependency; 265 | target = D1C438E51EC8A86900B0C021 /* SwiftyAttributedString */; 266 | targetProxy = D1C438F11EC8A86900B0C021 /* PBXContainerItemProxy */; 267 | }; 268 | /* End PBXTargetDependency section */ 269 | 270 | /* Begin XCBuildConfiguration section */ 271 | D1C438F81EC8A86900B0C021 /* Debug */ = { 272 | isa = XCBuildConfiguration; 273 | buildSettings = { 274 | ALWAYS_SEARCH_USER_PATHS = NO; 275 | CLANG_ANALYZER_NONNULL = YES; 276 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 277 | CLANG_CXX_LIBRARY = "libc++"; 278 | CLANG_ENABLE_MODULES = YES; 279 | CLANG_ENABLE_OBJC_ARC = YES; 280 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 281 | CLANG_WARN_BOOL_CONVERSION = YES; 282 | CLANG_WARN_COMMA = YES; 283 | CLANG_WARN_CONSTANT_CONVERSION = YES; 284 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 285 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 286 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 287 | CLANG_WARN_EMPTY_BODY = YES; 288 | CLANG_WARN_ENUM_CONVERSION = YES; 289 | CLANG_WARN_INFINITE_RECURSION = YES; 290 | CLANG_WARN_INT_CONVERSION = YES; 291 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 292 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 293 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 294 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 295 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 296 | CLANG_WARN_STRICT_PROTOTYPES = YES; 297 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 298 | CLANG_WARN_UNREACHABLE_CODE = YES; 299 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 300 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 301 | COPY_PHASE_STRIP = NO; 302 | CURRENT_PROJECT_VERSION = 1; 303 | DEBUG_INFORMATION_FORMAT = dwarf; 304 | ENABLE_STRICT_OBJC_MSGSEND = YES; 305 | ENABLE_TESTABILITY = YES; 306 | GCC_C_LANGUAGE_STANDARD = gnu99; 307 | GCC_DYNAMIC_NO_PIC = NO; 308 | GCC_NO_COMMON_BLOCKS = YES; 309 | GCC_OPTIMIZATION_LEVEL = 0; 310 | GCC_PREPROCESSOR_DEFINITIONS = ( 311 | "DEBUG=1", 312 | "$(inherited)", 313 | ); 314 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 315 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 316 | GCC_WARN_UNDECLARED_SELECTOR = YES; 317 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 318 | GCC_WARN_UNUSED_FUNCTION = YES; 319 | GCC_WARN_UNUSED_VARIABLE = YES; 320 | IPHONEOS_DEPLOYMENT_TARGET = 10.2; 321 | MTL_ENABLE_DEBUG_INFO = YES; 322 | ONLY_ACTIVE_ARCH = YES; 323 | SDKROOT = iphoneos; 324 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; 325 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 326 | TARGETED_DEVICE_FAMILY = "1,2"; 327 | VERSIONING_SYSTEM = "apple-generic"; 328 | VERSION_INFO_PREFIX = ""; 329 | }; 330 | name = Debug; 331 | }; 332 | D1C438F91EC8A86900B0C021 /* Release */ = { 333 | isa = XCBuildConfiguration; 334 | buildSettings = { 335 | ALWAYS_SEARCH_USER_PATHS = NO; 336 | CLANG_ANALYZER_NONNULL = YES; 337 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 338 | CLANG_CXX_LIBRARY = "libc++"; 339 | CLANG_ENABLE_MODULES = YES; 340 | CLANG_ENABLE_OBJC_ARC = YES; 341 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 342 | CLANG_WARN_BOOL_CONVERSION = YES; 343 | CLANG_WARN_COMMA = YES; 344 | CLANG_WARN_CONSTANT_CONVERSION = YES; 345 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 346 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 347 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 348 | CLANG_WARN_EMPTY_BODY = YES; 349 | CLANG_WARN_ENUM_CONVERSION = YES; 350 | CLANG_WARN_INFINITE_RECURSION = YES; 351 | CLANG_WARN_INT_CONVERSION = YES; 352 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 353 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 354 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 355 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 356 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 357 | CLANG_WARN_STRICT_PROTOTYPES = YES; 358 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 359 | CLANG_WARN_UNREACHABLE_CODE = YES; 360 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 361 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 362 | COPY_PHASE_STRIP = NO; 363 | CURRENT_PROJECT_VERSION = 1; 364 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 365 | ENABLE_NS_ASSERTIONS = NO; 366 | ENABLE_STRICT_OBJC_MSGSEND = YES; 367 | GCC_C_LANGUAGE_STANDARD = gnu99; 368 | GCC_NO_COMMON_BLOCKS = YES; 369 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 370 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 371 | GCC_WARN_UNDECLARED_SELECTOR = YES; 372 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 373 | GCC_WARN_UNUSED_FUNCTION = YES; 374 | GCC_WARN_UNUSED_VARIABLE = YES; 375 | IPHONEOS_DEPLOYMENT_TARGET = 10.2; 376 | MTL_ENABLE_DEBUG_INFO = NO; 377 | SDKROOT = iphoneos; 378 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; 379 | TARGETED_DEVICE_FAMILY = "1,2"; 380 | VALIDATE_PRODUCT = YES; 381 | VERSIONING_SYSTEM = "apple-generic"; 382 | VERSION_INFO_PREFIX = ""; 383 | }; 384 | name = Release; 385 | }; 386 | D1C438FB1EC8A86900B0C021 /* Debug */ = { 387 | isa = XCBuildConfiguration; 388 | buildSettings = { 389 | CLANG_ENABLE_MODULES = YES; 390 | CODE_SIGN_IDENTITY = ""; 391 | DEFINES_MODULE = YES; 392 | DEVELOPMENT_TEAM = V8AZ23YEL4; 393 | DYLIB_COMPATIBILITY_VERSION = 1; 394 | DYLIB_CURRENT_VERSION = 1; 395 | DYLIB_INSTALL_NAME_BASE = "@rpath"; 396 | FRAMEWORK_SEARCH_PATHS = ( 397 | "$(inherited)", 398 | "$(PROJECT_DIR)/Carthage/Build/iOS", 399 | ); 400 | INFOPLIST_FILE = SwiftyAttributedString/Info.plist; 401 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; 402 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; 403 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 404 | PRODUCT_BUNDLE_IDENTIFIER = com.YutoAkiba.SwiftyAttributedString; 405 | PRODUCT_NAME = "$(TARGET_NAME)"; 406 | SKIP_INSTALL = YES; 407 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 408 | SWIFT_SWIFT3_OBJC_INFERENCE = On; 409 | SWIFT_VERSION = 4.2; 410 | }; 411 | name = Debug; 412 | }; 413 | D1C438FC1EC8A86900B0C021 /* Release */ = { 414 | isa = XCBuildConfiguration; 415 | buildSettings = { 416 | CLANG_ENABLE_MODULES = YES; 417 | CODE_SIGN_IDENTITY = ""; 418 | DEFINES_MODULE = YES; 419 | DEVELOPMENT_TEAM = V8AZ23YEL4; 420 | DYLIB_COMPATIBILITY_VERSION = 1; 421 | DYLIB_CURRENT_VERSION = 1; 422 | DYLIB_INSTALL_NAME_BASE = "@rpath"; 423 | FRAMEWORK_SEARCH_PATHS = ( 424 | "$(inherited)", 425 | "$(PROJECT_DIR)/Carthage/Build/iOS", 426 | ); 427 | INFOPLIST_FILE = SwiftyAttributedString/Info.plist; 428 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; 429 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; 430 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 431 | PRODUCT_BUNDLE_IDENTIFIER = com.YutoAkiba.SwiftyAttributedString; 432 | PRODUCT_NAME = "$(TARGET_NAME)"; 433 | SKIP_INSTALL = YES; 434 | SWIFT_SWIFT3_OBJC_INFERENCE = On; 435 | SWIFT_VERSION = 4.2; 436 | }; 437 | name = Release; 438 | }; 439 | D1C438FE1EC8A86900B0C021 /* Debug */ = { 440 | isa = XCBuildConfiguration; 441 | buildSettings = { 442 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; 443 | DEVELOPMENT_TEAM = V8AZ23YEL4; 444 | INFOPLIST_FILE = SwiftyAttributedStringTests/Info.plist; 445 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 446 | PRODUCT_BUNDLE_IDENTIFIER = com.YutoAkiba.SwiftyAttributedStringTests; 447 | PRODUCT_NAME = "$(TARGET_NAME)"; 448 | SWIFT_SWIFT3_OBJC_INFERENCE = On; 449 | SWIFT_VERSION = 4.2; 450 | }; 451 | name = Debug; 452 | }; 453 | D1C438FF1EC8A86900B0C021 /* Release */ = { 454 | isa = XCBuildConfiguration; 455 | buildSettings = { 456 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; 457 | DEVELOPMENT_TEAM = V8AZ23YEL4; 458 | INFOPLIST_FILE = SwiftyAttributedStringTests/Info.plist; 459 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 460 | PRODUCT_BUNDLE_IDENTIFIER = com.YutoAkiba.SwiftyAttributedStringTests; 461 | PRODUCT_NAME = "$(TARGET_NAME)"; 462 | SWIFT_SWIFT3_OBJC_INFERENCE = On; 463 | SWIFT_VERSION = 4.2; 464 | }; 465 | name = Release; 466 | }; 467 | /* End XCBuildConfiguration section */ 468 | 469 | /* Begin XCConfigurationList section */ 470 | D1C438E01EC8A86900B0C021 /* Build configuration list for PBXProject "SwiftyAttributedString" */ = { 471 | isa = XCConfigurationList; 472 | buildConfigurations = ( 473 | D1C438F81EC8A86900B0C021 /* Debug */, 474 | D1C438F91EC8A86900B0C021 /* Release */, 475 | ); 476 | defaultConfigurationIsVisible = 0; 477 | defaultConfigurationName = Release; 478 | }; 479 | D1C438FA1EC8A86900B0C021 /* Build configuration list for PBXNativeTarget "SwiftyAttributedString" */ = { 480 | isa = XCConfigurationList; 481 | buildConfigurations = ( 482 | D1C438FB1EC8A86900B0C021 /* Debug */, 483 | D1C438FC1EC8A86900B0C021 /* Release */, 484 | ); 485 | defaultConfigurationIsVisible = 0; 486 | defaultConfigurationName = Release; 487 | }; 488 | D1C438FD1EC8A86900B0C021 /* Build configuration list for PBXNativeTarget "SwiftyAttributedStringTests" */ = { 489 | isa = XCConfigurationList; 490 | buildConfigurations = ( 491 | D1C438FE1EC8A86900B0C021 /* Debug */, 492 | D1C438FF1EC8A86900B0C021 /* Release */, 493 | ); 494 | defaultConfigurationIsVisible = 0; 495 | defaultConfigurationName = Release; 496 | }; 497 | /* End XCConfigurationList section */ 498 | }; 499 | rootObject = D1C438DD1EC8A86900B0C021 /* Project object */; 500 | } 501 | -------------------------------------------------------------------------------- /SwiftyAttributedString.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /SwiftyAttributedString.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /SwiftyAttributedString.xcodeproj/project.xcworkspace/xcuserdata/yuto.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touyu/SwiftyAttributedString/a5795d000b62f32ab270225bcc19c9821674c11d/SwiftyAttributedString.xcodeproj/project.xcworkspace/xcuserdata/yuto.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /SwiftyAttributedString.xcodeproj/xcshareddata/xcschemes/SwiftyAttributedString.xcscheme: -------------------------------------------------------------------------------- 1 | 2 | 5 | 8 | 9 | 15 | 21 | 22 | 23 | 24 | 25 | 30 | 31 | 33 | 39 | 40 | 41 | 42 | 43 | 49 | 50 | 51 | 52 | 53 | 54 | 64 | 65 | 71 | 72 | 73 | 74 | 75 | 76 | 82 | 83 | 89 | 90 | 91 | 92 | 94 | 95 | 98 | 99 | 100 | -------------------------------------------------------------------------------- /SwiftyAttributedString.xcodeproj/xcuserdata/yuto.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | SwiftyAttributedString.xcscheme_^#shared#^_ 8 | 9 | isShown 10 | 11 | orderHint 12 | 0 13 | 14 | 15 | SuppressBuildableAutocreation 16 | 17 | D1C438E51EC8A86900B0C021 18 | 19 | primary 20 | 21 | 22 | D1C438EE1EC8A86900B0C021 23 | 24 | primary 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /SwiftyAttributedString/Deprecated/Attribute.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Attribute.swift 3 | // SwiftyAttributedString 4 | // 5 | // Created by Yuto Akiba on 2017/05/14. 6 | // Copyright © 2017年 Yuto Akiba. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | public enum AttributeValue { 12 | case font(UIFont) 13 | case foregroundColor(UIColor) 14 | case backgroundColor(UIColor) 15 | case kern(NSNumber) 16 | case strikethroughStyle(NSNumber) 17 | case underlineStyle(NSNumber) 18 | case strokeColor(UIColor) 19 | case strokeWidth(NSNumber) 20 | case shadow(NSShadow) 21 | case textEffect(TextEffect) 22 | case link(URL) 23 | case baselineOffset(NSNumber) 24 | case obliqueness(NSNumber) 25 | case expansion(NSNumber) 26 | } 27 | 28 | public enum AttributeRange { 29 | case all 30 | case portion(of: Portion) 31 | 32 | public enum Portion { 33 | case string(String) 34 | case range(NSRange) 35 | } 36 | 37 | public func toNSRange(string: String) -> NSRange { 38 | 39 | switch self { 40 | case .all: 41 | let titleRange = (string as NSString).range(of: string) 42 | return titleRange 43 | case .portion(let portion): 44 | 45 | switch portion { 46 | case .string(let portionString): 47 | let titleRange = (string as NSString).range(of: portionString) 48 | return titleRange 49 | case .range(let range): 50 | return range 51 | } 52 | } 53 | } 54 | } 55 | 56 | public struct Attribute { 57 | public var values: [AttributeValue] = [] 58 | public var range: AttributeRange 59 | 60 | public init(value: AttributeValue, range: AttributeRange = .all) { 61 | self.values = [value] 62 | self.range = range 63 | } 64 | 65 | public init(values: [AttributeValue], range: AttributeRange = .all) { 66 | self.values = values 67 | self.range = range 68 | } 69 | } 70 | 71 | public enum TextEffect: String { 72 | case letterPressStyle = "_UIKitNewLetterpressStyle" 73 | } 74 | -------------------------------------------------------------------------------- /SwiftyAttributedString/Deprecated/NSMutableAttributedString+AttributeExtension.swift: -------------------------------------------------------------------------------- 1 | // 2 | // NSMutableAttributedString+AttributeExtension.swift 3 | // SwiftyAttributedString 4 | // 5 | // Created by Yuto Akiba on 2017/05/14. 6 | // Copyright © 2017年 Yuto Akiba. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | public extension NSMutableAttributedString { 12 | 13 | public func add(attribute: Attribute) -> NSMutableAttributedString { 14 | let text = self.string 15 | let range = attribute.range.toNSRange(string: text) 16 | 17 | for value in attribute.values { 18 | convertNSMutableAttributedString(value: value, range: range) 19 | } 20 | 21 | return self 22 | } 23 | 24 | public func add(attributeValue: AttributeValue) -> NSMutableAttributedString { 25 | return self.add(attribute: Attribute(value: attributeValue, range: .all)) 26 | } 27 | 28 | private func convertNSMutableAttributedString(value: AttributeValue, range: NSRange) { 29 | switch value { 30 | case .font(let font): 31 | self.addAttribute(NSAttributedString.Key.font, value: font, range: range) 32 | case .foregroundColor(let color): 33 | self.addAttribute(NSAttributedString.Key.foregroundColor, value: color, range: range) 34 | case .backgroundColor(let color): 35 | self.addAttribute(NSAttributedString.Key.backgroundColor, value: color, range: range) 36 | case .kern(let nsNumber): 37 | self.addAttribute(NSAttributedString.Key.kern, value: nsNumber, range: range) 38 | case .strikethroughStyle(let nsNumber): 39 | self.addAttribute(NSAttributedString.Key.strikethroughStyle, value: nsNumber, range: range) 40 | case .underlineStyle(let nsNumber): 41 | self.addAttribute(NSAttributedString.Key.underlineStyle, value: nsNumber, range: range) 42 | case .strokeColor(let color): 43 | self.addAttribute(NSAttributedString.Key.strokeColor, value: color, range: range) 44 | case .strokeWidth(let nsNumber): 45 | self.addAttribute(NSAttributedString.Key.strokeWidth, value: nsNumber, range: range) 46 | case .shadow(let shadow): 47 | self.addAttribute(NSAttributedString.Key.shadow, value: shadow, range: range) 48 | case .textEffect(let textEffect): 49 | self.addAttribute(NSAttributedString.Key.textEffect, value: textEffect.rawValue, range: range) 50 | case .link(let url): 51 | self.addAttribute(NSAttributedString.Key.link, value: url, range: range) 52 | case .baselineOffset(let nsNumber): 53 | self.addAttribute(NSAttributedString.Key.baselineOffset, value: nsNumber, range: range) 54 | case .obliqueness(let nsNumber): 55 | self.addAttribute(NSAttributedString.Key.obliqueness, value: nsNumber, range: range) 56 | case .expansion(let nsNumber): 57 | self.addAttribute(NSAttributedString.Key.expansion, value: nsNumber, range: range) 58 | } 59 | } 60 | } 61 | -------------------------------------------------------------------------------- /SwiftyAttributedString/Deprecated/String+AttributeExtension.swift: -------------------------------------------------------------------------------- 1 | // 2 | // NSAttributedStringHelper.swift 3 | // SwiftyAttributedString 4 | // 5 | // Created by Yuto Akiba on 2017/05/14. 6 | // Copyright © 2017年 Yuto Akiba. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | public extension String { 12 | @available(*, deprecated: 1.0) 13 | public func findRange(_ string: String?) -> NSRange { 14 | guard let string = string else { return NSRange() } 15 | let titleRange = (self as NSString).range(of: string) 16 | return titleRange 17 | } 18 | 19 | @available(*, deprecated: 1.0) 20 | public func add(attribute: Attribute) -> NSMutableAttributedString { 21 | let attributedString = NSMutableAttributedString(string: self) 22 | return attributedString.add(attribute: attribute) 23 | } 24 | 25 | @available(*, deprecated: 1.0) 26 | public func add(attributeValue: AttributeValue) -> NSMutableAttributedString { 27 | return self.add(attribute: Attribute(value: attributeValue, range: .all)) 28 | } 29 | 30 | @available(*, deprecated: 1.0) 31 | public func add(attributes: [Attribute]) -> NSMutableAttributedString { 32 | var attributedString = NSMutableAttributedString(string: self) 33 | for attribute in attributes { 34 | attributedString = attributedString.add(attribute: attribute) 35 | } 36 | return attributedString 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /SwiftyAttributedString/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.0.1 19 | CFBundleVersion 20 | $(CURRENT_PROJECT_VERSION) 21 | NSPrincipalClass 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /SwiftyAttributedString/String+Extension.swift: -------------------------------------------------------------------------------- 1 | // 2 | // String+Extension.swift 3 | // SwiftyAttributedString 4 | // 5 | // Created by Yuto Akiba on 2018/12/17. 6 | // Copyright © 2018 Yuto Akiba. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | extension String { 12 | public var attr: SwiftyAttributedString { 13 | let range = (self as NSString).range(of: self) 14 | let attrStr = NSMutableAttributedString(string: self) 15 | return SwiftyAttributedString(attributedString: attrStr, range: range) 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /SwiftyAttributedString/SwiftyAttributedString.h: -------------------------------------------------------------------------------- 1 | // 2 | // SwiftyAttributedString.h 3 | // SwiftyAttributedString 4 | // 5 | // Created by Yuto Akiba on 2017/05/14. 6 | // Copyright © 2017年 Yuto Akiba. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for SwiftyAttributedString. 12 | FOUNDATION_EXPORT double SwiftyAttributedStringVersionNumber; 13 | 14 | //! Project version string for SwiftyAttributedString. 15 | FOUNDATION_EXPORT const unsigned char SwiftyAttributedStringVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | 20 | -------------------------------------------------------------------------------- /SwiftyAttributedString/SwiftyAttributedString.swift: -------------------------------------------------------------------------------- 1 | // 2 | // SwiftyAttributedString.swift 3 | // SwiftyAttributedString 4 | // 5 | // Created by Yuto Akiba on 2018/12/17. 6 | // Copyright © 2018 Yuto Akiba. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | public struct SwiftyAttributedString { 12 | private let attributedString: NSMutableAttributedString 13 | private let range: NSRange 14 | 15 | public init(attributedString: NSMutableAttributedString, range: NSRange) { 16 | self.attributedString = attributedString 17 | self.range = range 18 | } 19 | 20 | public func apply() -> NSMutableAttributedString { 21 | return attributedString 22 | } 23 | 24 | public func range(_ range: NSRange, handler: (SwiftyAttributedString) -> Void) -> SwiftyAttributedString { 25 | let swiftyAttributedString = SwiftyAttributedString(attributedString: attributedString, range: range) 26 | handler(swiftyAttributedString) 27 | return self 28 | } 29 | 30 | public func range(of word: String, handler: (SwiftyAttributedString) -> Void) -> SwiftyAttributedString { 31 | let r = (attributedString.string as NSString).range(of: word) 32 | return range(r, handler: handler) 33 | } 34 | 35 | public func range(location: Int, length: Int, handler: (SwiftyAttributedString) -> Void) -> SwiftyAttributedString { 36 | return range(NSRange(location: location, length: length), handler: handler) 37 | } 38 | 39 | public func range(start: Int, end: Int, handler: (SwiftyAttributedString) -> Void) -> SwiftyAttributedString { 40 | return range(location: start, length: end - start + 1, handler: handler) 41 | } 42 | 43 | @discardableResult 44 | public func font(_ font: UIFont) -> SwiftyAttributedString { 45 | attributedString.addAttributes([.font: font], range: range) 46 | return self 47 | } 48 | 49 | @discardableResult 50 | public func paragraphStyle(_ paragraphStyle: NSParagraphStyle) -> SwiftyAttributedString { 51 | attributedString.addAttributes([.paragraphStyle: paragraphStyle], range: range) 52 | return self 53 | } 54 | 55 | @discardableResult 56 | public func foregroundColor(_ color: UIColor) -> SwiftyAttributedString { 57 | attributedString.addAttributes([.foregroundColor: color], range: range) 58 | return self 59 | } 60 | 61 | @discardableResult 62 | public func backgroundColor(_ color: UIColor) -> SwiftyAttributedString { 63 | attributedString.addAttributes([.backgroundColor: color], range: range) 64 | return self 65 | } 66 | 67 | @discardableResult 68 | public func ligature(_ ligature: NSNumber) -> SwiftyAttributedString { 69 | attributedString.addAttributes([.ligature: ligature], range: range) 70 | return self 71 | } 72 | 73 | @discardableResult 74 | public func kern(_ kern: Double) -> SwiftyAttributedString { 75 | attributedString.addAttributes([.kern: kern], range: range) 76 | return self 77 | } 78 | 79 | @discardableResult 80 | public func strikethroughStyle(_ strikethroughStyle: NSUnderlineStyle) -> SwiftyAttributedString { 81 | attributedString.addAttributes([.strikethroughStyle: strikethroughStyle.rawValue], range: range) 82 | return self 83 | } 84 | 85 | @discardableResult 86 | public func underlineStyle(_ underlineStyle: NSUnderlineStyle) -> SwiftyAttributedString { 87 | attributedString.addAttributes([.underlineStyle: underlineStyle.rawValue], range: range) 88 | return self 89 | } 90 | 91 | @discardableResult 92 | public func strokeColor(_ color: UIColor) -> SwiftyAttributedString { 93 | attributedString.addAttributes([.strokeColor: color], range: range) 94 | return self 95 | } 96 | 97 | @discardableResult 98 | public func strokeWidth(_ width: Double) -> SwiftyAttributedString { 99 | attributedString.addAttributes([.strokeWidth: width], range: range) 100 | return self 101 | } 102 | 103 | @discardableResult 104 | public func shadow(_ shadow: NSShadow) -> SwiftyAttributedString { 105 | attributedString.addAttributes([.shadow: shadow], range: range) 106 | return self 107 | } 108 | 109 | @discardableResult 110 | public func textEffect(_ textEffect: NSString) -> SwiftyAttributedString { 111 | attributedString.addAttributes([.textEffect: textEffect], range: range) 112 | return self 113 | } 114 | 115 | @discardableResult 116 | public func attachment(_ attachment: NSTextAttachment) -> SwiftyAttributedString { 117 | attributedString.addAttributes([.attachment: attachment], range: range) 118 | return self 119 | } 120 | 121 | @discardableResult 122 | public func link(_ link: URL) -> SwiftyAttributedString { 123 | attributedString.addAttributes([.link: link], range: range) 124 | return self 125 | } 126 | 127 | @discardableResult 128 | public func baselineOffset(_ offset: Double) -> SwiftyAttributedString { 129 | attributedString.addAttributes([.baselineOffset: offset], range: range) 130 | return self 131 | } 132 | 133 | @discardableResult 134 | public func underlineColor(_ color: UIColor) -> SwiftyAttributedString { 135 | attributedString.addAttributes([.underlineColor: color], range: range) 136 | return self 137 | } 138 | 139 | @discardableResult 140 | public func strikethroughColor(_ color: UIColor) -> SwiftyAttributedString { 141 | attributedString.addAttributes([.strikethroughColor: color], range: range) 142 | return self 143 | } 144 | 145 | @discardableResult 146 | public func obliqueness(_ obliqueness: Double) -> SwiftyAttributedString { 147 | attributedString.addAttributes([.obliqueness: obliqueness], range: range) 148 | return self 149 | } 150 | 151 | @discardableResult 152 | public func expansion(_ expansion: Double) -> SwiftyAttributedString { 153 | attributedString.addAttributes([.expansion: expansion], range: range) 154 | return self 155 | } 156 | 157 | @discardableResult 158 | public func writingDirection(_ writingDirection: NSArray) -> SwiftyAttributedString { 159 | attributedString.addAttributes([.writingDirection: writingDirection], range: range) 160 | return self 161 | } 162 | 163 | @discardableResult 164 | public func verticalGlyphForm(_ verticalGlyphForm: Int) -> SwiftyAttributedString { 165 | attributedString.addAttributes([.verticalGlyphForm: verticalGlyphForm], range: range) 166 | return self 167 | } 168 | } 169 | -------------------------------------------------------------------------------- /SwiftyAttributedStringTests/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | BNDL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleVersion 20 | 1 21 | 22 | 23 | -------------------------------------------------------------------------------- /SwiftyAttributedStringTests/SwiftyAttributedStringTests.swift: -------------------------------------------------------------------------------- 1 | // 2 | // SwiftyAttributedStringTests.swift 3 | // SwiftyAttributedStringTests 4 | // 5 | // Created by Yuto Akiba on 2017/05/14. 6 | // Copyright © 2017年 Yuto Akiba. All rights reserved. 7 | // 8 | 9 | import XCTest 10 | @testable import SwiftyAttributedString 11 | 12 | class SwiftyAttributedStringTests: XCTestCase { 13 | 14 | override func setUp() { 15 | super.setUp() 16 | // Put setup code here. This method is called before the invocation of each test method in the class. 17 | } 18 | 19 | override func tearDown() { 20 | // Put teardown code here. This method is called after the invocation of each test method in the class. 21 | super.tearDown() 22 | } 23 | 24 | func testExample() { 25 | // This is an example of a functional test case. 26 | // Use XCTAssert and related functions to verify your tests produce the correct results. 27 | } 28 | 29 | func testPerformanceExample() { 30 | // This is an example of a performance test case. 31 | self.measure { 32 | // Put the code you want to measure the time of here. 33 | } 34 | } 35 | 36 | } 37 | --------------------------------------------------------------------------------