Skip to content

Commit

Permalink
Update Package.swift (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Aug 28, 2024
1 parent 7920c7a commit 2ea521e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/SublimationNgrok.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ on:
push:
branches-ignore:
- '*WIP'




env:
PACKAGE_NAME: SublimationNgrok
jobs:
Expand Down Expand Up @@ -55,8 +53,8 @@ jobs:
os: macos-14
iOSVersion: "18.1"
watchOSVersion: "11.0"
watchName: "Apple Watch Ultra 2 (49mm)"
iPhoneName: "iPhone 15 Pro Max"
watchName: "Apple Watch Series 9 (41mm)"
iPhoneName: "iPhone 15 Pro"
steps:
- uses: actions/checkout@v4
- name: Cache swift package modules
Expand Down Expand Up @@ -137,4 +135,4 @@ jobs:
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ join(fromJSON(steps.coverage-files-watchOS.outputs.files), ',') }}
flags: watchOS,watchOS${{ matrix.watchOSVersion }},macOS,${{ env.XCODE_NAME }}
flags: watchOS,watchOS${{ matrix.watchOSVersion }},macOS,${{ env.XCODE_NAME }}
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ let package = Package(
.library(name: "SublimationNgrok", targets: ["SublimationNgrok"])
],
dependencies: [
.package(url: "https://github.com/brightdigit/Sublimation", branch: "32-swift-service-lifecycle-ci"),
.package(url: "https://github.com/brightdigit/Ngrokit", branch: "v1.0.0")
.package(url: "https://github.com/brightdigit/Sublimation", from: "2.0.0-alpha.5"),
.package(url: "https://github.com/brightdigit/Ngrokit", from: "1.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit 2ea521e

Please sign in to comment.