Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Updates tests to use XCTest framework
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdevereux committed Jan 20, 2016
1 parent bd28cf1 commit 37bb5f0
Show file tree
Hide file tree
Showing 19 changed files with 377 additions and 830 deletions.
2 changes: 1 addition & 1 deletion Application-OSX/Application-OSX-Info.plist
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>chris-devereux.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion Application-iOS/Application-iOS-Info.plist
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>chris-devereux.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
529 changes: 266 additions & 263 deletions Slash.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

96 changes: 0 additions & 96 deletions Slash.xcodeproj/xcshareddata/xcschemes/Application-OSX.xcscheme

This file was deleted.

96 changes: 0 additions & 96 deletions Slash.xcodeproj/xcshareddata/xcschemes/Application-iOS.xcscheme

This file was deleted.

59 changes: 0 additions & 59 deletions Slash.xcodeproj/xcshareddata/xcschemes/GenerateParser.xcscheme

This file was deleted.

86 changes: 0 additions & 86 deletions Slash.xcodeproj/xcshareddata/xcschemes/Profiling-OSX.xcscheme

This file was deleted.

0 comments on commit 37bb5f0

Please sign in to comment.