Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
albetoetecnia committed Jul 1, 2024
1 parent f6b7592 commit e02e53d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription

let version = "0.0.2"
let moduleName = "Citiwastelib"
let checksum = ""
let checksum = "edcf14ce6a48d1c0be6b09ad8e5a3bb027f645d61564e1b481d6e2f141c81c6a"

let package = Package(
name: moduleName,
Expand Down
2 changes: 1 addition & 1 deletion prepare_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FRAMEWORK_NAME=$2

# 2. Calculate checksum and store it
echo "calculate new checksum"
NEW_CHECKSUM=$(swift package compute-checksum $FRAMEWORK_NAME.xcframework.zip)
NEW_CHECKSUM=$(swift package compute-checksum "./CitiwastelibDistribution/$FRAMEWORK_NAME.xcframework.zip")
echo "print out new shasum for convenience reasons"
echo "New checksum is $NEW_CHECKSUM"

Expand Down

0 comments on commit e02e53d

Please sign in to comment.