Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdrone committed May 6, 2017
1 parent 3a16965 commit 385649b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dispatcher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
167A43321E8453E100083790 /* Dispatcher_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Dispatcher_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
167A43341E8453E100083790 /* Dispatcher_macOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dispatcher_macOS.h; sourceTree = "<group>"; };
167A43351E8453E100083790 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
16D979D11E88C4CB00F4430B /* RecorderMiddleware+.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RecorderMiddleware+.swift"; sourceTree = "<group>"; };
16D979D11E88C4CB00F4430B /* RecorderMiddleware.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecorderMiddleware.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -107,7 +107,7 @@
isa = PBXGroup;
children = (
167A43221E8453A300083790 /* LoggerMiddleware.swift */,
16D979D11E88C4CB00F4430B /* RecorderMiddleware+.swift */,
16D979D11E88C4CB00F4430B /* RecorderMiddleware.swift */,
);
name = Middleware;
sourceTree = "<group>";
Expand Down
2 changes: 2 additions & 0 deletions bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ rm -rf .build_temp
mkdir .build_temp
cd .build_temp
echo "github \"alexdrone/Dispatch\" \"master\"" >> Cartfile
echo "github \"JohnSundell/Wrap\" \"master\"" >> Cartfile
echo "github \"JohnSundell/Unbox\" \"master\"" >> Cartfile
carthage update
mv Carthage/Build/iOS/*.framework ../bin/
mv Carthage/Build/iOS/*.dSYM ../bin/
Expand Down
File renamed without changes.

0 comments on commit 385649b

Please sign in to comment.