This repository was archived by the owner on Apr 17, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838#pragma mark - Globals
3939
4040/* *
41- * The minimum size (width or height) for a given element to be easily accessible.
42- * Based on Apple's Human Interface Guidelines :
43- * https://developer.apple.com /design/human-interface-guidelines/ios/visual-design/adaptivity-and-layout/
41+ * The minimum size (width or height) for a given element to be easily accessible. Please read
42+ * Material design guidelines for more on touch targets :
43+ * https://material.io /design/layout/spacing-methods.html#touch-click-targets
4444 */
4545static const float kGTXMinSizeForAccessibleElements = 44.0 ;
4646
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ FOUNDATION_EXPORT const unsigned char GTXiLibVersionString[];
3939#import < GTXiLib/GTXImageAndColorUtils.h>
4040#import < GTXiLib/GTXLogging.h>
4141#import < GTXiLib/GTXPluginXCTestCase.h>
42+ #import < GTXiLib/GTXTestEnvironment.h>
4243#import < GTXiLib/GTXToolKit.h>
4344#import < GTXiLib/GTXTestSuite.h>
4445#import < GTXiLib/NSError+GTXAdditions.h>
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "GTXiLib"
3- s . version = "2.0 "
3+ s . version = "2.1 "
44 s . summary = "iOS Accessibility testing library."
55 s . description = <<-DESC
66 iOS Accessibility testing library that works with XCTest based frameworks.
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
99 s . license = "Apache License 2.0"
1010 s . author = "j-sid"
1111 s . platform = :ios
12- s . source = { :git => "https://github.com/google/GTXiLib.git" , :tag => "2.0 .0" }
12+ s . source = { :git => "https://github.com/google/GTXiLib.git" , :tag => "2.1 .0" }
1313 s . source_files = "Classes/**/*.{h,m,swift}"
1414end
You can’t perform that action at this time.
0 commit comments