mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 20:48:30 +00:00
🛠️ Configure Release build to install to ./build
This commit is contained in:
parent
9230a3dfc8
commit
83f18c45a1
1 changed files with 3 additions and 0 deletions
|
@ -614,6 +614,9 @@
|
|||
baseConfigurationReference = 21AF31A18424A9AC0333ECB1 /* Pods-mas.release.xcconfig */;
|
||||
buildSettings = {
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
||||
DEPLOYMENT_LOCATION = YES;
|
||||
DSTROOT = "$(SRCROOT)";
|
||||
INSTALL_PATH = /build;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "App/mas-cli-Bridging-Header.h";
|
||||
|
|
Loading…
Add table
Reference in a new issue