Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrankriyam authored Oct 10, 2024
1 parent c33e251 commit d2308c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ build_framework() {
chmod -R 755 "$XCODEBUILD_ARCHIVE_PATH"
}

sed -i '' '/Replace this/ s/.*/type: .dynamic,/' Package.swift
sed -i '' 's/type: \.static/type: .dynamic/g' Package.swift

build_framework "iphonesimulator" "generic/platform=iOS Simulator" "$PACKAGE_NAME"
build_framework "iphoneos" "generic/platform=iOS" "$PACKAGE_NAME"
Expand Down

0 comments on commit d2308c6

Please sign in to comment.