Skip to content

Commit

Permalink
Update Podfiles for ios examples to use newer versions.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 524381769
  • Loading branch information
yishuangP authored and copybara-github committed Apr 14, 2023
1 parent 5bc9f1e commit 4837a91
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 40 deletions.
18 changes: 11 additions & 7 deletions lite/examples/bert_qa/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
PODS:
- TensorFlowLiteC (0.0.1-nightly.20200510)
- TensorFlowLiteSwift (0.0.1-nightly.20200507):
- TensorFlowLiteC (~> 0.0.1-nightly)
- TensorFlowLiteC (0.0.1-nightly.20230414):
- TensorFlowLiteC/Core (= 0.0.1-nightly.20230414)
- TensorFlowLiteC/Core (0.0.1-nightly.20230414)
- TensorFlowLiteSwift (0.0.1-nightly.20230414):
- TensorFlowLiteSwift/Core (= 0.0.1-nightly.20230414)
- TensorFlowLiteSwift/Core (0.0.1-nightly.20230414):
- TensorFlowLiteC (= 0.0.1-nightly.20230414)

DEPENDENCIES:
- TensorFlowLiteSwift (~> 0.0.1-nightly)
Expand All @@ -12,9 +16,9 @@ SPEC REPOS:
- TensorFlowLiteSwift

SPEC CHECKSUMS:
TensorFlowLiteC: ea621b416610813f5240e791680e179350d8a8a2
TensorFlowLiteSwift: d3497cd5705ec6eab636928f60ae11ad61b359af
TensorFlowLiteC: 4be15280d83d99db541130dc4e9c42d161d25a72
TensorFlowLiteSwift: f44f4a930f33713ab1c0f766feb6e5f4e112f16a

PODFILE CHECKSUM: d52f7c105e79e584431e11c526aa46796135343e
PODFILE CHECKSUM: 250d15b88b2f47dbe5b1eb78f3195e74e7ad45e9

COCOAPODS: 1.9.1
COCOAPODS: 1.12.0
32 changes: 16 additions & 16 deletions lite/examples/pose_estimation/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PODS:
- TensorFlowLiteC (0.0.1-nightly.20210910):
- TensorFlowLiteC/Core (= 0.0.1-nightly.20210910)
- TensorFlowLiteC/Core (0.0.1-nightly.20210910)
- TensorFlowLiteC/CoreML (0.0.1-nightly.20210910):
- TensorFlowLiteC (0.0.1-nightly.20230405):
- TensorFlowLiteC/Core (= 0.0.1-nightly.20230405)
- TensorFlowLiteC/Core (0.0.1-nightly.20230405)
- TensorFlowLiteC/CoreML (0.0.1-nightly.20230405):
- TensorFlowLiteC/Core
- TensorFlowLiteC/Metal (0.0.1-nightly.20210910):
- TensorFlowLiteC/Metal (0.0.1-nightly.20230405):
- TensorFlowLiteC/Core
- TensorFlowLiteSwift/Core (0.0.1-nightly.20210910):
- TensorFlowLiteC (= 0.0.1-nightly.20210910)
- TensorFlowLiteSwift/CoreML (0.0.1-nightly.20210910):
- TensorFlowLiteC/CoreML (= 0.0.1-nightly.20210910)
- TensorFlowLiteSwift/Core (= 0.0.1-nightly.20210910)
- TensorFlowLiteSwift/Metal (0.0.1-nightly.20210910):
- TensorFlowLiteC/Metal (= 0.0.1-nightly.20210910)
- TensorFlowLiteSwift/Core (= 0.0.1-nightly.20210910)
- TensorFlowLiteSwift/Core (0.0.1-nightly.20230405):
- TensorFlowLiteC (= 0.0.1-nightly.20230405)
- TensorFlowLiteSwift/CoreML (0.0.1-nightly.20230405):
- TensorFlowLiteC/CoreML (= 0.0.1-nightly.20230405)
- TensorFlowLiteSwift/Core (= 0.0.1-nightly.20230405)
- TensorFlowLiteSwift/Metal (0.0.1-nightly.20230405):
- TensorFlowLiteC/Metal (= 0.0.1-nightly.20230405)
- TensorFlowLiteSwift/Core (= 0.0.1-nightly.20230405)

DEPENDENCIES:
- TensorFlowLiteSwift/CoreML (~> 0.0.1-nightly)
Expand All @@ -25,9 +25,9 @@ SPEC REPOS:
- TensorFlowLiteSwift

