Skip to content

Commit

Permalink
Include gtx_types.lh in GTXImageRGBAData+GTXOOPAdditinos to fix podsp…
Browse files Browse the repository at this point in the history
…ec lint error related to C++ symbols.
  • Loading branch information
CooperCorona committed May 9, 2023
1 parent 149d059 commit 2f396e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Classes/ObjCPP/GTXImageRGBAData+GTXOOPAdditions.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#import "GTXImageRGBAData.h"
#include "check.h"
#include "gtx_types.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
4 changes: 2 additions & 2 deletions GTXiLib.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GTXiLib"
s.version = "5.1.1"
s.version = "5.1.2"
s.summary = "iOS Accessibility testing library."
s.description = <<-DESC
iOS Accessibility testing library that works with XCTest based frameworks.
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.license = "Apache License 2.0"
s.author = "j-sid"
s.platform = :ios
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "5.1.1" }
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "5.1.2" }
s.ios.deployment_target = "9.0"
# Manually specify modulemap to use a custom umbrella header. CocoaPods' default
# umbrella header includes public headers from GTXOOPLib, which include C++ symbols.
Expand Down

0 comments on commit 2f396e6

Please sign in to comment.