Skip to content

Commit

Permalink
Upgrade CocoaPods pipeline to visionOS-compatible OS + rename path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Oct 2, 2024
1 parent b825e49 commit 8deeddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cocoapods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: macOS-latest
runs-on: macos-15

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion TelemetryDeck.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Pod::Spec.new do |spec|
spec.visionos.deployment_target = "1.0"
spec.tvos.deployment_target = "13.0"
spec.source = { :git => "https://github.com/TelemetryDeck/SwiftSDK.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/TelemetryClient/**/*.{h,m,swift}"
spec.source_files = "Sources/TelemetryDeck/**/*.swift"
end

0 comments on commit 8deeddc

Please sign in to comment.