Skip to content

Commit

Permalink
Debug log removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Drusy committed Apr 20, 2020
1 parent b479bf4 commit c2a10e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Removed

## [0.6.2](https://github.com/openium/SwiftiumTestingKit/compare/v0.6.2...v0.6.1)
### Added

### Changed

### Removed
Debug logs

## [0.6.1](https://github.com/openium/SwiftiumTestingKit/compare/v0.6.1...v0.6.0)
### Added

Expand Down
8 changes: 4 additions & 4 deletions SwiftiumTestingKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QH6KR5PAQ7;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -560,7 +560,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.6.1;
MARKETING_VERSION = 0.6.2;
PRODUCT_BUNDLE_IDENTIFIER = fr.openium.SwiftiumTestingKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -576,7 +576,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QH6KR5PAQ7;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -594,7 +594,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.6.1;
MARKETING_VERSION = 0.6.2;
PRODUCT_BUNDLE_IDENTIFIER = fr.openium.SwiftiumTestingKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
1 change: 0 additions & 1 deletion SwiftiumTestingKit/STKSolo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public class STKSolo: NSObject {

public func waitFor(text: String) -> Bool {
let cleanedText = accessibilityCleaned(text: text)
print("Cleaned: \(cleanedText)")
let element = waitForAccessibilityElement { $0.accessibilityLabel == cleanedText }
return element != nil
}
Expand Down

0 comments on commit c2a10e0

Please sign in to comment.