Skip to content

Commit a391a59

Browse files
committed
chore: typo in comment
1 parent db88c94 commit a391a59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/brownfield/commands/packageIos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const packageIosCommand = curryOptions(
118118
outputPath: brownieOutputPath,
119119
});
120120

121-
// Strip the binary from Browniexcframework to make it interface-only.
121+
// Strip the binary from Brownie.xcframework to make it interface-only.
122122
// This avoids duplicate symbols when consumer apps embed both BrownfieldLib
123123
// (which contains Brownie symbols) and Brownie.xcframework.
124124
stripFrameworkBinary(brownieOutputPath);

0 commit comments

Comments
 (0)