Skip to content

Commit f88cc61

Browse files
committed
Update project file
1 parent 24835e5 commit f88cc61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PMKHomeKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
838C29D42103FB9700CE5309 /* HMHome+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 838C29CF2103FB9700CE5309 /* HMHome+Promise.swift */; };
1515
838C29D52103FB9700CE5309 /* HMCharacteristic+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 838C29D02103FB9700CE5309 /* HMCharacteristic+Promise.swift */; };
1616
838C29D62103FB9700CE5309 /* HMHomeManager+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 838C29D12103FB9700CE5309 /* HMHomeManager+Promise.swift */; };
17-
838C29D72103FB9700CE5309 /* PromiseProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 838C29D22103FB9700CE5309 /* PromiseProxy.swift */; };
17+
838C29D72103FB9700CE5309 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 838C29D22103FB9700CE5309 /* Utils.swift */; };
1818
/* End PBXBuildFile section */
1919

2020
/* Begin PBXContainerItemProxy section */
@@ -39,7 +39,7 @@
3939
838C29CF2103FB9700CE5309 /* HMHome+Promise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HMHome+Promise.swift"; sourceTree = "<group>"; };
4040
838C29D02103FB9700CE5309 /* HMCharacteristic+Promise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HMCharacteristic+Promise.swift"; sourceTree = "<group>"; };
4141
838C29D12103FB9700CE5309 /* HMHomeManager+Promise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HMHomeManager+Promise.swift"; sourceTree = "<group>"; };
42-
838C29D22103FB9700CE5309 /* PromiseProxy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PromiseProxy.swift; sourceTree = "<group>"; };
42+
838C29D22103FB9700CE5309 /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
4343
/* End PBXFileReference section */
4444

4545
/* Begin PBXFrameworksBuildPhase section */
@@ -89,7 +89,7 @@
8989
838C29CE2103FB9600CE5309 /* HMAcessoryBrowser+Promise.swift */,
9090
838C29CF2103FB9700CE5309 /* HMHome+Promise.swift */,
9191
838C29D12103FB9700CE5309 /* HMHomeManager+Promise.swift */,
92-
838C29D22103FB9700CE5309 /* PromiseProxy.swift */,
92+
838C29D22103FB9700CE5309 /* Utils.swift */,
9393
);
9494
path = Sources;
9595
sourceTree = SOURCE_ROOT;
@@ -218,7 +218,7 @@
218218
838C29D52103FB9700CE5309 /* HMCharacteristic+Promise.swift in Sources */,
219219
838C29D42103FB9700CE5309 /* HMHome+Promise.swift in Sources */,
220220
838C29D32103FB9700CE5309 /* HMAcessoryBrowser+Promise.swift in Sources */,
221-
838C29D72103FB9700CE5309 /* PromiseProxy.swift in Sources */,
221+
838C29D72103FB9700CE5309 /* Utils.swift in Sources */,
222222
);
223223
runOnlyForDeploymentPostprocessing = 0;
224224
};

0 commit comments

Comments
 (0)