-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine file structure for Unit tests and Carthage Support
- Loading branch information
Showing
30 changed files
with
312 additions
and
593 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
M13OrderedDictionary.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
...eredDictionary.xcodeproj/project.xcworkspace/xcshareddata/M13OrderedDictionary.xccheckout
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-20.7 KB
...odeproj/project.xcworkspace/xcuserdata/Brandon.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
...eredDictionary.xcodeproj/xcuserdata/Brandon.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...redDictionary.xcodeproj/xcuserdata/Brandon.xcuserdatad/xcschemes/xcschememanagement.plist
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
XCTOOL=xctool | ||
SCHEME=M13OrderedDictionary | ||
XCTOOL_FLAGS=-scheme $(SCHEME) | ||
|
||
test: check-xctool clean | ||
$(XCTOOL) $(XCTOOL_FLAGS) build-tests 1>/dev/null 2>&1 | ||
$(XCTOOL) $(XCTOOL_FLAGS) run-tests | ||
|
||
clean: check-xctool | ||
$(XCTOOL) $(XCTOOL_FLAGS) clean 1>/dev/null 2>&1 | ||
|
||
check-xctool: | ||
which $(XCTOOL) 1>/dev/null 2>&1 || \ | ||
(echo "\n\n>>> Please install xctool first. (https://github.com/facebook/xctool)\n" && exit 1) |
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
NSOrderedDictionary.xcworkspace/xcshareddata/NSOrderedDictionary.xccheckout
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-23.9 KB
...deredDictionary.xcworkspace/xcuserdata/Brandon.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
10 changes: 0 additions & 10 deletions
10
NSOrderedDictionary.xcworkspace/xcuserdata/Brandon.xcuserdatad/WorkspaceSettings.xcsettings
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...ictionary.xcworkspace/xcuserdata/Brandon.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.