Skip to content

Commit

Permalink
Initial swift package manager support
Browse files Browse the repository at this point in the history
  • Loading branch information
kenji21 committed Nov 12, 2020
1 parent 5a88cc9 commit a4e30df
Show file tree
Hide file tree
Showing 118 changed files with 609 additions and 751 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.perspectivev3
xcuserdata
project.xcworkspace
.swiftpm

#Ignore textmate build errors
*.tm_build_errors
Expand Down
7 changes: 0 additions & 7 deletions Classes/KIF-Prefix.pch

This file was deleted.

8 changes: 0 additions & 8 deletions Classes/KIF-XCTestPrefix.pch

This file was deleted.

19 changes: 0 additions & 19 deletions Classes/KIF.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,6 @@
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Calculator/Calculator-Prefix.pch";
INFOPLIST_FILE = "Calculator/Calculator-Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = "com.square.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -644,7 +643,6 @@
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Calculator/Calculator-Prefix.pch";
INFOPLIST_FILE = "Calculator/Calculator-Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = "com.square.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
14 changes: 0 additions & 14 deletions Documentation/Examples/Calculator/Calculator/Calculator-Prefix.pch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@
DEVELOPMENT_TEAM = "";
GCC_DYNAMIC_NO_PIC = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Testable/Testable-Prefix.pch";
INFOPLIST_FILE = "Testable/Testable-Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = "com.squareup.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -638,7 +637,6 @@
COPY_PHASE_STRIP = YES;
DEVELOPMENT_TEAM = "";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Testable/Testable-Prefix.pch";
INFOPLIST_FILE = "Testable/Testable-Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = "com.squareup.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
14 changes: 0 additions & 14 deletions Documentation/Examples/Testable/Testable/Testable-Prefix.pch

This file was deleted.

1 change: 0 additions & 1 deletion KIF Tests/AccessibilityIdentifierTests_ViewTestActor.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <KIF/KIF.h>
#import <KIF/KIFTestStepValidation.h>

@interface AccessibilityIdentifierTests_ViewTestActor : KIFTestCase
@end
Expand Down
1 change: 0 additions & 1 deletion KIF Tests/CascadingFailureTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <KIF/KIF.h>
#import "KIFTestStepValidation.h"

@interface KIFSystemTestActor (CascadingFailureTests)
- (void)failA;
Expand Down
1 change: 0 additions & 1 deletion KIF Tests/CollectionViewTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <KIF/KIF.h>
#import "KIFTestStepValidation.h"

@interface CollectionViewTests : KIFTestCase
@end
Expand Down
1 change: 0 additions & 1 deletion KIF Tests/CollectionViewTests_ViewTestActor.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <KIF/KIF.h>
#import "KIFTestStepValidation.h"

@interface CollectionViewTests_ViewTestActor : KIFTestCase
@end
Expand Down
2 changes: 0 additions & 2 deletions KIF Tests/CompositionTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
//

#import <KIF/KIF.h>
#import "UIApplication-KIFAdditions.h"
#import "UIAccessibilityElement-KIFAdditions.h"

@interface KIFUITestActor (Composition)

Expand Down
2 changes: 0 additions & 2 deletions KIF Tests/CompositionTests_ViewTestActor.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
//

#import <KIF/KIF.h>
#import "UIApplication-KIFAdditions.h"
#import "UIAccessibilityElement-KIFAdditions.h"

@interface KIFUIViewTestActor (Composition)

Expand Down
5 changes: 2 additions & 3 deletions KIF Tests/GestureTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
//

#import <KIF/KIF.h>
#import <KIF/KIFTestStepValidation.h>
#import <KIF/KIFUITestActor-IdentifierTests.h>
#import <KIF/UIView-KIFAdditions.h>

#import "UIView-KIFAdditions.h"

#define kPanMeAccessibilityString @"Pan Me"
#define kVelocityValueLabelAccessibilityString @"velocityValueLabel"
Expand Down
2 changes: 1 addition & 1 deletion KIF Tests/GestureTests_ViewTestActor.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


#import <KIF/KIF.h>
#import <KIF/KIFTestStepValidation.h>

@implementation KIFUIViewTestActor (gesturetests)

- (KIFUIViewTestActor *)swipeMe
Expand Down
8 changes: 0 additions & 8 deletions KIF Tests/KIF Tests-Prefix.pch

This file was deleted.

