Skip to content

Commit 385649b

Browse files
committed
typo
1 parent 3a16965 commit 385649b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Dispatcher.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
167A43321E8453E100083790 /* Dispatcher_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Dispatcher_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4040
167A43341E8453E100083790 /* Dispatcher_macOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dispatcher_macOS.h; sourceTree = "<group>"; };
4141
167A43351E8453E100083790 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
42-
16D979D11E88C4CB00F4430B /* RecorderMiddleware+.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RecorderMiddleware+.swift"; sourceTree = "<group>"; };
42+
16D979D11E88C4CB00F4430B /* RecorderMiddleware.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecorderMiddleware.swift; sourceTree = "<group>"; };
4343
/* End PBXFileReference section */
4444

4545
/* Begin PBXFrameworksBuildPhase section */
@@ -107,7 +107,7 @@
107107
isa = PBXGroup;
108108
children = (
109109
167A43221E8453A300083790 /* LoggerMiddleware.swift */,
110-
16D979D11E88C4CB00F4430B /* RecorderMiddleware+.swift */,
110+
16D979D11E88C4CB00F4430B /* RecorderMiddleware.swift */,
111111
);
112112
name = Middleware;
113113
sourceTree = "<group>";

bin/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ rm -rf .build_temp
88
mkdir .build_temp
99
cd .build_temp
1010
echo "github \"alexdrone/Dispatch\" \"master\"" >> Cartfile
11+
echo "github \"JohnSundell/Wrap\" \"master\"" >> Cartfile
12+
echo "github \"JohnSundell/Unbox\" \"master\"" >> Cartfile
1113
carthage update
1214
mv Carthage/Build/iOS/*.framework ../bin/
1315
mv Carthage/Build/iOS/*.dSYM ../bin/
File renamed without changes.

0 commit comments

Comments
 (0)