Skip to content

Commit 3ebcbea

Browse files
author
Kyle Begeman
committed
File settings update.
1 parent 8c37329 commit 3ebcbea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

InlineTagController.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
27BD79201F13F1DE0018832A /* InlineTagController.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = InlineTagController.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2525
27BD79231F13F1DE0018832A /* InlineTagController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InlineTagController.h; sourceTree = "<group>"; };
2626
27BD79241F13F1DE0018832A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
27-
27BD792D1F13F2060018832A /* InlineTagCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InlineTagCell.swift; path = /Users/kyle/Desktop/InlineTagController/Sources/InlineTagCell.swift; sourceTree = "<absolute>"; };
28-
27BD792E1F13F2060018832A /* InlineTagController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InlineTagController.swift; path = /Users/kyle/Desktop/InlineTagController/InlineTagController/../Sources/InlineTagController.swift; sourceTree = "<absolute>"; };
29-
27BD792F1F13F2060018832A /* InlineTagConfigurable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InlineTagConfigurable.swift; path = /Users/kyle/Desktop/InlineTagController/Sources/InlineTagConfigurable.swift; sourceTree = "<absolute>"; };
30-
27BD79301F13F2060018832A /* InlineTagControllerFlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InlineTagControllerFlowLayout.swift; path = /Users/kyle/Desktop/InlineTagController/InlineTagController/../Sources/InlineTagControllerFlowLayout.swift; sourceTree = "<absolute>"; };
31-
27BD79311F13F2060018832A /* InlineTagControllerValidation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InlineTagControllerValidation.swift; path = /Users/kyle/Desktop/InlineTagController/InlineTagController/../Sources/InlineTagControllerValidation.swift; sourceTree = "<absolute>"; };
27+
27BD792D1F13F2060018832A /* InlineTagCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InlineTagCell.swift; path = ../Sources/InlineTagCell.swift; sourceTree = "<group>"; };
28+
27BD792E1F13F2060018832A /* InlineTagController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InlineTagController.swift; path = ../Sources/InlineTagController.swift; sourceTree = "<group>"; };
29+
27BD792F1F13F2060018832A /* InlineTagConfigurable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InlineTagConfigurable.swift; path = ../Sources/InlineTagConfigurable.swift; sourceTree = "<group>"; };
30+
27BD79301F13F2060018832A /* InlineTagControllerFlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InlineTagControllerFlowLayout.swift; path = ../Sources/InlineTagControllerFlowLayout.swift; sourceTree = "<group>"; };
31+
27BD79311F13F2060018832A /* InlineTagControllerValidation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InlineTagControllerValidation.swift; path = ../Sources/InlineTagControllerValidation.swift; sourceTree = "<group>"; };
3232
27BD793B1F13F2680018832A /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
3333
27BD793D1F13F2680018832A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3434
27BD793F1F13F2680018832A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };

0 commit comments

Comments
 (0)