Skip to content

Commit 7c41792

Browse files
committed
Rename file
1 parent 16326cc commit 7c41792

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Brick.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
BDBA5F221D940F09003A5C6B /* Brick.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BDFD54221D940EDC003CB98B /* Brick.framework */; };
2222
BDDA5FEB1CBBCF45000FD5A6 /* ItemConfigurable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDA5FEA1CBBCF45000FD5A6 /* ItemConfigurable.swift */; };
2323
BDDA5FEC1CBBCF45000FD5A6 /* ItemConfigurable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDA5FEA1CBBCF45000FD5A6 /* ItemConfigurable.swift */; };
24-
BDDB1A541E09AF7300DFF834 /* DictionaryConvertable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDB1A531E09AF7300DFF834 /* DictionaryConvertable.swift */; };
25-
BDDB1A551E0A701900DFF834 /* DictionaryConvertable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDB1A531E09AF7300DFF834 /* DictionaryConvertable.swift */; };
26-
BDDB1A561E0A701900DFF834 /* DictionaryConvertable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDB1A531E09AF7300DFF834 /* DictionaryConvertable.swift */; };
24+
BDDB1A541E09AF7300DFF834 /* DictionaryConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDB1A531E09AF7300DFF834 /* DictionaryConvertible.swift */; };
25+
BDDB1A551E0A701900DFF834 /* DictionaryConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDB1A531E09AF7300DFF834 /* DictionaryConvertible.swift */; };
26+
BDDB1A561E0A701900DFF834 /* DictionaryConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDB1A531E09AF7300DFF834 /* DictionaryConvertible.swift */; };
2727
BDE7D2171D940FC300027CE4 /* ItemSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5C629971C3A8BDA007F7B7C /* ItemSpec.swift */; };
2828
BDE7D2181D940FC300027CE4 /* ExtensionsSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5ACAC9C1CCE449A00567809 /* ExtensionsSpec.swift */; };
2929
BDE7D2191D940FC300027CE4 /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = D57832961CE142C8005ED144 /* Helpers.swift */; };
@@ -88,7 +88,7 @@
8888
BD80D9201DA2AACA00675D5F /* Indexable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Indexable.swift; sourceTree = "<group>"; };
8989
BDBA5F1D1D940F09003A5C6B /* Brick-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Brick-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
9090
BDDA5FEA1CBBCF45000FD5A6 /* ItemConfigurable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ItemConfigurable.swift; sourceTree = "<group>"; };
91-
BDDB1A531E09AF7300DFF834 /* DictionaryConvertable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DictionaryConvertable.swift; sourceTree = "<group>"; };
91+
BDDB1A531E09AF7300DFF834 /* DictionaryConvertible.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DictionaryConvertible.swift; sourceTree = "<group>"; };
9292
BDE7D2151D940F7800027CE4 /* Info-tvOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-tvOS.plist"; sourceTree = "<group>"; };
9393
BDE7D2161D940FAA00027CE4 /* Info-tvOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-tvOS.plist"; sourceTree = "<group>"; };
9494
BDFD54221D940EDC003CB98B /* Brick.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Brick.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -222,7 +222,7 @@
222222
D5C6296E1C3A809D007F7B7C /* Shared */ = {
223223
isa = PBXGroup;
224224
children = (
225-
BDDB1A531E09AF7300DFF834 /* DictionaryConvertable.swift */,
225+
BDDB1A531E09AF7300DFF834 /* DictionaryConvertible.swift */,
226226
D5ACAC991CCE439F00567809 /* Extensions.swift */,
227227
BD80D9201DA2AACA00675D5F /* Indexable.swift */,
228228
D5C629861C3A89A8007F7B7C /* Item.swift */,
@@ -640,7 +640,7 @@
640640
buildActionMask = 2147483647;
641641
files = (
642642
BDE7D21A1D940FCD00027CE4 /* Item.swift in Sources */,
643-
BDDB1A551E0A701900DFF834 /* DictionaryConvertable.swift in Sources */,
643+
BDDB1A551E0A701900DFF834 /* DictionaryConvertible.swift in Sources */,
644644
BDE7D21B1D940FCD00027CE4 /* ItemConfigurable.swift in Sources */,
645645
BD80D9221DA2AACA00675D5F /* Indexable.swift in Sources */,
646646
BDE7D21C1D940FCD00027CE4 /* StringConvertible.swift in Sources */,
@@ -653,7 +653,7 @@
653653
buildActionMask = 2147483647;
654654
files = (
655655
D5C629871C3A89A8007F7B7C /* Item.swift in Sources */,
656-
BDDB1A541E09AF7300DFF834 /* DictionaryConvertable.swift in Sources */,
656+
BDDB1A541E09AF7300DFF834 /* DictionaryConvertible.swift in Sources */,
657657
D5ACAC9A1CCE439F00567809 /* Extensions.swift in Sources */,
658658
BD80D9211DA2AACA00675D5F /* Indexable.swift in Sources */,
659659
BDDA5FEB1CBBCF45000FD5A6 /* ItemConfigurable.swift in Sources */,
@@ -676,7 +676,7 @@
676676
buildActionMask = 2147483647;
677677
files = (
678678
DAA38AA61CBEEAD900D48603 /* StringConvertible.swift in Sources */,
679-
BDDB1A561E0A701900DFF834 /* DictionaryConvertable.swift in Sources */,
679+
BDDB1A561E0A701900DFF834 /* DictionaryConvertible.swift in Sources */,
680680
D5ACAC9B1CCE439F00567809 /* Extensions.swift in Sources */,
681681
BD80D9231DA2AACA00675D5F /* Indexable.swift in Sources */,
682682
D5C629881C3A89A8007F7B7C /* Item.swift in Sources */,

0 commit comments

Comments
 (0)