Skip to content

Commit

Permalink
updated podfile watchos/tvos versions
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrouse committed Nov 28, 2023
1 parent 013235d commit 65ccc04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions samples/TealiumSwiftExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end
target 'TealiumSwiftWatchExample Extension' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
platform :watchos, '3.0'
platform :watchos, '4.0'
# Pods for TealiumSwiftWatchExample Extension
pod "tealium-swift/Core", :path=> "../.."
pod "tealium-swift/Collect", :path=> "../.."
Expand All @@ -34,7 +34,7 @@ end
target 'TealiumSwiftTVExample' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
platform :tvos, '9.0'
platform :tvos, '11.0'
# Pods for TealiumSwiftWatchExample Extension
pod "tealium-swift/Core", :path=> "../.."
pod "tealium-swift/Collect", :path=> "../.."
Expand Down
20 changes: 10 additions & 10 deletions samples/TealiumSwiftExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- tealium-swift (2.10.0):
- tealium-swift/TealiumFull (= 2.10.0)
- tealium-swift/Collect (2.10.0):
- tealium-swift (2.10.1):
- tealium-swift/TealiumFull (= 2.10.1)
- tealium-swift/Collect (2.10.1):
- tealium-swift/Core
- tealium-swift/Core (2.10.0)
- tealium-swift/Lifecycle (2.10.0):
- tealium-swift/Core (2.10.1)
- tealium-swift/Lifecycle (2.10.1):
- tealium-swift/Core
- tealium-swift/TealiumFull (2.10.0)
- tealium-swift/VisitorService (2.10.0):
- tealium-swift/TealiumFull (2.10.1)
- tealium-swift/VisitorService (2.10.1):
- tealium-swift/Core

DEPENDENCIES:
Expand All @@ -22,8 +22,8 @@ EXTERNAL SOURCES:
:path: "../.."

SPEC CHECKSUMS:
tealium-swift: 92ac60201de69b342ecc2d52e2207796cf936cf8
tealium-swift: 9ec83baf5419d0bb1e95b184288231e27385015b

PODFILE CHECKSUM: 875dfe1e0fd7a7a3e0d4508779a7df7183c540d7
PODFILE CHECKSUM: 02fc7b73a6cf18bfbbcb540bbe9b5912cee54e1c

COCOAPODS: 1.12.0
COCOAPODS: 1.12.1

0 comments on commit 65ccc04

Please sign in to comment.