Skip to content

Commit

Permalink
Cargo-lipo version 3 compat (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoger authored Jan 2, 2019
1 parent 13f8fa8 commit 1fa9ec9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/fxa-client/ios/FxAClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
CE7B4B8A20A36B0500FC4422 /* libfxaclient_ffi.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfxaclient_ffi.a; path = ../../../target/universal/release/libfxaclient_ffi.a; sourceTree = "<group>"; };
CE7B4B8A20A36B0500FC4422 /* libfxaclient_ffi.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfxaclient_ffi.a; path = ../../../target/universal/debug/libfxaclient_ffi.a; sourceTree = "<group>"; };
CE9D202020914D0D00F1C8FA /* FxAClient.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FxAClient.framework; sourceTree = BUILT_PRODUCTS_DIR; };
CE9D202320914D0D00F1C8FA /* FxAClient.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FxAClient.h; sourceTree = "<group>"; };
CE9D202420914D0D00F1C8FA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -191,11 +191,11 @@
inputPaths = (
);
outputPaths = (
../../../target/universal/release/libfxaclient_ffi.a,
../../../target/universal/debug/libfxaclient_ffi.a,
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# build fxa-client lipoed library\ncd \"$SRCROOT\"/../ffi\nenv -i PATH=\"$PATH\" \\\n\"$HOME\"/.cargo/bin/cargo lipo --release\n";
shellScript = "# build fxa-client lipoed library\nexport PATH=\"$HOME/.cargo/bin:$PATH\"\ncargo lipo --xcode-integ --package fxaclient_ffi --manifest-path ../Cargo.toml\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down Expand Up @@ -361,7 +361,7 @@
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../../../target/universal/release/",
"$(PROJECT_DIR)/../../../target/universal/debug/",
);
PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.FxAClient;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down

0 comments on commit 1fa9ec9

Please sign in to comment.