File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 39
39
167A43321E8453E100083790 /* Dispatcher_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Dispatcher_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
40
40
167A43341E8453E100083790 /* Dispatcher_macOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dispatcher_macOS.h; sourceTree = "<group>"; };
41
41
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>"; };
43
43
/* End PBXFileReference section */
44
44
45
45
/* Begin PBXFrameworksBuildPhase section */
107
107
isa = PBXGroup;
108
108
children = (
109
109
167A43221E8453A300083790 /* LoggerMiddleware.swift */,
110
- 16D979D11E88C4CB00F4430B /* RecorderMiddleware+ .swift */,
110
+ 16D979D11E88C4CB00F4430B /* RecorderMiddleware.swift */,
111
111
);
112
112
name = Middleware;
113
113
sourceTree = "<group>";
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ rm -rf .build_temp
8
8
mkdir .build_temp
9
9
cd .build_temp
10
10
echo " github \" alexdrone/Dispatch\" \" master\" " >> Cartfile
11
+ echo " github \" JohnSundell/Wrap\" \" master\" " >> Cartfile
12
+ echo " github \" JohnSundell/Unbox\" \" master\" " >> Cartfile
11
13
carthage update
12
14
mv Carthage/Build/iOS/* .framework ../bin/
13
15
mv Carthage/Build/iOS/* .dSYM ../bin/
File renamed without changes.
You can’t perform that action at this time.
0 commit comments