|
21 | 21 | 1B4638582259FFE400ED5BA9 /* AttributedLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B38369F1F97C224001DB333 /* AttributedLabel.swift */; }; |
22 | 22 | 1B4638592259FFE400ED5BA9 /* AttributedLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B38369F1F97C224001DB333 /* AttributedLabel.swift */; }; |
23 | 23 | 1B46385A2259FFE400ED5BA9 /* AttributedLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B38369F1F97C224001DB333 /* AttributedLabel.swift */; }; |
| 24 | + 1B80548A23A8ACDF002DCA63 /* IBViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B80548923A8ACDF002DCA63 /* IBViewController.swift */; }; |
| 25 | + 1B80548C23A8ACF1002DCA63 /* IB.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1B80548B23A8ACF1002DCA63 /* IB.storyboard */; }; |
24 | 26 | 1BB55AD11E5C73EF00CE6EAD /* AttributedText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BB55ACC1E5C73EF00CE6EAD /* AttributedText.swift */; }; |
25 | 27 | 1BB55AD21E5C73EF00CE6EAD /* AttributedText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BB55ACC1E5C73EF00CE6EAD /* AttributedText.swift */; }; |
26 | 28 | 1BB55AD31E5C73F000CE6EAD /* AttributedText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BB55ACC1E5C73EF00CE6EAD /* AttributedText.swift */; }; |
|
105 | 107 | 1B2F83991E5C98A4009AFBCA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
106 | 108 | 1B2F839B1E5C98A4009AFBCA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
107 | 109 | 1B38369F1F97C224001DB333 /* AttributedLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AttributedLabel.swift; path = Sources/AttributedLabel.swift; sourceTree = "<group>"; }; |
| 110 | + 1B80548923A8ACDF002DCA63 /* IBViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IBViewController.swift; sourceTree = "<group>"; }; |
| 111 | + 1B80548B23A8ACF1002DCA63 /* IB.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = IB.storyboard; sourceTree = "<group>"; }; |
108 | 112 | 1BB55ACC1E5C73EF00CE6EAD /* AttributedText.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AttributedText.swift; path = Sources/AttributedText.swift; sourceTree = "<group>"; }; |
109 | 113 | 1BB55ACD1E5C73EF00CE6EAD /* NSAttributedString+Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSAttributedString+Utils.swift"; path = "Sources/NSAttributedString+Utils.swift"; sourceTree = "<group>"; }; |
110 | 114 | 1BB55ACE1E5C73EF00CE6EAD /* NSScanner+Swift.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSScanner+Swift.swift"; path = "Sources/NSScanner+Swift.swift"; sourceTree = "<group>"; }; |
|
194 | 198 | 1BDDF5681E683A8F006374F6 /* Snippet.swift */, |
195 | 199 | 1B2F83911E5C98A4009AFBCA /* SnippetsViewController.swift */, |
196 | 200 | 1BDDF56A1E6841EA006374F6 /* AttributedLabelDemoViewController.swift */, |
| 201 | + 1B80548923A8ACDF002DCA63 /* IBViewController.swift */, |
| 202 | + 1B80548B23A8ACF1002DCA63 /* IB.storyboard */, |
197 | 203 | 1B2F838F1E5C98A4009AFBCA /* AppDelegate.swift */, |
198 | 204 | 1B2F83961E5C98A4009AFBCA /* Assets.xcassets */, |
199 | 205 | 1B2F83981E5C98A4009AFBCA /* LaunchScreen.storyboard */, |
|
523 | 529 | buildActionMask = 2147483647; |
524 | 530 | files = ( |
525 | 531 | 1B2F839A1E5C98A4009AFBCA /* LaunchScreen.storyboard in Resources */, |
| 532 | + 1B80548C23A8ACF1002DCA63 /* IB.storyboard in Resources */, |
526 | 533 | 1B2F83971E5C98A4009AFBCA /* Assets.xcassets in Resources */, |
527 | 534 | ); |
528 | 535 | runOnlyForDeploymentPostprocessing = 0; |
|
583 | 590 | isa = PBXSourcesBuildPhase; |
584 | 591 | buildActionMask = 2147483647; |
585 | 592 | files = ( |
| 593 | + 1B80548A23A8ACDF002DCA63 /* IBViewController.swift in Sources */, |
586 | 594 | 1BDDF5691E683A8F006374F6 /* Snippet.swift in Sources */, |
587 | 595 | 1B2F83921E5C98A4009AFBCA /* SnippetsViewController.swift in Sources */, |
588 | 596 | 1B2F83901E5C98A4009AFBCA /* AppDelegate.swift in Sources */, |
|
0 commit comments