Change the product install path to /Applications

In preparation for submission to the App Store.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
swiftingly
Christopher Snowhill 2022-06-21 06:41:20 -07:00
parent 59176ef9ec
commit 1a4d66a773
1 changed files with 3 additions and 3 deletions

View File

@ -2049,7 +2049,7 @@
83978E15285C58190076ED21 /* FirebaseCrashlytics */,
83978E25285C596F0076ED21 /* FirebaseAnalytics */,
);
productInstallPath = "$(HOME)/Applications";
productInstallPath = "/Applications";
productName = Cog;
productReference = 1770424E0B8BC41800B86321 /* Cog.app */;
productType = "com.apple.product-type.application";
@ -2958,7 +2958,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
HEADER_SEARCH_PATHS = ThirdParty/avif/include;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
INSTALL_PATH = "/Applications";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
@ -3011,7 +3011,7 @@
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
HEADER_SEARCH_PATHS = ThirdParty/avif/include;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
INSTALL_PATH = "/Applications";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",