Skip to content

Tags: tinder-maxwellelliott/tflite-support

Tags

0.0.2

Toggle 0.0.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix header import style to support prebuilding Pod

The change from `#import "GTMDefines.h"` to `#import
"GoogleToolboxForMac/GTMDefines.h"` allows pod prebuild systems to
properly find this header. Without this change you will see issues such
as:

```terminal
[x] /Pods/Pods/_Prebuild/TensorFlowLiteTaskText/tensorflow_lite_support/ios/task/text/nlclassifier/Sources/TFLNLClassifier.m:16:9: 'GTMDefines.h' file not found

```

v0.1.0

Toggle v0.1.0's commit message
Fix TFLS ios build with TF 2.4 dependency.

PiperOrigin-RevId: 348419792

v0.1.0-rc5

Toggle v0.1.0-rc5's commit message
Fix TFLS ios build with TF 2.4 dependency.

PiperOrigin-RevId: 348419792