Skip to content

Commit

Permalink
chore: Provide the correct path for the signed frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 committed Apr 2, 2024
1 parent e58f7e2 commit 4a431ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-cap
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ EOF
}

cap_url="https://github.com/ionic-team/capacitor-swift-pm/releases/download/$1/Capacitor.xcframework.zip"
cap_sha=$(shasum -a 256 Capacitor.xcframework.zip | sed 's/ /\n/g' | head -n1 | xargs echo -n)
cap_sha=$(shasum -a 256 frameworks/Capacitor.xcframework.zip | sed 's/ /\n/g' | head -n1 | xargs echo -n)
cap_cordova_url="https://github.com/ionic-team/capacitor-swift-pm/releases/download/$1/Cordova.xcframework.zip"
cap_cordova_sha=$(shasum -a 256 Cordova.xcframework.zip | sed 's/ /\n/g' | head -n1 | xargs echo -n)
cap_cordova_sha=$(shasum -a 256 frameworks/Cordova.xcframework.zip | sed 's/ /\n/g' | head -n1 | xargs echo -n)

write_package_file $cap_url $cap_sha $cap_cordova_url $cap_cordova_sha

0 comments on commit 4a431ae

Please sign in to comment.