Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-suzuki committed Jul 2, 2018
1 parent 3bc5422 commit 4c47a51
Show file tree
Hide file tree
Showing 8 changed files with 327 additions and 19 deletions.
252 changes: 239 additions & 13 deletions Sica.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Sica.xcodeproj/xcshareddata/xcschemes/Sica-iOS.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "D4A60FEB20ABC9890079871A"
BuildableName = "SicaTests.xctest"
BlueprintName = "SicaTests"
BlueprintName = "SicaTests-iOS"
ReferencedContainer = "container:Sica.xcodeproj">
</BuildableReference>
</TestableReference>
Expand Down
19 changes: 19 additions & 0 deletions Sica.xcodeproj/xcshareddata/xcschemes/Sica-macOS.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,26 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9D436C6220E9EA1E00A1B938"
BuildableName = "SicaTests.xctest"
BlueprintName = "SicaTests-macOS"
ReferencedContainer = "container:Sica.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9D436C3020E9E4DD00A1B938"
BuildableName = "Sica.framework"
BlueprintName = "Sica-macOS"
ReferencedContainer = "container:Sica.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand Down
25 changes: 22 additions & 3 deletions Sica.xcodeproj/xcshareddata/xcschemes/Sica-tvOS.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9D436C4220E9E71900A1B938"
BuildableName = "Sica-tvOS.framework"
BuildableName = "Sica.framework"
BlueprintName = "Sica-tvOS"
ReferencedContainer = "container:Sica.xcodeproj">
</BuildableReference>
Expand All @@ -28,7 +28,26 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9D436C5420E9E8F200A1B938"
BuildableName = "SicaTests.xctest"
BlueprintName = "SicaTests-tvOS"
ReferencedContainer = "container:Sica.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9D436C4220E9E71900A1B938"
BuildableName = "Sica.framework"
BlueprintName = "Sica-tvOS"
ReferencedContainer = "container:Sica.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand All @@ -46,7 +65,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9D436C4220E9E71900A1B938"
BuildableName = "Sica-tvOS.framework"
BuildableName = "Sica.framework"
BlueprintName = "Sica-tvOS"
ReferencedContainer = "container:Sica.xcodeproj">
</BuildableReference>
Expand All @@ -64,7 +83,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9D436C4220E9E71900A1B938"
BuildableName = "Sica-tvOS.framework"
BuildableName = "Sica.framework"
BlueprintName = "Sica-tvOS"
ReferencedContainer = "container:Sica.xcodeproj">
</BuildableReference>
Expand Down
File renamed without changes.
22 changes: 22 additions & 0 deletions SicaTests/Info-macOS.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
22 changes: 22 additions & 0 deletions SicaTests/Info-tvOS.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions SicaTests/SicaTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import XCTest
@testable import Sica

class SicaTests: XCTestCase {
var animator = Animator(view: UIView())
var animator = Animator(view: View())

override func setUp() {
super.setUp()
animator = Animator(view: UIView())
animator = Animator(view: View())
}

override func tearDown() {
Expand Down

0 comments on commit 4c47a51

Please sign in to comment.