From cb305d87861940598e7f19519f8f137ac6e7c3d2 Mon Sep 17 00:00:00 2001 From: Radim Halfar Date: Fri, 17 Aug 2018 16:20:10 +0200 Subject: [PATCH] Bugfix: Renamed bundles to inloopx ones. Fixes #79 --- Example/Podfile | 23 +- Example/Podfile.lock | 2 +- Example/Pods/Manifest.lock | 2 +- Example/Pods/Pods.xcodeproj/project.pbxproj | 462 +++++++++--------- .../Pods-Styles_Example/Info.plist | 2 +- .../Target Support Files/Styles/Info.plist | 40 +- Example/Styles.xcodeproj/project.pbxproj | 4 +- 7 files changed, 278 insertions(+), 257 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index 4c3ba6f..0591899 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,5 +1,26 @@ use_frameworks! target 'Styles_Example' do - pod 'Styles', :path => '../', :testspecs => ['Tests'] + pod 'Styles', :path => '../', :testspecs => ['Tests'] +end + +post_install do |installer| + bundle_id = 'com.inloopx.$(PRODUCT_NAME:rfc1034identifier)' + + directory = installer.config.project_pods_root + 'Target Support Files/' + Dir.foreach(directory) do |path| + full_path = directory + path + + if File.directory?(full_path) + info_plist_path = full_path + 'Info.plist' + + if File.exist?(info_plist_path) + text = File.read(info_plist_path) + new_contents = text.gsub('${PRODUCT_BUNDLE_IDENTIFIER}', bundle_id) + File.open(info_plist_path, "w") { |file| + file.puts new_contents + } + end + end + end end diff --git a/Example/Podfile.lock b/Example/Podfile.lock index d53b190..04bc193 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -13,6 +13,6 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Styles: 3fc440dfcecb82a37a6c6d887915b04a605d6ff3 -PODFILE CHECKSUM: f5341d1bc44d76e5ca1e0d50940004053970d8dc +PODFILE CHECKSUM: db7b31f00d4e65c6696abf0d2bb41bfe66906d6d COCOAPODS: 1.5.3 diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index d53b190..04bc193 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -13,6 +13,6 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Styles: 3fc440dfcecb82a37a6c6d887915b04a605d6ff3 -PODFILE CHECKSUM: f5341d1bc44d76e5ca1e0d50940004053970d8dc +PODFILE CHECKSUM: db7b31f00d4e65c6696abf0d2bb41bfe66906d6d COCOAPODS: 1.5.3 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 25b1e42..982587c 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -72,183 +72,183 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 0058E6ECD89EE0983BC7E0BA84C9E6F6 /* TextDecoration.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = TextDecoration.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Structs/TextDecoration.html; sourceTree = ""; }; 01818DB1A7DB742C37A6022DA049C4E1 /* First.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = First.swift; sourceTree = ""; }; - 020886FDC6A78DB6A095781239A9DDD3 /* Categories.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Categories.html; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories.html; sourceTree = ""; }; - 046C6567B67695CCAEFDEEB878D237F8 /* Property.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Property.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/TextStyle/Property.html; sourceTree = ""; }; - 07D68CC26485DEEF3C755A012C1A5C49 /* TextEffect.html */ = {isa = PBXFileReference; includeInIndex = 1; name = TextEffect.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Enums/TextEffect.html; sourceTree = ""; }; - 081ECEFDA585D1A42F9773276CB0EDEA /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/swift/img/carat.png; sourceTree = ""; }; - 0869B98A201D57C67B752C1A1DB4254B /* UINavigationBar(TextStyle).html */ = {isa = PBXFileReference; includeInIndex = 1; name = "UINavigationBar(TextStyle).html"; path = "docs/objc/Categories/UINavigationBar(TextStyle).html"; sourceTree = ""; }; + 0809CE14289C3635C6B449F9883AC024 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = search.json; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/search.json; sourceTree = ""; }; + 08B4E710CBD881537B50102BF264B0BF /* Property.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Property.html; path = docs/swift/Classes/TextStyle/Property.html; sourceTree = ""; }; 092AC87F24E14872A785A02888E64EEB /* SwitchStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwitchStyle.swift; path = Styles/Classes/SwitchStyle.swift; sourceTree = ""; }; - 0A88DF59FAA7CB6C001A10A82127A4F5 /* Categories.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Categories.html; path = docs/objc/Categories.html; sourceTree = ""; }; - 0AC44D225FF8A9C365D5BA13BED70030 /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/swift/Classes.html; sourceTree = ""; }; - 0D6FDC9D35059770F5709F82829AD340 /* Protocols.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Protocols.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Protocols.html; sourceTree = ""; }; - 10077BE57CB0A1DFAF9E87D00344B159 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/js/jazzy.js; sourceTree = ""; }; + 09374C0F780DFB3EA3C297C56A0DC854 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = jazzy.css; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/css/jazzy.css; sourceTree = ""; }; + 0AB4BADAC97A7D3DFB9BE31188EAA16D /* TextStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = TextStyle.html; path = docs/swift/Classes/TextStyle.html; sourceTree = ""; }; 1103A84ED35933464CD190CB41D5DFD3 /* NSMutableParagraphStyle+TextStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "NSMutableParagraphStyle+TextStyle.swift"; sourceTree = ""; }; - 15626F81780CBF0F1C432356E9E60601 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/objc/js/jquery.min.js; sourceTree = ""; }; - 1A7AA9A58D5D32D143B71CA0120C4154 /* TextEffect.html */ = {isa = PBXFileReference; includeInIndex = 1; name = TextEffect.html; path = docs/swift/Enums/TextEffect.html; sourceTree = ""; }; + 12DD9A7024F5FE8A6CDEF42511CF40F3 /* Style.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Style.html; path = docs/swift/Structs/TextDecoration/Style.html; sourceTree = ""; }; + 132356CF9673AE8793ACDDD0BAB5027D /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jquery.min.js; path = docs/swift/js/jquery.min.js; sourceTree = ""; }; + 16BFBCA9566A2CECB160D98847C009F9 /* First.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = First.html; path = docs/swift/Classes/First.html; sourceTree = ""; }; + 19012FF11BE9C5CC2248C6E4138B0AC2 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = highlight.css; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/css/highlight.css; sourceTree = ""; }; + 1CF1E617EC4226B15FD3FB83F55E3CF3 /* Style.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Style.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Structs/TextDecoration/Style.html; sourceTree = ""; }; 1E02B94B908D572E5DFC21197B826655 /* UITextField+Styles.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UITextField+Styles.m"; sourceTree = ""; }; - 1E6412444B96FFA91F9EEF4D97395007 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/swift/img/gh.png; sourceTree = ""; }; 1F600D5C8375D6976D8D33CBA59579AE /* Pods-Styles_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Styles_Example-acknowledgements.plist"; sourceTree = ""; }; - 1F99B3E5C0D14B5F3CA69A019FE92FC2 /* docSet.dsidx */ = {isa = PBXFileReference; includeInIndex = 1; name = docSet.dsidx; path = docs/swift/docsets/Styles.docset/Contents/Resources/docSet.dsidx; sourceTree = ""; }; - 213AC29BD51836C9C9413F3914E27377 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = docs/objc/docsets/Styles.docset/Contents/Info.plist; sourceTree = ""; }; - 21C0AEAC8A415238B8AF84EAF2A5613E /* UIOffset.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIOffset.html; path = docs/swift/Extensions/UIOffset.html; sourceTree = ""; }; + 20622F090072AD9E4401C39BAFB5AFF0 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/objc/img/gh.png; sourceTree = ""; }; + 2065D371B9B63B9540C43ABEE5ECCFBA /* Match.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Match.html; path = docs/swift/Protocols/Match.html; sourceTree = ""; }; + 250F8BEA57FB8AD8506C6A44A72393CB /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jquery.min.js; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/js/jquery.min.js; sourceTree = ""; }; 25422082CBBE5892F1A7DA090D9750C5 /* Pods-Styles_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Styles_Example-dummy.m"; sourceTree = ""; }; 25E29A41E6A87BE232AE98AEC32A0220 /* NSAttributedString+Mutable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+Mutable.swift"; sourceTree = ""; }; 265A6897C1B8BF3951D9D3B7B5EC3B47 /* UILabel+Styles.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UILabel+Styles.h"; sourceTree = ""; }; - 269B634B9285034CF0DF486EE78C66C9 /* UIView(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIView(Styles).html"; path = "docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories/UIView(Styles).html"; sourceTree = ""; }; 26ACF933809E934208E6F0CC76B80750 /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIColor+Utils.swift"; sourceTree = ""; }; - 27E9C239527DAA8FD7D72481A487C046 /* Structs.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Structs.html; path = docs/swift/Structs.html; sourceTree = ""; }; - 289B5FA3DF9A2A2F1DF4B0E470BC5CEA /* Block.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Block.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/Block.html; sourceTree = ""; }; - 2A96F9524E79E91C49A0B6316711395F /* Styles.tgz */ = {isa = PBXFileReference; includeInIndex = 1; name = Styles.tgz; path = docs/swift/docsets/Styles.tgz; sourceTree = ""; }; - 2A97FA0F669020093168DA7ADD409EC0 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/css/jazzy.css; sourceTree = ""; }; - 2D2BC44E40D83EB3338F9DDDCEEF0FD7 /* UILabel(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; name = "UILabel(Styles).html"; path = "docs/objc/Categories/UILabel(Styles).html"; sourceTree = ""; }; - 2E48613EE18DF2A01F6E75B16C03FED8 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/css/highlight.css; sourceTree = ""; }; + 27E7C965A5C4F4D778669D934C0A7545 /* Shadow.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Shadow.html; path = docs/swift/Structs/Shadow.html; sourceTree = ""; }; + 283CB4480765B0FA1585DDC374F8A4B0 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/img/carat.png; sourceTree = ""; }; + 28DA0894C137698EEBB992AC679AF2EE /* Property.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Property.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/TextStyle/Property.html; sourceTree = ""; }; + 2B72EF411CE9A700CFF77CF11D1CC506 /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = badge.svg; path = docs/swift/badge.svg; sourceTree = ""; }; + 2EC86026A6E2A1377342135A96F54AA0 /* TextEffect.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = TextEffect.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Enums/TextEffect.html; sourceTree = ""; }; 2EEF2C621486B96A46360966B204E77C /* Swizzle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Swizzle.h; sourceTree = ""; }; - 2F2E1167C6AC63BDFE4ECCE6DA586D55 /* Pattern.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Pattern.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Structs/TextDecoration/Pattern.html; sourceTree = ""; }; + 2FF33D63E438481C0F496C10BB4E8544 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/img/dash.png; sourceTree = ""; }; + 30058D4F185BE623F838804B6498838F /* TextEffect.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = TextEffect.html; path = docs/swift/Enums/TextEffect.html; sourceTree = ""; }; 31122CDA698504BDFB1569C61367A3AF /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Range.swift; sourceTree = ""; }; 3193E41C8F56FC80D668A44E77E98D69 /* UIImage+Colorize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIImage+Colorize.swift"; sourceTree = ""; }; - 31D8F7DDEEC07228919AC9045D2A392F /* TextStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; name = TextStyle.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/TextStyle.html; sourceTree = ""; }; - 32A5F75BE79C1D8D7619C12A8D03335A /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = badge.svg; path = docs/objc/badge.svg; sourceTree = ""; }; + 327536734807348FC23722ECCBFEBDD1 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = search.json; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/search.json; sourceTree = ""; }; 32F51507323EA8324438A81D7A06608A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 33AFB41697E8DAC17614A4E84AD505A7 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 35F98FE389B76793C09CB74F4A9FB795 /* UINavigationBar(TextStyle).html */ = {isa = PBXFileReference; includeInIndex = 1; name = "UINavigationBar(TextStyle).html"; path = "docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories/UINavigationBar(TextStyle).html"; sourceTree = ""; }; 36B1FE6C75132E93002767A5A9B49836 /* Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Shadow.swift; path = Styles/Classes/Shadow.swift; sourceTree = ""; }; + 37213598031FA269808B11D0655FEEC6 /* Match.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Match.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Protocols/Match.html; sourceTree = ""; }; + 38152076C5E85A9081D63344F63C913F /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jquery.min.js; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/js/jquery.min.js; sourceTree = ""; }; 38927F565972AB43D41E224816AC3F52 /* UISwitch+Styles.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UISwitch+Styles.m"; sourceTree = ""; }; 38998D66DDF5A96AF1E14C20D2426D70 /* Pods-Styles_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Styles_Example-frameworks.sh"; sourceTree = ""; }; - 3906353910E8E13592CA9EB85B817DBA /* UIButton(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIButton(Styles).html"; path = "docs/objc/Categories/UIButton(Styles).html"; sourceTree = ""; }; - 3B8EBCE945E8589928C6A9F0B3652176 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/objc/css/highlight.css; sourceTree = ""; }; + 3A281F591E3F9BF2028F4A74CBEA70F3 /* Pattern.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Pattern.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Structs/TextDecoration/Pattern.html; sourceTree = ""; }; + 3B058CE6EDE66D3AF33FF8F54ACA50B3 /* Styles.tgz */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = Styles.tgz; path = docs/swift/docsets/Styles.tgz; sourceTree = ""; }; 3BAC2ED7471CDDAFF3F31B226D05E4A9 /* UIButton+Styles.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIButton+Styles.h"; sourceTree = ""; }; - 40EA5E9F944CF3C551B4A661A6834D27 /* Pods_Styles_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Styles_Example.framework; path = "Pods-Styles_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 3C5CDBB6C2AE23D4C2CFA066DA564DCF /* NSMutableParagraphStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = NSMutableParagraphStyle.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Extensions/NSMutableParagraphStyle.html; sourceTree = ""; }; + 3C7823CE71EC62E39C7420C60E8BEFD1 /* UIOffset.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = UIOffset.html; path = docs/swift/Extensions/UIOffset.html; sourceTree = ""; }; + 3CC7E7631D061243BA5257FFB0988066 /* Range.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Range.html; path = docs/swift/Classes/Range.html; sourceTree = ""; }; + 40EA5E9F944CF3C551B4A661A6834D27 /* Pods_Styles_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Styles_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 428F7523FA453AE07F31AB622ED2714B /* Styles.unit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Styles.unit.xcconfig; sourceTree = ""; }; - 42B5207EB0A0179D1ED70433E14C4AB8 /* ParagraphStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; name = ParagraphStyle.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/TextStyle/ParagraphStyle.html; sourceTree = ""; }; - 455BABE6301F5D8CCECB9F6A7333F968 /* Range.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Range.html; path = docs/swift/Classes/Range.html; sourceTree = ""; }; - 4AE84CAE6B40E7E973BDB8FC8961F72A /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/js/jazzy.js; sourceTree = ""; }; - 4B41A51E0E8829A04EE9BC047C3527B8 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/img/dash.png; sourceTree = ""; }; - 4C474BFA8BD7AFE850CCB42A6D67D61A /* First.html */ = {isa = PBXFileReference; includeInIndex = 1; name = First.html; path = docs/swift/Classes/First.html; sourceTree = ""; }; - 4DEEE59948EDF6538DBCC0372455C805 /* Styles.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = Styles.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 50703A3338FEBB028843D3BA87F6BF32 /* TextStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; name = TextStyle.html; path = docs/swift/Classes/TextStyle.html; sourceTree = ""; }; - 51D30090C10FF47964FB246CF271E90B /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/js/jquery.min.js; sourceTree = ""; }; - 529F0F8FF441F70A497B66589F205D90 /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Enums.html; path = docs/swift/Enums.html; sourceTree = ""; }; - 52FB92B4E01DFBF262516278A9F8D835 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/js/jquery.min.js; sourceTree = ""; }; + 42EAF33F1FA9BC9C5D62E6656D2869A5 /* TextDecoration.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = TextDecoration.html; path = docs/swift/Structs/TextDecoration.html; sourceTree = ""; }; + 456D4F9CCE36A5F24885F14F1A9BC4E0 /* UIView(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "UIView(Styles).html"; path = "docs/objc/Categories/UIView(Styles).html"; sourceTree = ""; }; + 46AEE20D1803EB786B9161D8AA486C4E /* Pattern.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Pattern.html; path = docs/swift/Structs/TextDecoration/Pattern.html; sourceTree = ""; }; + 4838934846EA27ACEB90FEEF5E746A48 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jquery.min.js; path = docs/objc/js/jquery.min.js; sourceTree = ""; }; + 4A35E6934F6D23DF382D3B13BAB48275 /* TextInputState.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = TextInputState.html; path = docs/objc/Enums/TextInputState.html; sourceTree = ""; }; + 4CE8338595C6D05CEA501B09E93508E5 /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Extensions.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Extensions.html; sourceTree = ""; }; + 4DCC5C1642D1514EEB22318D3CD78545 /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Extensions.html; path = docs/swift/Extensions.html; sourceTree = ""; }; + 4E4179561E47A48393395354AAD02719 /* UITextView(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = "UITextView(Styles).html"; path = "docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories/UITextView(Styles).html"; sourceTree = ""; }; + 4E9D9C13027B43C4D321791E3FBB75EB /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Enums.html; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Enums.html; sourceTree = ""; }; + 51A252479315AD211A4E7E065F88D6EF /* WritingDirectionOverride.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = WritingDirectionOverride.html; path = docs/swift/Classes/TextStyle/WritingDirectionOverride.html; sourceTree = ""; }; 5391517F25CF9861534104FB182CBB14 /* UINavigationBar+Styles.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UINavigationBar+Styles.m"; sourceTree = ""; }; 54B20204F0F1750D0A8B0D89085FEF1A /* UITextView+Styles.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UITextView+Styles.h"; sourceTree = ""; }; - 56A0955430F14607C77B177944E6E9D4 /* Regex.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Regex.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/Regex.html; sourceTree = ""; }; - 581E789A8E3ACF6CD21DD3522A31108E /* Regex.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Regex.html; path = docs/swift/Classes/Regex.html; sourceTree = ""; }; - 58A45305141DA7D83A6525C3E3919E13 /* Shadow.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Shadow.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Structs/Shadow.html; sourceTree = ""; }; + 56A359A018162F18F45C2C79EE913D7A /* UIView(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = "UIView(Styles).html"; path = "docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories/UIView(Styles).html"; sourceTree = ""; }; + 5877AA4B6493C3BB00F89195445056AE /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Enums.html; path = docs/objc/Enums.html; sourceTree = ""; }; 5949143569ACBDFA27E16A95F6D97B98 /* Styles-Unit-Tests-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Styles-Unit-Tests-prefix.pch"; sourceTree = ""; }; - 5AEEFEA750B2BBDBAACD75B97CCB33B8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 5E2B593698124FC3B010EB2148DDD422 /* Property.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Property.html; path = docs/swift/Classes/TextStyle/Property.html; sourceTree = ""; }; - 600DF84690B4CE610BFF5079D6968373 /* WritingDirectionOverride.html */ = {isa = PBXFileReference; includeInIndex = 1; name = WritingDirectionOverride.html; path = docs/swift/Classes/TextStyle/WritingDirectionOverride.html; sourceTree = ""; }; - 61557FFB5149AD09248CC76920D5B498 /* ViewStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; name = ViewStyle.html; path = docs/swift/Classes/ViewStyle.html; sourceTree = ""; }; + 5A9DE9581268747C591486FE86F7B620 /* TextStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = TextStyle.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/TextStyle.html; sourceTree = ""; }; + 63059331CECD3751B978FB9B89D95FF4 /* Property.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Property.html; path = docs/swift/Classes/ViewStyle/Property.html; sourceTree = ""; }; + 651EE46675F02AE43FAA00ED746E4515 /* Protocols.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Protocols.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Protocols.html; sourceTree = ""; }; 65590EA96EB65F6527E5E838516BF544 /* Styles-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Styles-prefix.pch"; sourceTree = ""; }; - 666A0460CCB2754AC7E7B07E6425D93C /* Styles.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Styles.framework; path = Styles.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 664FB7DA264C6CA084B3982462AE4110 /* docSet.dsidx */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = docSet.dsidx; path = docs/objc/docsets/Styles.docset/Contents/Resources/docSet.dsidx; sourceTree = ""; }; + 666A0460CCB2754AC7E7B07E6425D93C /* Styles.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Styles.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 669897FCA7A90C35D872B21E849CD8D4 /* UIView+Styles.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Styles.h"; sourceTree = ""; }; 66A6EBA02365A315E769B2D8EDBBDF1D /* Array+Styles.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Array+Styles.swift"; sourceTree = ""; }; 670B8D7F1FF02DB65C9FA257A73C2B14 /* TextEffect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextEffect.swift; path = Styles/Classes/TextEffect.swift; sourceTree = ""; }; - 68DC5A3D0AB3CF9D259BFC4A8EFB5C7D /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/search.json; sourceTree = ""; }; - 69B2080EE2A3B9BFC2027BF794984195 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/img/gh.png; sourceTree = ""; }; - 6AB845F5874F10D8D51672266C041716 /* ParagraphStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; name = ParagraphStyle.html; path = docs/swift/Classes/TextStyle/ParagraphStyle.html; sourceTree = ""; }; - 6B6E9C848DA5E18410BB73A260B429E2 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/css/highlight.css; sourceTree = ""; }; + 67E4775C9E7A69396495FE3C418FE865 /* UINavigationBar(TextStyle).html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = "UINavigationBar(TextStyle).html"; path = "docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories/UINavigationBar(TextStyle).html"; sourceTree = ""; }; 6B7403C925728485DD269CC4631B9296 /* ViewStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewStyle.swift; path = Styles/Classes/ViewStyle.swift; sourceTree = ""; }; - 6C755FC9619FF02C100E49F10D9EC17A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = docs/swift/docsets/Styles.docset/Contents/Info.plist; sourceTree = ""; }; + 6BEB48CE6AA9D94141013FB515C41F39 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jazzy.js; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/js/jazzy.js; sourceTree = ""; }; + 6CF7878D3D387075AA8E038B7F3EB74E /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = undocumented.json; path = docs/objc/undocumented.json; sourceTree = ""; }; 6D7F369FE55606D0306EA9C5EE66718F /* Styles.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Styles.xcconfig; sourceTree = ""; }; - 6DACBA37AFB28866D8C2EF9762FF24E1 /* NSMutableParagraphStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; name = NSMutableParagraphStyle.html; path = docs/swift/Extensions/NSMutableParagraphStyle.html; sourceTree = ""; }; 6FB87E3C989DEE79DBE64D58852DB8EC /* UINavigationBar+Styles.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UINavigationBar+Styles.h"; sourceTree = ""; }; - 7095DC83764393AFEF012AE52C7B467A /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/objc/js/jazzy.js; sourceTree = ""; }; - 719223DFCAA13DC38D432F7A9E8AFA95 /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes.html; sourceTree = ""; }; - 72B6F74421EAEC831D29DE464EB26DD5 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/swift/search.json; sourceTree = ""; }; - 73CB129A1352B0233BF44BA0736821F1 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/objc/search.json; sourceTree = ""; }; - 73E22A86666CF997F8BB6A0C55ABC210 /* Range.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Range.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/Range.html; sourceTree = ""; }; - 74B630C621C9648402642072C403F012 /* Style.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Style.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Structs/TextDecoration/Style.html; sourceTree = ""; }; 75D636B27A3909BF2C37B7A2FB36EA29 /* Block.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Block.swift; sourceTree = ""; }; + 76CDFA15A182AD527DD753B1C667B004 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/swift/img/carat.png; sourceTree = ""; }; 776B8654D5867C723C42FF9C27084887 /* Regex.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Regex.swift; sourceTree = ""; }; - 7919A1E1D4067668C5662FF632B757B6 /* Block.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Block.html; path = docs/swift/Classes/Block.html; sourceTree = ""; }; - 79E93402904BD0F14C09C8050E4A2E6D /* Pattern.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Pattern.html; path = docs/swift/Structs/TextDecoration/Pattern.html; sourceTree = ""; }; - 7A8D235AE9AC7BEC7E9415221D3BE529 /* Match.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Match.html; path = docs/swift/Protocols/Match.html; sourceTree = ""; }; 7B2A3137FABDCEFADC9FCE6A8A918008 /* Styles.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Styles.modulemap; sourceTree = ""; }; + 7C0D83866316EDC4F997DDB4358DF6F3 /* ViewStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = ViewStyle.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/ViewStyle.html; sourceTree = ""; }; 7CD558B594129755460A3ADCE8FB3734 /* Pods-Styles_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Styles_Example.modulemap"; sourceTree = ""; }; 7CFE721723A7713A4096FB7ED6EAA680 /* Styles-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Styles-dummy.m"; sourceTree = ""; }; - 80481C57F75F6091F946D5914ED8B8E2 /* Protocols.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Protocols.html; path = docs/swift/Protocols.html; sourceTree = ""; }; - 827260C9C022B2FC2AD8FC84D56E3B21 /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = badge.svg; path = docs/swift/badge.svg; sourceTree = ""; }; + 7EDDB4A986980B684ECB7411080797F4 /* Regex.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Regex.html; path = docs/swift/Classes/Regex.html; sourceTree = ""; }; + 8016AB32A2BDFBA60A1D7F0245AB2C70 /* ParagraphStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = ParagraphStyle.html; path = docs/swift/Classes/TextStyle/ParagraphStyle.html; sourceTree = ""; }; + 808390622F971DA22153417C203204A5 /* docSet.dsidx */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = docSet.dsidx; path = docs/swift/docsets/Styles.docset/Contents/Resources/docSet.dsidx; sourceTree = ""; }; 82AE37FCD6C73910FD55E799211BF9B6 /* TextDecoration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextDecoration.swift; path = Styles/Classes/TextDecoration.swift; sourceTree = ""; }; - 8334421C23C105C7D1A564FBBF7CA013 /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Enums.html; path = docs/objc/Enums.html; sourceTree = ""; }; + 82E0D2D86E1B3E1FFFED78BEBABA9DE2 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jazzy.js; path = docs/swift/js/jazzy.js; sourceTree = ""; }; 83529D903409B3657E2F25CE6E9380F3 /* UITextView+Styles.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UITextView+Styles.m"; sourceTree = ""; }; - 83A2A2102705DA62081A776B58130E3B /* Match.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Match.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Protocols/Match.html; sourceTree = ""; }; 860CA5048AC2FD5124A4D979A385475F /* Styles.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Styles.h; path = Styles/Classes/Styles.h; sourceTree = ""; }; - 8808153E48409EB694B097EBDF64DCA7 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/img/carat.png; sourceTree = ""; }; - 8A2BC32EC57B66B491AA01C07DDC213D /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; name = undocumented.json; path = docs/swift/undocumented.json; sourceTree = ""; }; - 8AA5BFB3274F9DB8DD51C1821A6EF854 /* UITextView(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; name = "UITextView(Styles).html"; path = "docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories/UITextView(Styles).html"; sourceTree = ""; }; - 8AE411B9FFA98A6D15F4EA12CB774D32 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/objc/css/jazzy.css; sourceTree = ""; }; + 86AD716A54179C0BF6642957BD71BA24 /* UILabel(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "UILabel(Styles).html"; path = "docs/objc/Categories/UILabel(Styles).html"; sourceTree = ""; }; + 8ABA0F820BC89F38C50210BBEB4DAC3A /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/objc/img/dash.png; sourceTree = ""; }; + 8AD3C8302678325B7BDCAA6BFA180344 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/swift/img/gh.png; sourceTree = ""; }; + 8C32FF7F843B2CDA8C9E587E9E2E1674 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = highlight.css; path = docs/objc/css/highlight.css; sourceTree = ""; }; 8D632892FB66A6E77E31EFBEFB55BDF5 /* UIView+Styles.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+Styles.m"; sourceTree = ""; }; - 924944A0A0B86E421BBA0C9BB5D71036 /* Style.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Style.html; path = docs/swift/Structs/TextDecoration/Style.html; sourceTree = ""; }; - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8D6EC5752115FBCE819C5F0289619729 /* Block.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Block.html; path = docs/swift/Classes/Block.html; sourceTree = ""; }; + 8EF5D0AC58DCE2E76BBCAEADD7558D47 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/index.html; sourceTree = ""; }; + 91FD835D03A45BA9F84E0A4B660C02FA /* Styles.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; path = Styles.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 949EC4665641BA0D5A4096E5112FEDA8 /* Styles-Unit-Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Styles-Unit-Tests-frameworks.sh"; sourceTree = ""; }; 94F82D0E8D1E131584D2DEE715376F3C /* ViewStyleTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewStyleTests.swift; path = Styles/Tests/ViewStyleTests.swift; sourceTree = ""; }; + 952C8085AFFD4F24FFC8D88FF0531E7F /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jazzy.js; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/js/jazzy.js; sourceTree = ""; }; 95609505D6C8C6CE32A0E8F6189434BE /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 959A3DB9BA36EDE70311C5E85E8C6ABE /* UITextField(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; name = "UITextField(Styles).html"; path = "docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories/UITextField(Styles).html"; sourceTree = ""; }; 96508FCF92ABBEBC5BC3EA98B7BA3297 /* UIButton+Styles.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIButton+Styles.m"; sourceTree = ""; }; - 97A694815BC5F4BDA70A7E990CBF2F95 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/swift/css/jazzy.css; sourceTree = ""; }; - 985133048B42650B41A0A17DA847DEC0 /* Styles.tgz */ = {isa = PBXFileReference; includeInIndex = 1; name = Styles.tgz; path = docs/objc/docsets/Styles.tgz; sourceTree = ""; }; + 97554826F288E9AEA6B81B4DB423FDF9 /* Categories.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Categories.html; path = docs/objc/Categories.html; sourceTree = ""; }; + 98122E0E6FC2EEE25EA1AD7C402582C1 /* UITextView(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "UITextView(Styles).html"; path = "docs/objc/Categories/UITextView(Styles).html"; sourceTree = ""; }; 99260C75406F8526D6EBB5E17884A6D2 /* Swizzle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Swizzle.m; sourceTree = ""; }; - 9B865514C0B50499864CAB6F8A560D11 /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Extensions.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Extensions.html; sourceTree = ""; }; + 9A566989D6E8DEFBC7F5CF38156F8B33 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/img/gh.png; sourceTree = ""; }; + 9A6BE85CF6F3B9E542FF3D9D27D04C73 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = jazzy.css; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/css/jazzy.css; sourceTree = ""; }; + 9ADB2B7E12B39EDD47F99B655193F123 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = index.html; path = docs/swift/index.html; sourceTree = ""; }; + 9AF71E12ED20118AEADEDBCBDE51E861 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/index.html; sourceTree = ""; }; 9D2EB5B205725800069426D8D72C4686 /* UIImage+Attachment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIImage+Attachment.swift"; sourceTree = ""; }; - 9D369CE81B59CEC30E3C248579B7BD8D /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/swift/css/highlight.css; sourceTree = ""; }; - 9E3FE622551BED488AAD00F030F37521 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/index.html; sourceTree = ""; }; 9EAC79940FEB7A9D2A00BDE4A6911FEB /* UILabel+Styles.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UILabel+Styles.m"; sourceTree = ""; }; + A1344A1DDB96351DFF68D841CF215AEA /* Block.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Block.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/Block.html; sourceTree = ""; }; A17F26758B8C8F610E5D8004F089EF5D /* Styles-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Styles-umbrella.h"; sourceTree = ""; }; - A462F653042CF89DA8D08EAD3968723E /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Extensions.html; path = docs/swift/Extensions.html; sourceTree = ""; }; - A57E791072F15ABBB4757EC62A6A45B7 /* UIView(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIView(Styles).html"; path = "docs/objc/Categories/UIView(Styles).html"; sourceTree = ""; }; + A30D21FDAFCF872368781B052D7C7461 /* Regex.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Regex.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/Regex.html; sourceTree = ""; }; + A35EE910AD8DCDD0B63E468C610D6FE4 /* Protocols.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Protocols.html; path = docs/swift/Protocols.html; sourceTree = ""; }; + A37BBA889F8198E95F5B3374F853C0B7 /* UINavigationBar(TextStyle).html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "UINavigationBar(TextStyle).html"; path = "docs/objc/Categories/UINavigationBar(TextStyle).html"; sourceTree = ""; }; + A39D61A00D1E02B0695AF1E21165DEDE /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = undocumented.json; path = docs/swift/undocumented.json; sourceTree = ""; }; A5F06609F447D5845B19F07A1D36D57C /* Styles.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Styles.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A71044418672BC3BEF11FC5E462B7576 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/search.json; sourceTree = ""; }; - A8FFD0E38A0323B5C9DF5386C2F7EF8F /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/css/jazzy.css; sourceTree = ""; }; + A64C6A487AD3C58DCF2CAA1AE656600C /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Classes.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes.html; sourceTree = ""; }; + A7F7B8A3D3998FDD9854227D017DC2AA /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; AA1912D5C396B47F21D81149D96A167D /* UISwitch+Styles.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UISwitch+Styles.h"; sourceTree = ""; }; - AB659E9270D9F299D7EA078D0E32A9A1 /* Shadow.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Shadow.html; path = docs/swift/Structs/Shadow.html; sourceTree = ""; }; - ABD9F159FC1D62F8B6FA9FEC6427EE1F /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/objc/img/gh.png; sourceTree = ""; }; + AB93E8839292AE6CDABDAA373CD0A49D /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = index.html; path = docs/objc/index.html; sourceTree = ""; }; + AC3C0259F6F3324FA64039539892BB71 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/img/gh.png; sourceTree = ""; }; + ACE3AC3D764A5343D57365086A666100 /* Styles.tgz */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = Styles.tgz; path = docs/objc/docsets/Styles.tgz; sourceTree = ""; }; AD880FD1F52978F8BAA3A7EF87F39D2A /* Pods-Styles_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Styles_Example.release.xcconfig"; sourceTree = ""; }; - AFD55ECD26959FD788E0BF32405F7812 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/objc/index.html; sourceTree = ""; }; - B0BBC11BB6787DE02CD9F363D45F9DA2 /* Property.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Property.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/ViewStyle/Property.html; sourceTree = ""; }; + AE3F8F156F9318CDF48E8E9483DF7A3F /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = jazzy.css; path = docs/swift/css/jazzy.css; sourceTree = ""; }; + AF19DD37A150AED3A641579FFAC6C73D /* WritingDirectionOverride.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = WritingDirectionOverride.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/TextStyle/WritingDirectionOverride.html; sourceTree = ""; }; B18B2181FD803D7F150E173060DBCFC4 /* TextStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextStyle.swift; path = Styles/Classes/TextStyle.swift; sourceTree = ""; }; - B4C694428339C59B60C68A921965B308 /* Property.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Property.html; path = docs/swift/Classes/ViewStyle/Property.html; sourceTree = ""; }; - B61659790A5278E5F36AD485DFB4EE83 /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Enums.html; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Enums.html; sourceTree = ""; }; - BCCDBFB8561D22506C083B9604BD1D28 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/img/gh.png; sourceTree = ""; }; - BD0E7B05A48C359314DCC4338F21563E /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/index.html; sourceTree = ""; }; + B4678AF44699EE0893E185EC9E134D15 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = docs/swift/docsets/Styles.docset/Contents/Info.plist; sourceTree = ""; }; + B99B6D77603300C89B9FDAFD2DED2308 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jazzy.js; path = docs/objc/js/jazzy.js; sourceTree = ""; }; + BC942EA64653BF9B59B460A6496E6F3A /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = jazzy.css; path = docs/objc/css/jazzy.css; sourceTree = ""; }; BDBCDA510AC5D75B8E85FC507A32EDCF /* TextInputState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TextInputState.h; sourceTree = ""; }; + BEF6FFEC8FABA086B2E0177D647C14B4 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/img/carat.png; sourceTree = ""; }; BFD3DB4BE740EC359FCAB1E28B738933 /* Pods-Styles_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Styles_Example-acknowledgements.markdown"; sourceTree = ""; }; - C034E95D53D2978A2CF5BE5A667508F3 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; C18312511F28ED1E07F4CBA566A90D28 /* Styles-Unit-Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Styles-Unit-Tests-Info.plist"; sourceTree = ""; }; - C2D5D4DF8C7037DC6D996FB3DDBC09AD /* TextInputState.html */ = {isa = PBXFileReference; includeInIndex = 1; name = TextInputState.html; path = docs/objc/Enums/TextInputState.html; sourceTree = ""; }; - C3823C1888427F9BB30D9A0503718438 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/img/carat.png; sourceTree = ""; }; - C574041268845203C0A95D9A8621E910 /* docSet.dsidx */ = {isa = PBXFileReference; includeInIndex = 1; name = docSet.dsidx; path = docs/objc/docsets/Styles.docset/Contents/Resources/docSet.dsidx; sourceTree = ""; }; + C1EEBDC4CC033E0AE872821288E12CD9 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = highlight.css; path = docs/swift/css/highlight.css; sourceTree = ""; }; + C68F5E95C916A5ED1003C011705BD8EB /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = search.json; path = docs/objc/search.json; sourceTree = ""; }; C7062D7FBECD968AEFA6482481EC0BBD /* Styles-Unit-Tests */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "Styles-Unit-Tests"; path = "Styles-Unit-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + C889625CFD39A4E6A5C67246BFB19006 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = search.json; path = docs/swift/search.json; sourceTree = ""; }; + C8951A5FEABFAA028A736F3BC0869E5E /* UILabel(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = "UILabel(Styles).html"; path = "docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories/UILabel(Styles).html"; sourceTree = ""; }; + C93E01D239308059D0C10AD0DBABFD02 /* Structs.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Structs.html; path = docs/swift/Structs.html; sourceTree = ""; }; C9E87D569DC8D811124881863946604D /* Pods-Styles_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Styles_Example.debug.xcconfig"; sourceTree = ""; }; - CC03155C81151A861DDF8E866264F5A6 /* WritingDirectionOverride.html */ = {isa = PBXFileReference; includeInIndex = 1; name = WritingDirectionOverride.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/TextStyle/WritingDirectionOverride.html; sourceTree = ""; }; - CD0FFCFC8AE9357CF9367951D4A6B33D /* TextInputState.html */ = {isa = PBXFileReference; includeInIndex = 1; name = TextInputState.html; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Enums/TextInputState.html; sourceTree = ""; }; + CAF87A347186690D2486216BACC3E56A /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = highlight.css; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/css/highlight.css; sourceTree = ""; }; + CDA69CADE23C75B36B4976249C0D8222 /* Categories.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Categories.html; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories.html; sourceTree = ""; }; + CDC3BBC22B0E9F55036CA0389E0D6409 /* First.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = First.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/First.html; sourceTree = ""; }; CE4FE96C3E91C4FE92D088FE5DBD3192 /* Styles-Unit-Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Styles-Unit-Tests-resources.sh"; sourceTree = ""; }; - CF50F080F523C1BC28F114E415D4EDD3 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/objc/img/carat.png; sourceTree = ""; }; - D0B053963DA42E7EE63E2BF4DB157312 /* UITextView(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; name = "UITextView(Styles).html"; path = "docs/objc/Categories/UITextView(Styles).html"; sourceTree = ""; }; - D1420DDCF69776A633597EB23BE59DE1 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/objc/img/dash.png; sourceTree = ""; }; - D5938F1CF05B21834AB490D3AC26BCE1 /* TextDecoration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = TextDecoration.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Structs/TextDecoration.html; sourceTree = ""; }; - D804484F12973D3326BD6016744B6CA2 /* TextDecoration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = TextDecoration.html; path = docs/swift/Structs/TextDecoration.html; sourceTree = ""; }; - D9F2F5AC77EC16BF08D0FCA0F4A9DB12 /* UIButton(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIButton(Styles).html"; path = "docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories/UIButton(Styles).html"; sourceTree = ""; }; - DB20A10AF58B2943998929B4ABFF67FB /* ViewStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; name = ViewStyle.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/ViewStyle.html; sourceTree = ""; }; - DB4686CBA71D092C266D22C460A53315 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/swift/img/dash.png; sourceTree = ""; }; - DCF692C5D3B55B3F30FCFC6E50BA0834 /* UITextField(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; name = "UITextField(Styles).html"; path = "docs/objc/Categories/UITextField(Styles).html"; sourceTree = ""; }; + CF33F147582B79A4578B95A7F8907A9E /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Classes.html; path = docs/swift/Classes.html; sourceTree = ""; }; + D1841F9569D4503B6B14765673C56E1B /* Property.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Property.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/ViewStyle/Property.html; sourceTree = ""; }; + D2A2787201A7F3EBB87C37E55AB38CBB /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/img/dash.png; sourceTree = ""; }; + D3C8F13D342DC2E264CC13F5F9071120 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/swift/img/dash.png; sourceTree = ""; }; + D3EAF09F1E001A3B4BF09ED1FC038B11 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + D442AD0D691C1DF2D5ADD0AB04508F66 /* UITextField(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = "UITextField(Styles).html"; path = "docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories/UITextField(Styles).html"; sourceTree = ""; }; + D553F2DC271854695889642184261E5D /* Range.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Range.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/Range.html; sourceTree = ""; }; + D9386D6FB2EA24A5854B61C196D15681 /* ParagraphStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = ParagraphStyle.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/TextStyle/ParagraphStyle.html; sourceTree = ""; }; + DBFA6590796E199D2AE138673A21F73A /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Enums.html; path = docs/swift/Enums.html; sourceTree = ""; }; + DC07979C2AF9C47ADE56FCAEF0A3DB08 /* Shadow.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Shadow.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Structs/Shadow.html; sourceTree = ""; }; + DD33C827F4C22CA43F1CED1A622F203B /* Structs.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Structs.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Structs.html; sourceTree = ""; }; + DE0BB45051A7AF2A03D8537231F4219E /* UIButton(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "UIButton(Styles).html"; path = "docs/objc/Categories/UIButton(Styles).html"; sourceTree = ""; }; DE8BEDCA5DA425F7F7F50C5AF7E92E7F /* Pods-Styles_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Styles_Example-umbrella.h"; sourceTree = ""; }; - DF9E5C4F0415D60771D9A9225682C3D3 /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; name = undocumented.json; path = docs/objc/undocumented.json; sourceTree = ""; }; - E1162A3F92005FD978C836A5CEF9ACA2 /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Enums.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Enums.html; sourceTree = ""; }; - E25316B0C18130C5C324007D6717A766 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/swift/js/jazzy.js; sourceTree = ""; }; + E50C8B88E35B15FD2CC0CA1E73F4A30C /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Enums.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Enums.html; sourceTree = ""; }; + E7B1853CD810D3B903AFE474A2AD1ADB /* UIButton(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = "UIButton(Styles).html"; path = "docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories/UIButton(Styles).html"; sourceTree = ""; }; E7FA7CD4547286885C1969E106408843 /* TextStyleTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextStyleTests.swift; path = Styles/Tests/TextStyleTests.swift; sourceTree = ""; }; - E9D32E9DA65BA5DD428B6AC57D08B750 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/swift/js/jquery.min.js; sourceTree = ""; }; - ECF5ADAADA8507A04FC3C1DADFB68B63 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/img/dash.png; sourceTree = ""; }; - EDBCD6FC38ACD2AF2ECDB36ECECBBC88 /* Structs.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Structs.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Structs.html; sourceTree = ""; }; - EF7ECC194967D40BFDF2DDEA7F8F41DE /* NSMutableParagraphStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; name = NSMutableParagraphStyle.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Extensions/NSMutableParagraphStyle.html; sourceTree = ""; }; + EAFA63931A0E4A652A7D5CE4014116D0 /* ViewStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = ViewStyle.html; path = docs/swift/Classes/ViewStyle.html; sourceTree = ""; }; + EF25E461E14D7EF2E4E82C03846A144C /* TextInputState.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = TextInputState.html; path = docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Enums/TextInputState.html; sourceTree = ""; }; F184598C5E742E7B8FFFD085639C746D /* Pods-Styles_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Styles_Example-resources.sh"; sourceTree = ""; }; - F2BE394D1D5CB206D2691770818CFCC1 /* UIOffset.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIOffset.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Extensions/UIOffset.html; sourceTree = ""; }; F2F23D31299C049FA203B076C2BB87B9 /* UIOffset+Size.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIOffset+Size.swift"; sourceTree = ""; }; - F4C9363E39B51B95DDA90D1300D41B25 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/swift/index.html; sourceTree = ""; }; - FB905454D2CF3387EF5CFDA7F0108FC0 /* UILabel(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; name = "UILabel(Styles).html"; path = "docs/objc/docsets/Styles.docset/Contents/Resources/Documents/Categories/UILabel(Styles).html"; sourceTree = ""; }; - FBBE0B7014F41BAD536A0DA2EEEA340D /* First.html */ = {isa = PBXFileReference; includeInIndex = 1; name = First.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Classes/First.html; sourceTree = ""; }; + F484736D09D14FB27EDF72AA437E3649 /* UITextField(Styles).html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "UITextField(Styles).html"; path = "docs/objc/Categories/UITextField(Styles).html"; sourceTree = ""; }; + F4DF32696D471B78FAC8F5FAD5A40B23 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/objc/img/carat.png; sourceTree = ""; }; + F7A71CD3B530245AA2F8BCD51AC9BCF5 /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = badge.svg; path = docs/objc/badge.svg; sourceTree = ""; }; + FA1909A251F47ED325F6700863E6163A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = docs/objc/docsets/Styles.docset/Contents/Info.plist; sourceTree = ""; }; FC328B08A1ED7683A21C7D776550E5F2 /* UITextField+Styles.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UITextField+Styles.h"; sourceTree = ""; }; + FD471E167452FE8D2A4C7C645F35B258 /* UIOffset.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = UIOffset.html; path = docs/swift/docsets/Styles.docset/Contents/Resources/Documents/Extensions/UIOffset.html; sourceTree = ""; }; + FE4C00689E817139C529CE46AF849FBD /* NSMutableParagraphStyle.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = NSMutableParagraphStyle.html; path = docs/swift/Extensions/NSMutableParagraphStyle.html; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -383,7 +383,7 @@ 6B7403C925728485DD269CC4631B9296 /* ViewStyle.swift */, 7950D971E93850355170EF4ABEA3B37F /* Extensions */, 7072B7554A486E4803533565273EA7A5 /* Matches */, - A7D00BCE6D78B7AF5CB9CD7376E76E89 /* Pod */, + AC894A2DBC9DF1F7C6EC2D6F15A9FE62 /* Pod */, 02E4F7CFBD948A24605359B7E0F89999 /* Support Files */, F0EC9F67C2755BDA5C0E32B248FD35C0 /* Tests */, DBBEE824178078BD060AB1445FEC5461 /* UIElement+Extensions */, @@ -402,122 +402,122 @@ name = Products; sourceTree = ""; }; - A7D00BCE6D78B7AF5CB9CD7376E76E89 /* Pod */ = { + AC894A2DBC9DF1F7C6EC2D6F15A9FE62 /* Pod */ = { isa = PBXGroup; children = ( - 32A5F75BE79C1D8D7619C12A8D03335A /* badge.svg */, - 827260C9C022B2FC2AD8FC84D56E3B21 /* badge.svg */, - 7919A1E1D4067668C5662FF632B757B6 /* Block.html */, - 289B5FA3DF9A2A2F1DF4B0E470BC5CEA /* Block.html */, - 8808153E48409EB694B097EBDF64DCA7 /* carat.png */, - CF50F080F523C1BC28F114E415D4EDD3 /* carat.png */, - 081ECEFDA585D1A42F9773276CB0EDEA /* carat.png */, - C3823C1888427F9BB30D9A0503718438 /* carat.png */, - 0A88DF59FAA7CB6C001A10A82127A4F5 /* Categories.html */, - 020886FDC6A78DB6A095781239A9DDD3 /* Categories.html */, - 0AC44D225FF8A9C365D5BA13BED70030 /* Classes.html */, - 719223DFCAA13DC38D432F7A9E8AFA95 /* Classes.html */, - DB4686CBA71D092C266D22C460A53315 /* dash.png */, - 4B41A51E0E8829A04EE9BC047C3527B8 /* dash.png */, - D1420DDCF69776A633597EB23BE59DE1 /* dash.png */, - ECF5ADAADA8507A04FC3C1DADFB68B63 /* dash.png */, - C574041268845203C0A95D9A8621E910 /* docSet.dsidx */, - 1F99B3E5C0D14B5F3CA69A019FE92FC2 /* docSet.dsidx */, - 8334421C23C105C7D1A564FBBF7CA013 /* Enums.html */, - E1162A3F92005FD978C836A5CEF9ACA2 /* Enums.html */, - B61659790A5278E5F36AD485DFB4EE83 /* Enums.html */, - 529F0F8FF441F70A497B66589F205D90 /* Enums.html */, - 9B865514C0B50499864CAB6F8A560D11 /* Extensions.html */, - A462F653042CF89DA8D08EAD3968723E /* Extensions.html */, - FBBE0B7014F41BAD536A0DA2EEEA340D /* First.html */, - 4C474BFA8BD7AFE850CCB42A6D67D61A /* First.html */, - BCCDBFB8561D22506C083B9604BD1D28 /* gh.png */, - 1E6412444B96FFA91F9EEF4D97395007 /* gh.png */, - ABD9F159FC1D62F8B6FA9FEC6427EE1F /* gh.png */, - 69B2080EE2A3B9BFC2027BF794984195 /* gh.png */, - 6B6E9C848DA5E18410BB73A260B429E2 /* highlight.css */, - 9D369CE81B59CEC30E3C248579B7BD8D /* highlight.css */, - 2E48613EE18DF2A01F6E75B16C03FED8 /* highlight.css */, - 3B8EBCE945E8589928C6A9F0B3652176 /* highlight.css */, - F4C9363E39B51B95DDA90D1300D41B25 /* index.html */, - BD0E7B05A48C359314DCC4338F21563E /* index.html */, - AFD55ECD26959FD788E0BF32405F7812 /* index.html */, - 9E3FE622551BED488AAD00F030F37521 /* index.html */, - 213AC29BD51836C9C9413F3914E27377 /* Info.plist */, - 6C755FC9619FF02C100E49F10D9EC17A /* Info.plist */, - A8FFD0E38A0323B5C9DF5386C2F7EF8F /* jazzy.css */, - 97A694815BC5F4BDA70A7E990CBF2F95 /* jazzy.css */, - 2A97FA0F669020093168DA7ADD409EC0 /* jazzy.css */, - 8AE411B9FFA98A6D15F4EA12CB774D32 /* jazzy.css */, - E25316B0C18130C5C324007D6717A766 /* jazzy.js */, - 10077BE57CB0A1DFAF9E87D00344B159 /* jazzy.js */, - 7095DC83764393AFEF012AE52C7B467A /* jazzy.js */, - 4AE84CAE6B40E7E973BDB8FC8961F72A /* jazzy.js */, - 52FB92B4E01DFBF262516278A9F8D835 /* jquery.min.js */, - E9D32E9DA65BA5DD428B6AC57D08B750 /* jquery.min.js */, - 51D30090C10FF47964FB246CF271E90B /* jquery.min.js */, - 15626F81780CBF0F1C432356E9E60601 /* jquery.min.js */, - 5AEEFEA750B2BBDBAACD75B97CCB33B8 /* LICENSE */, - 83A2A2102705DA62081A776B58130E3B /* Match.html */, - 7A8D235AE9AC7BEC7E9415221D3BE529 /* Match.html */, - EF7ECC194967D40BFDF2DDEA7F8F41DE /* NSMutableParagraphStyle.html */, - 6DACBA37AFB28866D8C2EF9762FF24E1 /* NSMutableParagraphStyle.html */, - 6AB845F5874F10D8D51672266C041716 /* ParagraphStyle.html */, - 42B5207EB0A0179D1ED70433E14C4AB8 /* ParagraphStyle.html */, - 2F2E1167C6AC63BDFE4ECCE6DA586D55 /* Pattern.html */, - 79E93402904BD0F14C09C8050E4A2E6D /* Pattern.html */, - B4C694428339C59B60C68A921965B308 /* Property.html */, - B0BBC11BB6787DE02CD9F363D45F9DA2 /* Property.html */, - 046C6567B67695CCAEFDEEB878D237F8 /* Property.html */, - 5E2B593698124FC3B010EB2148DDD422 /* Property.html */, - 0D6FDC9D35059770F5709F82829AD340 /* Protocols.html */, - 80481C57F75F6091F946D5914ED8B8E2 /* Protocols.html */, - 73E22A86666CF997F8BB6A0C55ABC210 /* Range.html */, - 455BABE6301F5D8CCECB9F6A7333F968 /* Range.html */, - C034E95D53D2978A2CF5BE5A667508F3 /* README.md */, - 581E789A8E3ACF6CD21DD3522A31108E /* Regex.html */, - 56A0955430F14607C77B177944E6E9D4 /* Regex.html */, - A71044418672BC3BEF11FC5E462B7576 /* search.json */, - 72B6F74421EAEC831D29DE464EB26DD5 /* search.json */, - 73CB129A1352B0233BF44BA0736821F1 /* search.json */, - 68DC5A3D0AB3CF9D259BFC4A8EFB5C7D /* search.json */, - AB659E9270D9F299D7EA078D0E32A9A1 /* Shadow.html */, - 58A45305141DA7D83A6525C3E3919E13 /* Shadow.html */, - EDBCD6FC38ACD2AF2ECDB36ECECBBC88 /* Structs.html */, - 27E9C239527DAA8FD7D72481A487C046 /* Structs.html */, - 74B630C621C9648402642072C403F012 /* Style.html */, - 924944A0A0B86E421BBA0C9BB5D71036 /* Style.html */, - 4DEEE59948EDF6538DBCC0372455C805 /* Styles.podspec */, - 985133048B42650B41A0A17DA847DEC0 /* Styles.tgz */, - 2A96F9524E79E91C49A0B6316711395F /* Styles.tgz */, - D5938F1CF05B21834AB490D3AC26BCE1 /* TextDecoration.html */, - D804484F12973D3326BD6016744B6CA2 /* TextDecoration.html */, - 07D68CC26485DEEF3C755A012C1A5C49 /* TextEffect.html */, - 1A7AA9A58D5D32D143B71CA0120C4154 /* TextEffect.html */, - C2D5D4DF8C7037DC6D996FB3DDBC09AD /* TextInputState.html */, - CD0FFCFC8AE9357CF9367951D4A6B33D /* TextInputState.html */, - 31D8F7DDEEC07228919AC9045D2A392F /* TextStyle.html */, - 50703A3338FEBB028843D3BA87F6BF32 /* TextStyle.html */, - 3906353910E8E13592CA9EB85B817DBA /* UIButton(Styles).html */, - D9F2F5AC77EC16BF08D0FCA0F4A9DB12 /* UIButton(Styles).html */, - FB905454D2CF3387EF5CFDA7F0108FC0 /* UILabel(Styles).html */, - 2D2BC44E40D83EB3338F9DDDCEEF0FD7 /* UILabel(Styles).html */, - 35F98FE389B76793C09CB74F4A9FB795 /* UINavigationBar(TextStyle).html */, - 0869B98A201D57C67B752C1A1DB4254B /* UINavigationBar(TextStyle).html */, - F2BE394D1D5CB206D2691770818CFCC1 /* UIOffset.html */, - 21C0AEAC8A415238B8AF84EAF2A5613E /* UIOffset.html */, - DCF692C5D3B55B3F30FCFC6E50BA0834 /* UITextField(Styles).html */, - 959A3DB9BA36EDE70311C5E85E8C6ABE /* UITextField(Styles).html */, - D0B053963DA42E7EE63E2BF4DB157312 /* UITextView(Styles).html */, - 8AA5BFB3274F9DB8DD51C1821A6EF854 /* UITextView(Styles).html */, - A57E791072F15ABBB4757EC62A6A45B7 /* UIView(Styles).html */, - 269B634B9285034CF0DF486EE78C66C9 /* UIView(Styles).html */, - DF9E5C4F0415D60771D9A9225682C3D3 /* undocumented.json */, - 8A2BC32EC57B66B491AA01C07DDC213D /* undocumented.json */, - DB20A10AF58B2943998929B4ABFF67FB /* ViewStyle.html */, - 61557FFB5149AD09248CC76920D5B498 /* ViewStyle.html */, - CC03155C81151A861DDF8E866264F5A6 /* WritingDirectionOverride.html */, - 600DF84690B4CE610BFF5079D6968373 /* WritingDirectionOverride.html */, + F7A71CD3B530245AA2F8BCD51AC9BCF5 /* badge.svg */, + 2B72EF411CE9A700CFF77CF11D1CC506 /* badge.svg */, + 8D6EC5752115FBCE819C5F0289619729 /* Block.html */, + A1344A1DDB96351DFF68D841CF215AEA /* Block.html */, + 76CDFA15A182AD527DD753B1C667B004 /* carat.png */, + F4DF32696D471B78FAC8F5FAD5A40B23 /* carat.png */, + BEF6FFEC8FABA086B2E0177D647C14B4 /* carat.png */, + 283CB4480765B0FA1585DDC374F8A4B0 /* carat.png */, + CDA69CADE23C75B36B4976249C0D8222 /* Categories.html */, + 97554826F288E9AEA6B81B4DB423FDF9 /* Categories.html */, + A64C6A487AD3C58DCF2CAA1AE656600C /* Classes.html */, + CF33F147582B79A4578B95A7F8907A9E /* Classes.html */, + D2A2787201A7F3EBB87C37E55AB38CBB /* dash.png */, + 8ABA0F820BC89F38C50210BBEB4DAC3A /* dash.png */, + D3C8F13D342DC2E264CC13F5F9071120 /* dash.png */, + 2FF33D63E438481C0F496C10BB4E8544 /* dash.png */, + 664FB7DA264C6CA084B3982462AE4110 /* docSet.dsidx */, + 808390622F971DA22153417C203204A5 /* docSet.dsidx */, + DBFA6590796E199D2AE138673A21F73A /* Enums.html */, + 5877AA4B6493C3BB00F89195445056AE /* Enums.html */, + 4E9D9C13027B43C4D321791E3FBB75EB /* Enums.html */, + E50C8B88E35B15FD2CC0CA1E73F4A30C /* Enums.html */, + 4DCC5C1642D1514EEB22318D3CD78545 /* Extensions.html */, + 4CE8338595C6D05CEA501B09E93508E5 /* Extensions.html */, + 16BFBCA9566A2CECB160D98847C009F9 /* First.html */, + CDC3BBC22B0E9F55036CA0389E0D6409 /* First.html */, + 9A566989D6E8DEFBC7F5CF38156F8B33 /* gh.png */, + 20622F090072AD9E4401C39BAFB5AFF0 /* gh.png */, + 8AD3C8302678325B7BDCAA6BFA180344 /* gh.png */, + AC3C0259F6F3324FA64039539892BB71 /* gh.png */, + 19012FF11BE9C5CC2248C6E4138B0AC2 /* highlight.css */, + C1EEBDC4CC033E0AE872821288E12CD9 /* highlight.css */, + CAF87A347186690D2486216BACC3E56A /* highlight.css */, + 8C32FF7F843B2CDA8C9E587E9E2E1674 /* highlight.css */, + AB93E8839292AE6CDABDAA373CD0A49D /* index.html */, + 8EF5D0AC58DCE2E76BBCAEADD7558D47 /* index.html */, + 9AF71E12ED20118AEADEDBCBDE51E861 /* index.html */, + 9ADB2B7E12B39EDD47F99B655193F123 /* index.html */, + B4678AF44699EE0893E185EC9E134D15 /* Info.plist */, + FA1909A251F47ED325F6700863E6163A /* Info.plist */, + BC942EA64653BF9B59B460A6496E6F3A /* jazzy.css */, + 09374C0F780DFB3EA3C297C56A0DC854 /* jazzy.css */, + AE3F8F156F9318CDF48E8E9483DF7A3F /* jazzy.css */, + 9A6BE85CF6F3B9E542FF3D9D27D04C73 /* jazzy.css */, + 82E0D2D86E1B3E1FFFED78BEBABA9DE2 /* jazzy.js */, + 6BEB48CE6AA9D94141013FB515C41F39 /* jazzy.js */, + 952C8085AFFD4F24FFC8D88FF0531E7F /* jazzy.js */, + B99B6D77603300C89B9FDAFD2DED2308 /* jazzy.js */, + 38152076C5E85A9081D63344F63C913F /* jquery.min.js */, + 250F8BEA57FB8AD8506C6A44A72393CB /* jquery.min.js */, + 4838934846EA27ACEB90FEEF5E746A48 /* jquery.min.js */, + 132356CF9673AE8793ACDDD0BAB5027D /* jquery.min.js */, + D3EAF09F1E001A3B4BF09ED1FC038B11 /* LICENSE */, + 2065D371B9B63B9540C43ABEE5ECCFBA /* Match.html */, + 37213598031FA269808B11D0655FEEC6 /* Match.html */, + FE4C00689E817139C529CE46AF849FBD /* NSMutableParagraphStyle.html */, + 3C5CDBB6C2AE23D4C2CFA066DA564DCF /* NSMutableParagraphStyle.html */, + D9386D6FB2EA24A5854B61C196D15681 /* ParagraphStyle.html */, + 8016AB32A2BDFBA60A1D7F0245AB2C70 /* ParagraphStyle.html */, + 3A281F591E3F9BF2028F4A74CBEA70F3 /* Pattern.html */, + 46AEE20D1803EB786B9161D8AA486C4E /* Pattern.html */, + 28DA0894C137698EEBB992AC679AF2EE /* Property.html */, + 63059331CECD3751B978FB9B89D95FF4 /* Property.html */, + 08B4E710CBD881537B50102BF264B0BF /* Property.html */, + D1841F9569D4503B6B14765673C56E1B /* Property.html */, + A35EE910AD8DCDD0B63E468C610D6FE4 /* Protocols.html */, + 651EE46675F02AE43FAA00ED746E4515 /* Protocols.html */, + D553F2DC271854695889642184261E5D /* Range.html */, + 3CC7E7631D061243BA5257FFB0988066 /* Range.html */, + A7F7B8A3D3998FDD9854227D017DC2AA /* README.md */, + A30D21FDAFCF872368781B052D7C7461 /* Regex.html */, + 7EDDB4A986980B684ECB7411080797F4 /* Regex.html */, + C889625CFD39A4E6A5C67246BFB19006 /* search.json */, + C68F5E95C916A5ED1003C011705BD8EB /* search.json */, + 0809CE14289C3635C6B449F9883AC024 /* search.json */, + 327536734807348FC23722ECCBFEBDD1 /* search.json */, + DC07979C2AF9C47ADE56FCAEF0A3DB08 /* Shadow.html */, + 27E7C965A5C4F4D778669D934C0A7545 /* Shadow.html */, + DD33C827F4C22CA43F1CED1A622F203B /* Structs.html */, + C93E01D239308059D0C10AD0DBABFD02 /* Structs.html */, + 1CF1E617EC4226B15FD3FB83F55E3CF3 /* Style.html */, + 12DD9A7024F5FE8A6CDEF42511CF40F3 /* Style.html */, + 91FD835D03A45BA9F84E0A4B660C02FA /* Styles.podspec */, + ACE3AC3D764A5343D57365086A666100 /* Styles.tgz */, + 3B058CE6EDE66D3AF33FF8F54ACA50B3 /* Styles.tgz */, + 0058E6ECD89EE0983BC7E0BA84C9E6F6 /* TextDecoration.html */, + 42EAF33F1FA9BC9C5D62E6656D2869A5 /* TextDecoration.html */, + 30058D4F185BE623F838804B6498838F /* TextEffect.html */, + 2EC86026A6E2A1377342135A96F54AA0 /* TextEffect.html */, + 4A35E6934F6D23DF382D3B13BAB48275 /* TextInputState.html */, + EF25E461E14D7EF2E4E82C03846A144C /* TextInputState.html */, + 0AB4BADAC97A7D3DFB9BE31188EAA16D /* TextStyle.html */, + 5A9DE9581268747C591486FE86F7B620 /* TextStyle.html */, + DE0BB45051A7AF2A03D8537231F4219E /* UIButton(Styles).html */, + E7B1853CD810D3B903AFE474A2AD1ADB /* UIButton(Styles).html */, + 86AD716A54179C0BF6642957BD71BA24 /* UILabel(Styles).html */, + C8951A5FEABFAA028A736F3BC0869E5E /* UILabel(Styles).html */, + A37BBA889F8198E95F5B3374F853C0B7 /* UINavigationBar(TextStyle).html */, + 67E4775C9E7A69396495FE3C418FE865 /* UINavigationBar(TextStyle).html */, + FD471E167452FE8D2A4C7C645F35B258 /* UIOffset.html */, + 3C7823CE71EC62E39C7420C60E8BEFD1 /* UIOffset.html */, + D442AD0D691C1DF2D5ADD0AB04508F66 /* UITextField(Styles).html */, + F484736D09D14FB27EDF72AA437E3649 /* UITextField(Styles).html */, + 4E4179561E47A48393395354AAD02719 /* UITextView(Styles).html */, + 98122E0E6FC2EEE25EA1AD7C402582C1 /* UITextView(Styles).html */, + 456D4F9CCE36A5F24885F14F1A9BC4E0 /* UIView(Styles).html */, + 56A359A018162F18F45C2C79EE913D7A /* UIView(Styles).html */, + A39D61A00D1E02B0695AF1E21165DEDE /* undocumented.json */, + 6CF7878D3D387075AA8E038B7F3EB74E /* undocumented.json */, + 7C0D83866316EDC4F997DDB4358DF6F3 /* ViewStyle.html */, + EAFA63931A0E4A652A7D5CE4014116D0 /* ViewStyle.html */, + 51A252479315AD211A4E7E065F88D6EF /* WritingDirectionOverride.html */, + AF19DD37A150AED3A641579FFAC6C73D /* WritingDirectionOverride.html */, ); name = Pod; sourceTree = ""; diff --git a/Example/Pods/Target Support Files/Pods-Styles_Example/Info.plist b/Example/Pods/Target Support Files/Pods-Styles_Example/Info.plist index 2243fe6..2246b49 100644 --- a/Example/Pods/Target Support Files/Pods-Styles_Example/Info.plist +++ b/Example/Pods/Target Support Files/Pods-Styles_Example/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} + com.inloopx.$(PRODUCT_NAME:rfc1034identifier) CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/Example/Pods/Target Support Files/Styles/Info.plist b/Example/Pods/Target Support Files/Styles/Info.plist index 3e2a130..592c5ea 100644 --- a/Example/Pods/Target Support Files/Styles/Info.plist +++ b/Example/Pods/Target Support Files/Styles/Info.plist @@ -2,25 +2,25 @@ - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 0.24.16 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.inloopx.$(PRODUCT_NAME:rfc1034identifier) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 0.25.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + diff --git a/Example/Styles.xcodeproj/project.pbxproj b/Example/Styles.xcodeproj/project.pbxproj index cc9b3a3..260eb6c 100644 --- a/Example/Styles.xcodeproj/project.pbxproj +++ b/Example/Styles.xcodeproj/project.pbxproj @@ -697,7 +697,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.2; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MODULE_NAME = ExampleApp; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_BUNDLE_IDENTIFIER = "com.inloopx.styles-example"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_SWIFT3_OBJC_INFERENCE = Default; SWIFT_VERSION = 4.0; @@ -713,7 +713,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.2; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MODULE_NAME = ExampleApp; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_BUNDLE_IDENTIFIER = "com.inloopx.styles-example"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_SWIFT3_OBJC_INFERENCE = Default; SWIFT_VERSION = 4.0;