Skip to content

Commit

Permalink
Merge pull request #166 from peterprokop/master
Browse files Browse the repository at this point in the history
Fix testing
  • Loading branch information
vikmeup committed Apr 21, 2016
2 parents 079d4a2 + 6093f53 commit f731e00
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCLAlertView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
9EAEFBC51CC2AA6600BA87FB /* SCLExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EAEFBC41CC2AA6600BA87FB /* SCLExtensions.swift */; };
9EE073151C9D7F4C002B43FD /* SCLAlertViewPropertiesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE073131C9D7F4C002B43FD /* SCLAlertViewPropertiesTests.swift */; };
9EE073161C9D7F4C002B43FD /* SCLAlertViewStyleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE073141C9D7F4C002B43FD /* SCLAlertViewStyleTests.swift */; };
9EE073171C9D7F6B002B43FD /* SCLAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70264F171B0F592500B32B18 /* SCLAlertView.swift */; };
9EE99F911CA6B2320090F845 /* SCLPublicConstructorsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE99F901CA6B2320090F845 /* SCLPublicConstructorsTest.swift */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -252,7 +251,6 @@
9EE073161C9D7F4C002B43FD /* SCLAlertViewStyleTests.swift in Sources */,
9E124F1D1C9EA6B5001A4972 /* SCLTextFieldTests.swift in Sources */,
9E124F1B1C9EA303001A4972 /* SCLAlertViewInitTests.swift in Sources */,
9EE073171C9D7F6B002B43FD /* SCLAlertView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -363,6 +361,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_TESTABILITY = YES;
INFOPLIST_FILE = SCLAlertView/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
Expand All @@ -379,6 +378,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_TESTABILITY = YES;
INFOPLIST_FILE = SCLAlertView/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
Expand Down
2 changes: 2 additions & 0 deletions SCLAlertViewTests/SCLAlertViewInitTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2016 Alexey Poimtsev. All rights reserved.
//

@testable import SCLAlertView

import XCTest

class SCLAlertViewInitTests: XCTestCase {
Expand Down
2 changes: 2 additions & 0 deletions SCLAlertViewTests/SCLAlertViewPropertiesTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2016 Alexey Poimtsev. All rights reserved.
//

@testable import SCLAlertView

import XCTest

class SCLAlertViewPropertiesTests: XCTestCase {
Expand Down
2 changes: 2 additions & 0 deletions SCLAlertViewTests/SCLAlertViewStyleTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright (c) 2015 Alexey Poimtsev. All rights reserved.
//

@testable import SCLAlertView

import UIKit
import XCTest

Expand Down
2 changes: 2 additions & 0 deletions SCLAlertViewTests/SCLButtonTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2016 Alexey Poimtsev. All rights reserved.
//

@testable import SCLAlertView

import XCTest

class SCLButtonTests: XCTestCase {
Expand Down
2 changes: 2 additions & 0 deletions SCLAlertViewTests/SCLPublicConstructorsTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2016 Alexey Poimtsev. All rights reserved.
//

@testable import SCLAlertView

import XCTest

class SCLPublicConstructorsTest: XCTestCase {
Expand Down
2 changes: 2 additions & 0 deletions SCLAlertViewTests/SCLTextFieldTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2016 Alexey Poimtsev. All rights reserved.
//

@testable import SCLAlertView

import XCTest

class SCLTextFieldTests: XCTestCase {
Expand Down

0 comments on commit f731e00

Please sign in to comment.