Skip to content

Commit f3e1ee3

Browse files
committed
Fix file reference in xcproj
1 parent 070e2c5 commit f3e1ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HTMLString.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
/* End PBXContainerItemProxy section */
6262

6363
/* Begin PBXFileReference section */
64-
4238F741252447BE00AD5902 /* HTMLStringObjcTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HTMLStringObjcTests.m; sourceTree = "<group>"; };
64+
4238F741252447BE00AD5902 /* HTMLStringObjcTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = HTMLStringObjcTests.m; path = HTMLStringTests/HTMLStringObjcTests.m; sourceTree = "<group>"; };
6565
55BFFFD61F59574E00F13633 /* Bundle+Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Bundle+Helpers.swift"; path = "HTMLStringTests/Bundle+Helpers.swift"; sourceTree = "<group>"; };
6666
5E441EA91E525F2D0041CF34 /* HTMLString.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = HTMLString.plist; path = Configs/HTMLString.plist; sourceTree = "<group>"; };
6767
5E441EAA1E525F340041CF34 /* HTMLStringTests.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = HTMLStringTests.plist; path = Configs/HTMLStringTests.plist; sourceTree = "<group>"; };

0 commit comments

Comments
 (0)