Skip to content

Commit

Permalink
Specify full path to cargo in XCode build config
Browse files Browse the repository at this point in the history
Co-authored-by: jhugman <jhugman@users.noreply.github.com>
  • Loading branch information
rfk and jhugman authored Feb 28, 2021
1 parent ad7e384 commit 1bcffee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megazords/ios/MozillaAppServices.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"$(INPUT_FILE_DIR)/../ios/Generated/$(INPUT_FILE_BASE).swift",
"$(INPUT_FILE_DIR)/../ios/Generated/uniffi_$(INPUT_FILE_BASE)-Bridging-Header.h",
);
script = "cargo uniffi-bindgen generate $INPUT_FILE_PATH --language swift --out-dir $INPUT_FILE_DIR/../ios/Generated\n";
script = "$HOME/.cargo/bin/cargo uniffi-bindgen generate $INPUT_FILE_PATH --language swift --out-dir $INPUT_FILE_DIR/../ios/Generated\n";
};
EB7DE84A2214D28C00E7CF17 /* PBXBuildRule */ = {
isa = PBXBuildRule;
Expand Down

0 comments on commit 1bcffee

Please sign in to comment.