Skip to content

Commit

Permalink
reverted adding "ios" to polywrap create command (should be different…
Browse files Browse the repository at this point in the history
… PR)
  • Loading branch information
krisbitney committed Aug 29, 2023
1 parent 1672a80 commit 3fee09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const urlStr = intlMsg.commands_create_options_t_url();

export const supportedLangs = {
wasm: ["assemblyscript", "rust", "golang", "interface"] as const,
app: ["typescript", "ios"] as const,
app: ["typescript"] as const,
plugin: ["typescript", "rust", "python"] as const,
};

Expand Down

0 comments on commit 3fee09b

Please sign in to comment.