9 changes: 0 additions & 9 deletions KIF Tests/KIF XCTests-Prefix.pch

This file was deleted.

4 changes: 2 additions & 2 deletions KIF Tests/MultiFingerTests_ViewTestActor.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@


#import <KIF/KIF.h>
#import "KIFTestStepValidation.h"
#import <KIF/UIApplication-KIFAdditions.h>

#import "UIView-KIFAdditions.h"

@interface MultiFingerTests_ViewTestActor : KIFTestCase
@property (nonatomic, readwrite) BOOL twoFingerPanSuccess;
Expand Down
2 changes: 1 addition & 1 deletion KIF Tests/PullToRefreshTests_ViewTestActor.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "KIFUIViewTestActor.h"
#import <KIF/KIF.h>

@interface PullToRefreshTests_ViewTestActor : KIFTestCase
@end
Expand Down
1 change: 0 additions & 1 deletion KIF Tests/ScrollViewTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <KIF/KIF.h>
#import "KIFTestStepValidation.h"

@interface ScrollViewTests : KIFTestCase
@end
Expand Down
1 change: 0 additions & 1 deletion KIF Tests/ScrollViewTests_ViewTestActor.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <KIF/KIF.h>
#import "KIFTestStepValidation.h"

@interface ScrollViewTests_ViewTestActor : KIFTestCase
@end
Expand Down
1 change: 0 additions & 1 deletion KIF Tests/SearchFieldTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <KIF/KIF.h>
#import <KIF/UIApplication-KIFAdditions.h>

@interface SearchFieldTests : KIFTestCase
@end
Expand Down
1 change: 0 additions & 1 deletion KIF Tests/SearchFieldTests_ViewTestActor.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


#import <KIF/KIF.h>
#import <KIF/UIApplication-KIFAdditions.h>

@interface SearchFieldTests_ViewTestActor : KIFTestCase
@end
Expand Down
1 change: 0 additions & 1 deletion KIF Tests/SystemAlertTests_ViewTestActor.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


#import <KIF/KIF.h>
#import "KIFUITestActor.h"

@interface SystemAlertTests_ViewTestActor : KIFTestCase
@end
Expand Down
3 changes: 0 additions & 3 deletions KIF Tests/TableViewTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
//

#import <KIF/KIF.h>
#import <KIF/KIFUITestActor-IdentifierTests.h>
#import "KIFTestStepValidation.h"
#import "UIApplication-KIFAdditions.h"

@interface TableViewTests : KIFTestCase
@end
Expand Down
2 changes: 0 additions & 2 deletions KIF Tests/TableViewTests_ViewTestActor.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@


#import <KIF/KIF.h>
#import "KIFTestStepValidation.h"
#import "UIApplication-KIFAdditions.h"

@interface TableViewTests_ViewTestActor : KIFTestCase
@end
Expand Down
1 change: 0 additions & 1 deletion KIF Tests/TappingTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <KIF/KIF.h>
#import <KIF/KIFUITestActor-IdentifierTests.h>

@interface TappingTests : KIFTestCase
@end
Expand Down
1 change: 0 additions & 1 deletion KIF Tests/TypingTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <KIF/KIF.h>
#import "KIFTestStepValidation.h"

@interface TypingTests : KIFTestCase
@end
Expand Down
1 change: 0 additions & 1 deletion KIF Tests/TypingTests_ViewTestActor.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <KIF/KIF.h>
#import "KIFTestStepValidation.h"

@interface TypingTests_ViewTestActor : KIFTestCase
@end
Expand Down
1 change: 0 additions & 1 deletion KIF Tests/UIApplicationKIFAdditionsTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <KIF/KIF.h>
#import "UIApplication-KIFAdditions.h"

@interface UIApplication ()
- (NSString *)imageNameForFile:(NSString *)filename lineNumber:(NSUInteger)lineNumber description:(NSString *)description;
Expand Down
1 change: 1 addition & 0 deletions KIF Tests/WebViewTests_ViewTestActor.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#import <KIF/KIFTestCase.h>
#import <KIF/KIFUITestActor-IdentifierTests.h>
#import <KIF/KIFTestStepValidation.h>
#import <KIF/KIFUIViewTestActor.h>

@interface WebViewTests_ViewTestActor : KIFTestCase
@end
Expand Down
Loading

0 comments on commit a4e30df

Please sign in to comment.