SPEC CHECKSUMS:
TensorFlowLiteC: 98ee7c7f0280801ee1bdacaf06cf1f6631dd7a94
TensorFlowLiteSwift: c9cb9bbf0b6a32c722bee18e860df6566ea92304
TensorFlowLiteC: 3deccb9fc6560cf521735fffb1ff438f07435e42
TensorFlowLiteSwift: f82f3d45b76bf3611727a731b000c6e93a1d9e9a

PODFILE CHECKSUM: f3f637925dcc74131c03aa9b456dc3074e3dfd3d

COCOAPODS: 1.10.1
COCOAPODS: 1.11.3
16 changes: 10 additions & 6 deletions lite/examples/speech_commands/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
PODS:
- TensorFlowLiteC (2.2.0)
- TensorFlowLiteSwift (2.2.0):
- TensorFlowLiteC (= 2.2.0)
- TensorFlowLiteC (2.11.0):
- TensorFlowLiteC/Core (= 2.11.0)
- TensorFlowLiteC/Core (2.11.0)
- TensorFlowLiteSwift (2.11.0):
- TensorFlowLiteSwift/Core (= 2.11.0)
- TensorFlowLiteSwift/Core (2.11.0):
- TensorFlowLiteC (= 2.11.0)

DEPENDENCIES:
- TensorFlowLiteSwift
Expand All @@ -12,9 +16,9 @@ SPEC REPOS:
- TensorFlowLiteSwift

SPEC CHECKSUMS:
TensorFlowLiteC: b3ab9e867b0b71052ca102a32a786555b330b02e
TensorFlowLiteSwift: 2dd5e9c895e1819501f0fba3d8b69a536bda6c65
TensorFlowLiteC: 8a8cb6fa20ad74dff29b5e490d02c36a14d48148
TensorFlowLiteSwift: 1a5cd776a377f8d7a009b16f5904fdf91a8debfa

PODFILE CHECKSUM: 99e96a276c8d94e7d0ea7455d28a0532ba655310

COCOAPODS: 1.8.4
COCOAPODS: 1.11.3
22 changes: 11 additions & 11 deletions lite/examples/style_transfer/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- TensorFlowLiteC (0.0.1-nightly.20221023):
- TensorFlowLiteC/Core (= 0.0.1-nightly.20221023)
- TensorFlowLiteC/Core (0.0.1-nightly.20221023)
- TensorFlowLiteC/Metal (0.0.1-nightly.20221023):
- TensorFlowLiteC (0.0.1-nightly.20230405):
- TensorFlowLiteC/Core (= 0.0.1-nightly.20230405)
- TensorFlowLiteC/Core (0.0.1-nightly.20230405)
- TensorFlowLiteC/Metal (0.0.1-nightly.20230405):
- TensorFlowLiteC/Core
- TensorFlowLiteSwift/Core (0.0.1-nightly.20221023):
- TensorFlowLiteC (= 0.0.1-nightly.20221023)
- TensorFlowLiteSwift/Metal (0.0.1-nightly.20221023):
- TensorFlowLiteC/Metal (= 0.0.1-nightly.20221023)
- TensorFlowLiteSwift/Core (= 0.0.1-nightly.20221023)
- TensorFlowLiteSwift/Core (0.0.1-nightly.20230405):
- TensorFlowLiteC (= 0.0.1-nightly.20230405)
- TensorFlowLiteSwift/Metal (0.0.1-nightly.20230405):
- TensorFlowLiteC/Metal (= 0.0.1-nightly.20230405)
- TensorFlowLiteSwift/Core (= 0.0.1-nightly.20230405)

DEPENDENCIES:
- TensorFlowLiteSwift/Metal (~> 0.0.1-nightly)
Expand All @@ -19,8 +19,8 @@ SPEC REPOS:
- TensorFlowLiteSwift

SPEC CHECKSUMS:
TensorFlowLiteC: 76ad140600b24647e3163bf5a9367c4e3be796b3
TensorFlowLiteSwift: 63f6132f5185465eb2846fd3d86079107763e234
TensorFlowLiteC: 3deccb9fc6560cf521735fffb1ff438f07435e42
TensorFlowLiteSwift: f82f3d45b76bf3611727a731b000c6e93a1d9e9a

PODFILE CHECKSUM: 766091708848b08fd69d9503c7aa34353af64a6b

Expand Down

0 comments on commit 4837a91

Please sign in to comment.