|
16 | 16 | /* End PBXBuildFile section */ |
17 | 17 |
|
18 | 18 | /* Begin PBXFileReference section */ |
19 | | - 0EB11385C267E3B4808F0B62 /* Pods-PSHTMLView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PSHTMLView_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PSHTMLView_Tests/Pods-PSHTMLView_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
20 | 19 | 2AD99146AC26D8F7282A45A6 /* Pods_PSHTMLView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PSHTMLView_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
21 | 20 | 4E90642270D1CA0C319D4860 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
22 | | - 55904147A8C70FA2817034D1 /* Pods-PSHTMLView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PSHTMLView_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-PSHTMLView_Tests/Pods-PSHTMLView_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
23 | 21 | 607FACD01AFB9204008FA782 /* PSHTMLView_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PSHTMLView_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
24 | 22 | 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
25 | 23 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
26 | 24 | 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
27 | 25 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
28 | 26 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
29 | | - 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
30 | | - 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; }; |
31 | 27 | 86E74CED34EC913D52EC86BC /* Pods-PSHTMLView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PSHTMLView_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PSHTMLView_Example/Pods-PSHTMLView_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
32 | | - 8E73DDB1C19F97EDC84A055E /* Pods_PSHTMLView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PSHTMLView_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
33 | 28 | 95AD481137BA434681F07397 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
34 | 29 | A5F714711FC7B3610035EE24 /* PSHTMLInTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PSHTMLInTableViewController.swift; sourceTree = "<group>"; }; |
35 | 30 | DA1644A1FEFF1F249EBB3B41 /* PSHTMLView.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = PSHTMLView.podspec; path = ../PSHTMLView.podspec; sourceTree = "<group>"; }; |
|
53 | 48 | children = ( |
54 | 49 | 607FACF51AFB993E008FA782 /* Podspec Metadata */, |
55 | 50 | 607FACD21AFB9204008FA782 /* Example for PSHTMLView */, |
56 | | - 607FACE81AFB9204008FA782 /* Tests */, |
57 | 51 | 607FACD11AFB9204008FA782 /* Products */, |
58 | 52 | FF3BF395FE65A614659D4327 /* Pods */, |
59 | 53 | E21DAEE118C5CDEFF4224551 /* Frameworks */, |
|
90 | 84 | name = "Supporting Files"; |
91 | 85 | sourceTree = "<group>"; |
92 | 86 | }; |
93 | | - 607FACE81AFB9204008FA782 /* Tests */ = { |
94 | | - isa = PBXGroup; |
95 | | - children = ( |
96 | | - 607FACEB1AFB9204008FA782 /* Tests.swift */, |
97 | | - 607FACE91AFB9204008FA782 /* Supporting Files */, |
98 | | - ); |
99 | | - path = Tests; |
100 | | - sourceTree = "<group>"; |
101 | | - }; |
102 | | - 607FACE91AFB9204008FA782 /* Supporting Files */ = { |
103 | | - isa = PBXGroup; |
104 | | - children = ( |
105 | | - 607FACEA1AFB9204008FA782 /* Info.plist */, |
106 | | - ); |
107 | | - name = "Supporting Files"; |
108 | | - sourceTree = "<group>"; |
109 | | - }; |
110 | 87 | 607FACF51AFB993E008FA782 /* Podspec Metadata */ = { |
111 | 88 | isa = PBXGroup; |
112 | 89 | children = ( |
|
121 | 98 | isa = PBXGroup; |
122 | 99 | children = ( |
123 | 100 | 2AD99146AC26D8F7282A45A6 /* Pods_PSHTMLView_Example.framework */, |
124 | | - 8E73DDB1C19F97EDC84A055E /* Pods_PSHTMLView_Tests.framework */, |
125 | 101 | ); |
126 | 102 | name = Frameworks; |
127 | 103 | sourceTree = "<group>"; |
|
131 | 107 | children = ( |
132 | 108 | 86E74CED34EC913D52EC86BC /* Pods-PSHTMLView_Example.debug.xcconfig */, |
133 | 109 | F22299E5DA2D277A2633DFC4 /* Pods-PSHTMLView_Example.release.xcconfig */, |
134 | | - 0EB11385C267E3B4808F0B62 /* Pods-PSHTMLView_Tests.debug.xcconfig */, |
135 | | - 55904147A8C70FA2817034D1 /* Pods-PSHTMLView_Tests.release.xcconfig */, |
136 | 110 | ); |
137 | 111 | name = Pods; |
138 | 112 | sourceTree = "<group>"; |
|
0 commit comments